{
  "name": "unzip",
  "version": "0.1.11",
  "description": "Unzip cross-platform streaming API compatible with fstream and fs.ReadStream",
  "author": {
    "name": "Evan Oxfeld",
    "email": "eoxfeld@gmail.com"
  },
  "maintainers": [
    {
      "name": "evanoxfeld",
      "email": "eoxfeld@gmail.com"
    },
    {
      "name": "joeferner",
      "email": "joe@fernsroth.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/EvanOxfeld/node-unzip.git"
  },
  "license": "MIT",
  "dependencies": {
    "fstream": ">= 0.1.30 < 1",
    "pullstream": ">= 0.4.1 < 1",
    "binary": ">= 0.3.0 < 1",
    "readable-stream": "~1.0.31",
    "setimmediate": ">= 1.0.1 < 2",
    "match-stream": ">= 0.0.2 < 1"
  },
  "devDependencies": {
    "tap": ">= 0.3.0 < 1",
    "temp": ">= 0.4.0 < 1",
    "dirdiff": ">= 0.0.1 < 1",
    "stream-buffers": ">= 0.2.5 < 1"
  },
  "directories": {
    "example": "examples",
    "test": "test"
  },
  "keywords": [
    "zip",
    "unzip",
    "zlib",
    "uncompress",
    "archive",
    "stream",
    "extract"
  ],
  "main": "unzip.js",
  "scripts": {
    "test": "tap ./test/*.js"
  },
  "gitHead": "5a62ecbcef6523708bb8b37decaf6e41728ac7fc",
  "bugs": {
    "url": "https://github.com/EvanOxfeld/node-unzip/issues"
  },
  "homepage": "https://github.com/EvanOxfeld/node-unzip",
  "_id": "unzip@0.1.11",
  "_shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
  "_from": "unzip@0.1.11",
  "_npmVersion": "1.4.21",
  "_npmUser": {
    "name": "evanoxfeld",
    "email": "eoxfeld@gmail.com"
  },
  "dist": {
    "shasum": "89749c63b058d7d90d619f86b98aa1535d3b97f0",
    "tarball": "http://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz"
  },
  "_resolved": "https://registry.npmjs.org/unzip/-/unzip-0.1.11.tgz"
}
