{
  "_from": "zip-dir@1.0.2",
  "_id": "zip-dir@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-JT+QeurWKiGs2HIdi4gDKyQRwFE=",
  "_location": "/zip-dir",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "zip-dir@1.0.2",
    "name": "zip-dir",
    "escapedName": "zip-dir",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/web-ext"
  ],
  "_resolved": "https://registry.npmjs.org/zip-dir/-/zip-dir-1.0.2.tgz",
  "_shasum": "253f907aead62a21acd8721d8b88032b2411c051",
  "_spec": "zip-dir@1.0.2",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/web-ext",
  "author": {
    "name": "Jordan Santell"
  },
  "bugs": {
    "url": "https://github.com/jsantell/node-zip-dir/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "async": "^1.5.2",
    "jszip": "^2.4.0"
  },
  "deprecated": false,
  "description": "Zips up directories into buffers or saves zipped files to disk",
  "devDependencies": {
    "buffer-equal": "*",
    "chai": "*",
    "fs-extra": "*",
    "mocha": "*",
    "unzip": "*"
  },
  "homepage": "https://github.com/jsantell/node-zip-dir#readme",
  "license": "MIT",
  "main": "index.js",
  "name": "zip-dir",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/jsantell/node-zip-dir.git"
  },
  "scripts": {
    "test": "mocha --reporter spec --ui bdd"
  },
  "version": "1.0.2"
}
