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

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 -27
View File
@@ -1,30 +1,67 @@
{
"_args": [
[
"@sideway/address@4.1.4",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@sideway/address@4.1.4",
"_id": "@sideway/address@4.1.4",
"_inBundle": false,
"_integrity": "sha512-7vwq+rOHVWjyXxVlR76Agnvhy8I9rpzjosTESvmhNeXOXdZZB15Fl+TI9x1SiHZH5Jv2wTGduSxFDIaq0m3DUw==",
"_location": "/@sideway/address",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sideway/address@4.1.4",
"name": "@sideway/address",
"description": "Email address and domain validation",
"version": "4.1.4",
"repository": "git://github.com/sideway/address",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"email",
"domain",
"address",
"validation"
],
"dependencies": {
"@hapi/hoek": "^9.0.0"
},
"devDependencies": {
"typescript": "4.0.x",
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
"escapedName": "@sideway%2faddress",
"scope": "@sideway",
"rawSpec": "4.1.4",
"saveSpec": null,
"fetchSpec": "4.1.4"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/@sideway/address/-/address-4.1.4.tgz",
"_spec": "4.1.4",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/sideway/address/issues"
},
"dependencies": {
"@hapi/hoek": "^9.0.0"
},
"description": "Email address and domain validation",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "4.0.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/sideway/address#readme",
"keywords": [
"email",
"domain",
"address",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@sideway/address",
"repository": {
"type": "git",
"url": "git://github.com/sideway/address.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"version": "4.1.4"
}
+62 -25
View File
@@ -1,28 +1,65 @@
{
"_args": [
[
"@sideway/formula@3.0.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@sideway/formula@3.0.1",
"_id": "@sideway/formula@3.0.1",
"_inBundle": false,
"_integrity": "sha512-/poHZJJVjx3L+zVD6g9KgHfYnb443oi7wLu/XKojDviHy6HOEOA6z1Trk5aR1dGcmPenJEgb2sK2I80LeS3MIg==",
"_location": "/@sideway/formula",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sideway/formula@3.0.1",
"name": "@sideway/formula",
"description": "Math and string formula parser.",
"version": "3.0.1",
"repository": "git://github.com/sideway/formula",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"keywords": [
"formula",
"parser",
"math",
"string"
],
"files": [
"lib"
],
"dependencies": {},
"devDependencies": {
"typescript": "4.0.x",
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
"escapedName": "@sideway%2fformula",
"scope": "@sideway",
"rawSpec": "3.0.1",
"saveSpec": null,
"fetchSpec": "3.0.1"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/@sideway/formula/-/formula-3.0.1.tgz",
"_spec": "3.0.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/sideway/formula/issues"
},
"dependencies": {},
"description": "Math and string formula parser.",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "4.0.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/sideway/formula#readme",
"keywords": [
"formula",
"parser",
"math",
"string"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@sideway/formula",
"repository": {
"type": "git",
"url": "git://github.com/sideway/formula.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"version": "3.0.1"
}
+59 -22
View File
@@ -1,25 +1,62 @@
{
"_args": [
[
"@sideway/pinpoint@2.0.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@sideway/pinpoint@2.0.0",
"_id": "@sideway/pinpoint@2.0.0",
"_inBundle": false,
"_integrity": "sha512-RNiOoTPkptFtSVzQevY/yWtZwf/RxyVnPy/OcA9HBM3MlGDnBEYL5B41H0MTn0Uec8Hi+2qUtTfG2WWZBmMejQ==",
"_location": "/@sideway/pinpoint",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@sideway/pinpoint@2.0.0",
"name": "@sideway/pinpoint",
"description": "Return the filename and line number of the calling function",
"version": "2.0.0",
"repository": "git://github.com/sideway/pinpoint",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib"
],
"keywords": [
"utilities"
],
"dependencies": {},
"devDependencies": {
"typescript": "4.0.x",
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"license": "BSD-3-Clause"
"escapedName": "@sideway%2fpinpoint",
"scope": "@sideway",
"rawSpec": "2.0.0",
"saveSpec": null,
"fetchSpec": "2.0.0"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/@sideway/pinpoint/-/pinpoint-2.0.0.tgz",
"_spec": "2.0.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/sideway/pinpoint/issues"
},
"dependencies": {},
"description": "Return the filename and line number of the calling function",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "4.0.x"
},
"files": [
"lib"
],
"homepage": "https://github.com/sideway/pinpoint#readme",
"keywords": [
"utilities"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@sideway/pinpoint",
"repository": {
"type": "git",
"url": "git://github.com/sideway/pinpoint.git"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -Y",
"test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
},
"types": "lib/index.d.ts",
"version": "2.0.0"
}