argv-tools
Version:
Some useful tools for working with process.argv
40 lines (39 loc) • 780 B
JSON
{
"name": "argv-tools",
"version": "0.1.2",
"description": "Some useful tools for working with process.argv",
"repository": "https://github.com/75lb/argv-tools",
"scripts": {
"test": "test-runner test.js",
"docs": "jsdoc2md --template README.hbs index.js > README.md"
},
"keywords": [
"argv",
"parse",
"argument",
"args",
"option",
"options",
"parser",
"parsing",
"cli",
"command",
"line"
],
"author": "Lloyd Brookes <75pound@gmail.com>",
"license": "MIT",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"jsdoc-to-markdown": "^5.0.1",
"test-runner": "^0.5.0-1"
},
"dependencies": {
"array-back": "^2.0.0",
"find-replace": "^2.0.1"
},
"files": [
"index.js"
]
}