js-lightning
Version:
Direct Javascript to Web interpreted server inspired by PHP
31 lines (30 loc) • 842 B
JSON
{
"name": "qtools-parse-command-line",
"version": "1.0.5",
"description": "zero configuration command line argument parser; just grabs the stuff and makes a JS object out of it",
"main": "qtools-parse-command-line.js",
"scripts": {
"test": "node test.js -demoFlag --demoValue=somethingGood"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tqwhite/qtools-parse-command-line.git"
},
"author": "TQ White II",
"license": "ISC",
"bugs": {
"url": "https://github.com/tqwhite/qtools-parse-command-line/issues"
},
"homepage": "https://github.com/tqwhite/qtools-parse-command-line#readme",
"devDependencies": {},
"keywords": [
"bash",
"cli"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/evangelion1204/multi-ini/blob/master/LICENSE"
}
]
}