package.json 638 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "@parcel/watcher-linux-x64-musl",
  3. "version": "2.5.1",
  4. "main": "watcher.node",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://github.com/parcel-bundler/watcher.git"
  8. },
  9. "description": "A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.",
  10. "license": "MIT",
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "funding": {
  15. "type": "opencollective",
  16. "url": "https://opencollective.com/parcel"
  17. },
  18. "files": [
  19. "watcher.node"
  20. ],
  21. "engines": {
  22. "node": ">= 10.0.0"
  23. },
  24. "os": [
  25. "linux"
  26. ],
  27. "cpu": [
  28. "x64"
  29. ],
  30. "libc": [
  31. "musl"
  32. ]
  33. }