You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.7 KiB
JSON

5 years ago
{
"_args": [
[
"optimist@0.3.7",
"E:\\公司\\node\\logistics_node"
]
],
"_from": "optimist@0.3.7",
"_id": "optimist@0.3.7",
"_inBundle": false,
"_integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
"_location": "/optimist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "optimist@0.3.7",
"name": "optimist",
"escapedName": "optimist",
"rawSpec": "0.3.7",
"saveSpec": null,
"fetchSpec": "0.3.7"
},
"_requiredBy": [
"/transformers/uglify-js"
],
"_resolved": "https://registry.nlark.com/optimist/download/optimist-0.3.7.tgz?cache=0&sync_timestamp=1618847675033&other_urls=https%3A%2F%2Fregistry.nlark.com%2Foptimist%2Fdownload%2Foptimist-0.3.7.tgz",
"_spec": "0.3.7",
"_where": "E:\\公司\\node\\logistics_node",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-optimist/issues"
},
"dependencies": {
"wordwrap": "~0.0.2"
},
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
"devDependencies": {
"hashish": "~0.0.4",
"tap": "~0.4.0"
},
"engine": {
"node": ">=0.4"
},
"homepage": "https://github.com/substack/node-optimist#readme",
"keywords": [
"argument",
"args",
"option",
"parser",
"parsing",
"cli",
"command"
],
"license": "MIT/X11",
"main": "./index.js",
"name": "optimist",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-optimist.git"
},
"scripts": {
"test": "tap ./test/*.js"
},
"version": "0.3.7"
}