package.json 1006 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "fsevents",
  3. "version": "1.2.13",
  4. "description": "Native Access to Mac OS-X FSEvents",
  5. "main": "fsevents.js",
  6. "dependencies": {
  7. "bindings": "^1.5.0",
  8. "nan": "^2.12.1"
  9. },
  10. "os": [
  11. "darwin"
  12. ],
  13. "engines": {
  14. "node": ">= 4.0"
  15. },
  16. "scripts": {
  17. "test": "node ./test/fsevents.js && node ./test/function.js 2> /dev/null",
  18. "install": "node install.js"
  19. },
  20. "repository": {
  21. "type": "git",
  22. "url": "https://github.com/strongloop/fsevents.git"
  23. },
  24. "keywords": [
  25. "fsevents",
  26. "mac"
  27. ],
  28. "author": "Philipp Dunkel <pip@pipobscure.com>",
  29. "license": "MIT",
  30. "bugs": {
  31. "url": "https://github.com/strongloop/fsevents/issues"
  32. },
  33. "homepage": "https://github.com/strongloop/fsevents",
  34. "__npminstall_done": "Mon May 18 2020 19:19:06 GMT+0800 (CST)",
  35. "_from": "fsevents@1.2.13",
  36. "_resolved": "https://registry.npm.taobao.org/fsevents/download/fsevents-1.2.13.tgz",
  37. "binary": {
  38. "host": "https://cdn.npm.taobao.org/dist/fsevents"
  39. }
  40. }