option-parser
Version:
Command-line option parser similar to getopt
30 lines (29 loc) • 635 B
JSON
{
"name": "option-parser",
"version": "1.0.2",
"author": "Tyler Akins <fidian@rumkin.com>",
"description": "Command-line option parser similar to getopt",
"homepage": "https://github.com/tests-always-included/option-parser/",
"contributors": [
"Tyler Akins <fidian@rumkin.com> (http://rumkin.com/)"
],
"main": "./lib/option-parser.js",
"repository": {
"type": "git",
"url": "https://github.com/tests-always-included/option-parser.git"
},
"keywords": [
"command-line",
"command",
"line",
"option",
"parser",
"flag",
"flags",
"getopt"
],
"license": "MIT",
"scripts": {
"test": "test/run-tests"
}
}