Fast, lightweight, easy-to-extend, easy-to-test, pure JavaScript (ES5.1) implementation for DNS / mDNS.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
632 B

{
"name": "dns-suite",
"version": "1.2.13",
"description": "DNS implemented in Vanilla JS for Node.js and Browsers",
"main": "dns.js",
"homepage": "https://git.coolaj86.com/coolaj86/dns-suite.js",
"bin": {
"dns-pack.js": "bin/dns-pack.js",
"dns-parse.js": "bin/dns-parse.js",
"dns-test.js": "bin/dns-test.js",
"mdns-capture.js": "bin/mdns-capture.js"
},
"scripts": {
"test": "node test/parser.js && node test/packer.js"
},
"repository": {
"type": "git",
"url": "https://git.coolaj86.com:coolaj86/dns-suite.js.git"
},
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@root/hexdump": "^1.1.1"
}
}