1
Fork 0
poke/package.json

52 lines
1.2 KiB
JSON
Raw Normal View History

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