Website/node_modules/argparse/package.json
2015-12-02 18:21:44 -05:00

87 lines
2 KiB
JSON

{
"_args": [
[
"argparse@^1.0.2",
"/Users/okennedy/Desktop/Website/node_modules/js-yaml"
]
],
"_from": "argparse@>=1.0.2 <2.0.0",
"_id": "argparse@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/argparse",
"_nodeVersion": "4.2.1",
"_npmUser": {
"email": "vitaly@rcdesign.ru",
"name": "vitaly"
},
"_npmVersion": "2.14.7",
"_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": [
"/js-yaml"
],
"_resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz",
"_shasum": "14389deeb0c28fc4cda9405b9f532a4e3785ce84",
"_shrinkwrap": null,
"_spec": "argparse@^1.0.2",
"_where": "/Users/okennedy/Desktop/Website/node_modules/js-yaml",
"bugs": {
"url": "https://github.com/nodeca/argparse/issues"
},
"contributors": [
{
"name": "Eugene Shkuropat"
},
{
"name": "Paul Jacobson"
}
],
"dependencies": {
"lodash": ">= 3.2.0 < 4.0.0",
"sprintf-js": "~1.0.2"
},
"description": "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "14389deeb0c28fc4cda9405b9f532a4e3785ce84",
"tarball": "http://registry.npmjs.org/argparse/-/argparse-1.0.3.tgz"
},
"gitHead": "e46e471f113ba31074c0d0c156f93fd7a618b27c",
"homepage": "https://github.com/nodeca/argparse",
"keywords": [
"argparse",
"args",
"cli",
"option",
"parser"
],
"license": "MIT",
"maintainers": [
{
"name": "vitaly",
"email": "vitaly@rcdesign.ru"
}
],
"name": "argparse",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeca/argparse.git"
},
"scripts": {
"test": "make test"
},
"version": "1.0.3"
}