UNPKG

fargv

Version:

Multi-customizable parser of process.argv for nodejs.

46 lines 923 B
{ "name": "fargv", "version": "1.1.0", "author": "cotenochek", "license": "MIT", "description": "Multi-customizable parser of process.argv for nodejs.", "homepage": "https://github.com/StormExecute/fargv/#readme", "repository": { "type": "git", "url": "https://github.com/StormExecute/fargv.git" }, "main": "src/main.js", "types": "types.d.ts", "scripts": { "test": "node tests/index.js", "gen": "node tests/generateStringIndexModel.js" }, "engines": { "node": ">=6.0.0" }, "keywords": [ "fargv", "fast-argv", "fast-argv-parser", "flag", "flags", "flags-parser", "arg", "args", "args-parser", "argv", "argv-parser", "parser", "parsing", "argument", "arguments", "arguments-parser", "option", "cli", "command" ], "dependencies": { "cliui": "^6.0.0" }, "__modifiedBy": "npm-xeraglobal" }