UNPKG

torrent-piece

Version:
73 lines (72 loc) 1.59 kB
{ "name": "torrent-piece", "description": "Torrent piece abstraction", "version": "3.0.2", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, "bugs": { "url": "https://github.com/webtorrent/torrent-piece/issues" }, "type": "module", "devDependencies": { "@babel/preset-env": "^7.22.9", "airtap": "4.0.4", "airtap-manual": "^1.0.0", "airtap-system": "^0.1.0", "babelify": "^10.0.0", "standard": "*", "tap-spec": "^5.0.0", "tape": "5.9.0" }, "engines": { "node": ">=12.20.0" }, "exports": { "import": "./index.js" }, "keywords": [ "torrent", "piece", "chunk", "webtorrent", "torrent-stream", "peerflix", "bittorrent" ], "license": "MIT", "repository": { "type": "git", "url": "git://github.com/webtorrent/torrent-piece.git" }, "scripts": { "test": "standard && npm run test-node && npm run test-browser", "test-browser": "airtap --concurrency 1 --all -- test/*.js | tap-spec", "test-browser-local": "airtap --preset local -- test/*.js | tap-spec", "test-node": "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" ] }, "dependencies": { "uint8-util": "^2.1.9" } }