UNPKG

parse-torrent

Version:

Parse a torrent identifier (magnet uri, .torrent file, info hash)

87 lines (86 loc) 1.82 kB
{ "name": "parse-torrent", "description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)", "version": "11.0.19", "author": { "name": "WebTorrent LLC", "email": "feross@webtorrent.io", "url": "https://webtorrent.io" }, "browser": { "fs": false }, "bin": "./bin/cmd.js", "bugs": { "url": "https://github.com/webtorrent/parse-torrent/issues" }, "standard": { "globals": [ "Blob" ] }, "type": "module", "dependencies": { "bencode": "^4.0.0", "cross-fetch-ponyfill": "^1.0.3", "get-stdin": "^9.0.0", "magnet-uri": "^7.0.7", "queue-microtask": "^1.2.3", "uint8-util": "^2.2.5" }, "devDependencies": { "@webtorrent/semantic-release-config": "1.0.10", "brfs": "2.0.2", "semantic-release": "21.1.2", "standard": "^17.1.0", "tape": "5.9.0", "webtorrent-fixtures": "2.0.2", "xtend": "4.0.2" }, "keywords": [ ".torrent", "bittorrent", "parse torrent", "peer-to-peer", "read torrent", "torrent", "webtorrent" ], "license": "MIT", "engines": { "node": ">=12.20.0" }, "exports": { "import": "./index.js" }, "repository": { "type": "git", "url": "git://github.com/webtorrent/parse-torrent.git" }, "scripts": { "test": "standard && tape test/*.js test/node/*.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" } }