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.
55 lines
1.3 KiB
55 lines
1.3 KiB
{
|
|
"name": "nopt",
|
|
"version": "3.0.2",
|
|
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
|
|
"author": {
|
|
"name": "Isaac Z. Schlueter",
|
|
"email": "i@izs.me",
|
|
"url": "http://blog.izs.me/"
|
|
},
|
|
"main": "lib/nopt.js",
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/isaacs/nopt.git"
|
|
},
|
|
"bin": {
|
|
"nopt": "./bin/nopt.js"
|
|
},
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"abbrev": "1"
|
|
},
|
|
"devDependencies": {
|
|
"tap": "~0.4.8"
|
|
},
|
|
"gitHead": "a0ff8dcbb29ae9da68769c9f782bd4d70746b02d",
|
|
"bugs": {
|
|
"url": "https://github.com/isaacs/nopt/issues"
|
|
},
|
|
"homepage": "https://github.com/isaacs/nopt#readme",
|
|
"_id": "nopt@3.0.2",
|
|
"_shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
|
|
"_from": "nopt@>=3.0.2 <3.1.0",
|
|
"_npmVersion": "2.10.0",
|
|
"_nodeVersion": "2.0.1",
|
|
"_npmUser": {
|
|
"name": "isaacs",
|
|
"email": "isaacs@npmjs.com"
|
|
},
|
|
"dist": {
|
|
"shasum": "a82a87f9d8c3df140fe78fb29657a7a774403b5e",
|
|
"tarball": "http://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz"
|
|
},
|
|
"maintainers": [
|
|
{
|
|
"name": "isaacs",
|
|
"email": "i@izs.me"
|
|
}
|
|
],
|
|
"directories": {},
|
|
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-3.0.2.tgz",
|
|
"readme": "ERROR: No README data found!"
|
|
}
|
|
|