麦克风,摄像头,屏幕共享页面
This commit is contained in:
+50
-18
@@ -1,18 +1,48 @@
|
||||
{
|
||||
"name": "@node-ipc/js-queue",
|
||||
"version": "2.0.3",
|
||||
"description": "Simple JS queue with auto run for node and browsers",
|
||||
"main": "queue.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"_args": [
|
||||
[
|
||||
"@node-ipc/js-queue@2.0.3",
|
||||
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "@node-ipc/js-queue@2.0.3",
|
||||
"_id": "@node-ipc/js-queue@2.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-fL1wpr8hhD5gT2dA1qifeVaoDFlQR5es8tFuKqjHX+kdOtdNHnxkVZbtIrR2rxnMFvehkjaZRNV2H/gPXlb0hw==",
|
||||
"_location": "/@node-ipc/js-queue",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "@node-ipc/js-queue@2.0.3",
|
||||
"name": "@node-ipc/js-queue",
|
||||
"escapedName": "@node-ipc%2fjs-queue",
|
||||
"scope": "@node-ipc",
|
||||
"rawSpec": "2.0.3",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "2.0.3"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/@achrinza/node-ipc"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/@node-ipc/js-queue/-/js-queue-2.0.3.tgz",
|
||||
"_spec": "2.0.3",
|
||||
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
|
||||
"author": {
|
||||
"name": "Brandon Nozaki Miller"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/node-ipc/js-queue/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"easy-stack": "1.0.1"
|
||||
},
|
||||
"description": "Simple JS queue with auto run for node and browsers",
|
||||
"engines": {
|
||||
"node": ">=1.0.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/node-ipc/js-queue.git"
|
||||
},
|
||||
"homepage": "https://github.com/node-ipc/js-queue#readme",
|
||||
"keywords": [
|
||||
"queue",
|
||||
"node",
|
||||
@@ -23,14 +53,16 @@
|
||||
"browser",
|
||||
"react"
|
||||
],
|
||||
"author": "Brandon Nozaki Miller",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/node-ipc/js-queue/issues"
|
||||
"main": "queue.js",
|
||||
"name": "@node-ipc/js-queue",
|
||||
"packageManager": "yarn@3.2.0",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/node-ipc/js-queue.git"
|
||||
},
|
||||
"homepage": "https://github.com/node-ipc/js-queue#readme",
|
||||
"dependencies": {
|
||||
"easy-stack": "1.0.1"
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"packageManager": "yarn@3.2.0"
|
||||
}
|
||||
"version": "2.0.3"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user