| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "@img/sharp-wasm32",
- "version": "0.35.3",
- "description": "Prebuilt sharp for use with WebAssembly",
- "author": "Lovell Fuller <npm@lovell.info>",
- "homepage": "https://sharp.pixelplumbing.com",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lovell/sharp.git",
- "directory": "npm/wasm32"
- },
- "license": "Apache-2.0 AND LGPL-3.0-or-later AND MIT",
- "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"
- },
- "dependencies": {
- "@emnapi/runtime": "^1.11.1"
- }
- }
|