{
  "_args": [
    [
      "yazl@2.5.1",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "yazl@2.5.1",
  "_id": "yazl@2.5.1",
  "_inBundle": false,
  "_integrity": "sha512-phENi2PLiHnHb6QBVot+dJnaAZ0xosj7p3fWl+znIjBDlnMI2PsZCJZ306BPTFOaHf5qdDEI8x5qFrSOBN5vrw==",
  "_location": "/yazl",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "yazl@2.5.1",
    "name": "yazl",
    "escapedName": "yazl",
    "rawSpec": "2.5.1",
    "saveSpec": null,
    "fetchSpec": "2.5.1"
  },
  "_requiredBy": [
    "/gulp-zip"
  ],
  "_resolved": "https://registry.npmjs.org/yazl/-/yazl-2.5.1.tgz",
  "_spec": "2.5.1",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Josh Wolfe",
    "email": "thejoshwolfe@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/thejoshwolfe/yazl/issues"
  },
  "dependencies": {
    "buffer-crc32": "~0.2.3"
  },
  "description": "yet another zip library for node",
  "devDependencies": {
    "bl": "~0.9.3",
    "istanbul": "^0.4.5",
    "yauzl": "~2.3.1"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/thejoshwolfe/yazl",
  "keywords": [
    "zip",
    "stream",
    "archive",
    "file"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "yazl",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thejoshwolfe/yazl.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.5.1"
}
