mirror of
https://github.com/lovell/sharp.git
synced 2026-02-04 13:46:19 +01:00
48 lines
941 B
JSON
48 lines
941 B
JSON
{
|
|
"name": "@img/sharp-linux-ppc64",
|
|
"version": "0.35.0-rc.0",
|
|
"description": "Prebuilt sharp for use with Linux (glibc) ppc64",
|
|
"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-ppc64"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"preferUnplugged": true,
|
|
"optionalDependencies": {
|
|
"@img/sharp-libvips-linux-ppc64": "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": {
|
|
"glibc": ">=2.36"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"cpu": [
|
|
"ppc64"
|
|
]
|
|
}
|