formations/javascript/base/exercices/linting/node_modules/jshint/node_modules/cli/package.json

74 lines
1.5 KiB
JSON
Executable File

{
"name": "cli",
"description": "A tool for rapidly building command line apps",
"version": "0.6.6",
"homepage": "http://github.com/chriso/cli",
"keywords": [
"cli",
"command line",
"opts",
"parseopt",
"opt",
"args",
"console",
"argsparse",
"optparse",
"daemon",
"autocomplete",
"command",
"autocompletion"
],
"author": {
"name": "Chris O'Hara",
"email": "cohara87@gmail.com"
},
"main": "cli.js",
"bugs": {
"url": "http://github.com/chriso/cli/issues"
},
"repository": {
"type": "git",
"url": "http://github.com/chriso/cli.git"
},
"dependencies": {
"glob": "~ 3.2.1",
"exit": "0.1.2"
},
"contributors": [
{
"name": "Douglas Meyer"
}
],
"engines": {
"node": ">=0.2.5"
},
"licenses": [
{
"type": "MIT"
}
],
"gitHead": "088e01c2df81b0850ae4ae2daa7827fb6dcf0502",
"_id": "cli@0.6.6",
"scripts": {},
"_shasum": "02ad44a380abf27adac5e6f0cdd7b043d74c53e3",
"_from": "cli@0.6.x",
"_npmVersion": "2.7.3",
"_nodeVersion": "0.12.1",
"_npmUser": {
"name": "cohara87",
"email": "cohara87@gmail.com"
},
"maintainers": [
{
"name": "cohara87",
"email": "cohara87@gmail.com"
}
],
"dist": {
"shasum": "02ad44a380abf27adac5e6f0cdd7b043d74c53e3",
"tarball": "http://registry.npmjs.org/cli/-/cli-0.6.6.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/cli/-/cli-0.6.6.tgz"
}