{
  "_from": "multicast-dns@^7.2.4",
  "_id": "multicast-dns@7.2.4",
  "_inBundle": false,
  "_integrity": "sha512-XkCYOU+rr2Ft3LI6w4ye51M3VK31qJXFIxu0XLw169PtKG0Zx47OrXeVW/GCYOfpC9s1yyyf1S+L8/4LY0J9Zw==",
  "_location": "/multicast-dns",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "multicast-dns@^7.2.4",
    "name": "multicast-dns",
    "escapedName": "multicast-dns",
    "rawSpec": "^7.2.4",
    "saveSpec": null,
    "fetchSpec": "^7.2.4"
  },
  "_requiredBy": [
    "/bonjour-service"
  ],
  "_resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.4.tgz",
  "_shasum": "cf0b115c31e922aeb20b64e6556cbeb34cf0dd19",
  "_spec": "multicast-dns@^7.2.4",
  "_where": "/var/www/apache_htdocs/dovotica.com/production/node_modules/bonjour-service",
  "author": {
    "name": "Mathias Buus",
    "url": "@mafintosh"
  },
  "bin": {
    "multicast-dns": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/multicast-dns/issues"
  },
  "bundleDependencies": false,
  "coordinates": [
    55.6465878,
    12.5492251
  ],
  "dependencies": {
    "dns-packet": "^5.2.2",
    "thunky": "^1.0.2"
  },
  "deprecated": false,
  "description": "Low level multicast-dns implementation in pure javascript",
  "devDependencies": {
    "standard": "^11.0.1",
    "tape": "^4.8.0"
  },
  "homepage": "https://github.com/mafintosh/multicast-dns",
  "keywords": [
    "multicast",
    "dns",
    "mdns",
    "multicastdns",
    "dns-sd",
    "service",
    "discovery",
    "bonjour",
    "avahi"
  ],
  "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.4"
}
