1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/nopt/package.json

58 lines
1.4 KiB
JSON
Raw Permalink Normal View History

2023-12-18 13:12:25 +08:00
{
2023-12-28 23:41:32 +08:00
"_from": "nopt@2 || 3",
2023-12-18 13:12:25 +08:00
"_id": "nopt@3.0.6",
"_inBundle": false,
2023-12-28 23:41:32 +08:00
"_integrity": "sha512-4GUt3kSEYmk4ITxzB/b9vaIDfUVWN/Ml1Fwl11IlnIG2iaJ9O6WXZ9SrYM9NLI8OCBieN2Y8SWC2oJV0RQ7qYg==",
2023-12-18 13:12:25 +08:00
"_location": "/nopt",
"_phantomChildren": {},
"_requested": {
2023-12-28 23:41:32 +08:00
"type": "range",
2023-12-18 13:12:25 +08:00
"registry": true,
2023-12-28 23:41:32 +08:00
"raw": "nopt@2 || 3",
2023-12-18 13:12:25 +08:00
"name": "nopt",
"escapedName": "nopt",
2023-12-28 23:41:32 +08:00
"rawSpec": "2 || 3",
2023-12-18 13:12:25 +08:00
"saveSpec": null,
2023-12-28 23:41:32 +08:00
"fetchSpec": "2 || 3"
2023-12-18 13:12:25 +08:00
},
"_requiredBy": [
"/node-gyp"
],
2024-01-16 21:26:16 +08:00
"_resolved": "https://registry.npmmirror.com/nopt/-/nopt-3.0.6.tgz",
2023-12-28 23:41:32 +08:00
"_shasum": "c6465dbf08abcd4db359317f79ac68a646b28ff9",
"_spec": "nopt@2 || 3",
2024-01-16 21:26:16 +08:00
"_where": "E:\\WebDevelop\\managment2\\management\\front\\dkha-web-sz-main\\node_modules\\node-gyp",
2023-12-18 13:12:25 +08:00
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bin": {
"nopt": "bin/nopt.js"
},
"bugs": {
"url": "https://github.com/npm/nopt/issues"
},
2023-12-28 23:41:32 +08:00
"bundleDependencies": false,
2023-12-18 13:12:25 +08:00
"dependencies": {
"abbrev": "1"
},
2023-12-28 23:41:32 +08:00
"deprecated": false,
2023-12-18 13:12:25 +08:00
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {
"tap": "^1.2.0"
},
"homepage": "https://github.com/npm/nopt#readme",
"license": "ISC",
"main": "lib/nopt.js",
"name": "nopt",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/nopt.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "3.0.6"
}