mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-09 09:57:19 +08:00
86 lines
2.0 KiB
JSON
86 lines
2.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"run-parallel@1.1.10",
|
|
"J:\\Github\\CURD-TS"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "run-parallel@1.1.10",
|
|
"_id": "run-parallel@1.1.10",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-YKUbKug2Y2yBN33xbLEHNRvNE+8=",
|
|
"_location": "/run-parallel",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "run-parallel@1.1.10",
|
|
"name": "run-parallel",
|
|
"escapedName": "run-parallel",
|
|
"rawSpec": "1.1.10",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.1.10"
|
|
},
|
|
"_requiredBy": [
|
|
"/@nodelib/fs.scandir"
|
|
],
|
|
"_resolved": "http://192.168.250.101:4873/run-parallel/-/run-parallel-1.1.10.tgz",
|
|
"_spec": "1.1.10",
|
|
"_where": "J:\\Github\\CURD-TS",
|
|
"author": {
|
|
"name": "Feross Aboukhadijeh",
|
|
"email": "feross@feross.org",
|
|
"url": "https://feross.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/feross/run-parallel/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Run an array of functions in parallel",
|
|
"devDependencies": {
|
|
"airtap": "^3.0.0",
|
|
"standard": "*",
|
|
"tape": "^5.0.1"
|
|
},
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/feross"
|
|
},
|
|
{
|
|
"type": "patreon",
|
|
"url": "https://www.patreon.com/feross"
|
|
},
|
|
{
|
|
"type": "consulting",
|
|
"url": "https://feross.org/support"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/feross/run-parallel",
|
|
"keywords": [
|
|
"parallel",
|
|
"async",
|
|
"function",
|
|
"callback",
|
|
"asynchronous",
|
|
"run",
|
|
"array",
|
|
"run parallel"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "run-parallel",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/feross/run-parallel.git"
|
|
},
|
|
"scripts": {
|
|
"test": "standard && npm run test-node && npm run test-browser",
|
|
"test-browser": "airtap -- test/*.js",
|
|
"test-browser-local": "airtap --local -- test/*.js",
|
|
"test-node": "tape test/*.js"
|
|
},
|
|
"version": "1.1.10"
|
|
}
|