视频会议上传文件

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
+52 -19
View File
@@ -1,15 +1,48 @@
{
"name": "bonjour-service",
"version": "1.1.1",
"description": "A Bonjour/Zeroconf implementation in TypeScript",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"_args": [
[
"bonjour-service@1.1.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "bonjour-service@1.1.1",
"_id": "bonjour-service@1.1.1",
"_inBundle": false,
"_integrity": "sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==",
"_location": "/bonjour-service",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "bonjour-service@1.1.1",
"name": "bonjour-service",
"escapedName": "bonjour-service",
"rawSpec": "1.1.1",
"saveSpec": null,
"fetchSpec": "1.1.1"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.1.1.tgz",
"_spec": "1.1.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "ON LX Lited",
"email": "team@onlx.ltd",
"url": "https://labs.onlx.ltd"
},
"bugs": {
"url": "https://github.com/onlxltd/bonjour-service/issues"
},
"dependencies": {
"array-flatten": "^2.1.2",
"dns-equal": "^1.0.0",
"fast-deep-equal": "^3.1.3",
"multicast-dns": "^7.2.5"
},
"description": "A Bonjour/Zeroconf implementation in TypeScript",
"devDependencies": {
"@types/node": "^16.18.11",
"@typescript-eslint/eslint-plugin": "^5.22.0",
@@ -21,16 +54,7 @@
"ts-node-dev": "^2.0.0",
"typescript": "^4.4.4"
},
"scripts": {
"test": "standard --fix && tape test/*.js",
"build": "tsc --removeComments true",
"dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
"example:simple": "node examples/simple"
},
"repository": {
"type": "git",
"url": "https://github.com/onlxltd/bonjour-service.git"
},
"homepage": "https://github.com/onlxltd/bonjour-service",
"keywords": [
"bonjour",
"zeroconf",
@@ -44,10 +68,19 @@
"broadcast",
"dns-sd"
],
"author": "ON LX Lited <team@onlx.ltd> (https://labs.onlx.ltd)",
"license": "MIT",
"bugs": {
"url": "https://github.com/onlxltd/bonjour-service/issues"
"main": "./dist/index.js",
"name": "bonjour-service",
"repository": {
"type": "git",
"url": "git+https://github.com/onlxltd/bonjour-service.git"
},
"homepage": "https://github.com/onlxltd/bonjour-service"
"scripts": {
"build": "tsc --removeComments true",
"dev": "ts-node-dev --respawn --transpile-only ./src/index.ts",
"example:simple": "node examples/simple",
"test": "standard --fix && tape test/*.js"
},
"types": "./dist/index.d.ts",
"version": "1.1.1"
}