hz-zhhq-web/node_modules/nopt/package.json

83 lines
2.0 KiB
JSON
Raw Normal View History

2025-02-25 13:46:30 +08:00
{
"_from": "nopt@^7.2.0",
"_id": "nopt@7.2.1",
"_inBundle": false,
"_integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==",
"_location": "/nopt",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "nopt@^7.2.0",
"name": "nopt",
"escapedName": "nopt",
"rawSpec": "^7.2.0",
"saveSpec": null,
"fetchSpec": "^7.2.0"
},
"_requiredBy": [
"/js-beautify"
],
"_resolved": "https://registry.npmmirror.com/nopt/-/nopt-7.2.1.tgz",
"_shasum": "1cac0eab9b8e97c9093338446eddd40b2c8ca1e7",
"_spec": "nopt@^7.2.0",
"_where": "E:\\hz-zhhq-web\\node_modules\\js-beautify",
"author": {
"name": "GitHub Inc."
},
"bin": {
"nopt": "bin/nopt.js"
},
"bugs": {
"url": "https://github.com/npm/nopt/issues"
},
"bundleDependencies": false,
"dependencies": {
"abbrev": "^2.0.0"
},
"deprecated": false,
"description": "Option parsing for Node, supporting types, shorthands, etc. Used by npm.",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.22.0",
"tap": "^16.3.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"files": [
"bin/",
"lib/"
],
"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": {
"lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap",
"template-oss-apply": "template-oss-apply --force",
"test": "tap"
},
"tap": {
"nyc-arg": [
"--exclude",
"tap-snapshots/**"
]
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"windowsCI": false,
"version": "4.22.0",
"publish": true
},
"version": "7.2.1"
}