Files
torrentio/package.json
dependabot[bot] 7a4cd9e533 Bump moment from 2.29.1 to 2.29.2 (#48)
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-13 08:46:09 +02:00

43 lines
1.2 KiB
JSON

{
"name": "stremio-torrentio-scraper",
"version": "1.0.0",
"main": "scraper/index.js",
"scripts": {
"start": "node scraper/index.js"
},
"author": "TheBeastLT <pauliox@beyond.lt>",
"license": "MIT",
"dependencies": {
"async": "0.9.2",
"axios": "^0.21.4",
"bittorrent-tracker": "^9.18.2",
"bottleneck": "^2.16.2",
"cache-manager": "^3.4.4",
"cache-manager-mongodb": "^0.3.0",
"cheerio": "^0.22.0",
"express": "^4.16.4",
"google-it": "^1.6.2",
"google-sr": "^2.0.0",
"he": "^1.2.0",
"jaro-winkler": "^0.2.8",
"line-by-line": "^0.1.6",
"magnet-uri": "^6.2.0",
"moment": "^2.29.2",
"name-to-imdb": "^3.0.2",
"node-gzip": "^1.1.2",
"node-schedule": "^1.3.2",
"nodejs-bing": "^0.1.0",
"nyaapi": "^2.3.3",
"parse-torrent": "^6.1.2",
"parse-torrent-title": "git://github.com/TheBeastLT/parse-torrent-title.git#eb390fcfc257950e65ec1b0812bd331765a053c9",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"rss-parser": "^3.12.0",
"rutracker-api-2": "^1.10.0",
"sequelize": "^5.21.5",
"sugar-date": "^2.0.6",
"torrent-stream": "^1.2.1",
"user-agents": "^1.0.773"
}
}