mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 05:36:18 +01:00
48 lines
956 B
JSON
48 lines
956 B
JSON
{
|
|
"name": "@img/sharp-linuxmusl-arm64",
|
|
"version": "0.35.0-rc.0",
|
|
"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.3.0-rc.2"
|
|
},
|
|
"files": [
|
|
"index.cjs",
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "commonjs",
|
|
"exports": {
|
|
"./sharp.node": "./index.cjs",
|
|
"./package": "./package.json"
|
|
},
|
|
"engines": {
|
|
"node": ">=20.9.0"
|
|
},
|
|
"config": {
|
|
"musl": ">=1.2.2"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"musl"
|
|
],
|
|
"cpu": [
|
|
"arm64"
|
|
]
|
|
}
|