麦克风,摄像头,屏幕共享页面

This commit is contained in:
hanchaobo
2024-04-16 09:12:55 +08:00
parent c098116879
commit 6fb8313ced
1119 changed files with 66488 additions and 45843 deletions
+64 -22
View File
@@ -1,30 +1,52 @@
{
"name": "@babel/helper-create-regexp-features-plugin",
"version": "7.22.15",
"author": "The Babel Team (https://babel.dev/team)",
"license": "MIT",
"description": "Compile ESNext Regular Expressions to ES5",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-helper-create-regexp-features-plugin"
},
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"keywords": [
"babel",
"babel-plugin"
"_args": [
[
"@babel/helper-create-regexp-features-plugin@7.22.15",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@babel/helper-create-regexp-features-plugin@7.22.15",
"_id": "@babel/helper-create-regexp-features-plugin@7.22.15",
"_inBundle": false,
"_integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==",
"_location": "/@babel/helper-create-regexp-features-plugin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/helper-create-regexp-features-plugin@7.22.15",
"name": "@babel/helper-create-regexp-features-plugin",
"escapedName": "@babel%2fhelper-create-regexp-features-plugin",
"scope": "@babel",
"rawSpec": "7.22.15",
"saveSpec": null,
"fetchSpec": "7.22.15"
},
"_requiredBy": [
"/@babel/plugin-syntax-unicode-sets-regex",
"/@babel/plugin-transform-dotall-regex",
"/@babel/plugin-transform-named-capturing-groups-regex",
"/@babel/plugin-transform-unicode-property-regex",
"/@babel/plugin-transform-unicode-regex",
"/@babel/plugin-transform-unicode-sets-regex"
],
"_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz",
"_spec": "7.22.15",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "The Babel Team",
"url": "https://babel.dev/team"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"regexpu-core": "^5.3.1",
"semver": "^6.3.1"
},
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"description": "Compile ESNext Regular Expressions to ES5",
"devDependencies": {
"@babel/core": "^7.22.15",
"@babel/helper-plugin-test-runner": "^7.22.5"
@@ -32,5 +54,25 @@
"engines": {
"node": ">=6.9.0"
},
"type": "commonjs"
}
"homepage": "https://github.com/babel/babel#readme",
"keywords": [
"babel",
"babel-plugin"
],
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/helper-create-regexp-features-plugin",
"peerDependencies": {
"@babel/core": "^7.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-helper-create-regexp-features-plugin"
},
"type": "commonjs",
"version": "7.22.15"
}