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

99 lines
2.4 KiB
JSON

{
"_args": [
[
{
"raw": "native-dns-packet",
"scope": null,
"escapedName": "native-dns-packet",
"name": "native-dns-packet",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"/srv/demos"
]
],
"_from": "native-dns-packet@latest",
"_id": "native-dns-packet@0.1.1",
"_inCache": true,
"_location": "/native-dns-packet",
"_npmUser": {
"name": "taoeffect",
"email": "contact@taoeffect.com"
},
"_npmVersion": "1.4.26",
"_phantomChildren": {},
"_requested": {
"raw": "native-dns-packet",
"scope": null,
"escapedName": "native-dns-packet",
"name": "native-dns-packet",
"rawSpec": "",
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER",
"/native-dns",
"/native-dns-cache"
],
"_resolved": "https://registry.npmjs.org/native-dns-packet/-/native-dns-packet-0.1.1.tgz",
"_shasum": "97da90570b8438a00194701ce24d011fd3cc109a",
"_shrinkwrap": null,
"_spec": "native-dns-packet",
"_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/native-dns-packet/issues"
},
"dependencies": {
"buffercursor": ">= 0.0.12",
"ipaddr.js": ">= 0.1.1"
},
"description": "Raw DNS Packet Parsing and Writing",
"devDependencies": {
"tap": ">= 0.4.3"
},
"directories": {},
"dist": {
"shasum": "97da90570b8438a00194701ce24d011fd3cc109a",
"tarball": "https://registry.npmjs.org/native-dns-packet/-/native-dns-packet-0.1.1.tgz"
},
"engines": {
"node": ">= 0.5.0"
},
"gitHead": "296bfe5337b57e93a605838a4da48924e8d46e4b",
"homepage": "http://github.com/tjfontaine/native-dns-packet",
"keywords": [
"dns",
"parsing"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "tjfontaine",
"email": "tjfontaine@gmail.com"
},
{
"name": "taoeffect",
"email": "contact@taoeffect.com"
}
],
"name": "native-dns-packet",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/tjfontaine/native-dns-packet.git"
},
"scripts": {
"test": "tap ./test/*.js"
},
"version": "0.1.1"
}