From 429e9bb5915dd90978374cbd8574a9dc5fa464d7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 08 四月 2024 12:53:48 +0800
Subject: [PATCH] 1.在新的手机上运行

---
 node_modules/jsonwebtoken/package.json |   99 ++++++++++++++++++++++++++++++++-----------------
 1 files changed, 65 insertions(+), 34 deletions(-)

diff --git a/node_modules/jsonwebtoken/package.json b/node_modules/jsonwebtoken/package.json
index 81f78da..a8b4ed7 100644
--- a/node_modules/jsonwebtoken/package.json
+++ b/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"
 }

--
Gitblit v1.9.3