{
  "_args": [
    [
      {
        "raw": "yauzl@^2.2.1",
        "scope": null,
        "escapedName": "yauzl",
        "name": "yauzl",
        "rawSpec": "^2.2.1",
        "spec": ">=2.2.1 <3.0.0",
        "type": "range"
      },
      "/Users/robertdodson/Documents/htdocs/newNode/node_modules/decompress-unzip"
    ]
  ],
  "_from": "yauzl@>=2.2.1 <3.0.0",
  "_id": "yauzl@2.6.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/yauzl",
  "_nodeVersion": "0.12.7",
  "_npmOperationalInternal": {
    "host": "packages-16-east.internal.npmjs.com",
    "tmp": "tmp/yauzl-2.6.0.tgz_1466241272314_0.022158635081723332"
  },
  "_npmUser": {
    "name": "thejoshwolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "yauzl@^2.2.1",
    "scope": null,
    "escapedName": "yauzl",
    "name": "yauzl",
    "rawSpec": "^2.2.1",
    "spec": ">=2.2.1 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/decompress-unzip"
  ],
  "_resolved": "https://registry.npmjs.org/yauzl/-/yauzl-2.6.0.tgz",
  "_shasum": "40894d4587bb125500d05df45471cd5e114a76f9",
  "_shrinkwrap": null,
  "_spec": "yauzl@^2.2.1",
  "_where": "/Users/robertdodson/Documents/htdocs/newNode/node_modules/decompress-unzip",
  "author": {
    "name": "Josh Wolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/thejoshwolfe/yauzl/issues"
  },
  "dependencies": {
    "buffer-crc32": "~0.2.3",
    "fd-slicer": "~1.0.1"
  },
  "description": "yet another unzip library for node",
  "devDependencies": {
    "bl": "~1.0.0",
    "istanbul": "~0.3.4",
    "pend": "~1.2.0"
  },
  "directories": {},
  "dist": {
    "shasum": "40894d4587bb125500d05df45471cd5e114a76f9",
    "tarball": "https://registry.npmjs.org/yauzl/-/yauzl-2.6.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "1efb566ea8407ef48b72aa83b9aa586ffb69802a",
  "homepage": "https://github.com/thejoshwolfe/yauzl",
  "keywords": [
    "unzip",
    "zip",
    "stream",
    "archive",
    "file"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "thejoshwolfe",
      "email": "thejoshwolfe@gmail.com"
    },
    {
      "name": "superjoe",
      "email": "superjoe30@gmail.com"
    }
  ],
  "name": "yauzl",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thejoshwolfe/yauzl.git"
  },
  "scripts": {
    "test": "node test/test.js",
    "test-cov": "istanbul cover test/test.js",
    "test-travis": "istanbul cover --report lcovonly test/test.js"
  },
  "version": "2.6.0"
}
