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

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
+59 -18
View File
@@ -1,10 +1,42 @@
{
"version": "0.2.0",
"name": "@trysound/sax",
"description": "An evented streaming XML parser in JavaScript",
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"repository": "git://github.com/svg/sax.git",
"license": "ISC",
"_args": [
[
"@trysound/sax@0.2.0",
"E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "@trysound/sax@0.2.0",
"_id": "@trysound/sax@0.2.0",
"_inBundle": false,
"_integrity": "sha512-L7z9BgrNEcYyUYtF+HaEfiS5ebkh9jXqbszz7pC0hRBPaatV0XjSD3+eHrpqFemQfgwiFF0QPIarnIihIDn7OA==",
"_location": "/@trysound/sax",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@trysound/sax@0.2.0",
"name": "@trysound/sax",
"escapedName": "@trysound%2fsax",
"scope": "@trysound",
"rawSpec": "0.2.0",
"saveSpec": null,
"fetchSpec": "0.2.0"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "https://registry.npmjs.org/@trysound/sax/-/sax-0.2.0.tgz",
"_spec": "0.2.0",
"_where": "E:\\云美\\调解\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/svg/sax/issues"
},
"contributors": [
{
"name": "Bogdan Chadkin",
@@ -12,19 +44,28 @@
"url": "http://github.com/TrySound"
}
],
"main": "lib/sax.js",
"files": [
"lib"
],
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"test": "tap test/*.js --cov -j4",
"lint": "standard -F test/*.js lib/*.js"
},
"description": "An evented streaming XML parser in JavaScript",
"devDependencies": {
"standard": "^8.6.0",
"tap": "^10.5.1"
}
},
"engines": {
"node": ">=10.13.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/svg/sax#readme",
"license": "ISC",
"main": "lib/sax.js",
"name": "@trysound/sax",
"repository": {
"type": "git",
"url": "git://github.com/svg/sax.git"
},
"scripts": {
"lint": "standard -F test/*.js lib/*.js",
"test": "tap test/*.js --cov -j4"
},
"version": "0.2.0"
}