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/ms/package.json |   75 +++++++++++++++++++++++++++----------
 1 files changed, 55 insertions(+), 20 deletions(-)

diff --git a/node_modules/ms/package.json b/node_modules/ms/package.json
index 4997189..0833d7c 100644
--- a/node_modules/ms/package.json
+++ b/node_modules/ms/package.json
@@ -1,16 +1,43 @@
 {
-  "name": "ms",
-  "version": "2.1.3",
-  "description": "Tiny millisecond conversion utility",
-  "repository": "vercel/ms",
-  "main": "./index",
-  "files": [
-    "index.js"
+  "_args": [
+    [
+      "ms@2.1.3",
+      "E:\\HBuilderProjects\\JLApp"
+    ]
   ],
-  "scripts": {
-    "precommit": "lint-staged",
-    "lint": "eslint lib/* bin/*",
-    "test": "mocha tests.js"
+  "_from": "ms@2.1.3",
+  "_id": "ms@2.1.3",
+  "_inBundle": false,
+  "_integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
+  "_location": "/ms",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "version",
+    "registry": true,
+    "raw": "ms@2.1.3",
+    "name": "ms",
+    "escapedName": "ms",
+    "rawSpec": "2.1.3",
+    "saveSpec": null,
+    "fetchSpec": "2.1.3"
+  },
+  "_requiredBy": [
+    "/jsonwebtoken"
+  ],
+  "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
+  "_spec": "2.1.3",
+  "_where": "E:\\HBuilderProjects\\JLApp",
+  "bugs": {
+    "url": "https://github.com/vercel/ms/issues"
+  },
+  "description": "Tiny millisecond conversion utility",
+  "devDependencies": {
+    "eslint": "4.18.2",
+    "expect.js": "0.3.1",
+    "husky": "0.14.3",
+    "lint-staged": "5.0.0",
+    "mocha": "4.0.1",
+    "prettier": "2.0.5"
   },
   "eslintConfig": {
     "extends": "eslint:recommended",
@@ -19,6 +46,11 @@
       "es6": true
     }
   },
+  "files": [
+    "index.js"
+  ],
+  "homepage": "https://github.com/vercel/ms#readme",
+  "license": "MIT",
   "lint-staged": {
     "*.js": [
       "npm run lint",
@@ -26,13 +58,16 @@
       "git add"
     ]
   },
-  "license": "MIT",
-  "devDependencies": {
-    "eslint": "4.18.2",
-    "expect.js": "0.3.1",
-    "husky": "0.14.3",
-    "lint-staged": "5.0.0",
-    "mocha": "4.0.1",
-    "prettier": "2.0.5"
-  }
+  "main": "./index",
+  "name": "ms",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/vercel/ms.git"
+  },
+  "scripts": {
+    "lint": "eslint lib/* bin/*",
+    "precommit": "lint-staged",
+    "test": "mocha tests.js"
+  },
+  "version": "2.1.3"
 }

--
Gitblit v1.9.3