视频会议上传文件
This commit is contained in:
+62
-22
@@ -1,16 +1,52 @@
|
||||
{
|
||||
"name": "@babel/compat-data",
|
||||
"version": "7.23.3",
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"license": "MIT",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-compat-data"
|
||||
"_args": [
|
||||
[
|
||||
"@babel/compat-data@7.23.3",
|
||||
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@babel/compat-data@7.23.3",
|
||||
"_id": "@babel/compat-data@7.23.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==",
|
||||
"_location": "/@babel/compat-data",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@babel/compat-data@7.23.3",
|
||||
"name": "@babel/compat-data",
|
||||
"escapedName": "@babel%2fcompat-data",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "7.23.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.23.3"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"_requiredBy": [
|
||||
"/@babel/helper-compilation-targets",
|
||||
"/@babel/plugin-transform-object-rest-spread",
|
||||
"/@babel/preset-env",
|
||||
"/babel-plugin-polyfill-corejs2"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-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"
|
||||
},
|
||||
"description": ">",
|
||||
"devDependencies": {
|
||||
"@mdn/browser-compat-data": "^5.3.0",
|
||||
"core-js-compat": "^3.31.0",
|
||||
"electron-to-chromium": "^1.4.441"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"exports": {
|
||||
"./plugins": "./plugins.js",
|
||||
@@ -20,21 +56,25 @@
|
||||
"./overlapping-plugins": "./overlapping-plugins.js",
|
||||
"./plugin-bugfixes": "./plugin-bugfixes.js"
|
||||
},
|
||||
"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"
|
||||
},
|
||||
"homepage": "https://github.com/babel/babel#readme",
|
||||
"keywords": [
|
||||
"babel",
|
||||
"compat-table",
|
||||
"compat-data"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@mdn/browser-compat-data": "^5.3.0",
|
||||
"core-js-compat": "^3.31.0",
|
||||
"electron-to-chromium": "^1.4.441"
|
||||
"license": "MIT",
|
||||
"name": "@babel/compat-data",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-compat-data"
|
||||
},
|
||||
"type": "commonjs"
|
||||
}
|
||||
"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.23.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user