{
  "_args": [
    [
      "watch@1.0.2",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_from": "watch@1.0.2",
  "_id": "watch@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=",
  "_location": "/watch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "watch@1.0.2",
    "name": "watch",
    "escapedName": "watch",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/@vue/cli-ui"
  ],
  "_resolved": "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Mikeal Rogers",
    "email": "mikeal.rogers@gmail.com"
  },
  "bin": {
    "watch": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/mikeal/watch/issues"
  },
  "dependencies": {
    "exec-sh": "^0.2.0",
    "minimist": "^1.2.0"
  },
  "description": "Utilities for watching file trees.",
  "directories": {
    "lib": "lib"
  },
  "engines": {
    "node": ">=0.1.95"
  },
  "homepage": "https://github.com/mikeal/watch",
  "keywords": [
    "util",
    "utility",
    "fs",
    "files"
  ],
  "license": "Apache-2.0",
  "main": "./main",
  "name": "watch",
  "repository": {
    "type": "git",
    "url": "git://github.com/mikeal/watch.git"
  },
  "scripts": {
    "release:major": "bash scripts/release.sh major",
    "release:minor": "bash scripts/release.sh minor",
    "release:patch": "bash scripts/release.sh patch"
  },
  "version": "1.0.2"
}
