Compare commits

..

No commits in common. "ade2e97270b186128f34e809255cabe995e8a7e3" and "cf8cab5596ce10c665bce02ba3804106537f8b11" have entirely different histories.

2 changed files with 7 additions and 10 deletions

View File

@ -1,12 +1,9 @@
digd.js digd.js
======= =======
| [dns-suite.js](https://git.coolaj86.com/coolaj86/dns-suite.js) | [dns-suite](https://git.daplie.com/Daplie/dns-suite)
| [dig.js](https://git.coolaj86.com/coolaj86/dig.js) | [dig.js](https://git.daplie.com/Daplie/dig.js)
| **digd.js** | **digd.js**
|
Sponsored by [Daplie](https://daplie.com).
A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS A lightweight DNS / mDNS daemon (server) for creating and capturing DNS and mDNS
query and response packets to disk as binary and/or JSON. query and response packets to disk as binary and/or JSON.
@ -19,12 +16,12 @@ Install
```bash ```bash
# Install the latest of v1.x # Install the latest of v1.x
npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1' npm install -g 'git+https://git@git.daplie.com/Daplie/digd.js.git#v1'
``` ```
```bash ```bash
# Install exactly v1.0.0 # Install exactly v1.0.0
npm install -g 'git+https://git.coolaj86.com/coolaj86/digd.js.git#v1.0.0' npm install -g 'git+https://git@git.daplie.com/Daplie/digd.js.git#v1.0.0'
``` ```
### without git ### without git

View File

@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.coolaj86.com/coolaj86/digd.js.git" "url": "git@git.daplie.com:Daplie/digd.js.git"
}, },
"keywords": [ "keywords": [
"mdig", "mdig",
@ -46,7 +46,7 @@
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)", "author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com)",
"license": "MIT OR Apache-2.0", "license": "MIT OR Apache-2.0",
"dependencies": { "dependencies": {
"dig.js": "git+https://git.coolaj86.com/coolaj86/dig.js#v1.3", "dig.js": "git+https://git.daplie.com/Daplie/dig.js#v1.3",
"hexdump.js": "git+https://git.coolaj86.com/coolaj86/hexdump.js#v1.0.4" "hexdump.js": "git+https://git.daplie.com/Daplie/hexdump.js#v1.0.4"
} }
} }