UNPKG

argparser

Version:

object to parse commandline-args and options.

19 lines (18 loc) 534 B
{ "name": "argparser" , "version": "0.2.2" , "description": "object to parse commandline-args and options." , "keywords": ["getopt", "arguments", "option", "getopts", "command"] , "author": "SHIN Suzuki <shinout310@gmail.com>" , "repository": { "type": "git" , "url": "https://github.com/shinout/argparser.git" } , "bugs": {"url": "https://github.com/shinout/argparser/issues" } , "licences": [ { "type": "MIT" , "url": "https://github.com/shinout/argparser/raw/master/LICENCE" } ] , "main": "./ArgParser.js" }