{
"name": "subarg",
"version": "1.0.0",
"description": "parse arguments with recursive contexts",
"main": "index.js",
"dependencies": {
"minimist": "^1.1.0"
},
"devDependencies": {
"tape": "^3.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/subarg.git"
},
"homepage": "https://github.com/substack/subarg",
"keywords": [
"argument",
"option",
"parser",
"parsing",
"flags",
"command-line",
"cli",
"recursive",
"minimist"
],
"author": {
"name": "James Halliday",
"email": "[email protected]",
"url": "http://substack.net"
},
"license": "MIT",
"testling": {
"files": "test/*.js",
"browsers": [
"ie/8..latest",
"firefox/16",
"firefox/latest",
"firefox/nightly",
"chrome/22",
"chrome/latest",
"chrome/canary",
"opera/12..latest",
"opera/next",
"safari/5.1..latest"
]
},
"gitHead": "249bde03606850fac7d89d67e79782f56cd41cce",
"bugs": {
"url": "https://github.com/substack/subarg/issues"
},
"_id": "[email protected]",
"_shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
"_from": "subarg@>=1.0.0 <2.0.0",
"_npmVersion": "2.0.2",
"_nodeVersion": "0.10.31",
"_npmUser": {
"name": "substack",
"email": "[email protected]"
},
"maintainers": [
{
"name": "substack",
"email": "[email protected]"
}
],
"dist": {
"shasum": "f62cf17581e996b48fc965699f54c06ae268b8d2",
"tarball": "http://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/subarg/-/subarg-1.0.0.tgz",
"readme": "ERROR: No README data found!"
}