You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2025. It is now read-only.
Use zlib of node.js instead of gunzip-maybe to gunzip npm packages (#37)
Instead of using the external `gunzip-maybe` dependency for extracting the gzipped npm packages we can use `zlib` which is integrated in node.js and we have one less dependency.
0 commit comments