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

84 lines
2.3 KiB
JSON
Raw Normal View History

2025-02-25 13:47:09 +08:00
{
"_from": "semver@^5.4.1",
"_id": "semver@5.7.2",
"_inBundle": false,
"_integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==",
"_location": "/semver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "semver@^5.4.1",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^5.4.1",
"saveSpec": null,
"fetchSpec": "^5.4.1"
},
"_requiredBy": [
"/@babel/core",
"/@babel/preset-env",
"/@vue/cli-plugin-eslint/eslint",
"/@vue/cli-service",
"/default-gateway/cross-spawn",
"/eslint",
"/eslint/cross-spawn",
"/istanbul-lib-instrument",
"/jest-runtime/cross-spawn",
"/jest-snapshot",
"/jest/cross-spawn",
"/lint-staged/cross-spawn",
"/node-notifier",
"/normalize-package-data",
"/terser-webpack-plugin/make-dir"
],
"_resolved": "https://registry.npmmirror.com/semver/-/semver-5.7.2.tgz",
"_shasum": "48d55db737c3287cd4835e17fa13feace1c41ef8",
"_spec": "semver@^5.4.1",
"_where": "E:\\hz-zhhq-web\\node_modules\\@babel\\core",
"author": {
"name": "GitHub Inc."
},
"bin": {
"semver": "bin/semver"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The semantic version parser used by npm.",
"devDependencies": {
"@npmcli/template-oss": "4.17.0",
"tap": "^12.7.0"
},
"files": [
"bin",
"range.bnf",
"semver.js"
],
"homepage": "https://github.com/npm/node-semver#readme",
"license": "ISC",
"main": "semver.js",
"name": "semver",
"repository": {
"type": "git",
"url": "git+https://github.com/npm/node-semver.git"
},
"scripts": {
"lint": "echo linting disabled",
"lintfix": "npm run lint -- --fix",
"postlint": "template-oss-check",
"posttest": "npm run lint",
"snap": "tap test/ --100 --timeout=30",
"template-oss-apply": "template-oss-apply --force",
"test": "tap test/ --100 --timeout=30"
},
"templateOSS": {
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
"content": "./scripts/template-oss",
"version": "4.17.0"
},
"version": "5.7.2"
}