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

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
+58 -15
View File
@@ -1,18 +1,48 @@
{
"name": "etag",
"description": "Create simple HTTP ETags",
"version": "1.8.1",
"_args": [
[
"etag@1.8.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "etag@1.8.1",
"_id": "etag@1.8.1",
"_inBundle": false,
"_integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==",
"_location": "/etag",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "etag@1.8.1",
"name": "etag",
"escapedName": "etag",
"rawSpec": "1.8.1",
"saveSpec": null,
"fetchSpec": "1.8.1"
},
"_requiredBy": [
"/express",
"/send"
],
"_resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz",
"_spec": "1.8.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/jshttp/etag/issues"
},
"contributors": [
"Douglas Christopher Wilson <doug@somethingdoug.com>",
"David Björklund <david.bjorklund@gmail.com>"
{
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
{
"name": "David Björklund",
"email": "david.bjorklund@gmail.com"
}
],
"license": "MIT",
"keywords": [
"etag",
"http",
"res"
],
"repository": "jshttp/etag",
"description": "Create simple HTTP ETags",
"devDependencies": {
"beautify-benchmark": "0.2.4",
"benchmark": "2.1.4",
@@ -28,14 +58,26 @@
"safe-buffer": "5.1.1",
"seedrandom": "2.4.3"
},
"engines": {
"node": ">= 0.6"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.6"
"homepage": "https://github.com/jshttp/etag#readme",
"keywords": [
"etag",
"http",
"res"
],
"license": "MIT",
"name": "etag",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/etag.git"
},
"scripts": {
"bench": "node benchmark/index.js",
@@ -43,5 +85,6 @@
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
}
},
"version": "1.8.1"
}