{
  "_args": [
    [
      {
        "raw": "watch@>= 0.5.1",
        "scope": null,
        "escapedName": "watch",
        "name": "watch",
        "rawSpec": ">= 0.5.1",
        "spec": ">=0.5.1",
        "type": "range"
      },
      "/Users/kangil.lee/Desktop/State/STATE/z_theme/node_modules/recess"
    ]
  ],
  "_from": "watch@>=0.5.1",
  "_id": "watch@1.0.2",
  "_inCache": true,
  "_installable": true,
  "_location": "/watch",
  "_nodeVersion": "6.4.0",
  "_npmOperationalInternal": {
    "host": "packages-18-east.internal.npmjs.com",
    "tmp": "tmp/watch-1.0.2.tgz_1487355765869_0.8840179187245667"
  },
  "_npmUser": {
    "name": "levithomason",
    "email": "me@levithomason.com"
  },
  "_npmVersion": "3.10.9",
  "_phantomChildren": {},
  "_requested": {
    "raw": "watch@>= 0.5.1",
    "scope": null,
    "escapedName": "watch",
    "name": "watch",
    "rawSpec": ">= 0.5.1",
    "spec": ">=0.5.1",
    "type": "range"
  },
  "_requiredBy": [
    "/recess"
  ],
  "_resolved": "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz",
  "_shasum": "340a717bde765726fa0aa07d721e0147a551df0c",
  "_shrinkwrap": null,
  "_spec": "watch@>= 0.5.1",
  "_where": "/Users/kangil.lee/Desktop/State/STATE/z_theme/node_modules/recess",
  "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.",
  "devDependencies": {},
  "directories": {
    "lib": "lib"
  },
  "dist": {
    "shasum": "340a717bde765726fa0aa07d721e0147a551df0c",
    "tarball": "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz"
  },
  "engines": {
    "node": ">=0.1.95"
  },
  "gitHead": "07e57379393271f33e3d30153fbaa4b790e6ff04",
  "homepage": "https://github.com/mikeal/watch",
  "keywords": [
    "util",
    "utility",
    "fs",
    "files"
  ],
  "license": "Apache-2.0",
  "main": "./main",
  "maintainers": [
    {
      "name": "finnpauls",
      "email": "derfinn@gmail.com"
    },
    {
      "name": "levithomason",
      "email": "me@levithomason.com"
    },
    {
      "name": "mikeal",
      "email": "mikeal.rogers@gmail.com"
    }
  ],
  "name": "watch",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}
