adding task to update seed information - seedlinux - Torrent indexing tool opensource torrents with share ratio's etc.
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
---
(DIR) commit 005a210b94211cc3b0965b8b18424bfc91fa23ed
(DIR) parent 2b03fb5ac5d02b07a1c09070208c431dae1f7961
(HTM) Author: Jay Scott <jay@jayscott.co.uk>
Date: Sun, 2 Jul 2017 01:03:49 +0100
adding task to update seed information
Diffstat:
M package-lock.json | 5 +++++
M package.json | 1 +
2 files changed, 6 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/package-lock.json b/package-lock.json
@@ -496,6 +496,11 @@
"resolved": "https://registry.npmjs.org/lazy-cache/-/lazy-cache-1.0.4.tgz",
"integrity": "sha1-odePw6UEdMuAhF07O24dpJpEbo4="
},
+ "limiter": {
+ "version": "1.1.2",
+ "resolved": "https://registry.npmjs.org/limiter/-/limiter-1.1.2.tgz",
+ "integrity": "sha512-JIKZ0xb6fZZYa3deZ0BgXCgX6HgV8Nx3mFGeFHmFWW8Fb2c08e0CyE+G3nalpD0xGvGssjGb1UdFr+PprxZEbw=="
+ },
"lodash": {
"version": "4.17.4",
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
(DIR) diff --git a/package.json b/package.json
@@ -15,6 +15,7 @@
"debug": "~2.6.3",
"express": "~4.15.2",
"flat": "^2.0.1",
+ "limiter": "^1.1.2",
"mongoose": "4.10.8",
"morgan": "~1.8.1",
"parse-torrent": "^5.8.3",