| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_from": "bonjour-service@^1.0.11",
- "_id": "bonjour-service@1.3.0",
- "_inBundle": false,
- "_integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==",
- "_location": "/bonjour-service",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "bonjour-service@^1.0.11",
- "name": "bonjour-service",
- "escapedName": "bonjour-service",
- "rawSpec": "^1.0.11",
- "saveSpec": null,
- "fetchSpec": "^1.0.11"
- },
- "_requiredBy": [
- "/webpack-dev-server"
- ],
- "_resolved": "https://registry.npmmirror.com/bonjour-service/-/bonjour-service-1.3.0.tgz",
- "_shasum": "80d867430b5a0da64e82a8047fc1e355bdb71722",
- "_spec": "bonjour-service@^1.0.11",
- "_where": "E:\\vue_project\\el-table-column\\node_modules\\webpack-dev-server",
- "author": {
- "name": "ON LX Lited",
- "email": "team@onlx.ltd",
- "url": "https://onlx.ltd"
- },
- "bugs": {
- "url": "https://github.com/onlxltd/bonjour-service/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "fast-deep-equal": "^3.1.3",
- "multicast-dns": "^7.2.5"
- },
- "deprecated": false,
- "description": "A Bonjour/Zeroconf implementation in TypeScript",
- "devDependencies": {
- "@types/node": "^22.9.0",
- "@typescript-eslint/eslint-plugin": "^5.62.0",
- "@typescript-eslint/parser": "^5.62.0",
- "after-all": "^2.0.2",
- "eslint": "^8.57.1",
- "standard": "^17.1.2",
- "tape": "^5.9.0",
- "ts-node-dev": "^2.0.0",
- "typescript": "^5.6.3"
- },
- "homepage": "https://github.com/onlxltd/bonjour-service",
- "keywords": [
- "bonjour",
- "zeroconf",
- "zero",
- "configuration",
- "mdns",
- "dns",
- "service",
- "discovery",
- "multicast",
- "broadcast",
- "dns-sd"
- ],
- "license": "MIT",
- "main": "./dist/index.js",
- "name": "bonjour-service",
- "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/onlxltd/bonjour-service.git"
- },
- "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.3.0"
- }
|