UNPKG

magnet-uri

Version:

Parse a magnet URI and return an object of keys/values

46 lines (45 loc) 954 B
{ "name": "magnet-uri", "description": "Parse a magnet URI and return an object of keys/values", "version": "1.1.0", "author": "Feross Aboukhadijeh <feross@feross.org> (http://feross.org/)", "bugs": { "url": "https://github.com/feross/magnet-uri/issues" }, "dependencies": { "thirty-two": "~0.0.1" }, "devDependencies": { "tape": "2.x" }, "homepage": "https://github.com/feross/magnet-uri", "keywords": [ "magnet", "uri", "urn", "p2p", "peer-to-peer", "cryptolinks", "bittorrent", "webtorrent" ], "license": "MIT", "main": "index.js", "repository": { "type": "git", "url": "git://github.com/feross/magnet-uri.git" }, "scripts": { "test": "tape test/*.js" }, "testling": { "files": "test/*.js", "browsers": [ "ie/9..latest", "chrome/25..latest", "firefox/20..latest", "safari/6..latest", "opera/15.0..latest" ] } }