{
  "_from": "sane@^2.0.0",
  "_id": "sane@2.2.0",
  "_inBundle": false,
  "_integrity": "sha1-1tLi/KsA49KDyTuRK3w6IIRvHVY=",
  "_location": "/sane",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "sane@^2.0.0",
    "name": "sane",
    "escapedName": "sane",
    "rawSpec": "^2.0.0",
    "saveSpec": null,
    "fetchSpec": "^2.0.0"
  },
  "_requiredBy": [
    "/jest-haste-map"
  ],
  "_resolved": "http://registry.npm.taobao.org/sane/download/sane-2.2.0.tgz",
  "_shasum": "d6d2e2fcab00e3d283c93b912b7c3a20846f1d56",
  "_spec": "sane@^2.0.0",
  "_where": "/Users/godfery/GitRepo/rsuite-theme/node_modules/jest-haste-map",
  "author": {
    "name": "amasad"
  },
  "bin": {
    "sane": "./src/cli.js"
  },
  "bugs": {
    "url": "https://github.com/amasad/sane/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "anymatch": "^1.3.0",
    "exec-sh": "^0.2.0",
    "fb-watchman": "^2.0.0",
    "fsevents": "^1.1.1",
    "minimatch": "^3.0.2",
    "minimist": "^1.1.1",
    "walker": "~1.0.5",
    "watch": "~0.18.0"
  },
  "deprecated": false,
  "description": "Sane aims to be fast, small, and reliable file system watcher.",
  "devDependencies": {
    "eslint": "^3.19.0",
    "mocha": "~1.17.1",
    "prettier": "^1.3.1",
    "rimraf": "~2.2.6",
    "tmp": "0.0.27"
  },
  "engines": {
    "node": ">=0.6.0"
  },
  "files": [
    "src",
    "index.js"
  ],
  "homepage": "https://github.com/amasad/sane",
  "keywords": [
    "watch",
    "file",
    "fswatcher",
    "watchfile",
    "fs",
    "watching"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "sane",
  "optionalDependencies": {
    "fsevents": "^1.1.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amasad/sane.git"
  },
  "scripts": {
    "format": "prettier --trailing-comma es5 --single-quote --write index.js 'src/**/*.js' 'test/**/*.js'",
    "test": "npm run format && eslint src/ test/ index.js && mocha --bail test/test.js && mocha --bail test/utils-test.js",
    "test:debug": "mocha debug --bail"
  },
  "version": "2.2.0"
}
