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

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
+53 -14
View File
@@ -1,16 +1,41 @@
{
"name": "on-headers",
"description": "Execute a listener when a response is about to write headers",
"version": "1.0.2",
"author": "Douglas Christopher Wilson <doug@somethingdoug.com>",
"license": "MIT",
"keywords": [
"event",
"headers",
"http",
"onheaders"
"_args": [
[
"on-headers@1.0.2",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"repository": "jshttp/on-headers",
"_development": true,
"_from": "on-headers@1.0.2",
"_id": "on-headers@1.0.2",
"_inBundle": false,
"_integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==",
"_location": "/on-headers",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "on-headers@1.0.2",
"name": "on-headers",
"escapedName": "on-headers",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/compression"
],
"_resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz",
"_spec": "1.0.2",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Douglas Christopher Wilson",
"email": "doug@somethingdoug.com"
},
"bugs": {
"url": "https://github.com/jshttp/on-headers/issues"
},
"description": "Execute a listener when a response is about to write headers",
"devDependencies": {
"eslint": "5.14.1",
"eslint-config-standard": "12.0.0",
@@ -23,14 +48,27 @@
"mocha": "6.0.1",
"supertest": "3.4.2"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"LICENSE",
"HISTORY.md",
"README.md",
"index.js"
],
"engines": {
"node": ">= 0.8"
"homepage": "https://github.com/jshttp/on-headers#readme",
"keywords": [
"event",
"headers",
"http",
"onheaders"
],
"license": "MIT",
"name": "on-headers",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/on-headers.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
@@ -38,5 +76,6 @@
"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": "node scripts/version-history.js && git add HISTORY.md"
}
},
"version": "1.0.2"
}