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