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

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
+51 -15
View File
@@ -1,27 +1,63 @@
{
"name": "sirv",
"version": "2.0.3",
"description": "The optimized & lightweight middleware for serving requests to static assets",
"repository": "lukeed/sirv",
"module": "build.mjs",
"types": "sirv.d.ts",
"main": "build.js",
"license": "MIT",
"files": [
"build.*",
"sirv.d.ts"
"_args": [
[
"sirv@2.0.3",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "sirv@2.0.3",
"_id": "sirv@2.0.3",
"_inBundle": false,
"_integrity": "sha512-O9jm9BsID1P+0HOi81VpXPoDxYP374pkOLzACAoyUQ/3OUVndNpsz6wMnY2z+yOxzbllCKZrM+9QrWsv4THnyA==",
"_location": "/sirv",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "sirv@2.0.3",
"name": "sirv",
"escapedName": "sirv",
"rawSpec": "2.0.3",
"saveSpec": null,
"fetchSpec": "2.0.3"
},
"_requiredBy": [
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npmjs.org/sirv/-/sirv-2.0.3.tgz",
"_spec": "2.0.3",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Luke Edwards",
"email": "luke@lukeed.com",
"url": "https://lukeed.com"
},
"engines": {
"node": ">= 10"
"bugs": {
"url": "https://github.com/lukeed/sirv/issues"
},
"dependencies": {
"@polka/url": "^1.0.0-next.20",
"mrmime": "^1.0.0",
"totalist": "^3.0.0"
}
}
},
"description": "The optimized & lightweight middleware for serving requests to static assets",
"engines": {
"node": ">= 10"
},
"files": [
"build.*",
"sirv.d.ts"
],
"homepage": "https://github.com/lukeed/sirv#readme",
"license": "MIT",
"main": "build.js",
"module": "build.mjs",
"name": "sirv",
"repository": {
"type": "git",
"url": "git+https://github.com/lukeed/sirv.git"
},
"types": "sirv.d.ts",
"version": "2.0.3"
}