mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
68 lines
1.7 KiB
JSON
Executable File
68 lines
1.7 KiB
JSON
Executable File
{
|
|
"_from": "optimist@~0.3.5",
|
|
"_id": "optimist@0.3.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-yQlBrVnkJzMokjB00s8ufLxuwNk=",
|
|
"_location": "/optimist",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "optimist@~0.3.5",
|
|
"name": "optimist",
|
|
"escapedName": "optimist",
|
|
"rawSpec": "~0.3.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~0.3.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/transformers/uglify-js"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.3.7.tgz",
|
|
"_shasum": "c90941ad59e4273328923074d2cf2e7cbc6ec0d9",
|
|
"_spec": "optimist@~0.3.5",
|
|
"_where": "C:\\Users\\Administrator\\Documents\\project\\hc\\MicrCommunityWeb\\node_modules\\transformers\\node_modules\\uglify-js",
|
|
"author": {
|
|
"name": "James Halliday",
|
|
"email": "mail@substack.net",
|
|
"url": "http://substack.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/substack/node-optimist/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"wordwrap": "~0.0.2"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|