63 lines
1.5 KiB
JSON
63 lines
1.5 KiB
JSON
{
|
|
"_from": "commander@2.3.0",
|
|
"_id": "commander@2.3.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-/UMOiJgy7DU7ms0d4hfBHLPu+HM=",
|
|
"_location": "/commander",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "commander@2.3.0",
|
|
"name": "commander",
|
|
"escapedName": "commander",
|
|
"rawSpec": "2.3.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.3.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/mocha"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.3.0.tgz",
|
|
"_shasum": "fd430e889832ec353b9acd1de217c11cb3eef873",
|
|
"_spec": "commander@2.3.0",
|
|
"_where": "/home/clemens/Dokumente/git/pixelnode/node_modules/mocha",
|
|
"author": {
|
|
"name": "TJ Holowaychuk",
|
|
"email": "tj@vision-media.ca"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/visionmedia/commander.js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "the complete solution for node.js command-line programs",
|
|
"devDependencies": {
|
|
"should": ">= 0.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.6.x"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"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": "2.3.0"
|
|
}
|