麦克风,摄像头,屏幕共享页面
This commit is contained in:
+63
-20
@@ -1,22 +1,49 @@
|
||||
{
|
||||
"name": "@babel/helper-environment-visitor",
|
||||
"version": "7.22.20",
|
||||
"_args": [
|
||||
[
|
||||
"@babel/helper-environment-visitor@7.22.20",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@babel/helper-environment-visitor@7.22.20",
|
||||
"_id": "@babel/helper-environment-visitor@7.22.20",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==",
|
||||
"_location": "/@babel/helper-environment-visitor",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@babel/helper-environment-visitor@7.22.20",
|
||||
"name": "@babel/helper-environment-visitor",
|
||||
"escapedName": "@babel%2fhelper-environment-visitor",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "7.22.20",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.22.20"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/helper-create-class-features-plugin",
|
||||
"/@babel/helper-module-transforms",
|
||||
"/@babel/helper-remap-async-to-generator",
|
||||
"/@babel/helper-replace-supers",
|
||||
"/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly",
|
||||
"/@babel/plugin-transform-async-generator-functions",
|
||||
"/@babel/plugin-transform-classes",
|
||||
"/@babel/traverse"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz",
|
||||
"_spec": "7.22.20",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "The Babel Team",
|
||||
"url": "https://babel.dev/team"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babel/issues"
|
||||
},
|
||||
"description": "Helper visitor to only visit nodes in the current 'this' context",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-helper-environment-visitor"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-helper-environment-visitor",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"exports": {
|
||||
".": "./lib/index.js",
|
||||
"./package.json": "./package.json"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/traverse": "^7.22.20",
|
||||
"@babel/types": "^7.22.19"
|
||||
@@ -24,6 +51,22 @@
|
||||
"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-helper-environment-visitor",
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "@babel/helper-environment-visitor",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-helper-environment-visitor"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"version": "7.22.20"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user