UNPKG

lt_donthave

Version:

The BitTorrent lt_donthave extension (BEP 54)

72 lines (71 loc) 1.47 kB
{ "name": "lt_donthave", "description": "The BitTorrent lt_donthave extension (BEP 54)", "version": "2.0.7", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, "bugs": { "url": "https://github.com/webtorrent/lt_donthave/issues" }, "type": "module", "dependencies": { "debug": "^4.2.0", "unordered-array-remove": "^1.0.2" }, "devDependencies": { "@webtorrent/semantic-release-config": "^1.0.9", "bittorrent-protocol": "5.0.1", "brfs": "2.0.2", "standard": "*", "tape": "5.9.0", "webtorrent-fixtures": "2.0.2" }, "keywords": [ "bep", "bep 54", "bep_0054", "bittorrent", "p2p", "torrent", "lt_donthave" ], "license": "MIT", "engines": { "node": ">=12.20.0" }, "exports": { "import": "./index.js" }, "repository": { "type": "git", "url": "git://github.com/webtorrent/lt_donthave.git" }, "scripts": { "test": "standard && tape test/*.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" ] }, "release": { "extends": "@webtorrent/semantic-release-config" } }