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

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
+56 -16
View File
@@ -1,27 +1,67 @@
{
"name": "@babel/template",
"version": "7.22.15",
"description": "Generate an AST from a string template.",
"author": "The Babel Team (https://babel.dev/team)",
"homepage": "https://babel.dev/docs/en/next/babel-template",
"bugs": "https://github.com/babel/babel/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen",
"license": "MIT",
"publishConfig": {
"access": "public"
"_args": [
[
"@babel/template@7.22.15",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@babel/template@7.22.15",
"_id": "@babel/template@7.22.15",
"_inBundle": false,
"_integrity": "sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==",
"_location": "/@babel/template",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/template@7.22.15",
"name": "@babel/template",
"escapedName": "@babel%2ftemplate",
"scope": "@babel",
"rawSpec": "7.22.15",
"saveSpec": null,
"fetchSpec": "7.22.15"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel.git",
"directory": "packages/babel-template"
"_requiredBy": [
"/@babel/core",
"/@babel/helper-function-name",
"/@babel/helper-wrap-function",
"/@babel/helpers",
"/@babel/plugin-transform-computed-properties",
"/@vue/babel-plugin-jsx"
],
"_resolved": "https://registry.npmjs.org/@babel/template/-/template-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?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22pkg%3A%20template%22+is%3Aopen"
},
"main": "./lib/index.js",
"dependencies": {
"@babel/code-frame": "^7.22.13",
"@babel/parser": "^7.22.15",
"@babel/types": "^7.22.15"
},
"description": "Generate an AST from a string template.",
"engines": {
"node": ">=6.9.0"
},
"type": "commonjs"
}
"homepage": "https://babel.dev/docs/en/next/babel-template",
"license": "MIT",
"main": "./lib/index.js",
"name": "@babel/template",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-template"
},
"type": "commonjs",
"version": "7.22.15"
}