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

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 -18
View File
@@ -1,24 +1,48 @@
{
"name": "throttle-debounce",
"version": "1.1.0",
"description": "Throttle/debounce your functions.",
"main": "index.js",
"typings": "index.d.ts",
"author": "Ivan Nikolić <niksy5@gmail.com> (http://ivannikolic.com/)",
"contributors": [
"Ben Alman (http://benalman.com)"
"_args": [
[
"throttle-debounce@1.1.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"license": "MIT",
"engines": {
"node": ">=4"
"_from": "throttle-debounce@1.1.0",
"_id": "throttle-debounce@1.1.0",
"_inBundle": false,
"_integrity": "sha512-XH8UiPCQcWNuk2LYePibW/4qL97+ZQ1AN3FNXwZRBNPPowo/NRU5fAlDCSNBJIYCKbioZfuYtMhG4quqoJhVzg==",
"_location": "/throttle-debounce",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "throttle-debounce@1.1.0",
"name": "throttle-debounce",
"escapedName": "throttle-debounce",
"rawSpec": "1.1.0",
"saveSpec": null,
"fetchSpec": "1.1.0"
},
"directories": {
"test": "test"
"_requiredBy": [
"/element-ui"
],
"_resolved": "https://registry.npmmirror.com/throttle-debounce/-/throttle-debounce-1.1.0.tgz",
"_spec": "1.1.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Ivan Nikolić",
"email": "niksy5@gmail.com",
"url": "http://ivannikolic.com/"
},
"scripts": {
"test": "eslint {index,test/*}.js && karma start --single-run --browsers PhantomJS"
"bugs": {
"url": "https://github.com/niksy/throttle-debounce/issues"
},
"contributors": [
{
"name": "Ben Alman",
"url": "http://benalman.com"
}
],
"dependencies": {},
"description": "Throttle/debounce your functions.",
"devDependencies": {
"browserify": "^13.0.0",
"eslint": "^1.10.3",
@@ -35,17 +59,28 @@
"qunitjs": "^1.23.1",
"watchify": "^3.7.0"
},
"directories": {
"test": "test"
},
"engines": {
"node": ">=4"
},
"homepage": "https://github.com/niksy/throttle-debounce#readme",
"keywords": [
"throttle",
"debounce",
"browserify"
],
"license": "MIT",
"main": "index.js",
"name": "throttle-debounce",
"repository": {
"type": "git",
"url": "git+https://github.com/niksy/throttle-debounce.git"
},
"bugs": {
"url": "https://github.com/niksy/throttle-debounce/issues"
"scripts": {
"test": "eslint {index,test/*}.js && karma start --single-run --browsers PhantomJS"
},
"homepage": "https://github.com/niksy/throttle-debounce#readme"
"typings": "index.d.ts",
"version": "1.1.0"
}