package.json 956 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "name": "@img/sharp-linuxmusl-x64",
  3. "version": "0.33.5",
  4. "description": "Prebuilt sharp for use with Linux (musl) x64",
  5. "author": "Lovell Fuller <npm@lovell.info>",
  6. "homepage": "https://sharp.pixelplumbing.com",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/lovell/sharp.git",
  10. "directory": "npm/linuxmusl-x64"
  11. },
  12. "license": "Apache-2.0",
  13. "funding": {
  14. "url": "https://opencollective.com/libvips"
  15. },
  16. "preferUnplugged": true,
  17. "optionalDependencies": {
  18. "@img/sharp-libvips-linuxmusl-x64": "1.0.4"
  19. },
  20. "files": [
  21. "lib"
  22. ],
  23. "publishConfig": {
  24. "access": "public"
  25. },
  26. "type": "commonjs",
  27. "exports": {
  28. "./sharp.node": "./lib/sharp-linuxmusl-x64.node",
  29. "./package": "./package.json"
  30. },
  31. "engines": {
  32. "node": "^18.17.0 || ^20.3.0 || >=21.0.0"
  33. },
  34. "config": {
  35. "musl": ">=1.2.2"
  36. },
  37. "os": [
  38. "linux"
  39. ],
  40. "libc": [
  41. "musl"
  42. ],
  43. "cpu": [
  44. "x64"
  45. ]
  46. }