{
  "_args": [
    [
      "dns-packet@^1.1.0",
      "/home/unitech/keymetrics/cloud-functions/node_modules/dns-socket"
    ]
  ],
  "_from": "dns-packet@>=1.1.0 <2.0.0",
  "_id": "dns-packet@1.1.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/dns-packet",
  "_nodeVersion": "4.2.3",
  "_npmOperationalInternal": {
    "host": "packages-6-west.internal.npmjs.com",
    "tmp": "tmp/dns-packet-1.1.0.tgz_1456191463412_0.7309758770279586"
  },
  "_npmUser": {
    "email": "mathiasbuus@gmail.com",
    "name": "mafintosh"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "dns-packet",
    "raw": "dns-packet@^1.1.0",
    "rawSpec": "^1.1.0",
    "scope": null,
    "spec": ">=1.1.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/dns-socket",
    "/multicast-dns"
  ],
  "_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.1.0.tgz",
  "_shasum": "c11ce43bd9977aa789af72de06b6e4ad6e84730d",
  "_shrinkwrap": null,
  "_spec": "dns-packet@^1.1.0",
  "_where": "/home/unitech/keymetrics/cloud-functions/node_modules/dns-socket",
  "author": {
    "name": "Mathias Buus"
  },
  "bugs": {
    "url": "https://github.com/mafintosh/dns-packet/issues"
  },
  "dependencies": {
    "ip": "^1.1.0"
  },
  "description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
  "devDependencies": {
    "standard": "^6.0.5",
    "tape": "^4.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "c11ce43bd9977aa789af72de06b6e4ad6e84730d",
    "tarball": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.1.0.tgz"
  },
  "gitHead": "b20b693267b60f9aeb83475988ef9d0a578798aa",
  "homepage": "https://github.com/mafintosh/dns-packet",
  "keywords": [
    "dns",
    "packet",
    "encodings",
    "encoding",
    "encoder",
    "abstract-encoding"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "mathiasbuus@gmail.com",
      "name": "mafintosh"
    }
  ],
  "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 && tape test.js"
  },
  "version": "1.1.0"
}
