mirror of https://github.com/lukechilds/node.git
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.
106 lines
2.5 KiB
106 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "argparse@^1.0.7",
|
|
"scope": null,
|
|
"escapedName": "argparse",
|
|
"name": "argparse",
|
|
"rawSpec": "^1.0.7",
|
|
"spec": ">=1.0.7 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/js-yaml"
|
|
]
|
|
],
|
|
"_from": "argparse@>=1.0.7 <2.0.0",
|
|
"_id": "argparse@1.0.7",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/argparse",
|
|
"_nodeVersion": "4.3.0",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-12-west.internal.npmjs.com",
|
|
"tmp": "tmp/argparse-1.0.7.tgz_1458226887302_0.8524546672124416"
|
|
},
|
|
"_npmUser": {
|
|
"name": "vitaly",
|
|
"email": "vitaly@rcdesign.ru"
|
|
},
|
|
"_npmVersion": "2.14.12",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "argparse@^1.0.7",
|
|
"scope": null,
|
|
"escapedName": "argparse",
|
|
"name": "argparse",
|
|
"rawSpec": "^1.0.7",
|
|
"spec": ">=1.0.7 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/js-yaml"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz",
|
|
"_shasum": "c289506480557810f14a8bc62d7a06f63ed7f951",
|
|
"_shrinkwrap": null,
|
|
"_spec": "argparse@^1.0.7",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/js-yaml",
|
|
"bugs": {
|
|
"url": "https://github.com/nodeca/argparse/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Eugene Shkuropat"
|
|
},
|
|
{
|
|
"name": "Paul Jacobson"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"sprintf-js": "~1.0.2"
|
|
},
|
|
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
|
|
"devDependencies": {
|
|
"eslint": "2.0.0-rc.0",
|
|
"eslint-plugin-nodeca": "~1.0.3",
|
|
"mocha": "*",
|
|
"ndoc": "^3.1.0"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "c289506480557810f14a8bc62d7a06f63ed7f951",
|
|
"tarball": "https://registry.npmjs.org/argparse/-/argparse-1.0.7.tgz"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"gitHead": "2d243d3062affb01f49f5f00e8ca8464a15e9374",
|
|
"homepage": "https://github.com/nodeca/argparse",
|
|
"keywords": [
|
|
"cli",
|
|
"parser",
|
|
"argparse",
|
|
"option",
|
|
"args"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "vitaly",
|
|
"email": "vitaly@rcdesign.ru"
|
|
}
|
|
],
|
|
"name": "argparse",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nodeca/argparse.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "1.0.7"
|
|
}
|
|
|