feat(torrents): add support for dropping torrent to base just with window

This commit is contained in:
Alexey Kasyanchuk
2018-07-29 21:21:19 +03:00
parent 01a72e551f
commit 1442a65c6e
4 changed files with 65 additions and 6 deletions

31
package-lock.json generated
View File

@ -13172,6 +13172,37 @@
"integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
"dev": true
},
"parse-torrent": {
"version": "6.1.1",
"resolved": "https://registry.npmjs.org/parse-torrent/-/parse-torrent-6.1.1.tgz",
"integrity": "sha512-VOQseFSgXOJE1tnwLJHA6GAILC62GaXRtoCkf3cOiTxMt2P/Xjz1Oe6TVJB7BCm4WkgOY7QS22bjqA7Z4ryuJA==",
"requires": {
"bencode": "^2.0.0",
"blob-to-buffer": "^1.2.6",
"get-stdin": "^6.0.0",
"magnet-uri": "^5.1.3",
"simple-get": "^3.0.1",
"simple-sha1": "^2.0.0",
"uniq": "^1.0.1"
},
"dependencies": {
"get-stdin": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-6.0.0.tgz",
"integrity": "sha512-jp4tHawyV7+fkkSKyvjuLZswblUtz+SQKzSWnBbii16BuZksJlU1wuBYXY75r+duh/llF1ur6oNwi+2ZzjKZ7g=="
},
"simple-get": {
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/simple-get/-/simple-get-3.0.2.tgz",
"integrity": "sha512-dU3TBVIGkP5Hzw6o74hJx+VzTBTX2rqIiLfugs0HdmdVQCQp76XGg2jlBCqfRJfW/n6/mUKTi+s3rnzX7SgbBA==",
"requires": {
"decompress-response": "^3.3.0",
"once": "^1.3.1",
"simple-concat": "^1.0.0"
}
}
}
},
"parseqs": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz",