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

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
+72 -35
View File
@@ -1,15 +1,65 @@
{
"name": "@ampproject/remapping",
"version": "2.2.1",
"description": "Remap sequential sourcemaps through transformations to point at the original source code",
"keywords": [
"source",
"map",
"remap"
"_args": [
[
"@ampproject/remapping@2.2.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"main": "dist/remapping.umd.js",
"module": "dist/remapping.mjs",
"types": "dist/types/remapping.d.ts",
"_development": true,
"_from": "@ampproject/remapping@2.2.1",
"_id": "@ampproject/remapping@2.2.1",
"_inBundle": false,
"_integrity": "sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==",
"_location": "/@ampproject/remapping",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ampproject/remapping@2.2.1",
"name": "@ampproject/remapping",
"escapedName": "@ampproject%2fremapping",
"scope": "@ampproject",
"rawSpec": "2.2.1",
"saveSpec": null,
"fetchSpec": "2.2.1"
},
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.1.tgz",
"_spec": "2.2.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Justin Ridgewell",
"email": "jridgewell@google.com"
},
"bugs": {
"url": "https://github.com/ampproject/remapping/issues"
},
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.9"
},
"description": "Remap sequential sourcemaps through transformations to point at the original source code",
"devDependencies": {
"@rollup/plugin-typescript": "8.3.2",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"jest": "27.5.1",
"jest-config": "27.5.1",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
"rollup": "2.70.2",
"ts-jest": "27.1.4",
"tslib": "2.4.0",
"typescript": "4.6.3"
},
"engines": {
"node": ">=6.0.0"
},
"exports": {
".": [
{
@@ -25,15 +75,20 @@
"files": [
"dist"
],
"author": "Justin Ridgewell <jridgewell@google.com>",
"homepage": "https://github.com/ampproject/remapping#readme",
"keywords": [
"source",
"map",
"remap"
],
"license": "Apache-2.0",
"main": "dist/remapping.umd.js",
"module": "dist/remapping.mjs",
"name": "@ampproject/remapping",
"repository": {
"type": "git",
"url": "git+https://github.com/ampproject/remapping.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"build": "run-s -n build:*",
"build:rollup": "rollup -c rollup.config.js",
@@ -52,24 +107,6 @@
"test:only": "jest --coverage",
"test:watch": "jest --coverage --watch"
},
"devDependencies": {
"@rollup/plugin-typescript": "8.3.2",
"@types/jest": "27.4.1",
"@typescript-eslint/eslint-plugin": "5.20.0",
"@typescript-eslint/parser": "5.20.0",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"jest": "27.5.1",
"jest-config": "27.5.1",
"npm-run-all": "4.1.5",
"prettier": "2.6.2",
"rollup": "2.70.2",
"ts-jest": "27.1.4",
"tslib": "2.4.0",
"typescript": "4.6.3"
},
"dependencies": {
"@jridgewell/gen-mapping": "^0.3.0",
"@jridgewell/trace-mapping": "^0.3.9"
}
"types": "dist/types/remapping.d.ts",
"version": "2.2.1"
}