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).
Languages
TypeScript
91%
Dockerfile
9%