Files
Arbitrate-FrontendH5/node_modules/@babel/helper-validator-option/package.json
T

63 lines
1.8 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"@babel/helper-validator-option@7.22.15",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@babel/helper-validator-option@7.22.15",
"_id": "@babel/helper-validator-option@7.22.15",
"_inBundle": false,
"_integrity": "sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==",
"_location": "/@babel/helper-validator-option",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/helper-validator-option@7.22.15",
"name": "@babel/helper-validator-option",
"escapedName": "@babel%2fhelper-validator-option",
"scope": "@babel",
"rawSpec": "7.22.15",
"saveSpec": null,
"fetchSpec": "7.22.15"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.22.15.tgz",
"_spec": "7.22.15",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
2024-01-18 10:46:33 +08:00
"description": "Validate plugin/preset options",
2024-04-08 16:23:29 +08:00
"engines": {
"node": ">=6.9.0"
2024-01-18 10:46:33 +08:00
},
"exports": {
".": "./lib/index.js",
"./package.json": "./package.json"
},
2024-04-08 16:23:29 +08:00
"homepage": "https://github.com/babel/babel#readme",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-validator-option",
"publishConfig": {
"access": "public"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-validator-option"
},
"type": "commonjs",
"version": "7.22.15"
}