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/combined-stream/package.json |   63 ++++++++++++++++++++++++-------
 1 files changed, 49 insertions(+), 14 deletions(-)

diff --git a/node_modules/combined-stream/package.json b/node_modules/combined-stream/package.json
index 6982b6d..3af4bfa 100644
--- a/node_modules/combined-stream/package.json
+++ b/node_modules/combined-stream/package.json
@@ -1,25 +1,60 @@
 {
-  "author": "Felix Geisend枚rfer <felix@debuggable.com> (http://debuggable.com/)",
-  "name": "combined-stream",
-  "description": "A stream that emits multiple other streams one after another.",
-  "version": "1.0.8",
-  "homepage": "https://github.com/felixge/node-combined-stream",
-  "repository": {
-    "type": "git",
-    "url": "git://github.com/felixge/node-combined-stream.git"
+  "_args": [
+    [
+      "combined-stream@1.0.8",
+      "E:\\HBuilderProjects\\JLApp"
+    ]
+  ],
+  "_from": "combined-stream@1.0.8",
+  "_id": "combined-stream@1.0.8",
+  "_inBundle": false,
+  "_integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
+  "_location": "/combined-stream",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "version",
+    "registry": true,
+    "raw": "combined-stream@1.0.8",
+    "name": "combined-stream",
+    "escapedName": "combined-stream",
+    "rawSpec": "1.0.8",
+    "saveSpec": null,
+    "fetchSpec": "1.0.8"
   },
-  "main": "./lib/combined_stream",
-  "scripts": {
-    "test": "node test/run.js"
+  "_requiredBy": [
+    "/form-data"
+  ],
+  "_resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
+  "_spec": "1.0.8",
+  "_where": "E:\\HBuilderProjects\\JLApp",
+  "author": {
+    "name": "Felix Geisend枚rfer",
+    "email": "felix@debuggable.com",
+    "url": "http://debuggable.com/"
   },
-  "engines": {
-    "node": ">= 0.8"
+  "bugs": {
+    "url": "https://github.com/felixge/node-combined-stream/issues"
   },
   "dependencies": {
     "delayed-stream": "~1.0.0"
   },
+  "description": "A stream that emits multiple other streams one after another.",
   "devDependencies": {
     "far": "~0.0.7"
   },
-  "license": "MIT"
+  "engines": {
+    "node": ">= 0.8"
+  },
+  "homepage": "https://github.com/felixge/node-combined-stream",
+  "license": "MIT",
+  "main": "./lib/combined_stream",
+  "name": "combined-stream",
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/felixge/node-combined-stream.git"
+  },
+  "scripts": {
+    "test": "node test/run.js"
+  },
+  "version": "1.0.8"
 }

--
Gitblit v1.9.3