UNPKG

gunzip

Version:

Compress or expand files using LZ77 and Huffman coding

26 lines (25 loc) 521 B
{ "name": "gunzip", "version": "1.2.2", "description": "Compress or expand files using LZ77 and Huffman coding", "repository": "https://github.com/adamzerella/gunzip", "author": "Adam Zerella <me@adamzerella.com> (https://adamzerella.com)", "license": "MIT", "scripts": { "start": "node lib/index.js" }, "preferGlobal": true, "keywords": [ "gunzip", "gnu", "gzip", "zip", "zlib", "lz77", "decompress", "compress" ], "bin": { "gunzip": "lib/index.js" } }