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.

98 lines
2.3 KiB

{
"_args": [
[
"argparse@^1.0.2",
"/Users/trott/test/node_modules/eslint/node_modules/js-yaml"
]
],
"_from": "argparse@>=1.0.2 <2.0.0",
"_id": "argparse@1.0.6",
"_inCache": true,
"_installable": true,
"_location": "/eslint/argparse",
"_nodeVersion": "4.2.6",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/argparse-1.0.6.tgz_1454752276282_0.7111219766084105"
},
"_npmUser": {
"email": "vitaly@rcdesign.ru",
"name": "vitaly"
},
"_npmVersion": "2.14.12",
"_phantomChildren": {},
"_requested": {
"name": "argparse",
"raw": "argparse@^1.0.2",
"rawSpec": "^1.0.2",
"scope": null,
"spec": ">=1.0.2 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint/js-yaml"
],
"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.6.tgz",
"_shasum": "ada3c46ade64695906efbb7a0a337f619abb4694",
"_shrinkwrap": null,
"_spec": "argparse@^1.0.2",
"_where": "/Users/trott/test/node_modules/eslint/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": "ada3c46ade64695906efbb7a0a337f619abb4694",
"tarball": "http://registry.npmjs.org/argparse/-/argparse-1.0.6.tgz"
},
"files": [
"index.js",
"lib/"
],
"gitHead": "f8810fdae9ab4eb68283ba4c5f62baeaf0c0719d",
"homepage": "https://github.com/nodeca/argparse",
"keywords": [
"cli",
"parser",
"argparse",
"option",
"args"
],
"license": "MIT",
"maintainers": [
{
"email": "vitaly@rcdesign.ru",
"name": "vitaly"
}
],
"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.6"
}