Files
supplier-dispatch-h5/node_modules/@babel/helper-validator-option/package.json
2023-08-11 10:45:20 +08:00

59 lines
1.8 KiB
JSON

{
"_from": "@babel/helper-validator-option@^7.22.5",
"_id": "@babel/helper-validator-option@7.22.5",
"_inBundle": false,
"_integrity": "sha512-R3oB6xlIVKUnxNUxbmgq7pKjxpru24zlimpE8WK47fACIlM0II/Hm1RS8IaOI7NgCr6LNS+jl5l75m20npAziw==",
"_location": "/@babel/helper-validator-option",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/helper-validator-option@^7.22.5",
"name": "@babel/helper-validator-option",
"escapedName": "@babel%2fhelper-validator-option",
"scope": "@babel",
"rawSpec": "^7.22.5",
"saveSpec": null,
"fetchSpec": "^7.22.5"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.5.tgz",
"_shasum": "de52000a15a177413c8234fa3a8af4ee8102d0ac",
"_spec": "@babel/helper-validator-option@^7.22.5",
"_where": "C:\\Users\\zhouxueli\\Desktop\\scheduling-app\\node_modules\\@babel\\helper-compilation-targets",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Validate plugin/preset options",
"engines": {
"node": ">=6.9.0"
},
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
"homepage": "https://github.com/babel/babel#readme",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-validator-option",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-validator-option"
},
"type": "commonjs",
"version": "7.22.5"
}