{
  "_args": [
    [
      {
        "raw": "glob-watcher@3.0.0",
        "scope": null,
        "escapedName": "glob-watcher",
        "name": "glob-watcher",
        "rawSpec": "3.0.0",
        "spec": "3.0.0",
        "type": "version"
      },
      "/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib"
    ]
  ],
  "_from": "glob-watcher@3.0.0",
  "_id": "glob-watcher@3.0.0",
  "_inCache": true,
  "_location": "/ionic/glob-watcher",
  "_nodeVersion": "0.10.41",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/glob-watcher-3.0.0.tgz_1461811107481_0.34273603605106473"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine.bublitz@gmail.com"
  },
  "_npmVersion": "2.15.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "glob-watcher@3.0.0",
    "scope": null,
    "escapedName": "glob-watcher",
    "name": "glob-watcher",
    "rawSpec": "3.0.0",
    "spec": "3.0.0",
    "type": "version"
  },
  "_requiredBy": [
    "/ionic/ionic-app-lib"
  ],
  "_resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-3.0.0.tgz",
  "_shasum": "7771455ad188d955db8df077aced66b6cb28687b",
  "_shrinkwrap": null,
  "_spec": "glob-watcher@3.0.0",
  "_where": "/usr/local/lib/node_modules/ionic/node_modules/ionic-app-lib",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/glob-watcher/issues"
  },
  "contributors": [],
  "dependencies": {
    "async-done": "^1.2.0",
    "chokidar": "^1.4.3",
    "lodash.assignwith": "^4.0.6",
    "lodash.debounce": "^4.0.6"
  },
  "description": "Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.",
  "devDependencies": {
    "coveralls": "^2.11.2",
    "del": "^2.2.0",
    "eslint": "^1.10.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.16.0",
    "istanbul": "^0.4.0",
    "istanbul-coveralls": "^1.0.1",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mocha": "^2.0.0",
    "mocha-lcov-reporter": "^1.2.0",
    "through2": "^2.0.1"
  },
  "directories": {},
  "dist": {
    "shasum": "7771455ad188d955db8df077aced66b6cb28687b",
    "tarball": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-3.0.0.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "41c785c067b61d963be9e200c689792150ee5b1b",
  "homepage": "https://github.com/gulpjs/glob-watcher#readme",
  "keywords": [
    "watch",
    "glob",
    "async",
    "queue",
    "debounce",
    "callback"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "contra",
      "email": "contra@wearefractal.com"
    },
    {
      "name": "fractal",
      "email": "contact@wearefractal.com"
    },
    {
      "name": "phated",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "name": "glob-watcher",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/glob-watcher.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "3.0.0"
}
