xiaofu-ruoyi-vue/node_modules/@babel/plugin-transform-optional-c.../package.json

68 lines
2.2 KiB
JSON

{
"_from": "@babel/plugin-transform-optional-catch-binding@^7.24.1",
"_id": "@babel/plugin-transform-optional-catch-binding@7.24.1",
"_inBundle": false,
"_integrity": "sha512-oBTH7oURV4Y+3EUrf6cWn1OHio3qG/PVwO5J03iSJmBg6m2EhKjkAu/xuaXaYwWW9miYtvbWv4LNf0AmR43LUA==",
"_location": "/@babel/plugin-transform-optional-catch-binding",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/plugin-transform-optional-catch-binding@^7.24.1",
"name": "@babel/plugin-transform-optional-catch-binding",
"escapedName": "@babel%2fplugin-transform-optional-catch-binding",
"scope": "@babel",
"rawSpec": "^7.24.1",
"saveSpec": null,
"fetchSpec": "^7.24.1"
},
"_requiredBy": [
"/@babel/preset-env"
],
"_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.24.1.tgz",
"_shasum": "92a3d0efe847ba722f1a4508669b23134669e2da",
"_spec": "@babel/plugin-transform-optional-catch-binding@^7.24.1",
"_where": "D:\\workspace\\ruoyi-vue-web\\node_modules\\@babel\\preset-env",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/helper-plugin-utils": "^7.24.0",
"@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
},
"deprecated": false,
"description": "Compile optional catch bindings",
"devDependencies": {
"@babel/core": "^7.24.1",
"@babel/helper-plugin-test-runner": "^7.24.1"
},
"engines": {
"node": ">=6.9.0"
},
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-catch-binding",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/plugin-transform-optional-catch-binding",
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-plugin-transform-optional-catch-binding"
},
"type": "commonjs",
"version": "7.24.1"
}