mirror of https://github.com/lukechilds/node.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
97 lines
2.2 KiB
97 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"optionator@^0.8.1",
|
|
"/Users/silverwind/git/node/tools/package/package"
|
|
]
|
|
],
|
|
"_from": "optionator@>=0.8.1 <0.9.0",
|
|
"_id": "optionator@0.8.1",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/optionator",
|
|
"_nodeVersion": "5.3.0",
|
|
"_npmUser": {
|
|
"email": "z@georgezahariev.com",
|
|
"name": "gkz"
|
|
},
|
|
"_npmVersion": "3.5.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "optionator",
|
|
"raw": "optionator@^0.8.1",
|
|
"rawSpec": "^0.8.1",
|
|
"scope": null,
|
|
"spec": ">=0.8.1 <0.9.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.8.1.tgz",
|
|
"_shasum": "e31b4932cdd5fb862a8b0d10bc63d3ee1ec7d78b",
|
|
"_shrinkwrap": null,
|
|
"_spec": "optionator@^0.8.1",
|
|
"_where": "/Users/silverwind/git/node/tools/package/package",
|
|
"author": {
|
|
"email": "z@georgezahariev.com",
|
|
"name": "George Zahariev"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/gkz/optionator/issues"
|
|
},
|
|
"dependencies": {
|
|
"deep-is": "~0.1.3",
|
|
"fast-levenshtein": "^1.1.0",
|
|
"levn": "~0.3.0",
|
|
"prelude-ls": "~1.1.2",
|
|
"type-check": "~0.3.2",
|
|
"wordwrap": "~1.0.0"
|
|
},
|
|
"description": "option parsing and help generation",
|
|
"devDependencies": {
|
|
"istanbul": "~0.4.1",
|
|
"livescript": "~1.4.0",
|
|
"mocha": "~2.3.4"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "e31b4932cdd5fb862a8b0d10bc63d3ee1ec7d78b",
|
|
"tarball": "http://registry.npmjs.org/optionator/-/optionator-0.8.1.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"lib"
|
|
],
|
|
"gitHead": "88e905d2546df814bc20ff88af93eec8c47c216c",
|
|
"homepage": "https://github.com/gkz/optionator",
|
|
"keywords": [
|
|
"cli",
|
|
"flags",
|
|
"option parsing",
|
|
"options"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/",
|
|
"maintainers": [
|
|
{
|
|
"name": "gkz",
|
|
"email": "z@georgezahariev.com"
|
|
}
|
|
],
|
|
"name": "optionator",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gkz/optionator.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"version": "0.8.1"
|
|
}
|
|
|