Files
yunxinwei-uniapp/node_modules/commander/package.json
weicw 0256bd355d 1
2023-09-28 21:19:51 +08:00

67 lines
1.5 KiB
JSON

{
"_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"
}