mirror of
https://github.com/lovell/sharp.git
synced 2025-07-19 14:52:29 +02:00
This partially reverts commit 51e56f994ce1332f77daf625e23820a895de074d. Ignoring plug'n'play, it looks like yarn and pnpm do get the filesystem layout right for this scenario, which is good news. It also looks like npm 10 will get it right too.
47 lines
968 B
JSON
47 lines
968 B
JSON
{
|
|
"name": "@sharpen/sharp-linux-x64",
|
|
"version": "0.0.1-alpha.7",
|
|
"description": "Prebuilt sharp for use with Linux (glibc) x64",
|
|
"homepage": "https://sharp.pixelplumbing.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lovell/sharp.git",
|
|
"directory": "npm/linux-x64"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"funding": {
|
|
"url": "https://opencollective.com/libvips"
|
|
},
|
|
"preferUnplugged": true,
|
|
"optionalDependencies": {
|
|
"@sharpen/sharp-libvips-linux-x64": "0.0.1-alpha.1"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"type": "commonjs",
|
|
"exports": {
|
|
"./sharp.node": "./lib/sharp-linux-x64.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.26"
|
|
},
|
|
"os": [
|
|
"linux"
|
|
],
|
|
"libc": [
|
|
"glibc"
|
|
],
|
|
"cpu": [
|
|
"x64"
|
|
]
|
|
}
|