mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-14 18:16:53 -04:00
feat: working decompression
This commit is contained in:
parent
d635cca210
commit
3412296a76
3 changed files with 97 additions and 0 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
@ -44,6 +44,7 @@
|
|||
"fernet": "^0.4.0",
|
||||
"file-saver": "^2.0.5",
|
||||
"flat": "^6.0.1",
|
||||
"fzstd": "^0.1.1",
|
||||
"geodesy": "1.1.3",
|
||||
"highlight.js": "^11.9.0",
|
||||
"ieee754": "^1.2.1",
|
||||
|
@ -7916,6 +7917,11 @@
|
|||
"url": "https://github.com/sponsors/ljharb"
|
||||
}
|
||||
},
|
||||
"node_modules/fzstd": {
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/fzstd/-/fzstd-0.1.1.tgz",
|
||||
"integrity": "sha512-dkuVSOKKwh3eas5VkJy1AW1vFpet8TA/fGmVA5krThl8YcOVE/8ZIoEA1+U1vEn5ckxxhLirSdY837azmbaNHA=="
|
||||
},
|
||||
"node_modules/gamma": {
|
||||
"version": "1.0.0",
|
||||
"license": "MIT"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue