1
This commit is contained in:
53
node_modules/@dcloudio/types/package.json
generated
vendored
53
node_modules/@dcloudio/types/package.json
generated
vendored
@@ -1,14 +1,45 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"@dcloudio/types@2.6.12",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_from": "@dcloudio/types@2.6.12",
|
||||
"_id": "@dcloudio/types@2.6.12",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-mrCMwcINy1IFjU9VUqLeWBkj404yWs5paLDttBcA+eqUjanuUQbBcTVPqlrGgkyzLXDcV2oDDZRSNxNpXi4kMQ==",
|
||||
"_location": "/@dcloudio/types",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@dcloudio/types@2.6.12",
|
||||
"name": "@dcloudio/types",
|
||||
"version": "2.6.12",
|
||||
"description": "uni-app types",
|
||||
"typings": "index.d.ts",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "fxy060608",
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"vue": "^2.6.10"
|
||||
}
|
||||
"escapedName": "@dcloudio%2ftypes",
|
||||
"scope": "@dcloudio",
|
||||
"rawSpec": "2.6.12",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.6.12"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/luch-request"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@dcloudio/types/-/types-2.6.12.tgz",
|
||||
"_spec": "2.6.12",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "fxy060608"
|
||||
},
|
||||
"description": "uni-app types",
|
||||
"devDependencies": {
|
||||
"vue": "^2.6.10"
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"name": "@dcloudio/types",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"typings": "index.d.ts",
|
||||
"version": "2.6.12"
|
||||
}
|
||||
|
||||
75
node_modules/commander/package.json
generated
vendored
75
node_modules/commander/package.json
generated
vendored
@@ -1,13 +1,66 @@
|
||||
{
|
||||
"name": "commander"
|
||||
, "version": "1.1.1"
|
||||
, "description": "the complete solution for node.js command-line programs"
|
||||
, "keywords": ["command", "option", "parser", "prompt", "stdin"]
|
||||
, "author": "TJ Holowaychuk <tj@vision-media.ca>"
|
||||
, "repository": { "type": "git", "url": "https://github.com/visionmedia/commander.js.git" }
|
||||
, "dependencies": { "keypress": "0.1.x"}
|
||||
, "devDependencies": { "should": ">= 0.0.1" }
|
||||
, "scripts": { "test": "make test" }
|
||||
, "main": "index"
|
||||
, "engines": { "node": ">= 0.6.x" }
|
||||
"_args": [
|
||||
[
|
||||
"commander@1.1.1",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "commander@1.1.1",
|
||||
"_id": "commander@1.1.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-71Rod2AhcH3JhkBikVpNd0pA+fWsmAaVoti6OR38T76chA7vE3pSerS0Jor4wDw+tOueD2zLVvFOw5H0Rcj7rA==",
|
||||
"_location": "/commander",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "commander@1.1.1",
|
||||
"name": "commander",
|
||||
"escapedName": "commander",
|
||||
"rawSpec": "1.1.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.1.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/js"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/commander/-/commander-1.1.1.tgz",
|
||||
"_spec": "1.1.1",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
"email": "tj@vision-media.ca"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/visionmedia/commander.js/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"keypress": "0.1.x"
|
||||
},
|
||||
"description": "the complete solution for node.js command-line programs",
|
||||
"devDependencies": {
|
||||
"should": ">= 0.0.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.6.x"
|
||||
},
|
||||
"homepage": "https://github.com/visionmedia/commander.js#readme",
|
||||
"keywords": [
|
||||
"command",
|
||||
"option",
|
||||
"parser",
|
||||
"prompt",
|
||||
"stdin"
|
||||
],
|
||||
"main": "index",
|
||||
"name": "commander",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/visionmedia/commander.js.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "make test"
|
||||
},
|
||||
"version": "1.1.1"
|
||||
}
|
||||
|
||||
74
node_modules/js-md5/package.json
generated
vendored
74
node_modules/js-md5/package.json
generated
vendored
@@ -1,8 +1,41 @@
|
||||
{
|
||||
"name": "js-md5",
|
||||
"version": "0.7.3",
|
||||
"_args": [
|
||||
[
|
||||
"js-md5@0.7.3",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "js-md5@0.7.3",
|
||||
"_id": "js-md5@0.7.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ZC41vPSTLKGwIRjqDh8DfXoCrdQIyBgspJVPXHBGu4nZlAEvG3nf+jO9avM9RmLiGakg7vz974ms99nEV0tmTQ==",
|
||||
"_location": "/js-md5",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "js-md5@0.7.3",
|
||||
"name": "js-md5",
|
||||
"escapedName": "js-md5",
|
||||
"rawSpec": "0.7.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.7.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/js-md5/-/js-md5-0.7.3.tgz",
|
||||
"_spec": "0.7.3",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "Chen, Yi-Cyuan",
|
||||
"email": "emn178@gmail.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/emn178/js-md5/issues"
|
||||
},
|
||||
"description": "A simple MD5 hash function for JavaScript supports UTF-8 encoding.",
|
||||
"main": "src/md5.js",
|
||||
"devDependencies": {
|
||||
"expect.js": "~0.3.1",
|
||||
"jsdoc": "^3.4.0",
|
||||
@@ -12,18 +45,7 @@
|
||||
"uglify-js": "^3.1.9",
|
||||
"webworker-threads": "^0.7.11"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "nyc mocha tests/node-test.js",
|
||||
"report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"doc": "rm -rf doc;jsdoc src README.md -d doc",
|
||||
"compress": "uglifyjs src/md5.js -c -m eval --comments --output build/md5.min.js",
|
||||
"build": "npm run-script compress;npm run-script doc"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/emn178/js-md5.git"
|
||||
},
|
||||
"homepage": "https://github.com/emn178/js-md5",
|
||||
"keywords": [
|
||||
"md5",
|
||||
"hash",
|
||||
@@ -32,14 +54,24 @@
|
||||
"HMAC"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "Chen, Yi-Cyuan <emn178@gmail.com>",
|
||||
"homepage": "https://github.com/emn178/js-md5",
|
||||
"bugs": {
|
||||
"url": "https://github.com/emn178/js-md5/issues"
|
||||
},
|
||||
"main": "src/md5.js",
|
||||
"name": "js-md5",
|
||||
"nyc": {
|
||||
"exclude": [
|
||||
"tests"
|
||||
]
|
||||
}
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/emn178/js-md5.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run-script compress;npm run-script doc",
|
||||
"compress": "uglifyjs src/md5.js -c -m eval --comments --output build/md5.min.js",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
||||
"doc": "rm -rf doc;jsdoc src README.md -d doc",
|
||||
"report": "nyc --reporter=html --reporter=text mocha tests/node-test.js",
|
||||
"test": "nyc mocha tests/node-test.js"
|
||||
},
|
||||
"version": "0.7.3"
|
||||
}
|
||||
|
||||
46
node_modules/js/package.json
generated
vendored
46
node_modules/js/package.json
generated
vendored
@@ -1,12 +1,44 @@
|
||||
{
|
||||
"name": "js",
|
||||
"description": "A better `node -p`.",
|
||||
"author": "Marco Aurelio <thecoreh@gmail.com>",
|
||||
"version": "0.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"js@0.1.0",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "js@0.1.0",
|
||||
"_id": "js@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-ZBbGYOpact8QAH9RprFWL4RAESYwbDodxiuDjOnzwzzk9pBzKycoifGuUrHHcDixE/eLMKPHRaXenTgu1qXBqA==",
|
||||
"_location": "/js",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "js@0.1.0",
|
||||
"name": "js",
|
||||
"escapedName": "js",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#DEV:/"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/js/-/js-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "Marco Aurelio",
|
||||
"email": "thecoreh@gmail.com"
|
||||
},
|
||||
"bin": {
|
||||
"js": "./bin/js"
|
||||
"js": "bin/js"
|
||||
},
|
||||
"dependencies": {
|
||||
"commander": "~1.1.1"
|
||||
}
|
||||
}
|
||||
},
|
||||
"description": "A better `node -p`.",
|
||||
"name": "js",
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
||||
61
node_modules/keypress/package.json
generated
vendored
61
node_modules/keypress/package.json
generated
vendored
@@ -1,20 +1,57 @@
|
||||
{
|
||||
"name": "keypress",
|
||||
"version": "0.1.0",
|
||||
"_args": [
|
||||
[
|
||||
"keypress@0.1.0",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "keypress@0.1.0",
|
||||
"_id": "keypress@0.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA==",
|
||||
"_location": "/keypress",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "keypress@0.1.0",
|
||||
"name": "keypress",
|
||||
"escapedName": "keypress",
|
||||
"rawSpec": "0.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "0.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/commander"
|
||||
],
|
||||
"_resolved": "https://registry.npmmirror.com/keypress/-/keypress-0.1.0.tgz",
|
||||
"_spec": "0.1.0",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "Nathan Rajlich",
|
||||
"email": "nathan@tootallnate.net",
|
||||
"url": "http://tootallnate.net"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/TooTallNate/keypress/issues"
|
||||
},
|
||||
"description": "Make any Node ReadableStream emit \"keypress\" events",
|
||||
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/TooTallNate/keypress.git"
|
||||
},
|
||||
"homepage": "https://github.com/TooTallNate/keypress#readme",
|
||||
"keywords": [
|
||||
"keypress",
|
||||
"readline",
|
||||
"core"
|
||||
],
|
||||
"license": "MIT"
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "keypress",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/TooTallNate/keypress.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"version": "0.1.0"
|
||||
}
|
||||
|
||||
148
node_modules/luch-request/package.json
generated
vendored
148
node_modules/luch-request/package.json
generated
vendored
@@ -1,68 +1,38 @@
|
||||
{
|
||||
"name": "luch-request",
|
||||
"version": "3.0.8",
|
||||
"description": "基于Promise实现uni-app request 请求插件",
|
||||
"keywords": [
|
||||
"uni-app",
|
||||
"request",
|
||||
"Promise",
|
||||
"luch",
|
||||
"luch-request"
|
||||
"_args": [
|
||||
[
|
||||
"luch-request@3.0.8",
|
||||
"E:\\202308\\yunxinwei-uniapp"
|
||||
]
|
||||
],
|
||||
"main": "src/lib/luch-request.js",
|
||||
"scripts": {
|
||||
"dev": "rollup -c",
|
||||
"watch": "rollup -c -w",
|
||||
"build": "rimraf DCloud && rollup -c --environment NODE_ENV:production",
|
||||
"zipD": "node node/zipDCloudPlugin.js && node node/zipDCloudDemo.js",
|
||||
"docs": "vuepress dev docs",
|
||||
"docs:build": "vuepress build docs",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
|
||||
"pub": "npm publish && cnpm sync luch-request",
|
||||
"pub:alpha": "npm publish --tag=alpha && cnpm sync luch-request",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_from": "luch-request@3.0.8",
|
||||
"_id": "luch-request@3.0.8",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-5ZVp1y4tFaizbGMOuQwbeyfHnf4PhQAwQ3S1Fm1tS7juMoB14pXslxWriElhiSq6ytYYW0KVC8RShfHiNujFcQ==",
|
||||
"_location": "/luch-request",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "luch-request@3.0.8",
|
||||
"name": "luch-request",
|
||||
"escapedName": "luch-request",
|
||||
"rawSpec": "3.0.8",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "3.0.8"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/lei-mu/luch-request.git"
|
||||
"_requiredBy": [
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/luch-request/-/luch-request-3.0.8.tgz",
|
||||
"_spec": "3.0.8",
|
||||
"_where": "E:\\202308\\yunxinwei-uniapp",
|
||||
"author": {
|
||||
"name": "luch"
|
||||
},
|
||||
"author": "luch",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/lei-mu/luch-request/issues"
|
||||
},
|
||||
"homepage": "https://www.quanzhan.co/luch-request/",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
||||
"@babel/preset-env": "^7.9.5",
|
||||
"@vuepress/plugin-active-header-links": "^1.5.0",
|
||||
"@vuepress/plugin-pwa": "^1.5.2",
|
||||
"archiver": "^4.0.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"commitizen": "^4.2.4",
|
||||
"conventional-changelog-cli": "^2.1.1",
|
||||
"cz-conventional-changelog": "^3.2.0",
|
||||
"eslint": "^6.8.0",
|
||||
"grunt": "^1.1.0",
|
||||
"grunt-babel": "^8.0.0",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"node-zip": "^1.1.1",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-copy": "^3.3.0",
|
||||
"rollup-plugin-eslint": "^7.0.0",
|
||||
"rollup-plugin-json": "^4.0.0",
|
||||
"rollup-plugin-live-server": "^1.0.3",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-uglify": "^6.0.4",
|
||||
"rollup-plugin-zip": "^1.0.0",
|
||||
"validate-commit-msg": "^2.14.0",
|
||||
"vuepress": "^1.4.1"
|
||||
},
|
||||
"config": {
|
||||
"commitizen": {
|
||||
"path": "./node_modules/cz-conventional-changelog"
|
||||
@@ -102,5 +72,65 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@dcloudio/types": "^2.0.16"
|
||||
}
|
||||
},
|
||||
"description": "基于Promise实现uni-app request 请求插件",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.9.0",
|
||||
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
||||
"@babel/plugin-transform-arrow-functions": "^7.8.3",
|
||||
"@babel/preset-env": "^7.9.5",
|
||||
"@vuepress/plugin-active-header-links": "^1.5.0",
|
||||
"@vuepress/plugin-pwa": "^1.5.2",
|
||||
"archiver": "^4.0.1",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"babel-preset-es2015": "^6.24.1",
|
||||
"commitizen": "^4.2.4",
|
||||
"conventional-changelog-cli": "^2.1.1",
|
||||
"cz-conventional-changelog": "^3.2.0",
|
||||
"eslint": "^6.8.0",
|
||||
"grunt": "^1.1.0",
|
||||
"grunt-babel": "^8.0.0",
|
||||
"load-grunt-tasks": "^5.1.0",
|
||||
"node-zip": "^1.1.1",
|
||||
"rollup-plugin-babel": "^4.4.0",
|
||||
"rollup-plugin-commonjs": "^10.1.0",
|
||||
"rollup-plugin-copy": "^3.3.0",
|
||||
"rollup-plugin-eslint": "^7.0.0",
|
||||
"rollup-plugin-json": "^4.0.0",
|
||||
"rollup-plugin-live-server": "^1.0.3",
|
||||
"rollup-plugin-node-resolve": "^5.2.0",
|
||||
"rollup-plugin-replace": "^2.2.0",
|
||||
"rollup-plugin-uglify": "^6.0.4",
|
||||
"rollup-plugin-zip": "^1.0.0",
|
||||
"validate-commit-msg": "^2.14.0",
|
||||
"vuepress": "^1.4.1"
|
||||
},
|
||||
"homepage": "https://www.quanzhan.co/luch-request/",
|
||||
"keywords": [
|
||||
"uni-app",
|
||||
"request",
|
||||
"Promise",
|
||||
"luch",
|
||||
"luch-request"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "src/lib/luch-request.js",
|
||||
"name": "luch-request",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/lei-mu/luch-request.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rimraf DCloud && rollup -c --environment NODE_ENV:production",
|
||||
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -w -r 0",
|
||||
"dev": "rollup -c",
|
||||
"docs": "vuepress dev docs",
|
||||
"docs:build": "vuepress build docs",
|
||||
"pub": "npm publish && cnpm sync luch-request",
|
||||
"pub:alpha": "npm publish --tag=alpha && cnpm sync luch-request",
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"watch": "rollup -c -w",
|
||||
"zipD": "node node/zipDCloudPlugin.js && node node/zipDCloudDemo.js"
|
||||
},
|
||||
"version": "3.0.8"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user