{
  "_args": [
    [
      "gulp-zip@5.0.0",
      "/var/www/brandplatform.be/villapila"
    ]
  ],
  "_from": "gulp-zip@5.0.0",
  "_id": "gulp-zip@5.0.0",
  "_inBundle": false,
  "_integrity": "sha512-oR3t8kn+ccHkSyRcBV5kBLPXrhqTh5d6wBAR7r7wqjNQNBhYvOwPedCwlAaGcNl1qSeXNDn6qOk1Qyxvx9Wrow==",
  "_location": "/gulp-zip",
  "_phantomChildren": {
    "end-of-stream": "1.4.4",
    "once": "1.4.0",
    "readable-stream": "2.3.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-zip@5.0.0",
    "name": "gulp-zip",
    "escapedName": "gulp-zip",
    "rawSpec": "5.0.0",
    "saveSpec": null,
    "fetchSpec": "5.0.0"
  },
  "_requiredBy": [
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-zip/-/gulp-zip-5.0.0.tgz",
  "_spec": "5.0.0",
  "_where": "/var/www/brandplatform.be/villapila",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/gulp-zip/issues"
  },
  "dependencies": {
    "get-stream": "^5.1.0",
    "plugin-error": "^1.0.1",
    "through2": "^3.0.1",
    "vinyl": "^2.1.0",
    "yazl": "^2.5.1"
  },
  "description": "ZIP compress files",
  "devDependencies": {
    "ava": "^1.4.1",
    "decompress-unzip": "^3.0.0",
    "gulp": "^4.0.2",
    "vinyl-assign": "^1.2.1",
    "vinyl-file": "^3.0.0",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=8"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/gulp-zip#readme",
  "keywords": [
    "gulpplugin",
    "zip",
    "archive",
    "archiver",
    "compress",
    "compression",
    "file"
  ],
  "license": "MIT",
  "name": "gulp-zip",
  "peerDependencies": {
    "gulp": ">=4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/gulp-zip.git"
  },
  "scripts": {
    "test": "xo && ava"
  },
  "version": "5.0.0"
}
