Convert npm's compressed tarballs to uncompressed.
See original GitHub issueJust discovered this project today through a comment on Reddit. Interesting project!
One thing that came to mind is that source control systems may not handle compressed tarballs very well, as every update to a package would result in a new copy of the entire file in the repo, which can make the repo very large. Perhaps uncompressed tarballs (ie. .tar
files, not .tar.gz
or .tgz
) would be better since they can actually be diffed? I’m not sure if Git still treats tar
s as binary though, in which case it might not actually add any value. Just a thought 😃
Issue Analytics
- State:
- Created 7 years ago
- Comments:16 (11 by maintainers)
Top Results From Across the Web
Convert npm's compressed tarballs to uncompressed. · Issue #40 ...
Digging into it this morning, it seems to be as simple as running eg. gunzip lodash-4.11.1.tgz . This will convert the tar from...
Read more >How To Extract and Unzip .tar.gz Files (for Linux and Windows)
Many files are compressed and stored using the .tar.gz format. ... file is a collection of uncompressed files, sometimes known as a tarball....
Read more >tar.gz - Npms.io
Native gzip compression and decompression utility for Node.js. local_offercompression, decompression, compress, decompress, tar, ...
Read more >tar.gz - npm search
yog-tar.gz. Native gzip compression and decompression utility for Node.js. compression · decompression · compress · decompress · tar · tape archive ...
Read more >Tgz | npm.io
Tgz Packages ; compressing. Everything you need for compressing and uncompressing. compressuncompressutiltgzgziptarzipstream ; inly. extract .zip, .gz, .bz2, .tar ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
should be fixed now in
npm install -g git://git@github.com:JamieMason/shrinkpack.git#708e7455a3ef0b154fce2cd8bf06bc44fca991a3
@szarouski, sorry about that.perfect @DrewML 😎👌