{
  "_from": "dns-packet@^5.2.2",
  "_id": "dns-packet@5.3.1",
  "_inBundle": false,
  "_integrity": "sha512-spBwIj0TK0Ey3666GwIdWVfUpLyubpU53BTCu8iPn4r4oXd9O14Hjg3EHw3ts2oed77/SeckunUYCyRlSngqHw==",
  "_location": "/dns-packet",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "dns-packet@^5.2.2",
    "name": "dns-packet",
    "escapedName": "dns-packet",
    "rawSpec": "^5.2.2",
    "saveSpec": null,
    "fetchSpec": "^5.2.2"
  },
  "_requiredBy": [
    "/multicast-dns"
  ],
  "_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.3.1.tgz",
  "_shasum": "eb94413789daec0f0ebe2fcc230bdc9d7c91b43d",
  "_spec": "dns-packet@^5.2.2",
  "_where": "/var/www/apache_htdocs/dovotica.com/production/node_modules/multicast-dns",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/dns-packet/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@leichtgewicht/ip-codec": "^2.0.1"
  },
  "deprecated": false,
  "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
  "devDependencies": {
    "eslint": "^5.14.1",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.0.1",
    "eslint-plugin-standard": "^4.0.0",
    "nyc": "^13.3.0",
    "tape": "^4.10.1"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "types.js",
    "rcodes.js",
    "opcodes.js",
    "classes.js",
    "optioncodes.js"
  ],
  "homepage": "https://github.com/mafintosh/dns-packet",
  "keywords": [
    "dns",
    "packet",
    "encodings",
    "encoding",
    "encoder",
    "abstract-encoding"
  ],
  "license": "MIT",
  "name": "dns-packet",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/dns-packet.git"
  },
  "scripts": {
    "clean": "rm -rf coverage .nyc_output/",
    "coverage": "nyc -r html npm test",
    "lint": "eslint --color *.js examples/*.js",
    "pretest": "npm run lint",
    "test": "tape test.js"
  },
  "version": "5.3.1"
}
