UNPKG

bt-fetch

Version:

Interact with Bittorrent the same way you would websites via fetch()

49 lines (48 loc) 1.19 kB
{ "name": "bt-fetch", "version": "3.3.3", "description": "Interact with Bittorrent the same way you would websites via fetch()", "main": "index.js", "type": "module", "scripts": { "test": "wtfnode test.js", "lint": "standard --fix" }, "repository": { "type": "git", "url": "git+https://github.com/RangerMauve/bt-fetch.git" }, "keywords": [ "bittorrent", "bt", "p2p", "fetch", "browser" ], "author": "rangermauve <ranger@mauve.moe> (https://mauve.moe/)", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/RangerMauve/bt-fetch/issues" }, "homepage": "https://github.com/RangerMauve/bt-fetch#readme", "devDependencies": { "form-data": "^4.0.0", "standard": "^17.0.0", "tape": "^5.5.0", "wtfnode": "^0.9.1" }, "dependencies": { "bencode": "^2.0.2", "busboy": "^1.4.0", "derive-key": "^1.0.1", "ed25519-supercop": "^2.0.1", "fs-extra": "^10.0.0", "make-fetch": "^2.3.1", "mime": "^3.0.0", "range-parser": "^1.2.1", "simple-sha1": "^3.1.0", "stream-async-iterator": "^2.0.0", "tmp-promise": "^3.0.3", "webtorrent": "^2.0.34" } }