hz-zhhq-web/node_modules/@babel/compat-data/package.json

76 lines
2.3 KiB
JSON

{
"_from": "@babel/compat-data@^7.22.6",
"_id": "@babel/compat-data@7.26.5",
"_inBundle": false,
"_integrity": "sha512-XvcZi1KWf88RVbF9wn8MN6tYFloU5qX8KjuF3E1PVBmJ9eypXfs4GRiJwLuTZL0iSnJUKn1BFPa5BPZZJyFzPg==",
"_location": "/@babel/compat-data",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/compat-data@^7.22.6",
"name": "@babel/compat-data",
"escapedName": "@babel%2fcompat-data",
"scope": "@babel",
"rawSpec": "^7.22.6",
"saveSpec": null,
"fetchSpec": "^7.22.6"
},
"_requiredBy": [
"/@babel/helper-compilation-targets",
"/@babel/plugin-proposal-object-rest-spread",
"/babel-plugin-polyfill-corejs2"
],
"_resolved": "https://registry.npmmirror.com/@babel/compat-data/-/compat-data-7.26.5.tgz",
"_shasum": "df93ac37f4417854130e21d72c66ff3d4b897fc7",
"_spec": "@babel/compat-data@^7.22.6",
"_where": "E:\\hz-zhhq-web\\node_modules\\babel-plugin-polyfill-corejs2",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The compat-data to determine required Babel plugins",
"devDependencies": {
"@mdn/browser-compat-data": "^5.5.36",
"core-js-compat": "^3.37.1",
"electron-to-chromium": "^1.4.816"
},
"engines": {
"node": ">=6.9.0"
},
"exports": {
"./plugins": "./plugins.js",
"./native-modules": "./native-modules.js",
"./corejs2-built-ins": "./corejs2-built-ins.js",
"./corejs3-shipped-proposals": "./corejs3-shipped-proposals.js",
"./overlapping-plugins": "./overlapping-plugins.js",
"./plugin-bugfixes": "./plugin-bugfixes.js"
},
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel",
"compat-table",
"compat-data"
],
"license": "MIT",
"name": "@babel/compat-data",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-compat-data"
},
"scripts": {
"build-data": "./scripts/download-compat-table.sh && node ./scripts/build-data.js && node ./scripts/build-modules-support.js && node ./scripts/build-bugfixes-targets.js"
},
"type": "commonjs",
"version": "7.26.5"
}