{
  "_args": [
    [
      "gulp-watch@5.0.1",
      "/Users/patricklyver/Documents/Sites/orea-covid/htdocs/wp-content/themes/orea-covid"
    ]
  ],
  "_from": "gulp-watch@5.0.1",
  "_id": "gulp-watch@5.0.1",
  "_inBundle": false,
  "_integrity": "sha512-HnTSBdzAOFIT4wmXYPDUn783TaYAq9bpaN05vuZNP5eni3z3aRx0NAKbjhhMYtcq76x4R1wf4oORDGdlrEjuog==",
  "_location": "/gulp-watch",
  "_phantomChildren": {
    "ansi-gray": "0.1.1",
    "clone-buffer": "1.0.0",
    "cloneable-readable": "1.1.2",
    "color-support": "1.1.3",
    "micromatch": "2.3.11",
    "normalize-path": "2.1.1",
    "remove-trailing-separator": "1.1.0",
    "time-stamp": "1.1.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "gulp-watch@5.0.1",
    "name": "gulp-watch",
    "escapedName": "gulp-watch",
    "rawSpec": "5.0.1",
    "saveSpec": null,
    "fetchSpec": "5.0.1"
  },
  "_requiredBy": [
    "/",
    "/understrap"
  ],
  "_resolved": "https://registry.npmjs.org/gulp-watch/-/gulp-watch-5.0.1.tgz",
  "_spec": "5.0.1",
  "_where": "/Users/patricklyver/Documents/Sites/orea-covid/htdocs/wp-content/themes/orea-covid",
  "author": {
    "name": "Vsevolod Strukchinsky"
  },
  "bugs": {
    "url": "https://github.com/floatdrop/gulp-watch/issues"
  },
  "dependencies": {
    "ansi-colors": "1.1.0",
    "anymatch": "^1.3.0",
    "chokidar": "^2.0.0",
    "fancy-log": "1.3.2",
    "glob-parent": "^3.0.1",
    "object-assign": "^4.1.0",
    "path-is-absolute": "^1.0.1",
    "plugin-error": "1.0.1",
    "readable-stream": "^2.2.2",
    "slash": "^1.0.0",
    "vinyl": "^2.1.0",
    "vinyl-file": "^2.0.0"
  },
  "description": "Watch, that actually is an endless stream",
  "devDependencies": {
    "coveralls": "^2.7.0",
    "istanbul": "^0.3.0",
    "mocha": "^2",
    "mocha-lcov-reporter": "0.0.2",
    "proxyquire": "^1.0.1",
    "rimraf": "^2.2.8",
    "should": "~7",
    "sinon": "^1.9.1",
    "stream-assert": "^2.0.1",
    "strip-ansi": "^3.0.0",
    "xo": "^0.10.1"
  },
  "engine": "node >= 0.10",
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/floatdrop/gulp-watch#readme",
  "keywords": [
    "gulp",
    "watch",
    "gulpplugin"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "gulp-watch",
  "repository": {
    "type": "git",
    "url": "git://github.com/floatdrop/gulp-watch.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/.bin/_mocha --report html -- -r test/util/set-default-options -R spec",
    "coveralls": "istanbul cover _mocha --report lcovonly -- -r test/util/set-default-options -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage",
    "test": "xo && mocha -r test/util/set-default-options -t 5000 -R spec test/test-*"
  },
  "version": "5.0.1"
}
