{
  "_from": "jszip@^2.4.0",
  "_id": "jszip@2.6.1",
  "_inBundle": false,
  "_integrity": "sha1-uI86ey5noqBIFSmCx6N1bZxIKPA=",
  "_location": "/jszip",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "jszip@^2.4.0",
    "name": "jszip",
    "escapedName": "jszip",
    "rawSpec": "^2.4.0",
    "saveSpec": null,
    "fetchSpec": "^2.4.0"
  },
  "_requiredBy": [
    "/zip-dir"
  ],
  "_resolved": "https://registry.npmjs.org/jszip/-/jszip-2.6.1.tgz",
  "_shasum": "b88f3a7b2e67a2a048152982c7a3756d9c4828f0",
  "_spec": "jszip@^2.4.0",
  "_where": "/Users/ggironda/Repositories/redux-webextension/example/node_modules/zip-dir",
  "author": {
    "name": "Stuart Knightley",
    "email": "stuart@stuartk.com"
  },
  "bugs": {
    "url": "https://github.com/Stuk/jszip/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Franz Buchinger"
    },
    {
      "name": "António Afonso"
    },
    {
      "name": "David Duponchel"
    },
    {
      "name": "yiminghe"
    }
  ],
  "dependencies": {
    "pako": "~1.0.2"
  },
  "deprecated": false,
  "description": "Create, read and edit .zip files with Javascript http://stuartk.com/jszip",
  "devDependencies": {
    "browserify": "~11.2.0",
    "grunt": "~0.4.1",
    "grunt-browserify": "~4.0.1",
    "grunt-cli": "~0.1.9",
    "grunt-contrib-connect": "~0.11.2",
    "grunt-contrib-jshint": "~0.11.3",
    "grunt-contrib-uglify": "~0.9.2",
    "grunt-saucelabs": "~8.6.1",
    "jshint": "~2.8.0",
    "jszip-utils": "~0.0.2",
    "qunit": "^0.7.6"
  },
  "homepage": "https://github.com/Stuk/jszip#readme",
  "keywords": [
    "zip",
    "deflate",
    "inflate"
  ],
  "license": "(MIT OR GPL-3.0)",
  "main": "./lib/index",
  "name": "jszip",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stuk/jszip.git"
  },
  "scripts": {
    "lint": "grunt jshint",
    "test": "npm run test-node && npm run test-browser",
    "test-browser": "grunt build && grunt test",
    "test-node": "cd test && qunit -c node.js -t test.js"
  },
  "version": "2.6.1"
}
