argparse
Version:
Very powerful CLI arguments parser. Native port of argparse - python's options parsing library
27 lines (21 loc) • 1.03 kB
JSON
{
"name" : "argparse",
"description" : "Very powerful CLI arguments parser. Native port of argparse - python's options parsing library",
"version" : "0.1.14",
"keywords" : ["cli", "parser", "argparse", "option", "args"],
"homepage" : "https://github.com/nodeca/argparse",
"contributors" : ["Eugene Shkuropat", "Paul Jacobson"],
"bugs" : { "url": "https://github.com/nodeca/argparse/issues" },
"license" : { "type": "MIT", "url": "https://github.com/nodeca/argparse/blob/master/LICENSE" },
"repository" : { "type": "git", "url": "git://github.com/nodeca/argparse.git" },
"main" : "./index.js",
"scripts" : {
"test": "make test"
},
"dependencies" : {
"underscore" : "~1.4.3",
"underscore.string" : "~2.3.1"
},
"devDependencies" : { "mocha": "*" },
"engines" : { "node": ">= 0.6.0" }
}