{
  "name": "parse-torrent",
  "description": "Parse a torrent identifier (magnet uri, .torrent file, info hash)",
  "version": "11.0.21",
  "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.1",
    "cross-fetch-ponyfill": "^1.0.3",
    "get-stdin": "^10.0.0",
    "magnet-uri": "^7.0.8",
    "queue-microtask": "^1.2.3",
    "uint8-util": "^2.2.6"
  },
  "devDependencies": {
    "@webtorrent/semantic-release-config": "1.0.11",
    "brfs": "2.0.2",
    "semantic-release": "25.0.3",
    "standard": "^17.1.2",
    "tape": "5.9.0",
    "webtorrent-fixtures": "2.0.3",
    "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"
  }
}
