package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "fb-watchman@^2.0.0",
  3. "_id": "fb-watchman@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-DkPJKQeY6kKwmuMretBhr7G6Vodr7bFwDYTXIkfG1gjvNpaxBTQV3PbXg6bR1c1UP4jPOX0jHUbbHANL9vRjVg==",
  6. "_location": "/fb-watchman",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "fb-watchman@^2.0.0",
  12. "name": "fb-watchman",
  13. "escapedName": "fb-watchman",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/jest-haste-map"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  22. "_shasum": "fc84fb39d2709cf3ff6d743706157bb5708a8a85",
  23. "_spec": "fb-watchman@^2.0.0",
  24. "_where": "H:\\gs_nuxt\\node_modules\\jest-haste-map",
  25. "author": {
  26. "name": "Wez Furlong",
  27. "email": "wez@fb.com",
  28. "url": "http://wezfurlong.org"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/facebook/watchman/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "bser": "2.1.1"
  36. },
  37. "deprecated": false,
  38. "description": "Bindings for the Watchman file watching service",
  39. "files": [
  40. "index.js"
  41. ],
  42. "homepage": "https://facebook.github.io/watchman/",
  43. "keywords": [
  44. "facebook",
  45. "watchman",
  46. "file",
  47. "watch",
  48. "watcher",
  49. "watching",
  50. "fs.watch",
  51. "fswatcher",
  52. "fs",
  53. "glob",
  54. "utility"
  55. ],
  56. "license": "Apache-2.0",
  57. "main": "index.js",
  58. "name": "fb-watchman",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/facebook/watchman.git"
  62. },
  63. "version": "2.0.1"
  64. }