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

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
+50 -13
View File
@@ -1,30 +1,67 @@
{
"name": "@hapi/topo",
"_args": [
[
"@hapi/topo@5.1.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@hapi/topo@5.1.0",
"_id": "@hapi/topo@5.1.0",
"_inBundle": false,
"_integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
"_location": "/@hapi/topo",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@hapi/topo@5.1.0",
"name": "@hapi/topo",
"escapedName": "@hapi%2ftopo",
"scope": "@hapi",
"rawSpec": "5.1.0",
"saveSpec": null,
"fetchSpec": "5.1.0"
},
"_requiredBy": [
"/joi"
],
"_resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-5.1.0.tgz",
"_spec": "5.1.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/hapijs/topo/issues"
},
"dependencies": {
"@hapi/hoek": "^9.0.0"
},
"description": "Topological sorting with grouping support",
"version": "5.1.0",
"repository": "git://github.com/hapijs/topo",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "~4.0.2"
},
"files": [
"lib"
],
"homepage": "https://github.com/hapijs/topo#readme",
"keywords": [
"topological",
"sort",
"toposort",
"topsort"
],
"dependencies": {
"@hapi/hoek": "^9.0.0"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/lab": "24.x.x",
"typescript": "~4.0.2"
"license": "BSD-3-Clause",
"main": "lib/index.js",
"name": "@hapi/topo",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/topo.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"
},
"license": "BSD-3-Clause"
"types": "lib/index.d.ts",
"version": "5.1.0"
}