{
  "name": "parse-torrent",
  "description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)",
  "version": "9.1.5",
  "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"
  },
  "dependencies": {
    "bencode": "^2.0.2",
    "blob-to-buffer": "^1.2.9",
    "get-stdin": "^8.0.0",
    "magnet-uri": "^6.2.0",
    "queue-microtask": "^1.2.3",
    "simple-get": "^4.0.1",
    "simple-sha1": "^3.1.0"
  },
  "devDependencies": {
    "@webtorrent/semantic-release-config": "1.0.7",
    "brfs": "2.0.2",
    "semantic-release": "17.4.7",
    "standard": "*",
    "tape": "5.3.1",
    "webtorrent-fixtures": "1.7.5",
    "xtend": "4.0.2"
  },
  "keywords": [
    ".torrent",
    "bittorrent",
    "parse torrent",
    "peer-to-peer",
    "read torrent",
    "torrent",
    "webtorrent"
  ],
  "license": "MIT",
  "main": "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"
  }
}
