视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+61 -27
View File
@@ -1,34 +1,42 @@
{
"name": "babel-plugin-polyfill-corejs3",
"version": "0.8.6",
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel-polyfills.git",
"directory": "packages/babel-plugin-polyfill-corejs3"
},
"license": "MIT",
"publishConfig": {
"access": "public"
},
"main": "lib/index.js",
"exports": {
".": [
{
"import": "./esm/index.mjs",
"default": "./lib/index.js"
},
"./lib/index.js"
],
"./package.json": "./package.json"
},
"keywords": [
"babel-plugin"
"_args": [
[
"babel-plugin-polyfill-corejs3@0.8.6",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "babel-plugin-polyfill-corejs3@0.8.6",
"_id": "babel-plugin-polyfill-corejs3@0.8.6",
"_inBundle": false,
"_integrity": "sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==",
"_location": "/babel-plugin-polyfill-corejs3",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "babel-plugin-polyfill-corejs3@0.8.6",
"name": "babel-plugin-polyfill-corejs3",
"escapedName": "babel-plugin-polyfill-corejs3",
"rawSpec": "0.8.6",
"saveSpec": null,
"fetchSpec": "0.8.6"
},
"_requiredBy": [
"/@babel/plugin-transform-runtime",
"/@babel/preset-env"
],
"_resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.8.6.tgz",
"_spec": "0.8.6",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/babel/babel-polyfills/issues"
},
"dependencies": {
"@babel/helper-define-polyfill-provider": "^0.4.3",
"core-js-compat": "^3.33.1"
},
"description": "A Babel plugin to inject imports to core-js@3 polyfills",
"devDependencies": {
"@babel/core": "^7.22.6",
"@babel/helper-plugin-test-runner": "^7.22.5",
@@ -42,8 +50,34 @@
"core-js": "^3.33.1",
"core-js-pure": "^3.33.1"
},
"exports": {
".": [
{
"import": "./esm/index.mjs",
"default": "./lib/index.js"
},
"./lib/index.js"
],
"./package.json": "./package.json"
},
"gitHead": "2a85015c295d2e0256e5d60f595c1f6368861f04",
"homepage": "https://github.com/babel/babel-polyfills#readme",
"keywords": [
"babel-plugin"
],
"license": "MIT",
"main": "lib/index.js",
"name": "babel-plugin-polyfill-corejs3",
"peerDependencies": {
"@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0"
},
"gitHead": "2a85015c295d2e0256e5d60f595c1f6368861f04"
}
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel-polyfills.git",
"directory": "packages/babel-plugin-polyfill-corejs3"
},
"version": "0.8.6"
}