formations/javascript/base/exercices/pipeline/grunt/node_modules/grunt-cli/node_modules/nopt/package.json

61 lines
1.4 KiB
JSON

{
"name": "nopt",
"version": "1.0.10",
"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": "node lib/nopt.js"
},
"repository": {
"type": "git",
"url": "git://github.com/isaacs/nopt.git"
},
"bin": {
"nopt": "./bin/nopt.js"
},
"license": {
"type": "MIT",
"url": "https://github.com/isaacs/nopt/raw/master/LICENSE"
},
"dependencies": {
"abbrev": "1"
},
"_npmUser": {
"name": "isaacs",
"email": "i@izs.me"
},
"_id": "nopt@1.0.10",
"devDependencies": {},
"engines": {
"node": "*"
},
"_engineSupported": true,
"_npmVersion": "1.0.93",
"_nodeVersion": "v0.5.9-pre",
"_defaultsLoaded": true,
"dist": {
"shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"tarball": "http://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz"
},
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
}
],
"directories": {},
"_shasum": "6ddd21bd2a31417b92727dd585f8a6f37608ebee",
"_from": "nopt@~1.0.10",
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-1.0.10.tgz",
"bugs": {
"url": "https://github.com/isaacs/nopt/issues"
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/isaacs/nopt"
}