UNPKG

bittorrent-dht

Version:

Simple, robust, BitTorrent DHT implementation

84 lines (83 loc) 1.82 kB
{ "name": "bittorrent-dht", "description": "Simple, robust, BitTorrent DHT implementation", "type": "module", "version": "11.0.9", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, "bugs": { "url": "https://github.com/webtorrent/bittorrent-dht/issues" }, "dependencies": { "bencode": "^4.0.0", "debug": "^4.4.0", "k-bucket": "^5.1.0", "k-rpc": "^5.1.0", "last-one-wins": "^1.0.4", "lru": "^3.1.0", "randombytes": "^2.1.0", "record-cache": "^1.2.0" }, "devDependencies": { "@webtorrent/semantic-release-config": "1.0.10", "bittorrent-dht-sodium": "1.2.0", "ip": "1.1.9", "once": "1.4.0", "run-parallel": "1.2.0", "semantic-release": "21.1.2", "standard": "*", "tape": "5.9.0" }, "keywords": [ "torrent", "bittorrent", "dht", "distributed hash table", "protocol", "peer", "p2p", "peer-to-peer" ], "engines": { "node": ">=12.20.0" }, "license": "MIT", "exports": { "import": "./index.js" }, "repository": { "type": "git", "url": "git://github.com/webtorrent/bittorrent-dht.git" }, "scripts": { "update-authors": "./tools/update-authors.sh", "test": "standard && tape test/*.js", "test-live": "tape test/live/*.js" }, "funding": [ { "type": "github", "url": "https://github.com/sponsors/feross" }, { "type": "patreon", "url": "https://www.patreon.com/feross" }, { "type": "consulting", "url": "https://feross.org/support" } ], "renovate": { "extends": [ "github>webtorrent/renovate-config" ], "rangeStrategy": "bump" }, "release": { "extends": "@webtorrent/semantic-release-config" } }