视频会议上传文件

This commit is contained in:
gyj
2024-04-08 16:23:29 +08:00
parent c098116879
commit a551f33a6e
1272 changed files with 84366 additions and 63430 deletions
+54 -20
View File
@@ -1,29 +1,56 @@
{
"name": "multicast-dns",
"version": "7.2.5",
"description": "Low level multicast-dns implementation in pure javascript",
"main": "index.js",
"scripts": {
"test": "standard && tape test.js"
"_args": [
[
"multicast-dns@7.2.5",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "multicast-dns@7.2.5",
"_id": "multicast-dns@7.2.5",
"_inBundle": false,
"_integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==",
"_location": "/multicast-dns",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "multicast-dns@7.2.5",
"name": "multicast-dns",
"escapedName": "multicast-dns",
"rawSpec": "7.2.5",
"saveSpec": null,
"fetchSpec": "7.2.5"
},
"bin": "cli.js",
"_requiredBy": [
"/bonjour-service"
],
"_resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz",
"_spec": "7.2.5",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Mathias Buus",
"url": "@mafintosh"
},
"bin": {
"multicast-dns": "cli.js"
},
"bugs": {
"url": "https://github.com/mafintosh/multicast-dns/issues"
},
"coordinates": [
55.6465878,
12.5492251
],
"dependencies": {
"dns-packet": "^5.2.2",
"thunky": "^1.0.2"
},
"description": "Low level multicast-dns implementation in pure javascript",
"devDependencies": {
"standard": "^11.0.1",
"tape": "^4.8.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/multicast-dns.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/multicast-dns/issues"
},
"homepage": "https://github.com/mafintosh/multicast-dns",
"keywords": [
"multicast",
@@ -36,8 +63,15 @@
"bonjour",
"avahi"
],
"coordinates": [
55.6465878,
12.5492251
]
"license": "MIT",
"main": "index.js",
"name": "multicast-dns",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/multicast-dns.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "7.2.5"
}