106 lines
3.7 KiB
JSON
106 lines
3.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "fb-watchman@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "fb-watchman",
|
|
"name": "fb-watchman",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest-haste-map"
|
|
]
|
|
],
|
|
"_from": "fb-watchman@>=2.0.0 <3.0.0",
|
|
"_id": "fb-watchman@2.0.0",
|
|
"_inCache": true,
|
|
"_location": "/fb-watchman",
|
|
"_nodeVersion": "0.12.4",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/fb-watchman-2.0.0.tgz_1485803244981_0.6421511068474501"
|
|
},
|
|
"_npmUser": {
|
|
"name": "wez",
|
|
"email": "wez@wezfurlong.org"
|
|
},
|
|
"_npmVersion": "2.10.1",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "fb-watchman@^2.0.0",
|
|
"scope": null,
|
|
"escapedName": "fb-watchman",
|
|
"name": "fb-watchman",
|
|
"rawSpec": "^2.0.0",
|
|
"spec": ">=2.0.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/jest-haste-map",
|
|
"/jest-runner/jest-haste-map",
|
|
"/jest-runtime/jest-haste-map",
|
|
"/jest/jest-haste-map",
|
|
"/sane"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz",
|
|
"_shasum": "54e9abf7dfa2f26cd9b1636c588c1afc05de5d58",
|
|
"_shrinkwrap": null,
|
|
"_spec": "fb-watchman@^2.0.0",
|
|
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/jest-haste-map",
|
|
"author": {
|
|
"name": "Wez Furlong",
|
|
"email": "wez@fb.com",
|
|
"url": "http://wezfurlong.org"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/watchman/issues"
|
|
},
|
|
"dependencies": {
|
|
"bser": "^2.0.0"
|
|
},
|
|
"description": "Bindings for the Watchman file watching service",
|
|
"devDependencies": {},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "54e9abf7dfa2f26cd9b1636c588c1afc05de5d58",
|
|
"tarball": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.0.tgz"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://facebook.github.io/watchman/",
|
|
"keywords": [
|
|
"facebook",
|
|
"watchman",
|
|
"file",
|
|
"watch",
|
|
"watcher",
|
|
"watching",
|
|
"fs.watch",
|
|
"fswatcher",
|
|
"fs",
|
|
"glob",
|
|
"utility"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"main": "index.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "wez",
|
|
"email": "wez@wezfurlong.org"
|
|
}
|
|
],
|
|
"name": "fb-watchman",
|
|
"optionalDependencies": {},
|
|
"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",
|
|
"readmeFilename": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/facebook/watchman.git"
|
|
},
|
|
"scripts": {},
|
|
"version": "2.0.0"
|
|
}
|