api: uninstall node-cache package

not used for a while anymore
This commit is contained in:
jj
2024-12-27 15:15:54 +00:00
parent 38823ecb22
commit ac3716ae4a
3 changed files with 0 additions and 19 deletions

View File

@ -99,7 +99,6 @@ cobalt also depends on:
- [hls-parser](https://www.npmjs.com/package/hls-parser) to parse `m3u8` playlists for certain services.
- [ipaddr.js](https://www.npmjs.com/package/ipaddr.js) to parse ip addresses (for rate limiting).
- [nanoid](https://www.npmjs.com/package/nanoid) to generate unique (temporary) identifiers for each requested stream.
- [node-cache](https://www.npmjs.com/package/node-cache) to cache stream info in server ram for a limited amount of time.
- [psl](https://www.npmjs.com/package/psl) as the domain name parser.
- [set-cookie-parser](https://www.npmjs.com/package/set-cookie-parser) to parse cookies that cobalt receives from certain services.
- [undici](https://www.npmjs.com/package/undici) for making http requests.

View File

@ -37,7 +37,6 @@
"hls-parser": "^0.10.7",
"ipaddr.js": "2.2.0",
"nanoid": "^5.0.9",
"node-cache": "^5.1.2",
"set-cookie-parser": "2.6.0",
"undici": "^5.19.1",
"url-pattern": "1.0.3",