{
  "name": "magnet-uri",
  "description": "Parse a magnet URI and return an object of keys/values",
  "version": "6.2.0",
  "author": {
    "name": "WebTorrent LLC",
    "email": "feross@webtorrent.io",
    "url": "https://webtorrent.io"
  },
  "bugs": {
    "url": "https://github.com/webtorrent/magnet-uri/issues"
  },
  "dependencies": {
    "bep53-range": "^1.1.0",
    "thirty-two": "^1.0.2"
  },
  "devDependencies": {
    "standard": "*",
    "tape": "^5.2.2"
  },
  "funding": [
    {
      "type": "github",
      "url": "https://github.com/sponsors/feross"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/feross"
    },
    {
      "type": "consulting",
      "url": "https://feross.org/support"
    }
  ],
  "keywords": [
    "bittorrent",
    "cryptolinks",
    "magnet",
    "p2p",
    "peer-to-peer",
    "uri",
    "urn",
    "webtorrent"
  ],
  "license": "MIT",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/webtorrent/magnet-uri.git"
  },
  "scripts": {
    "test": "standard && tape test/*.js"
  }
}
