麦克风,摄像头,屏幕共享页面
This commit is contained in:
+59
-22
@@ -1,29 +1,48 @@
|
||||
{
|
||||
"name": "@babel/plugin-transform-optional-chaining",
|
||||
"version": "7.23.3",
|
||||
"description": "Transform optional chaining operators into a series of nil checks",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-plugin-transform-optional-chaining"
|
||||
},
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"main": "./lib/index.js",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
"_args": [
|
||||
[
|
||||
"@babel/plugin-transform-optional-chaining@7.23.3",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@babel/plugin-transform-optional-chaining@7.23.3",
|
||||
"_id": "@babel/plugin-transform-optional-chaining@7.23.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==",
|
||||
"_location": "/@babel/plugin-transform-optional-chaining",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@babel/plugin-transform-optional-chaining@7.23.3",
|
||||
"name": "@babel/plugin-transform-optional-chaining",
|
||||
"escapedName": "@babel%2fplugin-transform-optional-chaining",
|
||||
"scope": "@babel",
|
||||
"rawSpec": "7.23.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "7.23.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
|
||||
"/@babel/preset-env"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.3.tgz",
|
||||
"_spec": "7.23.3",
|
||||
"_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-plugin-utils": "^7.22.5",
|
||||
"@babel/helper-skip-transparent-expression-wrappers": "^7.22.5",
|
||||
"@babel/plugin-syntax-optional-chaining": "^7.8.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"description": "Transform optional chaining operators into a series of nil checks",
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.23.3",
|
||||
"@babel/helper-plugin-test-runner": "^7.22.5",
|
||||
@@ -33,6 +52,24 @@
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"author": "The Babel Team (https://babel.dev/team)",
|
||||
"type": "commonjs"
|
||||
}
|
||||
"homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-optional-chaining",
|
||||
"keywords": [
|
||||
"babel-plugin"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "./lib/index.js",
|
||||
"name": "@babel/plugin-transform-optional-chaining",
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0-0"
|
||||
},
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/babel/babel.git",
|
||||
"directory": "packages/babel-plugin-transform-optional-chaining"
|
||||
},
|
||||
"type": "commonjs",
|
||||
"version": "7.23.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user