{
  "_args": [
    [
      {
        "raw": "dns-packet@^5.1.2",
        "scope": null,
        "escapedName": "dns-packet",
        "name": "dns-packet",
        "rawSpec": "^5.1.2",
        "spec": ">=5.1.2 <6.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/NodeProjects/ipAddress/node_modules/dns-socket"
    ]
  ],
  "_from": "dns-packet@>=5.1.2 <6.0.0",
  "_hasShrinkwrap": false,
  "_id": "dns-packet@5.2.1",
  "_inCache": true,
  "_installable": true,
  "_location": "/dns-packet",
  "_nodeVersion": "10.15.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/dns-packet_5.2.1_1553603203196_0.7618290820650895"
  },
  "_npmUser": {
    "name": "mafintosh",
    "email": "mathiasbuus@gmail.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "dns-packet@^5.1.2",
    "scope": null,
    "escapedName": "dns-packet",
    "name": "dns-packet",
    "rawSpec": "^5.1.2",
    "spec": ">=5.1.2 <6.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/dns-socket"
  ],
  "_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.1.tgz",
  "_shasum": "26cec0be92252a1b97ed106482921192a7e08f72",
  "_shrinkwrap": null,
  "_spec": "dns-packet@^5.1.2",
  "_where": "/Users/robertdodson/Documents/htdocs/NodeProjects/ipAddress/node_modules/dns-socket",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/dns-packet/issues"
  },
  "dependencies": {
    "ip": "^1.1.5"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-JHj2yJeKOqlxzeuYpN1d56GfhzivAxavNwHj9co3qptECel27B1rLY5PifJAvubsInX5pGLDjAHuCfCUc2Zv/w==",
    "shasum": "26cec0be92252a1b97ed106482921192a7e08f72",
    "tarball": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.2.1.tgz",
    "fileCount": 10,
    "unpackedSize": 55133,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmhqDCRA9TVsSAnZWagAAmrcP/1Jfkvw52crN9gEwFVaf\nUb2VuKK8EoZzuZibq+Jv9k33z9cddF/AOeuDx8kFbw0DpobNozl4Zm/MvrhG\ngWx89PDv1a+0Yen+0GwygRVTK5xpvJLRARZQEnu4jFzfJrHtrNfJRREogFTI\na8Asd3GXBRg1LY/bj4uoJCedmm3xuzbjNb3DTR9oJSsl9y4HzwRd645jD8eW\nqDx7nXWqNlSTyN1U6Q2rCa4ezOz/Jj4PIoJPa4dW0MWuPZik5olNnCRgpI9g\nT1UZMaoVnmjY8PlbEtwTcGv+DhGEUMR7+vUcg97CClGvPZ+Y46Q1SRB+EAeR\nih3tTApZTLHQAAfJ35P/pKjEKqdznbPU6LLKw/qDQH8ZJsn6LmQtU42uxrZ3\nZW6v4MM6xvjnZ3GuAywg1BqJj5RLwDi0Wvi3HfRWUHNk33hogqiPi8aejsib\n+/mih+UxryxwMjhANC+0/FFvc1e9VOGPRvnyC+uasL42SQI0eMCE0GB34Hd0\np68FQxSGh6vQmykfxwQD4+TsZrd/b6fhyob4egCVg1HQm5FAl0fVhkgv7UYs\nnjGkhs0G2hYm/X3zQqrqaCZNBydSnrujUryvGXZ++hyXbfZiLBMsUM3BPO3D\n2ZqFgVQ5BxanfLdIGRpKu0IuULIhrFI2qpXRJxOM0SCXFkWocxSs7jrL75wK\nOaRE\r\n=1EFM\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "engines": {
    "node": ">=6"
  },
  "gitHead": "cbe05219b4f804bf790793b5d196f5616d1c2b97",
  "homepage": "https://github.com/mafintosh/dns-packet",
  "keywords": [
    "dns",
    "packet",
    "encodings",
    "encoding",
    "encoder",
    "abstract-encoding"
  ],
  "license": "MIT",
  "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": {
    "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.2.1",
  "warnings": [
    {
      "code": "ENOTSUP",
      "required": {
        "node": ">=6"
      },
      "pkgid": "dns-packet@5.2.1"
    }
  ]
}
