{ "_args": [ [ "bonjour-service@1.1.1", "/Users/mac/projects/mime/mine" ] ], "_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.npmmirror.com/bonjour-service/-/bonjour-service-1.1.1.tgz", "_spec": "1.1.1", "_where": "/Users/mac/projects/mime/mine", "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", "@typescript-eslint/parser": "^5.22.0", "after-all": "^2.0.2", "eslint": "^8.15.0", "standard": "^17.0.0", "tape": "^5.2.2", "ts-node-dev": "^2.0.0", "typescript": "^4.4.4" }, "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", "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.1.1" }