{
  "_args": [
    [
      "bittorrent-dht@^6.4.2",
      "/home/unitech/keymetrics/cloud-functions/node_modules/discovery-channel"
    ]
  ],
  "_from": "bittorrent-dht@>=6.4.2 <7.0.0",
  "_id": "bittorrent-dht@6.4.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/bittorrent-dht",
  "_nodeVersion": "4.2.3",
  "_npmOperationalInternal": {
    "host": "packages-5-east.internal.npmjs.com",
    "tmp": "tmp/bittorrent-dht-6.4.2.tgz_1456504768885_0.19506786740384996"
  },
  "_npmUser": {
    "email": "mathiasbuus@gmail.com",
    "name": "mafintosh"
  },
  "_npmVersion": "2.14.7",
  "_phantomChildren": {},
  "_requested": {
    "name": "bittorrent-dht",
    "raw": "bittorrent-dht@^6.4.2",
    "rawSpec": "^6.4.2",
    "scope": null,
    "spec": ">=6.4.2 <7.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/discovery-channel"
  ],
  "_resolved": "https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-6.4.2.tgz",
  "_shasum": "8b40f8cee6bea87f2b34fd2ae0bd367a8b1247a6",
  "_shrinkwrap": null,
  "_spec": "bittorrent-dht@^6.4.2",
  "_where": "/home/unitech/keymetrics/cloud-functions/node_modules/discovery-channel",
  "author": {
    "email": "feross@feross.org",
    "name": "Feross Aboukhadijeh",
    "url": "http://feross.org/"
  },
  "bugs": {
    "url": "https://github.com/feross/bittorrent-dht/issues"
  },
  "dependencies": {
    "bencode": "^0.7.0",
    "buffer-equals": "^1.0.3",
    "debug": "^2.2.0",
    "inherits": "^2.0.1",
    "k-bucket": "^0.6.0",
    "k-rpc": "^3.6.0",
    "lru": "^2.0.0"
  },
  "description": "Simple, robust, BitTorrent DHT implementation",
  "devDependencies": {
    "ed25519-supercop": "^1.0.0",
    "ip": "^1.1.0",
    "once": "^1.3.3",
    "run-parallel": "^1.1.4",
    "standard": "^6.0.4",
    "tape": "^4.4.0"
  },
  "directories": {},
  "dist": {
    "shasum": "8b40f8cee6bea87f2b34fd2ae0bd367a8b1247a6",
    "tarball": "https://registry.npmjs.org/bittorrent-dht/-/bittorrent-dht-6.4.2.tgz"
  },
  "gitHead": "dafe8eefc0102ac81a9dee67d7c198545e80314e",
  "homepage": "https://github.com/feross/bittorrent-dht",
  "keywords": [
    "torrent",
    "bittorrent",
    "dht",
    "distributed hash table",
    "protocol",
    "peer",
    "p2p",
    "peer-to-peer"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "email": "feross@feross.org",
      "name": "feross"
    },
    {
      "email": "mathiasbuus@gmail.com",
      "name": "mafintosh"
    }
  ],
  "name": "bittorrent-dht",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/feross/bittorrent-dht.git"
  },
  "scripts": {
    "start": "node server.js",
    "test": "standard && tape test/*.js",
    "test-live": "tape test/live/*.js"
  },
  "version": "6.4.2"
}
