50 lines
1.1 KiB
JSON
50 lines
1.1 KiB
JSON
{
|
|
"name": "dig.js",
|
|
"version": "1.3.3",
|
|
"description": "Create and capture DNS and mDNS query and response packets to disk as binary and/or JSON. Options are similar to the Unix `dig` command.",
|
|
"main": "index.js",
|
|
"bin": {
|
|
"dig.js": "./bin/dig.js"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.daplie.com:Daplie/dig.js.git"
|
|
},
|
|
"keywords": [
|
|
"mdig",
|
|
"multicast",
|
|
"debugging",
|
|
"debug",
|
|
"cli",
|
|
"command",
|
|
"line",
|
|
"dig",
|
|
"dns",
|
|
"mdns",
|
|
"dns0x20",
|
|
"0x20",
|
|
"lint",
|
|
"capture",
|
|
"create",
|
|
"bin",
|
|
"binary",
|
|
"json"
|
|
],
|
|
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"bugs": {
|
|
"url": "https://git.daplie.com/Daplie/dig.js/issues"
|
|
},
|
|
"homepage": "https://git.daplie.com/Daplie/dig.js",
|
|
"dependencies": {
|
|
"cli": "^1.0.1",
|
|
"dns-suite": "git+https://git.daplie.com/Daplie/dns-suite#v1.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4"
|
|
}
|
|
}
|