1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 18:52:50 +00:00
Files
mywebsite/node_modules/optimist/package.json
2016-01-04 12:25:28 -05:00

90 lines
2.0 KiB
JSON

{
"_args": [
[
"optimist@0.6.0",
"/home/mywebsite/node_modules/nconf"
]
],
"_from": "optimist@0.6.0",
"_id": "optimist@0.6.0",
"_inCache": true,
"_installable": true,
"_location": "/optimist",
"_npmUser": {
"email": "mail@substack.net",
"name": "substack"
},
"_npmVersion": "1.3.0",
"_phantomChildren": {},
"_requested": {
"name": "optimist",
"raw": "optimist@0.6.0",
"rawSpec": "0.6.0",
"scope": null,
"spec": "0.6.0",
"type": "version"
},
"_requiredBy": [
"/nconf"
],
"_resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.0.tgz",
"_shasum": "69424826f3405f79f142e6fc3d9ae58d4dbb9200",
"_shrinkwrap": null,
"_spec": "optimist@0.6.0",
"_where": "/home/mywebsite/node_modules/nconf",
"author": {
"email": "mail@substack.net",
"name": "James Halliday",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/node-optimist/issues"
},
"dependencies": {
"minimist": "~0.0.1",
"wordwrap": "~0.0.2"
},
"description": "Light-weight option parsing with an argv hash. No optstrings attached.",
"devDependencies": {
"hashish": "~0.0.4",
"tap": "~0.4.0"
},
"directories": {},
"dist": {
"shasum": "69424826f3405f79f142e6fc3d9ae58d4dbb9200",
"tarball": "http://registry.npmjs.org/optimist/-/optimist-0.6.0.tgz"
},
"engine": {
"node": ">=0.4"
},
"homepage": "https://github.com/substack/node-optimist#readme",
"keywords": [
"args",
"argument",
"cli",
"command",
"option",
"parser",
"parsing"
],
"license": "MIT/X11",
"main": "./index.js",
"maintainers": [
{
"name": "substack",
"email": "mail@substack.net"
}
],
"name": "optimist",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/substack/node-optimist.git"
},
"scripts": {
"test": "tap ./test/*.js"
},
"version": "0.6.0"
}