UNPKG

clean

Version:

clean parses and sanitize argv for node, supporting fully extendable types, shorthands, validatiors and setters.

37 lines (36 loc) 821 B
{ "name": "clean", "version": "4.0.2", "description": "clean parses and sanitize argv for node, supporting fully extendable types, shorthands, validatiors and setters.", "main": "index.js", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec ./test/*.js" }, "repository": { "type": "git", "url": "git@github.com:kaelzhang/node-clean.git" }, "keywords": [ "argv", "parser", "argument-vector", "cleaner", "simple" ], "author": "Kael", "license": "MIT", "readmeFilename": "README.md", "bugs": { "url": "https://github.com/kaelzhang/node-clean/issues" }, "dependencies": { "async": "^0.9.0", "minimist": "^1.1.0", "mix2": "^1.0.0", "skema": "^1.0.0" }, "devDependencies": { "mocha": "~1.13.0", "chai": "~1.8.0" } }