{
  "manifest": {
    "name": "fb-watchman",
    "version": "2.0.2",
    "description": "Bindings for the Watchman file watching service",
    "main": "index.js",
    "repository": {
      "type": "git",
      "url": "git@github.com:facebook/watchman.git"
    },
    "keywords": [
      "facebook",
      "watchman",
      "file",
      "watch",
      "watcher",
      "watching",
      "fs.watch",
      "fswatcher",
      "fs",
      "glob",
      "utility"
    ],
    "author": {
      "name": "Wez Furlong",
      "email": "wez@fb.com",
      "url": "http://wezfurlong.org"
    },
    "license": "Apache-2.0",
    "bugs": {
      "url": "https://github.com/facebook/watchman/issues"
    },
    "homepage": "https://facebook.github.io/watchman/",
    "files": [
      "index.js"
    ],
    "dependencies": {
      "bser": "2.1.1"
    },
    "_registry": "npm",
    "_loc": "/homez.1033/heliovt/.cache/yarn/v6/npm-fb-watchman-2.0.2-e9524ee6b5c77e9e5001af0f85f3adbb8623255c-integrity/node_modules/fb-watchman/package.json",
    "readmeFilename": "README.md",
    "readme": "# fb-watchman\n\n`fb-watchman` is a filesystem watcher that uses the\n[Watchman](https://facebook.github.io/watchman/) file watching service from\nFacebook.\n\nWatchman provides file change notification services using very\nefficient recursive watches and also allows more advanced change matching and\nfilesystem tree querying operations using\n[a powerful expression syntax](https://facebook.github.io/watchman/docs/file-query.html#expressions).\n\n## Install\n\nYou should [install Watchman](\nhttps://facebook.github.io/watchman/docs/install.html) to make the most of this\nmodule.\n\nThen simply:\n\n```\n$ npm install fb-watchman\n```\n\n## Key Concepts\n\n- Watchman recursively watches directories.\n- Each watched directory is called a `root`.\n- You must initiate a `watch` on a `root` using the `watch-project` command prior to subscribing to changes\n- Rather than separately watching many sibling directories, `watch-project` consolidates and re-uses existing watches relative to a project root (the location of your `.watchmanconfig` or source control repository root)\n- change notifications are relative to the project root\n\n## How do I use it?\n\n[Read the NodeJS watchman documentation](https://facebook.github.io/watchman/docs/nodejs.html)\n"
  },
  "artifacts": [],
  "remote": {
    "resolved": "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz#e9524ee6b5c77e9e5001af0f85f3adbb8623255c",
    "type": "tarball",
    "reference": "https://registry.yarnpkg.com/fb-watchman/-/fb-watchman-2.0.2.tgz",
    "hash": "e9524ee6b5c77e9e5001af0f85f3adbb8623255c",
    "integrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA==",
    "registry": "npm",
    "packageName": "fb-watchman",
    "cacheIntegrity": "sha512-p5161BqbuCaSnB8jIbzQHOlpgsPmK5rJVDfDKO91Axs5NC1uu3HRQm6wt9cd9/+GtQQIO53JdGXXoyDpTAsgYA== sha1-6VJO5rXHfp5QAa8PhfOtu4YjJVw="
  },
  "registry": "npm",
  "hash": "e9524ee6b5c77e9e5001af0f85f3adbb8623255c"
}