blob: 57175010a7c36ee4cba7fa4d338755c47199cabf [file] [log] [blame]
{
"author": "Josh Wolfe <thejoshwolfe@gmail.com>",
"bugs": {
"url": "https://github.com/thejoshwolfe/yauzl/issues"
},
"dependencies": {
"fd-slicer": "~1.0.1"
},
"description": "yet another unzip library for node",
"devDependencies": {
"bl": "~1.0.0",
"istanbul": "~0.3.4",
"pend": "~1.2.0"
},
"homepage": "https://github.com/thejoshwolfe/yauzl",
"keywords": [
"unzip",
"zip",
"stream",
"archive",
"file"
],
"license": "MIT",
"main": "index.js",
"name": "yauzl",
"repository": {
"type": "git",
"url": "https://github.com/thejoshwolfe/yauzl.git"
},
"scripts": {
"test": "node test/test.js",
"test-cov": "istanbul cover test/test.js",
"test-travis": "istanbul cover --report lcovonly test/test.js"
},
"version": "2.4.1"
}