{
  "_args": [
    [
      "dns-packet@^1.3.1",
      "/var/www/html/isbn/resources/angular-app/node_modules/multicast-dns"
    ]
  ],
  "_from": "dns-packet@>=1.3.1 <2.0.0",
  "_id": "dns-packet@1.3.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/dns-packet",
  "_nodeVersion": "9.3.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/dns-packet-1.3.1.tgz_1515702163054_0.20508755347691476"
  },
  "_npmUser": {
    "email": "npm@silverwind.io",
    "name": "silverwind"
  },
  "_npmVersion": "5.6.0",
  "_phantomChildren": {},
  "_requested": {
    "name": "dns-packet",
    "raw": "dns-packet@^1.3.1",
    "rawSpec": "^1.3.1",
    "scope": null,
    "spec": ">=1.3.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/multicast-dns"
  ],
  "_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz",
  "_shasum": "12aa426981075be500b910eedcd0b47dd7deda5a",
  "_shrinkwrap": null,
  "_spec": "dns-packet@^1.3.1",
  "_where": "/var/www/html/isbn/resources/angular-app/node_modules/multicast-dns",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/dns-packet/issues"
  },
  "dependencies": {
    "ip": "^1.1.0",
    "safe-buffer": "^5.0.1"
  },
  "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
  "devDependencies": {
    "eslint": "^4.15.0",
    "standard": "^6.0.5",
    "tape": "^4.4.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==",
    "shasum": "12aa426981075be500b910eedcd0b47dd7deda5a",
    "tarball": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz"
  },
  "files": [
    "index.js",
    "opcodes.js",
    "rcodes.js",
    "types.js"
  ],
  "gitHead": "7f35bac5b4680d7bfbb34fbc475ecfdbf9d25092",
  "homepage": "https://github.com/mafintosh/dns-packet",
  "keywords": [
    "abstract-encoding",
    "dns",
    "encoder",
    "encoding",
    "encodings",
    "packet"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "mafintosh",
      "email": "mathiasbuus@gmail.com"
    },
    {
      "name": "silverwind",
      "email": "npm@silverwind.io"
    }
  ],
  "name": "dns-packet",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/dns-packet.git"
  },
  "scripts": {
    "test": "standard && eslint --color *.js && tape test.js"
  },
  "version": "1.3.1"
}
