UNPKG

gzip-uncompressed-size

Version:

Determine the estimated uncompressed size from a GZIP file (uses ISIZE)

27 lines (26 loc) 603 B
{ "name": "gzip-uncompressed-size", "version": "1.0.2", "description": "Determine the estimated uncompressed size from a GZIP file (uses ISIZE)", "scripts": { "lint": "eslint *.js tests", "test": "npm run lint && node ./tests/run.js" }, "license": "MIT", "repository": "jviotti/node-gzip-uncompressed-size", "author": { "name": "Juan Cruz Viotti", "email": "jv@jviotti.com", "url": "https://github.com/jviotti" }, "keywords": [ "gzip", "uncompressed", "isize", "size" ], "dependencies": {}, "devDependencies": { "eslint": "^3.1.1" } }