{ "name": "yauzl", "version": "2.10.0", "description": "yet another unzip library for node", "main": "index.js", "repository": { "type": "git", "url": "https://github.com/thejoshwolfe/yauzl.git" }, "author": "Josh Wolfe ", "license": "MIT", "homepage": "https://github.com/thejoshwolfe/yauzl", "dependencies": { "fd-slicer": "~1.1.0", "buffer-crc32": "~0.2.3" }, "devDependencies": { "bl": "~1.0.0", "istanbul": "~0.3.4", "pend": "~1.2.0" }, "files": [ "index.js" ] }