2019-08-20 17:50:17 +02:00
{
2023-07-10 10:17:33 +02:00
"name" : "@push.rocks/smartproxy" ,
2025-02-27 15:46:14 +00:00
"version" : "3.16.9" ,
2019-08-20 17:50:17 +02:00
"private" : false ,
2025-02-25 00:56:01 +00:00
"description" : "A robust and versatile proxy package designed to handle high workloads, offering features like SSL redirection, port proxying, WebSocket support, and customizable routing and authentication." ,
2021-02-02 15:55:25 +00:00
"main" : "dist_ts/index.js" ,
"typings" : "dist_ts/index.d.ts" ,
2022-07-29 00:49:46 +02:00
"type" : "module" ,
2019-08-20 17:50:17 +02:00
"author" : "Lossless GmbH" ,
"license" : "MIT" ,
"scripts" : {
"test" : "(tstest test/)" ,
2022-07-29 00:49:46 +02:00
"build" : "(tsbuild --web --allowimplicitany)" ,
2022-07-29 01:52:34 +02:00
"format" : "(gitzone format)" ,
"buildDocs" : "tsdoc"
2019-08-20 17:50:17 +02:00
} ,
"devDependencies" : {
2025-02-03 23:41:13 +01:00
"@git.zone/tsbuild" : "^2.1.66" ,
"@git.zone/tsrun" : "^1.2.44" ,
"@git.zone/tstest" : "^1.0.77" ,
"@push.rocks/tapbundle" : "^5.5.6" ,
"@types/node" : "^22.13.0" ,
"typescript" : "^5.7.3"
2019-08-20 17:50:17 +02:00
} ,
2019-08-20 18:42:52 +02:00
"dependencies" : {
2025-02-03 23:41:13 +01:00
"@push.rocks/lik" : "^6.1.0" ,
2023-07-27 16:27:50 +02:00
"@push.rocks/smartdelay" : "^3.0.5" ,
2025-02-03 23:41:13 +01:00
"@push.rocks/smartpromise" : "^4.2.2" ,
"@push.rocks/smartrequest" : "^2.0.23" ,
"@push.rocks/smartstring" : "^4.0.15" ,
"@tsclass/tsclass" : "^4.4.0" ,
2025-02-21 23:30:51 +00:00
"@types/minimatch" : "^5.1.2" ,
2025-02-03 23:41:13 +01:00
"@types/ws" : "^8.5.14" ,
2025-02-24 10:00:57 +00:00
"acme-client" : "^5.4.0" ,
2025-02-21 15:14:02 +00:00
"minimatch" : "^9.0.3" ,
2025-02-21 23:30:51 +00:00
"pretty-ms" : "^9.2.0" ,
"ws" : "^8.18.0"
2019-08-20 18:43:15 +02:00
} ,
"files" : [
2020-02-07 13:04:11 +00:00
"ts/**/*" ,
"ts_web/**/*" ,
"dist/**/*" ,
2021-02-02 15:55:25 +00:00
"dist_*/**/*" ,
"dist_ts/**/*" ,
2020-02-07 13:04:11 +00:00
"dist_ts_web/**/*" ,
"assets/**/*" ,
2019-08-20 18:43:15 +02:00
"cli.js" ,
"npmextra.json" ,
"readme.md"
2021-02-02 15:55:25 +00:00
] ,
"browserslist" : [
"last 1 chrome versions"
2024-04-14 18:10:41 +02:00
] ,
"keywords" : [
"proxy" ,
"network traffic" ,
"high workload" ,
"http" ,
"https" ,
"websocket" ,
"network routing" ,
"ssl redirect" ,
"port mapping" ,
"reverse proxy" ,
2025-02-25 00:56:01 +00:00
"authentication" ,
"dynamic routing" ,
"sni" ,
"port forwarding" ,
"real-time applications"
2024-05-29 14:15:35 +02:00
] ,
2025-02-03 23:41:13 +01:00
"homepage" : "https://code.foss.global/push.rocks/smartproxy#readme" ,
2024-05-29 14:15:35 +02:00
"repository" : {
"type" : "git" ,
"url" : "https://code.foss.global/push.rocks/smartproxy.git"
2025-02-03 23:41:13 +01:00
} ,
"bugs" : {
"url" : "https://code.foss.global/push.rocks/smartproxy/issues"
} ,
"pnpm" : {
"overrides" : { }
2024-05-29 14:15:35 +02:00
}
2025-02-25 00:56:02 +00:00
}