{"_id":"gunzip-file","_rev":"5-8b6ddb31497b94c8ded2f69aaffc5d08","name":"gunzip-file","time":{"modified":"2022-06-18T18:25:25.488Z","created":"2015-11-30T23:01:38.905Z","0.1.0":"2015-11-30T23:01:38.905Z","0.1.1":"2015-11-30T23:51:35.556Z"},"maintainers":[{"name":"tyxla","email":"tyxla@abv.bg"}],"dist-tags":{"latest":"0.1.1"},"description":"Extract a source .gz archive to a specified destination file.","readme":"# gunzip-file\r\n\r\nExtract a source .gz archive to a specified destination file.\r\n\r\n```\r\nnpm install gunzip-file\r\n```\r\n\r\n[![Build Status](https://travis-ci.org/tyxla/gunzip-file.svg)](https://travis-ci.org/tyxla/gunzip-file)\r\n\r\n## Usage\r\n\r\nPass a source `.gz` file and a destination file and the `.gz` will be extracted to the target file.\r\n\r\n``` js\r\ngunzip('example.json.gz', 'example.json');\r\n```\r\n\r\nAdditionally, you can pass a callback that will be executed when the extraction has completed.\r\n\r\n``` js\r\ngunzip('example.json.gz', 'example.json', function() {\r\n\tconsole.log('This is called when the extraction is completed.');\r\n});\r\n```\r\n\r\n## License\r\n\r\nMIT","versions":{"0.1.1":{"name":"gunzip-file","version":"0.1.1","description":"Extract a source .gz archive to a specified destination file.","main":"index.js","dependencies":{},"devDependencies":{"tape":"^4.2.2"},"scripts":{"test":"tape test.js"},"repository":{"type":"git","url":"https://github.com/tyxla/gunzip-file"},"keywords":["gunzip","gz","extract","gzip"],"author":{"name":"Marin Atanasov","email":"contact@marinatanasov.com","url":"http://marinatanasov.com"},"contributors":[{"name":"tyxla"}],"bugs":{"url":"https://github.com/tyxla/gunzip-file/issues"},"homepage":"https://github.com/tyxla/gunzip-file","license":"MIT","gitHead":"e568f5ede62a3beb45cab9c537ca7c353d8b72bd","_id":"gunzip-file@0.1.1","_shasum":"29b3a3cc8a6a58ce553812bc0b13f0a0bb3a5ee2","_from":".","_npmVersion":"2.5.1","_nodeVersion":"0.12.0","_npmUser":{"name":"tyxla","email":"tyxla@abv.bg"},"dist":{"shasum":"29b3a3cc8a6a58ce553812bc0b13f0a0bb3a5ee2","tarball":"https://registry.npmjs.org/gunzip-file/-/gunzip-file-0.1.1.tgz","integrity":"sha512-DjDExBKHuhyhHOs8HeGV5dw6wY6eYTl4pAHz27oy8XppgBK60vmG/G3bY09zyT9PXX4TjmnEF4hYoRn61Fctlg==","signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDm2IDHwCYCzToq1jXP19uh/2M2CRLIRJlIRz/enNIEXQIhAL5HJoCP1lUieaGl37cutT/7Jb9ml4kU86Li23YjadRF"}]},"maintainers":[{"name":"tyxla","email":"tyxla@abv.bg"}]}},"homepage":"https://github.com/tyxla/gunzip-file","keywords":["gunzip","gz","extract","gzip"],"repository":{"type":"git","url":"https://github.com/tyxla/gunzip-file"},"contributors":[{"name":"tyxla"}],"author":{"name":"Marin Atanasov","email":"contact@marinatanasov.com","url":"http://marinatanasov.com"},"bugs":{"url":"https://github.com/tyxla/gunzip-file/issues"},"license":"MIT","readmeFilename":"README.md"}