{
	"name": "argp",
	"version": "1.0.4",
	"description": "Command-line option parser",
	"keywords": ["cli", "options", "parser", "commands", "arguments", "getopt",
			"argparse"],
	"author": "Gabriel Llamas <gagle@outlook.com>",
	"repository": "git://github.com/gagle/node-argp.git",
	"engines": {
		"node": ">=0.10"
	},
	"scripts": {
		"test": "node test/index"
	},
	"license": "MIT",
	"main": "lib"

,"_resolved": "http://npm.domotz.com:4873/argp/-/argp-1.0.4.tgz"
,"_integrity": "sha1-sxxzB1rW1syx2MhqzWn/MAMFsZQ="
,"_from": "argp@1.0.4"
}