sharp 0.35.0-rc.8 → 0.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sharp",
|
|
3
3
|
"description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
|
|
4
|
-
"version": "0.35.0
|
|
4
|
+
"version": "0.35.0",
|
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|
|
7
7
|
"contributors": [
|
|
@@ -155,41 +155,41 @@
|
|
|
155
155
|
"semver": "^7.8.4"
|
|
156
156
|
},
|
|
157
157
|
"optionalDependencies": {
|
|
158
|
-
"@img/sharp-darwin-arm64": "0.35.0
|
|
159
|
-
"@img/sharp-darwin-x64": "0.35.0
|
|
160
|
-
"@img/sharp-freebsd-wasm32": "0.35.0
|
|
161
|
-
"@img/sharp-libvips-darwin-arm64": "1.3.0
|
|
162
|
-
"@img/sharp-libvips-darwin-x64": "1.3.0
|
|
163
|
-
"@img/sharp-libvips-linux-arm": "1.3.0
|
|
164
|
-
"@img/sharp-libvips-linux-arm64": "1.3.0
|
|
165
|
-
"@img/sharp-libvips-linux-ppc64": "1.3.0
|
|
166
|
-
"@img/sharp-libvips-linux-riscv64": "1.3.0
|
|
167
|
-
"@img/sharp-libvips-linux-s390x": "1.3.0
|
|
168
|
-
"@img/sharp-libvips-linux-x64": "1.3.0
|
|
169
|
-
"@img/sharp-libvips-linuxmusl-arm64": "1.3.0
|
|
170
|
-
"@img/sharp-libvips-linuxmusl-x64": "1.3.0
|
|
171
|
-
"@img/sharp-linux-arm": "0.35.0
|
|
172
|
-
"@img/sharp-linux-arm64": "0.35.0
|
|
173
|
-
"@img/sharp-linux-ppc64": "0.35.0
|
|
174
|
-
"@img/sharp-linux-riscv64": "0.35.0
|
|
175
|
-
"@img/sharp-linux-s390x": "0.35.0
|
|
176
|
-
"@img/sharp-linux-x64": "0.35.0
|
|
177
|
-
"@img/sharp-linuxmusl-arm64": "0.35.0
|
|
178
|
-
"@img/sharp-linuxmusl-x64": "0.35.0
|
|
179
|
-
"@img/sharp-webcontainers-wasm32": "0.35.0
|
|
180
|
-
"@img/sharp-win32-arm64": "0.35.0
|
|
181
|
-
"@img/sharp-win32-ia32": "0.35.0
|
|
182
|
-
"@img/sharp-win32-x64": "0.35.0
|
|
158
|
+
"@img/sharp-darwin-arm64": "0.35.0",
|
|
159
|
+
"@img/sharp-darwin-x64": "0.35.0",
|
|
160
|
+
"@img/sharp-freebsd-wasm32": "0.35.0",
|
|
161
|
+
"@img/sharp-libvips-darwin-arm64": "1.3.0",
|
|
162
|
+
"@img/sharp-libvips-darwin-x64": "1.3.0",
|
|
163
|
+
"@img/sharp-libvips-linux-arm": "1.3.0",
|
|
164
|
+
"@img/sharp-libvips-linux-arm64": "1.3.0",
|
|
165
|
+
"@img/sharp-libvips-linux-ppc64": "1.3.0",
|
|
166
|
+
"@img/sharp-libvips-linux-riscv64": "1.3.0",
|
|
167
|
+
"@img/sharp-libvips-linux-s390x": "1.3.0",
|
|
168
|
+
"@img/sharp-libvips-linux-x64": "1.3.0",
|
|
169
|
+
"@img/sharp-libvips-linuxmusl-arm64": "1.3.0",
|
|
170
|
+
"@img/sharp-libvips-linuxmusl-x64": "1.3.0",
|
|
171
|
+
"@img/sharp-linux-arm": "0.35.0",
|
|
172
|
+
"@img/sharp-linux-arm64": "0.35.0",
|
|
173
|
+
"@img/sharp-linux-ppc64": "0.35.0",
|
|
174
|
+
"@img/sharp-linux-riscv64": "0.35.0",
|
|
175
|
+
"@img/sharp-linux-s390x": "0.35.0",
|
|
176
|
+
"@img/sharp-linux-x64": "0.35.0",
|
|
177
|
+
"@img/sharp-linuxmusl-arm64": "0.35.0",
|
|
178
|
+
"@img/sharp-linuxmusl-x64": "0.35.0",
|
|
179
|
+
"@img/sharp-webcontainers-wasm32": "0.35.0",
|
|
180
|
+
"@img/sharp-win32-arm64": "0.35.0",
|
|
181
|
+
"@img/sharp-win32-ia32": "0.35.0",
|
|
182
|
+
"@img/sharp-win32-x64": "0.35.0"
|
|
183
183
|
},
|
|
184
184
|
"devDependencies": {
|
|
185
185
|
"@biomejs/biome": "^2.4.16",
|
|
186
186
|
"@cpplint/cli": "^0.1.0",
|
|
187
187
|
"@emnapi/runtime": "^1.11.0",
|
|
188
|
-
"@img/sharp-libvips-dev": "1.3.0
|
|
189
|
-
"@img/sharp-libvips-dev-wasm32": "1.3.0
|
|
190
|
-
"@img/sharp-libvips-win32-arm64": "1.3.0
|
|
191
|
-
"@img/sharp-libvips-win32-ia32": "1.3.0
|
|
192
|
-
"@img/sharp-libvips-win32-x64": "1.3.0
|
|
188
|
+
"@img/sharp-libvips-dev": "1.3.0",
|
|
189
|
+
"@img/sharp-libvips-dev-wasm32": "1.3.0",
|
|
190
|
+
"@img/sharp-libvips-win32-arm64": "1.3.0",
|
|
191
|
+
"@img/sharp-libvips-win32-ia32": "1.3.0",
|
|
192
|
+
"@img/sharp-libvips-win32-x64": "1.3.0",
|
|
193
193
|
"@types/node": "*",
|
|
194
194
|
"emnapi": "^1.11.0",
|
|
195
195
|
"exif-reader": "^2.0.3",
|