motion
Version:
motion - moving development forward
73 lines (72 loc) • 2.4 kB
JSON
{
"_args": [
[
"clap@https://registry.npmjs.org/clap/-/clap-1.0.10.tgz",
"/Users/nw/flint/packages/flint"
]
],
"_from": "clap@>=1.0.9 <2.0.0",
"_id": "clap@1.0.10",
"_inCache": true,
"_location": "/clap",
"_phantomChildren": {},
"_requested": {
"name": "clap",
"raw": "clap@https://registry.npmjs.org/clap/-/clap-1.0.10.tgz",
"rawSpec": "https://registry.npmjs.org/clap/-/clap-1.0.10.tgz",
"scope": null,
"spec": "https://registry.npmjs.org/clap/-/clap-1.0.10.tgz",
"type": "remote"
},
"_requiredBy": [
"/csso"
],
"_resolved": "https://registry.npmjs.org/clap/-/clap-1.0.10.tgz",
"_shasum": "4f7a93e144545af85dfd29d92fd974e32548632a",
"_shrinkwrap": null,
"_spec": "clap@https://registry.npmjs.org/clap/-/clap-1.0.10.tgz",
"_where": "/Users/nw/flint/packages/flint",
"author": {
"email": "rdvornov@gmail.com",
"name": "Roman Dvornov"
},
"bugs": {
"url": "https://github.com/lahmatiy/clap/issues"
},
"dependencies": {
"chalk": "1.1.1"
},
"description": "Command line argument parser",
"devDependencies": {
"mocha": "~1.17.1"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/lahmatiy/clap",
"keywords": [
"argument",
"cli",
"command",
"completion",
"option"
],
"license": "MIT",
"main": "index",
"name": "clap",
"optionalDependencies": {},
"readme": "[](https://www.npmjs.com/package/clap)\r\n[](https://david-dm.org/lahmatiy/clap)\r\n[](https://travis-ci.org/lahmatiy/clap)\r\n\r\n# Clap.js\r\n\r\nArgument parser for command-line interfaces. It primary target to large tool sets that provides a lot of subcommands. Support for argument coercion and completion makes task run much easer, even if you doesn't use CLI.\r\n\r\nInspired by TJ Holowaychuk [Commander](https://github.com/visionmedia/commander.js).\r\n\r\n[TODO: Complete readme]\r\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/lahmatiy/clap.git"
},
"scripts": {
"test": "mocha test -R spec"
},
"title": "Command line argument parser",
"version": "1.0.10"
}