feat: improve archive parsing, add .json.xz support, and fix profile pic display

This commit is contained in:
ergosteur
2026-03-07 00:03:54 -05:00
parent cd7dc5f981
commit 47e44ec5e9
5 changed files with 169 additions and 42 deletions

12
package-lock.json generated
View File

@@ -21,7 +21,8 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.5.0",
"vite": "^6.2.0"
"vite": "^6.2.0",
"xz-decompress": "^0.2.3"
},
"devDependencies": {
"@types/express": "^4.17.21",
@@ -9192,6 +9193,15 @@
}
}
},
"node_modules/xz-decompress": {
"version": "0.2.3",
"resolved": "https://registry.npmjs.org/xz-decompress/-/xz-decompress-0.2.3.tgz",
"integrity": "sha512-O8v6HG8T0PrKBcpyWA13GkSYWFvncwzuzcLx5A7++l3HsE3atmoetXjIxrZ/JV/nbvSZ7WS4+3XvREZuVn+rEA==",
"license": "MIT",
"engines": {
"node": ">=16"
}
},
"node_modules/yallist": {
"version": "3.1.1",
"resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz",