mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 02:30:12 +02:00
48 lines
1.0 KiB
JSON
48 lines
1.0 KiB
JSON
{
|
|
"name": "@img/sharp-linuxmusl-arm64",
|
|
"version": "0.33.1-rc.2",
|
|
"description": "Prebuilt sharp for use with Linux (musl) 64-bit ARM",
|
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
"homepage": "https://sharp.pixelplumbing.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lovell/sharp.git",
|
|
"directory": "npm/linuxmusl-arm64"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"preferUnplugged": true,
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linuxmusl-arm64": "1.0.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "commonjs",
|
|
"exports": {
|
|
"./sharp.node": "./lib/sharp-linuxmusl-arm64.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",
|
|
"musl": ">=1.2.2"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
}
|