feat(archive): add tar.bz2 converter via 7za
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Generated
+16
@@ -10,6 +10,7 @@
|
||||
"dependencies": {
|
||||
"@phosphor-icons/react": "^2.1.10",
|
||||
"@prisma/client": "^6.19.3",
|
||||
"7zip-min": "^3.0.1",
|
||||
"adm-zip": "^0.6.0",
|
||||
"archiver": "^8.0.0",
|
||||
"docx": "^9.7.1",
|
||||
@@ -1821,6 +1822,21 @@
|
||||
"node": ">=10.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/7zip-bin": {
|
||||
"version": "5.1.1",
|
||||
"resolved": "https://registry.npmjs.org/7zip-bin/-/7zip-bin-5.1.1.tgz",
|
||||
"integrity": "sha512-sAP4LldeWNz0lNzmTird3uWfFDWWTeg6V/MsmyyLR9X1idwKBWIgt/ZvinqQldJm3LecKEs1emkbquO6PCiLVQ==",
|
||||
"license": "MIT"
|
||||
},
|
||||
"node_modules/7zip-min": {
|
||||
"version": "3.0.1",
|
||||
"resolved": "https://registry.npmjs.org/7zip-min/-/7zip-min-3.0.1.tgz",
|
||||
"integrity": "sha512-WB4VCA/KSKzxhj+BAp8fI3ZYMMAftclkXlUTckuiDacsqyubQxxG3lGcpBcgzWWuJqnfQncEq1xrJpPLSxqsxw==",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"7zip-bin": "5.1.1"
|
||||
}
|
||||
},
|
||||
"node_modules/abort-controller": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/abort-controller/-/abort-controller-3.0.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user