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.
73 lines
1.7 KiB
73 lines
1.7 KiB
{
|
|
"name": "optionator",
|
|
"version": "0.5.0",
|
|
"author": {
|
|
"name": "George Zahariev",
|
|
"email": "z@georgezahariev.com"
|
|
},
|
|
"description": "option parsing and help generation",
|
|
"homepage": "https://github.com/gkz/optionator",
|
|
"keywords": [
|
|
"options"
|
|
],
|
|
"files": [
|
|
"lib",
|
|
"README.md",
|
|
"LICENSE"
|
|
],
|
|
"main": "./lib/",
|
|
"bugs": {
|
|
"url": "https://github.com/gkz/optionator/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://raw.githubusercontent.com/gkz/optionator/master/LICENSE"
|
|
}
|
|
],
|
|
"engines": {
|
|
"node": ">= 0.8.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gkz/optionator.git"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"prelude-ls": "~1.1.1",
|
|
"deep-is": "~0.1.2",
|
|
"wordwrap": "~0.0.2",
|
|
"type-check": "~0.3.1",
|
|
"levn": "~0.2.5",
|
|
"fast-levenshtein": "~1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"LiveScript": "~1.3.1",
|
|
"mocha": "~2.0.1",
|
|
"istanbul": "~0.1.43"
|
|
},
|
|
"gitHead": "52241eef663601bef5120c3a770d60533d2b3097",
|
|
"_id": "optionator@0.5.0",
|
|
"_shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368",
|
|
"_from": "optionator@>=0.5.0 <0.6.0",
|
|
"_npmVersion": "2.0.0",
|
|
"_npmUser": {
|
|
"name": "gkz",
|
|
"email": "z@georgezahariev.com"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "gkz",
|
|
"email": "z@georgezahariev.com"
|
|
}
|
|
],
|
|
"dist": {
|
|
"shasum": "b75a8995a2d417df25b6e4e3862f50aa88651368",
|
|
"tarball": "http://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz"
|
|
},
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/optionator/-/optionator-0.5.0.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|