{
  "_from": "node-watch@0.6.1",
  "_id": "node-watch@0.6.1",
  "_inBundle": false,
  "_integrity": "sha512-gwQiR7weFRV8mAtT0x0kXkZ18dfRLB45xH7q0hCOVQMLfLb2f1ZaSvR57q4/b/Vj6B0RwMNJYbvb69e1yM7qEA==",
  "_location": "/node-watch",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "node-watch@0.6.1",
    "name": "node-watch",
    "escapedName": "node-watch",
    "rawSpec": "0.6.1",
    "saveSpec": null,
    "fetchSpec": "0.6.1"
  },
  "_requiredBy": [
    "/qunit"
  ],
  "_resolved": "https://registry.npmjs.org/node-watch/-/node-watch-0.6.1.tgz",
  "_shasum": "b9874111ce9f5841b1c7596120206c7b825be0e9",
  "_spec": "node-watch@0.6.1",
  "_where": "/var/www/html/homokozo/dicom/node_modules/qunit",
  "author": {
    "name": "yuanchuan",
    "email": "yuanchuan23@gmail.com",
    "url": "http://yuanchuan.name"
  },
  "bugs": {
    "url": "https://github.com/yuanchuan/node-watch/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A wrapper and enhancements for fs.watch",
  "devDependencies": {
    "fs-extra": "^7.0.1",
    "mocha": "^5.2.0"
  },
  "engines": {
    "node": ">=6"
  },
  "homepage": "https://github.com/yuanchuan/node-watch#readme",
  "keywords": [
    "fs.watch",
    "watch",
    "watchfile"
  ],
  "license": "MIT",
  "main": "./lib/watch",
  "name": "node-watch",
  "repository": {
    "url": "git://github.com/yuanchuan/node-watch.git",
    "type": "git"
  },
  "scripts": {
    "test": "mocha test/test.js --exit --slow 500"
  },
  "types": "./lib/watch.d.ts",
  "url": "https://github.com/yuanchuan/node-watch",
  "version": "0.6.1"
}
