{
  "_args": [
    [
      "extract-zip@1.0.3",
      "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos"
    ]
  ],
  "_from": "extract-zip@1.0.3",
  "_id": "extract-zip@1.0.3",
  "_inBundle": false,
  "_integrity": "sha1-y1s9ESEZlkE/LCb+UBI+XA2CAI8=",
  "_location": "/extract-zip",
  "_phantomChildren": {
    "core-util-is": "1.0.2",
    "isarray": "0.0.1",
    "string_decoder": "0.10.31",
    "xtend": "4.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "extract-zip@1.0.3",
    "name": "extract-zip",
    "escapedName": "extract-zip",
    "rawSpec": "1.0.3",
    "saveSpec": null,
    "fetchSpec": "1.0.3"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/extract-zip/-/extract-zip-1.0.3.tgz",
  "_spec": "1.0.3",
  "_where": "/Users/paveljacko/DEV/PAVJACKO/Code/cli-webos",
  "author": {
    "name": "max ogden"
  },
  "bin": {
    "extract-zip": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/maxogden/extract-zip/issues"
  },
  "dependencies": {
    "async": "0.9.0",
    "concat-stream": "^1.4.6",
    "debug": "0.7.4",
    "minimist": "0.1.0",
    "mkdirp": "0.5.0",
    "through2": "0.6.3",
    "yauzl": "^2.1.0"
  },
  "description": "unzip a zip file into a directory using 100% pure gluten-free organic javascript",
  "devDependencies": {
    "rimraf": "^2.2.8"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/maxogden/extract-zip",
  "keywords": [
    "unzip",
    "zip",
    "extract"
  ],
  "license": "BSD",
  "main": "index.js",
  "name": "extract-zip",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/maxogden/extract-zip.git"
  },
  "scripts": {
    "test": "node test/test.js"
  },
  "version": "1.0.3"
}
