catdad/ensure-gunzip

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ensure-gunzip",
  "version": "0.0.1",
  "description": "Unzips gzipped streams to ensure that the content being read is always uncompressed",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha"
  },
  "author": "Kiril Vatev <vatev.1@gmail.com>",
  "license": "ISC",
  "devDependencies": {
    "chai": "^3.5.0",
    "codeclimate-test-reporter": "^0.3.3",
    "istanbul": "^0.4.4",
    "mocha": "^2.5.3",
    "node-stream": "0.0.6"
  },
  "dependencies": {
    "is-gzip-stream": "^0.2.1",
    "through2": "^2.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad/ensure-gunzip.git"
  },
  "bugs": {
    "url": "https://github.com/catdad/ensure-gunzip/issues"
  },
  "homepage": "https://github.com/catdad/ensure-gunzip#readme"
}