gunzip-file
Version:
Extract a source .gz archive to a specified destination file.
39 lines (37 loc) • 753 B
JSON
{
"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": [
"tyxla"
],
"bugs": {
"url": "https://github.com/tyxla/gunzip-file/issues"
},
"homepage": "https://github.com/tyxla/gunzip-file",
"license": "MIT"
}