package.json 1.5 KB

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