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/asynckit/package.json | 111 +++++++++++++++++++++++++++++++++++--------------------
1 files changed, 71 insertions(+), 40 deletions(-)
diff --git a/node_modules/asynckit/package.json b/node_modules/asynckit/package.json
index 51147d6..c66621f 100644
--- a/node_modules/asynckit/package.json
+++ b/node_modules/asynckit/package.json
@@ -1,49 +1,41 @@
{
- "name": "asynckit",
- "version": "0.4.0",
- "description": "Minimal async jobs utility library, with streams support",
- "main": "index.js",
- "scripts": {
- "clean": "rimraf coverage",
- "lint": "eslint *.js lib/*.js test/*.js",
- "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
- "win-test": "tape test/test-*.js",
- "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
- "report": "istanbul report",
- "size": "browserify index.js | size-table asynckit",
- "debug": "tape test/test-*.js"
- },
- "pre-commit": [
- "clean",
- "lint",
- "test",
- "browser",
- "report",
- "size"
+ "_args": [
+ [
+ "asynckit@0.4.0",
+ "E:\\HBuilderProjects\\JLApp"
+ ]
],
- "repository": {
- "type": "git",
- "url": "git+https://github.com/alexindigo/asynckit.git"
+ "_from": "asynckit@0.4.0",
+ "_id": "asynckit@0.4.0",
+ "_inBundle": false,
+ "_integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
+ "_location": "/asynckit",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "version",
+ "registry": true,
+ "raw": "asynckit@0.4.0",
+ "name": "asynckit",
+ "escapedName": "asynckit",
+ "rawSpec": "0.4.0",
+ "saveSpec": null,
+ "fetchSpec": "0.4.0"
},
- "keywords": [
- "async",
- "jobs",
- "parallel",
- "serial",
- "iterator",
- "array",
- "object",
- "stream",
- "destroy",
- "terminate",
- "abort"
+ "_requiredBy": [
+ "/form-data"
],
- "author": "Alex Indigo <iam@alexindigo.com>",
- "license": "MIT",
+ "_resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
+ "_spec": "0.4.0",
+ "_where": "E:\\HBuilderProjects\\JLApp",
+ "author": {
+ "name": "Alex Indigo",
+ "email": "iam@alexindigo.com"
+ },
"bugs": {
"url": "https://github.com/alexindigo/asynckit/issues"
},
- "homepage": "https://github.com/alexindigo/asynckit#readme",
+ "dependencies": {},
+ "description": "Minimal async jobs utility library, with streams support",
"devDependencies": {
"browserify": "^13.0.0",
"browserify-istanbul": "^2.0.0",
@@ -59,5 +51,44 @@
"tap-spec": "^4.1.1",
"tape": "^4.5.1"
},
- "dependencies": {}
+ "homepage": "https://github.com/alexindigo/asynckit#readme",
+ "keywords": [
+ "async",
+ "jobs",
+ "parallel",
+ "serial",
+ "iterator",
+ "array",
+ "object",
+ "stream",
+ "destroy",
+ "terminate",
+ "abort"
+ ],
+ "license": "MIT",
+ "main": "index.js",
+ "name": "asynckit",
+ "pre-commit": [
+ "clean",
+ "lint",
+ "test",
+ "browser",
+ "report",
+ "size"
+ ],
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/alexindigo/asynckit.git"
+ },
+ "scripts": {
+ "browser": "browserify -t browserify-istanbul test/lib/browserify_adjustment.js test/test-*.js | obake --coverage | tap-spec",
+ "clean": "rimraf coverage",
+ "debug": "tape test/test-*.js",
+ "lint": "eslint *.js lib/*.js test/*.js",
+ "report": "istanbul report",
+ "size": "browserify index.js | size-table asynckit",
+ "test": "istanbul cover --reporter=json tape -- 'test/test-*.js' | tap-spec",
+ "win-test": "tape test/test-*.js"
+ },
+ "version": "0.4.0"
}
--
Gitblit v1.9.3