{
  "_from": "native-dns@0.6.1",
  "_id": "native-dns@0.6.1",
  "_inBundle": false,
  "_integrity": "sha512-svX0dstdoFeEO1sD1Kkrrj/Ad7QfHuczp2YpRnBpjJHqh0dpYLZhLERbf76S6LMkLAT5eZ8tJrPwZciIX5pj6Q==",
  "_location": "/native-dns",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "native-dns@0.6.1",
    "name": "native-dns",
    "escapedName": "native-dns",
    "rawSpec": "0.6.1",
    "saveSpec": null,
    "fetchSpec": "0.6.1"
  },
  "_requiredBy": [
    "/dns"
  ],
  "_resolved": "https://registry.npmjs.org/native-dns/-/native-dns-0.6.1.tgz",
  "_shasum": "f7d2a3c5464bb6f09d9167e35a7350bd7ffe9b82",
  "_spec": "native-dns@0.6.1",
  "_where": "/home/bestsmm/node_modules/dns",
  "author": {
    "name": "Timothy J Fontaine",
    "email": "tjfontaine@gmail.com",
    "url": "http://atxconsulting.com"
  },
  "bugs": {
    "url": "http://github.com/tjfontaine/node-dns/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Timothy J Fontaine",
      "email": "tjfontaine@gmail.com"
    }
  ],
  "dependencies": {
    "ipaddr.js": ">= 0.1.1",
    "native-dns-cache": ">= 0.0.1",
    "native-dns-packet": ">= 0.0.4"
  },
  "deprecated": false,
  "description": "Replacement for the core DNS module, includes server implementation",
  "devDependencies": {
    "nodeunit": ">= 0.7.4",
    "optimist": ""
  },
  "engines": {
    "node": ">= 0.5.0"
  },
  "homepage": "http://github.com/tjfontaine/node-dns",
  "keywords": [
    "dns",
    "bind",
    "native"
  ],
  "main": "dns.js",
  "name": "native-dns",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/tjfontaine/node-dns.git"
  },
  "scripts": {
    "test": "nodeunit test"
  },
  "version": "0.6.1"
}
