Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/webtorrent/webtorrent.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeross Aboukhadijeh <feross@feross.org>2016-08-21 05:28:08 +0300
committerFeross Aboukhadijeh <feross@feross.org>2016-08-21 05:28:08 +0300
commitd6b2d326ca7ffb21ca0812e47e3868f1af94ca0c (patch)
tree4778af2d080b2f989c532f4ab0c662263720195d /package.json
parent8bf87eb54e0486191531c25adfce8db78d513cc3 (diff)
replace 'hat' with 'randombytes'
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 889d63b..0969d21 100644
--- a/package.json
+++ b/package.json
@@ -35,7 +35,6 @@
"debug": "^2.2.0",
"end-of-stream": "^1.1.0",
"fs-chunk-store": "^1.6.2",
- "hat": "^0.0.3",
"immediate-chunk-store": "^1.0.8",
"inherits": "^2.0.1",
"load-ip-set": "^1.2.7",
@@ -46,6 +45,7 @@
"parse-torrent": "^5.8.0",
"pump": "^1.0.1",
"random-iterate": "^1.0.1",
+ "randombytes": "^2.0.3",
"range-parser": "^1.2.0",
"readable-stream": "^2.1.4",
"render-media": "^2.8.0",