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

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
+52 -15
View File
@@ -1,8 +1,46 @@
{
"name": "yallist",
"version": "4.0.0",
"_args": [
[
"yallist@4.0.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "yallist@4.0.0",
"_id": "yallist@4.0.0",
"_inBundle": false,
"_integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
"_location": "/minipass/yallist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "yallist@4.0.0",
"name": "yallist",
"escapedName": "yallist",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/minipass"
],
"_resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/yallist/issues"
},
"dependencies": {},
"description": "Yet Another Linked List",
"main": "yallist.js",
"devDependencies": {
"tap": "^12.1.0"
},
"directories": {
"test": "test"
},
@@ -10,20 +48,19 @@
"yallist.js",
"iterator.js"
],
"dependencies": {},
"devDependencies": {
"tap": "^12.1.0"
},
"scripts": {
"test": "tap test/*.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"homepage": "https://github.com/isaacs/yallist#readme",
"license": "ISC",
"main": "yallist.js",
"name": "yallist",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/yallist.git"
},
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC"
"scripts": {
"postpublish": "git push origin --all; git push origin --tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap test/*.js --100"
},
"version": "4.0.0"
}
+64 -27
View File
@@ -1,12 +1,45 @@
{
"name": "minipass",
"version": "3.3.6",
"description": "minimal implementation of a PassThrough stream",
"main": "index.js",
"types": "index.d.ts",
"_args": [
[
"minipass@3.3.6",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "minipass@3.3.6",
"_id": "minipass@3.3.6",
"_inBundle": false,
"_integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==",
"_location": "/minipass",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "minipass@3.3.6",
"name": "minipass",
"escapedName": "minipass",
"rawSpec": "3.3.6",
"saveSpec": null,
"fetchSpec": "3.3.6"
},
"_requiredBy": [
"/ssri"
],
"_resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz",
"_spec": "3.3.6",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/minipass/issues"
},
"dependencies": {
"yallist": "^4.0.0"
},
"description": "minimal implementation of a PassThrough stream",
"devDependencies": {
"@types/node": "^17.0.41",
"end-of-stream": "^1.4.0",
@@ -16,32 +49,21 @@
"ts-node": "^10.8.1",
"typescript": "^4.7.3"
},
"scripts": {
"test": "tap",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --follow-tags"
"engines": {
"node": ">=8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/minipass.git"
},
"keywords": [
"passthrough",
"stream"
],
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"files": [
"index.d.ts",
"index.js"
],
"tap": {
"check-coverage": true
},
"engines": {
"node": ">=8"
},
"homepage": "https://github.com/isaacs/minipass#readme",
"keywords": [
"passthrough",
"stream"
],
"license": "ISC",
"main": "index.js",
"name": "minipass",
"prettier": {
"semi": false,
"printWidth": 80,
@@ -52,5 +74,20 @@
"bracketSameLine": true,
"arrowParens": "avoid",
"endOfLine": "lf"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/minipass.git"
},
"scripts": {
"postpublish": "git push origin --follow-tags",
"postversion": "npm publish",
"preversion": "npm test",
"test": "tap"
},
"tap": {
"check-coverage": true
},
"types": "index.d.ts",
"version": "3.3.6"
}