I‘ll be celebrating tonight! Part 1 of my NodeJS ambitions were merged today github.com/nodejs/node/... Now we have ZipArchive support in NodeJS
zlib: add ZIP archive support to zlib (ZipFile,ZipBuffer,ZipEntry) by pipobscure · Pull Request #64339 · nodejs/node
Summary Add ZIP archive support to the node:zlib module through three classes and a set of helpers: ZipEntry: a single archive member, with buffered reads (content()), bounded-memory streaming rea...
github.com