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

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
+71 -35
View File
@@ -1,38 +1,74 @@
{
"_args": [
[
"joi@17.11.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "joi@17.11.0",
"_id": "joi@17.11.0",
"_inBundle": false,
"_integrity": "sha512-NgB+lZLNoqISVy1rZocE9PZI36bL/77ie924Ri43yEvi9GUUMPeyVIr8KdFTMUlby1p0PBYMk9spIxEUQYqrJQ==",
"_location": "/joi",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "joi@17.11.0",
"name": "joi",
"description": "Object schema validation",
"version": "17.11.0",
"repository": "git://github.com/hapijs/joi",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"browser": "dist/joi-browser.min.js",
"files": [
"lib/**/*",
"dist/*"
],
"keywords": [
"schema",
"validation"
],
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
},
"devDependencies": {
"@hapi/bourne": "2.x.x",
"@hapi/code": "8.x.x",
"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
"@hapi/lab": "^25.0.1",
"@types/node": "^14.18.24",
"typescript": "4.3.x"
},
"scripts": {
"prepublishOnly": "cd browser && npm install && npm run build",
"test": "lab -t 100 -a @hapi/code -L -Y",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
},
"license": "BSD-3-Clause"
"escapedName": "joi",
"rawSpec": "17.11.0",
"saveSpec": null,
"fetchSpec": "17.11.0"
},
"_requiredBy": [
"/@vue/cli-shared-utils"
],
"_resolved": "https://registry.npmjs.org/joi/-/joi-17.11.0.tgz",
"_spec": "17.11.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"browser": "dist/joi-browser.min.js",
"bugs": {
"url": "https://github.com/hapijs/joi/issues"
},
"dependencies": {
"@hapi/hoek": "^9.0.0",
"@hapi/topo": "^5.0.0",
"@sideway/address": "^4.1.3",
"@sideway/formula": "^3.0.1",
"@sideway/pinpoint": "^2.0.0"
},
"description": "Object schema validation",
"devDependencies": {
"@hapi/bourne": "2.x.x",
"@hapi/code": "8.x.x",
"@hapi/joi-legacy-test": "npm:@hapi/joi@15.x.x",
"@hapi/lab": "^25.0.1",
"@types/node": "^14.18.24",
"typescript": "4.3.x"
},
"files": [
"lib/**/*",
"dist/*"
],
"homepage": "https://github.com/hapijs/joi#readme",
"keywords": [
"schema",
"validation"
],
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "joi",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/joi.git"
},
"scripts": {
"prepublishOnly": "cd browser && npm install && npm run build",
"test": "lab -t 100 -a @hapi/code -L -Y",
"test-cov-html": "lab -r html -o coverage.html -a @hapi/code"
},
"types": "lib/index.d.ts",
"version": "17.11.0"
}