package.json 894 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "@img/sharp-libvips-linuxmusl-x64",
  3. "version": "1.0.4",
  4. "description": "Prebuilt libvips and dependencies for use with sharp on 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-libvips.git",
  10. "directory": "npm/linuxmusl-x64"
  11. },
  12. "license": "LGPL-3.0-or-later",
  13. "funding": {
  14. "url": "https://opencollective.com/libvips"
  15. },
  16. "preferUnplugged": true,
  17. "publishConfig": {
  18. "access": "public"
  19. },
  20. "files": [
  21. "lib",
  22. "versions.json"
  23. ],
  24. "type": "commonjs",
  25. "exports": {
  26. "./lib": "./lib/index.js",
  27. "./package": "./package.json",
  28. "./versions": "./versions.json"
  29. },
  30. "config": {
  31. "musl": ">=1.2.2"
  32. },
  33. "os": [
  34. "linux"
  35. ],
  36. "libc": [
  37. "musl"
  38. ],
  39. "cpu": [
  40. "x64"
  41. ]
  42. }