{
  "_args": [
    [
      "gulp@4.0.0",
      "/var/www/brandplatform.be/nibc-lot"
    ]
  ],
  "_from": "gulp@4.0.0",
  "_id": "gulp@4.0.0",
  "_inBundle": false,
  "_integrity": "sha1-lXZsYB2t5Kd+0+eyttwDiBtZY2Y=",
  "_location": "/gulp",
  "_phantomChildren": {
    "ansi-colors": "1.1.0",
    "archy": "1.0.0",
    "array-sort": "1.0.0",
    "camelcase": "3.0.0",
    "cliui": "3.2.0",
    "color-support": "1.1.3",
    "concat-stream": "1.6.2",
    "copy-props": "2.0.4",
    "decamelize": "1.2.0",
    "fancy-log": "1.3.3",
    "get-caller-file": "1.0.3",
    "gulplog": "1.0.0",
    "interpret": "1.2.0",
    "isobject": "3.0.1",
    "liftoff": "3.1.0",
    "matchdep": "2.0.0",
    "mute-stdout": "1.0.1",
    "os-locale": "1.4.0",
    "pretty-hrtime": "1.0.3",
    "read-pkg-up": "1.0.1",
    "replace-homedir": "1.0.0",
    "require-directory": "2.1.1",
    "require-main-filename": "1.0.1",
    "semver-greatest-satisfied-range": "1.1.0",
    "set-blocking": "2.0.0",
    "string-width": "1.0.2",
    "v8flags": "3.1.3",
    "which-module": "1.0.0",
    "y18n": "3.2.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp@4.0.0",
    "name": "gulp",
    "escapedName": "gulp",
    "rawSpec": "4.0.0",
    "saveSpec": null,
    "fetchSpec": "4.0.0"
  },
  "_requiredBy": [
    "/gulp-nodemon",
    "/lmr-brandplatform"
  ],
  "_resolved": "https://registry.npmjs.org/gulp/-/gulp-4.0.0.tgz",
  "_spec": "4.0.0",
  "_where": "/var/www/brandplatform.be/nibc-lot",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bin": {
    "gulp": "./bin/gulp.js"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/gulp/issues"
  },
  "contributors": [
    {
      "name": "Eric Schoffstall",
      "email": "yo@contra.io"
    },
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {
    "glob-watcher": "^5.0.0",
    "gulp-cli": "^2.0.0",
    "undertaker": "^1.0.0",
    "vinyl-fs": "^3.0.0"
  },
  "description": "The streaming build system.",
  "devDependencies": {
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.20.2",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mkdirp": "^0.5.1",
    "mocha": "^3.0.0",
    "rimraf": "^2.2.5"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "index.js",
    "bin"
  ],
  "homepage": "http://gulpjs.com",
  "keywords": [
    "build",
    "stream",
    "system",
    "make",
    "tool",
    "asset",
    "pipeline",
    "series",
    "parallel",
    "streaming"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/gulp.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js bin/ test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "4.0.0"
}
