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

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
+55 -19
View File
@@ -1,27 +1,63 @@
{
"name": "debounce",
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
"version": "1.2.1",
"repository": "git://github.com/component/debounce",
"main": "index.js",
"scripts": {
"test": "minijasminenode test.js"
},
"license": "MIT",
"keywords": [
"function",
"throttle",
"invoke"
"_args": [
[
"debounce@1.2.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"devDependencies": {
"minijasminenode": "^1.1.1",
"sinon": "^1.17.7",
"mocha": "*",
"should": "*"
"_development": true,
"_from": "debounce@1.2.1",
"_id": "debounce@1.2.1",
"_inBundle": false,
"_integrity": "sha512-XRRe6Glud4rd/ZGQfiV1ruXSfbvfJedlV9Y6zOlP+2K04vBYiJEte6stfFkCP03aMnY5tsipamumUjL14fofug==",
"_location": "/debounce",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "debounce@1.2.1",
"name": "debounce",
"escapedName": "debounce",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/webpack-bundle-analyzer"
],
"_resolved": "https://registry.npmjs.org/debounce/-/debounce-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"bugs": {
"url": "https://github.com/component/debounce/issues"
},
"component": {
"scripts": {
"debounce/index.js": "index.js"
}
}
},
"description": "Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked",
"devDependencies": {
"minijasminenode": "^1.1.1",
"mocha": "*",
"should": "*",
"sinon": "^1.17.7"
},
"homepage": "https://github.com/component/debounce#readme",
"keywords": [
"function",
"throttle",
"invoke"
],
"license": "MIT",
"main": "index.js",
"name": "debounce",
"repository": {
"type": "git",
"url": "git://github.com/component/debounce.git"
},
"scripts": {
"test": "minijasminenode test.js"
},
"version": "1.2.1"
}