dns-suite.js/node_modules/native-dns/package.json

105 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "native-dns",
"scope": null,
"escapedName": "native-dns",
"name": "native-dns",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/srv/demos"
]
],
"_from": "native-dns@latest",
"_id": "native-dns@0.7.0",
"_inCache": true,
"_location": "/native-dns",
"_npmUser": {
"name": "taoeffect",
"email": "contact@taoeffect.com"
},
"_npmVersion": "1.4.26",
"_phantomChildren": {},
"_requested": {
"raw": "native-dns",
"scope": null,
"escapedName": "native-dns",
"name": "native-dns",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/native-dns/-/native-dns-0.7.0.tgz",
"_shasum": "df418636f08fb29e8fcb7ef142c822a1588ba5b7",
"_shrinkwrap": null,
"_spec": "native-dns",
"_where": "/srv/demos",
"authors": [
"Timothy J Fontaine <tjfontaine@gmail.com> (http://atxconsulting.com)",
"Greg Slepak <contact@taoeffect.com> (https://twitter.com/taoeffect)",
"Matthieu Rakotojaona"
],
"bugs": {
"url": "http://github.com/tjfontaine/node-dns/issues"
},
"contributors": [
{
"name": "Timothy J Fontaine",
"email": "tjfontaine@gmail.com"
}
],
"dependencies": {
"ipaddr.js": "~0.1.3",
"native-dns-cache": "~0.0.2",
"native-dns-packet": "~0.1.1"
},
"description": "Replacement for the core DNS module, includes server implementation",
"devDependencies": {
"nodeunit": ">= 0.7.4",
"optimist": ""
},
"directories": {},
"dist": {
"shasum": "df418636f08fb29e8fcb7ef142c822a1588ba5b7",
"tarball": "https://registry.npmjs.org/native-dns/-/native-dns-0.7.0.tgz"
},
"engines": {
"node": ">= 0.5.0"
},
"gitHead": "6ce835d9625a45ea7c8e8e71e36e1ebee767969e",
"homepage": "http://github.com/tjfontaine/node-dns",
"keywords": [
"dns",
"bind",
"native"
],
"main": "dns.js",
"maintainers": [
{
"name": "tjfontaine",
"email": "tjfontaine@gmail.com"
},
{
"name": "taoeffect",
"email": "contact@taoeffect.com"
}
],
"name": "native-dns",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tjfontaine/node-dns.git"
},
"scripts": {
"test": "nodeunit test"
},
"version": "0.7.0"
}