loulijun2021
2024-04-08 429e9bb5915dd90978374cbd8574a9dc5fa464d7
node_modules/jsonwebtoken/package.json
@@ -1,37 +1,35 @@
{
  "name": "jsonwebtoken",
  "version": "9.0.2",
  "description": "JSON Web Token implementation (symmetric and asymmetric)",
  "main": "index.js",
  "nyc": {
    "check-coverage": true,
    "lines": 95,
    "statements": 95,
    "functions": 100,
    "branches": 95,
    "exclude": [
      "./test/**"
    ],
    "reporter": [
      "json",
      "lcov",
      "text-summary"
  "_args": [
    [
      "jsonwebtoken@9.0.2",
      "E:\\HBuilderProjects\\JLApp"
    ]
  },
  "scripts": {
    "lint": "eslint .",
    "coverage": "nyc mocha --use_strict",
    "test": "npm run lint && npm run coverage && cost-of-modules"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/auth0/node-jsonwebtoken"
  },
  "keywords": [
    "jwt"
  ],
  "author": "auth0",
  "license": "MIT",
  "_from": "jsonwebtoken@9.0.2",
  "_id": "jsonwebtoken@9.0.2",
  "_inBundle": false,
  "_integrity": "sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==",
  "_location": "/jsonwebtoken",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jsonwebtoken@9.0.2",
    "name": "jsonwebtoken",
    "escapedName": "jsonwebtoken",
    "rawSpec": "9.0.2",
    "saveSpec": null,
    "fetchSpec": "9.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/jsonwebtoken/-/jsonwebtoken-9.0.2.tgz",
  "_spec": "9.0.2",
  "_where": "E:\\HBuilderProjects\\JLApp",
  "author": {
    "name": "auth0"
  },
  "bugs": {
    "url": "https://github.com/auth0/node-jsonwebtoken/issues"
  },
@@ -47,6 +45,7 @@
    "ms": "^2.1.1",
    "semver": "^7.5.4"
  },
  "description": "JSON Web Token implementation (symmetric and asymmetric)",
  "devDependencies": {
    "atob": "^2.1.2",
    "chai": "^4.1.2",
@@ -59,13 +58,45 @@
    "sinon": "^6.0.0"
  },
  "engines": {
    "npm": ">=6",
    "node": ">=12"
    "node": ">=12",
    "npm": ">=6"
  },
  "files": [
    "lib",
    "decode.js",
    "sign.js",
    "verify.js"
  ],
  "homepage": "https://github.com/auth0/node-jsonwebtoken#readme",
  "keywords": [
    "jwt"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "jsonwebtoken",
  "nyc": {
    "check-coverage": true,
    "lines": 95,
    "statements": 95,
    "functions": 100,
    "branches": 95,
    "exclude": [
      "./test/**"
    ],
    "reporter": [
      "json",
      "lcov",
      "text-summary"
  ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/auth0/node-jsonwebtoken.git"
  },
  "scripts": {
    "coverage": "nyc mocha --use_strict",
    "lint": "eslint .",
    "test": "npm run lint && npm run coverage && cost-of-modules"
  },
  "version": "9.0.2"
}