{
  "_from": "watch@^1.0.2",
  "_id": "watch@1.0.2",
  "_inBundle": false,
  "_integrity": "sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=",
  "_location": "/watch",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "watch@^1.0.2",
    "name": "watch",
    "escapedName": "watch",
    "rawSpec": "^1.0.2",
    "saveSpec": null,
    "fetchSpec": "^1.0.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz",
  "_shasum": "340a717bde765726fa0aa07d721e0147a551df0c",
  "_spec": "watch@^1.0.2",
  "_where": "C:\\xampp\\htdocs\\WP\\wp_leong_hup",
  "author": {
    "name": "Mikeal Rogers",
    "email": "mikeal.rogers@gmail.com"
  },
  "bin": {
    "watch": "cli.js"
  },
  "bugs": {
    "url": "https://github.com/mikeal/watch/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "exec-sh": "^0.2.0",
    "minimist": "^1.2.0"
  },
  "deprecated": false,
  "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"
}
