2020-09-11 12:51:29 -07:00
|
|
|
{
|
2021-04-28 13:09:52 -07:00
|
|
|
"name": "holyub",
|
2024-07-07 22:03:40 -07:00
|
|
|
"version": "6.2.0",
|
2021-05-02 12:19:10 -07:00
|
|
|
"repository": "https://github.com/QuiteAFancyEmerald/Holy-Unblocker",
|
|
|
|
|
"description": "Holy Unblocker is a secure web proxy service with support for many sites.",
|
2022-02-17 21:28:07 -08:00
|
|
|
"main": "backend.js",
|
2021-04-28 13:09:52 -07:00
|
|
|
"scripts": {
|
2021-11-29 22:02:24 -08:00
|
|
|
"start": "node backend.js"
|
2021-04-28 13:09:52 -07:00
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"proxy",
|
|
|
|
|
"node.js",
|
|
|
|
|
"unblocker"
|
|
|
|
|
],
|
|
|
|
|
"author": "Titanium Network",
|
2024-07-07 02:25:22 -07:00
|
|
|
"license": "GNU AFFERO",
|
2021-04-28 13:09:52 -07:00
|
|
|
"dependencies": {
|
2024-07-06 19:20:46 -04:00
|
|
|
"@mercuryworkshop/bare-mux": "^1.1.4",
|
|
|
|
|
"@mercuryworkshop/epoxy-transport": "^2.0.6",
|
|
|
|
|
"@titaniumnetwork-dev/ultraviolet": "^3.1.5",
|
|
|
|
|
"@tomphttp/bare-server-node": "^2.0.3",
|
2022-02-25 22:56:50 -08:00
|
|
|
"babel": "^6.23.0",
|
2024-07-06 19:20:46 -04:00
|
|
|
"express": "^4.19.2",
|
2024-07-07 12:45:45 -07:00
|
|
|
"helmet": "^7.1.0",
|
2024-07-06 19:20:46 -04:00
|
|
|
"mime-types": "^2.1.35",
|
|
|
|
|
"node-fetch": "^3.3.2",
|
2024-07-07 12:45:45 -07:00
|
|
|
"rammerhead": "https://github.com/NebulaServices/rammerhead/releases/download/rammerhead-1.2.41-nebula.8/rammerhead-1.2.41-nebula.7.tgz",
|
2024-07-06 19:20:46 -04:00
|
|
|
"wisp-server-node": "^1.1.0",
|
2024-07-07 12:45:45 -07:00
|
|
|
"ws": "^8.18.0"
|
2022-12-07 18:43:49 -06:00
|
|
|
}
|
2022-02-17 21:28:07 -08:00
|
|
|
}
|