Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stuartpb/targz.js
GZipped tarball extractor for browsers
https://github.com/stuartpb/targz.js
Last synced: 7 days ago
JSON representation
GZipped tarball extractor for browsers
- Host: GitHub
- URL: https://github.com/stuartpb/targz.js
- Owner: stuartpb
- Created: 2015-10-12T22:31:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T22:42:52.000Z (about 9 years ago)
- Last Synced: 2024-04-09T22:14:54.699Z (9 months ago)
- Language: JavaScript
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# targz.js
This script provides a facility for downloading and reading .tar.gz files in Web browser JavaScript environments.
Originally taken from [this Gist](https://gist.github.com/kig/417483) by @kig, who built it by augmenting his .tar parser ["with the power of copy-pasting code from the INTERNET"](http://fhtr.blogspot.com/2010/05/loading-targz-with-javascript.html).
Projects in a Node/Browserify environment may wish to consider the [node-tar.gz](https://github.com/alanhoff/node-tar.gz) library instead