chat-server/node_modules/nopt/package.json

94 lines
2.3 KiB
JSON
Raw Normal View History

2019-04-10 20:23:01 +10:00
{
"_args": [
[
"nopt@^4.0.1",
"/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/node-pre-gyp"
]
],
"_from": "nopt@>=4.0.1 <5.0.0",
"_id": "nopt@4.0.1",
"_inCache": true,
"_installable": true,
"_location": "/nopt",
"_nodeVersion": "7.2.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/nopt-4.0.1.tgz_1481739985863_0.18861285015009344"
},
"_npmUser": {
"email": "ogd@aoaioxxysz.net",
"name": "othiym23"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"name": "nopt",
"raw": "nopt@^4.0.1",
"rawSpec": "^4.0.1",
"scope": null,
"spec": ">=4.0.1 <5.0.0",
"type": "range"
},
"_requiredBy": [
"/node-pre-gyp"
],
"_resolved": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz",
"_shasum": "d0d4685afd5415193c8c7505602d0d17cd64474d",
"_shrinkwrap": null,
"_spec": "nopt@^4.0.1",
"_where": "/mnt/c/Users/Josua/Desktop/data/nodejs/electron/chat-project/chat-server/node_modules/node-pre-gyp",
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bin": {
"nopt": "./bin/nopt.js"
},
"bugs": {
"url": "https://github.com/npm/nopt/issues"
},
"dependencies": {
"abbrev": "1",
"osenv": "^0.1.4"
},
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {
"tap": "^8.0.1"
},
"directories": {},
"dist": {
"shasum": "d0d4685afd5415193c8c7505602d0d17cd64474d",
"tarball": "https://registry.npmjs.org/nopt/-/nopt-4.0.1.tgz"
},
"gitHead": "24921187dc52825d628042c9708bbd8e8734698c",
"homepage": "https://github.com/npm/nopt#readme",
"license": "ISC",
"main": "lib/nopt.js",
"maintainers": [
{
"name": "isaacs",
"email": "i@izs.me"
},
{
"name": "othiym23",
"email": "ogd@aoaioxxysz.net"
},
{
"name": "zkat",
"email": "kat@sykosomatic.org"
}
],
"name": "nopt",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/nopt.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "4.0.1"
}