视频会议上传文件
This commit is contained in:
Generated
Vendored
+63
-27
@@ -1,33 +1,46 @@
|
||||
{
|
||||
"name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"version": "7.23.3",
|
||||
"description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"exports": {
|
||||
".": "./lib/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"keywords": [
|
||||
"babel-plugin",
|
||||
"bugfix"
|
||||
"_args": [
|
||||
[
|
||||
"@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
|
||||
"_id": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==",
|
||||
"_location": "/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3",
|
||||
"name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"escapedName": "@babel%2fplugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "7.23.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.23.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/preset-env"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.23.3.tgz",
|
||||
"_spec": "7.23.3",
|
||||
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "The Babel Team",
|
||||
"url": "https://babel.dev/team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/helper-environment-visitor": "^7.22.20",
|
||||
"@babel/helper-plugin-utils": "^7.22.5"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"description": "Transform static class fields assignments that are affected by https://crbug.com/v8/12421",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/helper-plugin-test-runner": "^7.22.5",
|
||||
@@ -36,6 +49,29 @@
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"type": "commonjs"
|
||||
}
|
||||
"exports": {
|
||||
".": "./lib/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"keywords": [
|
||||
"babel-plugin",
|
||||
"bugfix"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-plugin-bugfix-v8-static-class-fields-redefine-readonly"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"version": "7.23.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user