{
  "_from": "filewatcher@~3.0.0",
  "_id": "filewatcher@3.0.1",
  "_inBundle": false,
  "_integrity": "sha1-9KGVc1Xdr0Q8zXiolfPVXiPIoDQ=",
  "_location": "/filewatcher",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "filewatcher@~3.0.0",
    "name": "filewatcher",
    "escapedName": "filewatcher",
    "rawSpec": "~3.0.0",
    "saveSpec": null,
    "fetchSpec": "~3.0.0"
  },
  "_requiredBy": [
    "/node-dev"
  ],
  "_resolved": "https://registry.npmjs.org/filewatcher/-/filewatcher-3.0.1.tgz",
  "_shasum": "f4a1957355ddaf443ccd78a895f3d55e23c8a034",
  "_spec": "filewatcher@~3.0.0",
  "_where": "C:\\Users\\14295\\Desktop\\移动整合\\day3\\src\\node_modules\\node-dev",
  "author": {
    "name": "Felix Gnass"
  },
  "bugs": {
    "url": "https://github.com/fgnass/filewatcher/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debounce": "^1.0.0"
  },
  "deprecated": false,
  "description": "Wrapper around fs.watch with fallback to fs.watchFile",
  "devDependencies": {
    "rimraf": "~2.2.2",
    "tap": "^0.5.0"
  },
  "homepage": "https://github.com/fgnass/filewatcher#readme",
  "keywords": [
    "fs",
    "file",
    "watch",
    "watchFile"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "filewatcher",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/fgnass/filewatcher.git"
  },
  "scripts": {
    "test": "ulimit -n 100 && ULIMIT=`ulimit -n` node test"
  },
  "version": "3.0.1"
}
