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

75 lines
1.9 KiB
JSON
Raw Normal View History

2025-02-25 13:43:48 +08:00
{
"_from": "abbrev@^2.0.0",
"_id": "abbrev@2.0.0",
"_inBundle": false,
"_integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==",
"_location": "/abbrev",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "abbrev@^2.0.0",
"name": "abbrev",
"escapedName": "abbrev",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/nopt"
],
"_resolved": "https://registry.npmmirror.com/abbrev/-/abbrev-2.0.0.tgz",
"_shasum": "cf59829b8b4f03f89dda2771cb7f3653828c89bf",
"_spec": "abbrev@^2.0.0",
"_where": "E:\\hz-zhhq-web\\node_modules\\nopt",
"author": {
"name": "GitHub Inc."
},
"bugs": {
"url": "https://github.com/npm/abbrev-js/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Like ruby's abbrev module, but in js",
"devDependencies": {
"@npmcli/eslint-config": "^4.0.0",
"@npmcli/template-oss": "4.8.0",
"tap": "^16.3.0"
},
"engines": {
"node": "^14.17.0 || ^16.13.0 || >=18.0.0"
},
"files": [
"bin/",
"lib/"
],
"homepage": "https://github.com/npm/abbrev-js#readme",
"license": "ISC",
"main": "lib/index.js",
"name": "abbrev",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/abbrev-js.git"
},
"scripts": {
"lint": "eslint \"**/*.js\"",
"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.",
"version": "4.8.0"
},
"version": "2.0.0"
}