2017-10-02 18:45:33 +00:00
{
"name" : "digd.js" ,
2018-05-22 17:16:11 +00:00
"version" : "1.3.0" ,
2017-10-02 18:45:33 +00:00
"description" : "A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix dig command." ,
"main" : "bin/digd.js" ,
2017-10-29 04:13:32 +00:00
"homepage" : "https://git.coolaj86.com/coolaj86/digd.js" ,
2017-10-02 18:45:33 +00:00
"bin" : {
"digd.js" : "bin/digd.js"
} ,
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1"
} ,
"repository" : {
"type" : "git" ,
2017-10-29 04:03:58 +00:00
"url" : "git://git.coolaj86.com:coolaj86/digd.js.git"
2017-10-02 18:45:33 +00:00
} ,
"keywords" : [
"mdig" ,
"mdigd" ,
"multicast" ,
"debugging" ,
"debug" ,
"cli" ,
"command" ,
"line" ,
"dig" ,
"DNS" ,
"mDNS" ,
"daemon" ,
"server" ,
"js" ,
"javascript" ,
"node" ,
"node.js" ,
"53" ,
"5353" ,
"binary" ,
"bin" ,
"capture" ,
"create" ,
"parse" ,
"pack" ,
"json" ,
"224.0.0.251" ,
"lint"
] ,
"author" : "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)" ,
"license" : "MIT OR Apache-2.0" ,
"dependencies" : {
2018-01-24 10:06:32 +00:00
"body-parser" : "^1.18.2" ,
2017-10-28 05:45:52 +00:00
"dig.js" : "git+https://git.coolaj86.com/coolaj86/dig.js#v1.3" ,
2018-01-10 08:14:10 +00:00
"express" : "^4.16.2" ,
2018-01-12 09:03:41 +00:00
"hexdump.js" : "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4" ,
"jsonwebtoken" : "^8.1.0" ,
"jwk-to-pem" : "^1.2.6"
2017-10-02 18:45:33 +00:00
}
}