Compare commits
No commits in common. "d5f5267c185d7e877bfc7e196388f382f6b6c00a" and "f441c0cfc5d6fc4d163adb82d0d20bcc76de73ba" have entirely different histories.
d5f5267c18
...
f441c0cfc5
|
@ -1,9 +1,8 @@
|
|||
{
|
||||
"name": "dig.js",
|
||||
"version": "1.3.5",
|
||||
"version": "1.3.4",
|
||||
"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",
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
|
||||
"bin": {
|
||||
"dig.js": "./bin/dig.js"
|
||||
},
|
||||
|
@ -12,7 +11,7 @@
|
|||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://git.coolaj86.com:coolaj86/dig.js.git"
|
||||
"url": "https://git.coolaj86.com/coolaj86/dig.js.git"
|
||||
},
|
||||
"keywords": [
|
||||
"mdig",
|
||||
|
@ -39,6 +38,7 @@
|
|||
"bugs": {
|
||||
"url": "https://git.coolaj86.com/coolaj86/dig.js/issues"
|
||||
},
|
||||
"homepage": "https://git.coolaj86.com/coolaj86/dig.js",
|
||||
"dependencies": {
|
||||
"cli": "^1.0.1",
|
||||
"dns-suite": "git+https://git.coolaj86.com/coolaj86/dns-suite.js#v1.2"
|
||||
|
|
Loading…
Reference in New Issue