UNPKG

commandos

Version:

Command line parser, compatible with DOS style command

47 lines 1.15 kB
{ "bin": {}, "dependencies": { "colors": "^1.4.0", "htp": "^0.12.1", "if2": "^0.2.0", "jinang": "^0.21.0", "manon": "^0.2.0", "meant": "^1.0.2", "minimatch": "^3.0.4", "noda": "^0.1.2", "qir": "^0.2.0", "semver": "^7.3.5" }, "devDependencies": { "minimist": "^1.2.5", "mocha": "^4.1.0", "noda": "^0.1.2" }, "directories": {}, "scripts": { "test": "mocha", "demo": "node _workspace/mycommand/bin/main" }, "name": "commandos", "version": "0.10.2", "main": "index.js", "keywords": [ "command", "command-line", "cli", "options", "dos", "getopts" ], "homepage": "https://github.com/YounGoat/nodejs.commandos", "description": "Command line parser, compatible with DOS style command", "repository": { "type": "git", "url": "https://github.com/YounGoat/nodejs.commandos.git" }, "author": { "name": "YounGoat", "email": "youngoat@163.com", "url": "https://youngoat.github.io" } }