@sirherobrine23/decompress
v3.7.0
Published
Compress and Descompress, to decompress, auto detect compress algorithm.
Maintainers
Readme
Compress and Decompress
This package manages to create compressions as well as decompress them.
Decompress avaible
Gzip(zlib, Node Module).deflate(zlib, Node Module).bzip2(unbzip2-stream, https://github.com/regular/unbzip2-stream).xz(lzma-native, https://github.com/addaleax/lzma-native).zst(@sirherobrine23/cppzst, patch: https://github.com/Sirherobrine23/cppzst).
Compress avaible
Gzip(zlib, Node Module).deflate(zlib, Node Module).xz(lzma-native, https://github.com/addaleax/lzma-native).zst(@sirherobrine23/cppzst, patch: https://github.com/Sirherobrine23/cppzst).
