{
  "name": "@img/sharp-linux-arm",
  "version": "0.33.0",
  "description": "Prebuilt sharp for use with Linux (glibc) ARM (32-bit)",
  "author": "Lovell Fuller <npm@lovell.info>",
  "homepage": "https://sharp.pixelplumbing.com",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lovell/sharp.git",
    "directory": "npm/linux-arm"
  },
  "license": "Apache-2.0",
  "funding": {
    "url": "https://opencollective.com/libvips"
  },
  "preferUnplugged": true,
  "optionalDependencies": {
    "@img/sharp-libvips-linux-arm": "1.0.0"
  },
  "files": [
    "lib"
  ],
  "publishConfig": {
    "access": "public"
  },
  "type": "commonjs",
  "exports": {
    "./sharp.node": "./lib/sharp-linux-arm.node",
    "./package": "./package.json"
  },
  "engines": {
    "node": "^18.17.0 || ^20.3.0 || >=21.0.0",
    "npm": ">=9.6.5",
    "yarn": ">=3.2.0",
    "pnpm": ">=7.1.0",
    "glibc": ">=2.28"
  },
  "os": [
    "linux"
  ],
  "libc": [
    "glibc"
  ],
  "cpu": [
    "arm"
  ]

,"_resolved": "https://registry.npmjs.org/@img/sharp-linux-arm/-/sharp-linux-arm-0.33.0.tgz"
,"_integrity": "sha512-4horD3wMFd5a0ddbDY8/dXU9CaOgHjEHALAddXgafoR5oWq5s8X61PDgsSeh4Qupsdo6ycfPPSSNBrfVQnwwrg=="
,"_from": "@img/sharp-linux-arm@0.33.0"
}