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

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
+57 -21
View File
@@ -1,36 +1,72 @@
{
"author": "Tim Koschützki <tim@debuggable.com> (http://debuggable.com/)",
"name": "retry",
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
"license": "MIT",
"version": "0.13.1",
"homepage": "https://github.com/tim-kos/node-retry",
"repository": {
"type": "git",
"url": "git://github.com/tim-kos/node-retry.git"
},
"files": [
"lib",
"example"
"_args": [
[
"retry@0.13.1",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"directories": {
"lib": "./lib"
"_development": true,
"_from": "retry@0.13.1",
"_id": "retry@0.13.1",
"_inBundle": false,
"_integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==",
"_location": "/retry",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "retry@0.13.1",
"name": "retry",
"escapedName": "retry",
"rawSpec": "0.13.1",
"saveSpec": null,
"fetchSpec": "0.13.1"
},
"main": "index.js",
"engines": {
"node": ">= 4"
"_requiredBy": [
"/p-retry"
],
"_resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz",
"_spec": "0.13.1",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Tim Koschützki",
"email": "tim@debuggable.com",
"url": "http://debuggable.com/"
},
"bugs": {
"url": "https://github.com/tim-kos/node-retry/issues"
},
"dependencies": {},
"description": "Abstraction for exponential and custom retry strategies for failed operations.",
"devDependencies": {
"fake": "0.2.0",
"istanbul": "^0.4.5",
"tape": "^4.8.0"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 4"
},
"files": [
"lib",
"example"
],
"homepage": "https://github.com/tim-kos/node-retry",
"license": "MIT",
"main": "index.js",
"name": "retry",
"repository": {
"type": "git",
"url": "git://github.com/tim-kos/node-retry.git"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js",
"release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish",
"release:major": "env SEMANTIC=major npm run release",
"release:minor": "env SEMANTIC=minor npm run release",
"release:patch": "env SEMANTIC=patch npm run release",
"release": "npm version ${SEMANTIC:-patch} -m \"Release %s\" && git push && git push --tags && npm publish"
}
"test": "istanbul cover ./node_modules/tape/bin/tape ./test/integration/*.js"
},
"version": "0.13.1"
}