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

65 lines
1.5 KiB

{
"_from": "commander@~2.9.0",
"_id": "commander@2.9.0",
"_inBundle": false,
"_integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "commander@~2.9.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "~2.9.0",
"saveSpec": null,
"fetchSpec": "~2.9.0"
},
"_requiredBy": [
"/mosca"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
"_shasum": "9c99094176e12240cb22d6c5146098400fe0f7d4",
"_spec": "commander@~2.9.0",
"_where": "/home/yimian/iot/mqtt/smartfarm/node_modules/mosca",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"bundleDependencies": false,
"dependencies": {
"graceful-readlink": ">= 1.0.0"
},
"deprecated": false,
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"should": ">= 0.0.1",
"sinon": ">=1.17.1"
},
"engines": {
"node": ">= 0.6.x"
},
"files": [
"index.js"
],
"homepage": "https://github.com/tj/commander.js#readme",
"keywords": [
"command",
"option",
"parser"
],
"license": "MIT",
"main": "index",
"name": "commander",
"repository": {
"type": "git",
"url": "git+https://github.com/tj/commander.js.git"
},
"scripts": {
"test": "make test"
},
"version": "2.9.0"
}