76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"_from": "@babel/plugin-transform-class-static-block@^7.24.4",
|
|
"_id": "@babel/plugin-transform-class-static-block@7.24.4",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-B8q7Pz870Hz/q9UgP8InNpY01CSLDSCyqX7zcRuv3FcPl87A2G17lASroHWaCtbdIcbYzOZ7kWmXFKbijMSmFg==",
|
|
"_location": "/@babel/plugin-transform-class-static-block",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "@babel/plugin-transform-class-static-block@^7.24.4",
|
|
"name": "@babel/plugin-transform-class-static-block",
|
|
"escapedName": "@babel%2fplugin-transform-class-static-block",
|
|
"scope": "@babel",
|
|
"rawSpec": "^7.24.4",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^7.24.4"
|
|
},
|
|
"_requiredBy": [
|
|
"/@babel/preset-env"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.24.4.tgz",
|
|
"_shasum": "1a4653c0cf8ac46441ec406dece6e9bc590356a4",
|
|
"_spec": "@babel/plugin-transform-class-static-block@^7.24.4",
|
|
"_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-create-class-features-plugin": "^7.24.4",
|
|
"@babel/helper-plugin-utils": "^7.24.0",
|
|
"@babel/plugin-syntax-class-static-block": "^7.14.5"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Transform class static blocks",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.24.4",
|
|
"@babel/helper-plugin-test-runner": "^7.24.1",
|
|
"@babel/plugin-external-helpers": "^7.24.1",
|
|
"@babel/traverse": "^7.24.1",
|
|
"@babel/types": "^7.24.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.9.0"
|
|
},
|
|
"exports": {
|
|
".": "./lib/index.js",
|
|
"./package.json": "./package.json"
|
|
},
|
|
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-class-static-block",
|
|
"keywords": [
|
|
"babel-plugin"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./lib/index.js",
|
|
"name": "@babel/plugin-transform-class-static-block",
|
|
"peerDependencies": {
|
|
"@babel/core": "^7.12.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/babel/babel.git",
|
|
"directory": "packages/babel-plugin-transform-class-static-block"
|
|
},
|
|
"type": "commonjs",
|
|
"version": "7.24.4"
|
|
}
|