{ "name": "@img/sharp-win32-ia32", "version": "0.35.0-rc.0", "description": "Prebuilt sharp for use with Windows x86 (deprecated)", "author": "Lovell Fuller ", "homepage": "https://sharp.pixelplumbing.com", "repository": { "type": "git", "url": "git+https://github.com/lovell/sharp.git", "directory": "npm/win32-ia32" }, "license": "Apache-2.0 AND LGPL-3.0-or-later", "funding": { "url": "https://opencollective.com/libvips" }, "preferUnplugged": true, "files": [ "index.cjs", "lib", "versions.json" ], "publishConfig": { "access": "public" }, "type": "commonjs", "exports": { "./sharp.node": "./index.cjs", "./package": "./package.json", "./versions": "./versions.json" }, "engines": { "node": "^20.9.0" }, "os": [ "win32" ], "cpu": [ "ia32" ] }