package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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. "/sane"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/fb-watchman/-/fb-watchman-2.0.1.tgz",
  23. "_shasum": "fc84fb39d2709cf3ff6d743706157bb5708a8a85",
  24. "_spec": "fb-watchman@^2.0.0",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\jest-haste-map",
  26. "author": {
  27. "name": "Wez Furlong",
  28. "email": "wez@fb.com",
  29. "url": "http://wezfurlong.org"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/facebook/watchman/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "bser": "2.1.1"
  37. },
  38. "deprecated": false,
  39. "description": "Bindings for the Watchman file watching service",
  40. "files": [
  41. "index.js"
  42. ],
  43. "homepage": "https://facebook.github.io/watchman/",
  44. "keywords": [
  45. "facebook",
  46. "watchman",
  47. "file",
  48. "watch",
  49. "watcher",
  50. "watching",
  51. "fs.watch",
  52. "fswatcher",
  53. "fs",
  54. "glob",
  55. "utility"
  56. ],
  57. "license": "Apache-2.0",
  58. "main": "index.js",
  59. "name": "fb-watchman",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/facebook/watchman.git"
  63. },
  64. "version": "2.0.1"
  65. }