poke/package.json

48 lines
1.1 KiB
JSON
Raw Normal View History

2021-07-07 12:35:02 +00:00
{
2022-02-10 15:43:47 +00:00
"name": "poketube",
2023-01-11 16:39:01 +00:00
"version": "20.23",
2022-08-03 21:52:31 +00:00
"description": "Libre youtube front-end",
2021-07-07 12:35:02 +00:00
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
2022-11-16 10:32:24 +00:00
"express": "^4.18.2",
2023-09-13 17:30:42 +00:00
"ejs": "^3.1.9",
2021-07-07 12:35:02 +00:00
"path": "^0.12.7",
2023-01-20 20:50:57 +00:00
"html-to-text": "^8.2.1",
2022-03-06 16:16:18 +00:00
"encoding": "^0.1.13",
2023-09-13 17:30:42 +00:00
"node-fetch": "^2.7.0",
2022-03-06 13:53:15 +00:00
"xml-js": "^1.6.11",
"request": "^2.88.2",
"xml2json": "^0.12.0",
2023-09-27 18:17:53 +00:00
"fast-xml-parser": "^4.3.1",
2022-11-16 10:32:24 +00:00
"moment": "^2.29.4",
2023-09-27 18:17:53 +00:00
"node-html-parser": "^6.1.10",
2022-07-26 06:45:02 +00:00
"get-image-colors": "^4.0.1",
2022-08-03 21:52:31 +00:00
"express-useragent": "^1.0.15",
2022-08-21 13:27:35 +00:00
"js-sha512": "0.8.0",
2022-09-17 16:22:01 +00:00
"music-info": "^1.2.1",
2023-03-11 14:32:12 +00:00
"wikipedia": "^2.0.0",
2023-03-12 06:39:04 +00:00
"clean-css": "^5.3.2",
2023-09-27 18:17:53 +00:00
"node-libcurl": "^3.0.0",
2023-06-30 10:49:25 +00:00
"uglify-js": "^3.17.4",
2023-08-21 21:14:48 +00:00
"ping": "^0.4.4",
2023-09-27 18:17:53 +00:00
"undici": "^5.25.2",
"express-rate-limit": "^7.0.2",
2023-10-08 06:42:13 +00:00
"toobusy-js": "^0.5.1",
"quick.db": "^7.1.3"
2021-07-07 12:35:02 +00:00
},
"engines": {
2023-10-02 16:04:14 +00:00
"node": "16.x"
2021-07-07 12:35:02 +00:00
},
"repository": {
2023-10-06 21:55:46 +00:00
"url": "https://codeberg.org/Ashley/poketube"
2021-07-07 12:35:02 +00:00
},
2023-03-11 15:41:43 +00:00
"license": "GPL-3.0-or-later",
2021-07-07 12:35:02 +00:00
"keywords": [
"poketube",
"privite",
"ytdl"
]
2022-11-16 10:32:24 +00:00
}