Files
anissah/user/themes/anissabensalah/node_modules/commander/package.json
T
2018-05-28 13:26:25 +02:00

64 lines
1.5 KiB
JSON

{
"_args": [
[
"commander@2.0.0",
"/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
]
],
"_development": true,
"_from": "commander@2.0.0",
"_id": "commander@2.0.0",
"_inBundle": false,
"_integrity": "sha1-0bhvkB+LZL2UG96tr5JFMDk76Sg=",
"_location": "/commander",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "commander@2.0.0",
"name": "commander",
"escapedName": "commander",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/csscomb"
],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
"author": {
"name": "TJ Holowaychuk",
"email": "tj@vision-media.ca"
},
"bugs": {
"url": "https://github.com/visionmedia/commander.js/issues"
},
"description": "the complete solution for node.js command-line programs",
"devDependencies": {
"should": ">= 0.0.1"
},
"engines": {
"node": ">= 0.6.x"
},
"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.0.0"
}