backoffice/node_modules/commander/package.json

71 lines
1.5 KiB
JSON
Raw Normal View History

2020-02-06 10:09:39 +00:00
{
"_args": [
[
"commander@2.9.0",
"C:\\wamp64\\www\\ilink"
]
],
"_development": true,
"_from": "commander@2.9.0",
"_id": "commander@2.9.0",
"_inBundle": false,
"_integrity": "sha1-nJkJQXbhIkDLItbFFGCYQA/g99Q=",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "commander@2.9.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "2.9.0",
"saveSpec": null,
"fetchSpec": "2.9.0"
},
"_requiredBy": [
"/bootlint",
"/grunt-jscs/jscs"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.9.0.tgz",
"_spec": "2.9.0",
"_where": "C:\\wamp64\\www\\ilink",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/tj/commander.js/issues"
},
"dependencies": {
"graceful-readlink": ">= 1.0.0"
},
"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"
}