@img/sharp-libvips-dev-wasm32 1.0.3 → 1.0.5
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/include/aom/aom_decoder.h +1 -1
- package/include/aom/aom_encoder.h +7 -1
- package/include/aom/aom_image.h +24 -12
- package/include/aom/aom_integer.h +3 -3
- package/include/aom/aomcx.h +15 -0
- package/include/aom/aomdx.h +5 -2
- package/include/cgif.h +3 -0
- package/include/glib-2.0/gio/gappinfo.h +40 -25
- package/include/glib-2.0/gio/gasyncresult.h +1 -1
- package/include/glib-2.0/gio/gconverter.h +5 -0
- package/include/glib-2.0/gio/gdbusintrospection.h +1 -1
- package/include/glib-2.0/gio/gfile.h +16 -0
- package/include/glib-2.0/gio/gio-visibility.h +34 -0
- package/include/glib-2.0/gio/gsettings.h +8 -0
- package/include/glib-2.0/gio/gvfs.h +2 -2
- package/include/glib-2.0/glib/gbookmarkfile.h +1 -1
- package/include/glib-2.0/glib/giochannel.h +2 -2
- package/include/glib-2.0/glib/glib-visibility.h +34 -0
- package/include/glib-2.0/glib/gmacros.h +12 -5
- package/include/glib-2.0/glib/gmain.h +93 -7
- package/include/glib-2.0/glib/gqsort.h +8 -1
- package/include/glib-2.0/glib/gstrfuncs.h +0 -12
- package/include/glib-2.0/glib/gstrvbuilder.h +3 -0
- package/include/glib-2.0/glib/gunicode.h +1 -1
- package/include/glib-2.0/glib/gversionmacros.h +9 -0
- package/include/glib-2.0/gmodule/gmodule-visibility.h +34 -0
- package/include/glib-2.0/gobject/gobject-visibility.h +34 -0
- package/include/glib-2.0/gobject/gtype.h +6 -6
- package/include/hwy/abort.h +28 -0
- package/include/hwy/aligned_allocator.h +48 -1
- package/include/hwy/base.h +235 -34
- package/include/hwy/detect_compiler_arch.h +84 -10
- package/include/hwy/detect_targets.h +95 -29
- package/include/hwy/foreach_target.h +12 -1
- package/include/hwy/highway.h +205 -50
- package/include/hwy/ops/arm_neon-inl.h +841 -99
- package/include/hwy/ops/arm_sve-inl.h +413 -141
- package/include/hwy/ops/emu128-inl.h +373 -360
- package/include/hwy/ops/generic_ops-inl.h +804 -401
- package/include/hwy/ops/inside-inl.h +691 -0
- package/include/hwy/ops/ppc_vsx-inl.h +456 -166
- package/include/hwy/ops/rvv-inl.h +537 -249
- package/include/hwy/ops/scalar-inl.h +169 -79
- package/include/hwy/ops/set_macros-inl.h +106 -18
- package/include/hwy/ops/shared-inl.h +23 -0
- package/include/hwy/ops/wasm_128-inl.h +130 -108
- package/include/hwy/ops/x86_128-inl.h +1892 -577
- package/include/hwy/ops/x86_256-inl.h +625 -184
- package/include/hwy/ops/x86_512-inl.h +733 -131
- package/include/hwy/targets.h +22 -21
- package/include/hwy/timer-inl.h +3 -3
- package/include/hwy/timer.h +5 -1
- package/include/libheif/heif.h +170 -15
- package/include/libheif/heif_items.h +237 -0
- package/include/libheif/heif_properties.h +38 -2
- package/include/libheif/heif_regions.h +1 -1
- package/include/libheif/heif_version.h +2 -2
- package/include/resvg.h +2 -12
- package/include/vips/util.h +1 -2
- package/include/vips/version.h +4 -4
- package/include/webp/decode.h +58 -56
- package/include/webp/demux.h +25 -21
- package/include/webp/encode.h +44 -39
- package/include/webp/mux.h +76 -15
- package/include/webp/mux_types.h +2 -1
- package/include/webp/sharpyuv/sharpyuv.h +77 -8
- package/include/webp/types.h +29 -8
- package/include/zconf.h +1 -1
- package/include/zlib.h +12 -12
- package/lib/glib-2.0/include/glibconfig.h +2 -2
- package/lib/libaom.a +0 -0
- package/lib/libcgif.a +0 -0
- package/lib/libexif.a +0 -0
- package/lib/libexpat.a +0 -0
- package/lib/libffi.a +0 -0
- package/lib/libgio-2.0.a +0 -0
- package/lib/libglib-2.0.a +0 -0
- package/lib/libgmodule-2.0.a +0 -0
- package/lib/libgobject-2.0.a +0 -0
- package/lib/libgthread-2.0.a +0 -0
- package/lib/libheif.a +0 -0
- package/lib/libhwy.a +0 -0
- package/lib/libimagequant.a +0 -0
- package/lib/libjpeg.a +0 -0
- package/lib/liblcms2.a +0 -0
- package/lib/libresvg.a +0 -0
- package/lib/libsharpyuv.a +0 -0
- package/lib/libsharpyuv.la +4 -4
- package/lib/libspng.a +0 -0
- package/lib/libtiff.a +0 -0
- package/lib/libvips-cpp.a +0 -0
- package/lib/libvips.a +0 -0
- package/lib/libwebp.a +0 -0
- package/lib/libwebp.la +2 -2
- package/lib/libwebpdemux.a +0 -0
- package/lib/libwebpdemux.la +2 -2
- package/lib/libwebpmux.a +0 -0
- package/lib/libwebpmux.la +4 -4
- package/lib/libz.a +0 -0
- package/lib/pkgconfig/aom.pc +2 -2
- package/lib/pkgconfig/cgif.pc +1 -1
- package/lib/pkgconfig/gio-2.0.pc +1 -1
- package/lib/pkgconfig/glib-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-export-2.0.pc +1 -1
- package/lib/pkgconfig/gmodule-no-export-2.0.pc +1 -1
- package/lib/pkgconfig/gobject-2.0.pc +1 -1
- package/lib/pkgconfig/gthread-2.0.pc +1 -1
- package/lib/pkgconfig/libheif.pc +1 -10
- package/lib/pkgconfig/libhwy.pc +1 -1
- package/lib/pkgconfig/libsharpyuv.pc +1 -1
- package/lib/pkgconfig/libwebp.pc +1 -1
- package/lib/pkgconfig/libwebpdemux.pc +1 -1
- package/lib/pkgconfig/libwebpmux.pc +1 -1
- package/lib/pkgconfig/vips-cpp.pc +1 -1
- package/lib/pkgconfig/vips.pc +1 -1
- package/lib/pkgconfig/zlib.pc +1 -1
- package/package.json +1 -1
- package/versions.json +10 -10
package/include/zlib.h
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
#ifndef ZLIB_H_
|
|
2
2
|
#define ZLIB_H_
|
|
3
3
|
/* zlib.h -- interface of the 'zlib-ng' compression library
|
|
4
|
-
Forked from and compatible with zlib 1.
|
|
4
|
+
Forked from and compatible with zlib 1.3.1
|
|
5
5
|
|
|
6
|
-
Copyright (C) 1995-
|
|
6
|
+
Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler
|
|
7
7
|
|
|
8
8
|
This software is provided 'as-is', without any express or implied
|
|
9
9
|
warranty. In no event will the authors be held liable for any damages
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
extern "C" {
|
|
50
50
|
#endif
|
|
51
51
|
|
|
52
|
-
#define ZLIBNG_VERSION "2.1
|
|
53
|
-
#define ZLIBNG_VERNUM
|
|
52
|
+
#define ZLIBNG_VERSION "2.2.1"
|
|
53
|
+
#define ZLIBNG_VERNUM 0x020201F0L /* MMNNRRSM: major minor revision status modified */
|
|
54
54
|
#define ZLIBNG_VER_MAJOR 2
|
|
55
|
-
#define ZLIBNG_VER_MINOR
|
|
56
|
-
#define ZLIBNG_VER_REVISION
|
|
55
|
+
#define ZLIBNG_VER_MINOR 2
|
|
56
|
+
#define ZLIBNG_VER_REVISION 1
|
|
57
57
|
#define ZLIBNG_VER_STATUS F /* 0=devel, 1-E=beta, F=Release (DEPRECATED) */
|
|
58
58
|
#define ZLIBNG_VER_STATUSH 0xF /* Hex values: 0=devel, 1-E=beta, F=Release */
|
|
59
59
|
#define ZLIBNG_VER_MODIFIED 0 /* non-zero if modified externally from zlib-ng */
|
|
60
60
|
|
|
61
|
-
#define ZLIB_VERSION "1.3.
|
|
62
|
-
#define ZLIB_VERNUM
|
|
61
|
+
#define ZLIB_VERSION "1.3.1.zlib-ng"
|
|
62
|
+
#define ZLIB_VERNUM 0x131f
|
|
63
63
|
#define ZLIB_VER_MAJOR 1
|
|
64
64
|
#define ZLIB_VER_MINOR 3
|
|
65
|
-
#define ZLIB_VER_REVISION
|
|
65
|
+
#define ZLIB_VER_REVISION 1
|
|
66
66
|
#define ZLIB_VER_SUBREVISION 15 /* 15=fork (0xf) */
|
|
67
67
|
|
|
68
68
|
/*
|
|
@@ -220,7 +220,7 @@ typedef gz_header *gz_headerp;
|
|
|
220
220
|
#define Z_DEFLATED 8
|
|
221
221
|
/* The deflate compression method (the only one supported in this version) */
|
|
222
222
|
|
|
223
|
-
#define Z_NULL
|
|
223
|
+
#define Z_NULL 0 /* for compatibility with zlib, was for initializing zalloc, zfree, opaque */
|
|
224
224
|
|
|
225
225
|
#define zlib_version zlibVersion()
|
|
226
226
|
/* for compatibility with versions < 1.0.2 */
|
|
@@ -1732,14 +1732,14 @@ Z_EXTERN unsigned long Z_EXPORT crc32_combine(unsigned long crc1, unsigned long
|
|
|
1732
1732
|
seq1 and seq2 with lengths len1 and len2, CRC-32 check values were
|
|
1733
1733
|
calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32
|
|
1734
1734
|
check value of seq1 and seq2 concatenated, requiring only crc1, crc2, and
|
|
1735
|
-
len2.
|
|
1735
|
+
len2. len2 must be non-negative.
|
|
1736
1736
|
*/
|
|
1737
1737
|
|
|
1738
1738
|
/*
|
|
1739
1739
|
Z_EXTERN unsigned long Z_EXPORT crc32_combine_gen(z_off_t len2);
|
|
1740
1740
|
|
|
1741
1741
|
Return the operator corresponding to length len2, to be used with
|
|
1742
|
-
crc32_combine_op().
|
|
1742
|
+
crc32_combine_op(). len2 must be non-negative.
|
|
1743
1743
|
*/
|
|
1744
1744
|
|
|
1745
1745
|
Z_EXTERN unsigned long Z_EXPORT crc32_combine_op(unsigned long crc1, unsigned long crc2,
|
|
@@ -114,8 +114,8 @@ typedef unsigned int guintptr;
|
|
|
114
114
|
#define G_GUINTPTR_FORMAT "u"
|
|
115
115
|
|
|
116
116
|
#define GLIB_MAJOR_VERSION 2
|
|
117
|
-
#define GLIB_MINOR_VERSION
|
|
118
|
-
#define GLIB_MICRO_VERSION
|
|
117
|
+
#define GLIB_MINOR_VERSION 81
|
|
118
|
+
#define GLIB_MICRO_VERSION 1
|
|
119
119
|
|
|
120
120
|
#define G_OS_UNIX
|
|
121
121
|
#define G_PLATFORM_WASM
|
package/lib/libaom.a
CHANGED
|
Binary file
|
package/lib/libcgif.a
CHANGED
|
Binary file
|
package/lib/libexif.a
CHANGED
|
Binary file
|
package/lib/libexpat.a
CHANGED
|
Binary file
|
package/lib/libffi.a
CHANGED
|
Binary file
|
package/lib/libgio-2.0.a
CHANGED
|
Binary file
|
package/lib/libglib-2.0.a
CHANGED
|
Binary file
|
package/lib/libgmodule-2.0.a
CHANGED
|
Binary file
|
package/lib/libgobject-2.0.a
CHANGED
|
Binary file
|
package/lib/libgthread-2.0.a
CHANGED
|
Binary file
|
package/lib/libheif.a
CHANGED
|
Binary file
|
package/lib/libhwy.a
CHANGED
|
Binary file
|
package/lib/libimagequant.a
CHANGED
|
Binary file
|
package/lib/libjpeg.a
CHANGED
|
Binary file
|
package/lib/liblcms2.a
CHANGED
|
Binary file
|
package/lib/libresvg.a
CHANGED
|
Binary file
|
package/lib/libsharpyuv.a
CHANGED
|
Binary file
|
package/lib/libsharpyuv.la
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# libsharpyuv.la - a libtool library file
|
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
|
|
3
3
|
#
|
|
4
4
|
# Please DO NOT delete this file!
|
|
5
5
|
# It is necessary for linking the library.
|
|
@@ -23,9 +23,9 @@ dependency_libs=' -lm -L/src/build/target/lib'
|
|
|
23
23
|
weak_library_names=''
|
|
24
24
|
|
|
25
25
|
# Version information for libsharpyuv.
|
|
26
|
-
current=
|
|
27
|
-
age=
|
|
28
|
-
revision=
|
|
26
|
+
current=1
|
|
27
|
+
age=1
|
|
28
|
+
revision=0
|
|
29
29
|
|
|
30
30
|
# Is this an already installed library?
|
|
31
31
|
installed=yes
|
package/lib/libspng.a
CHANGED
|
Binary file
|
package/lib/libtiff.a
CHANGED
|
Binary file
|
package/lib/libvips-cpp.a
CHANGED
|
Binary file
|
package/lib/libvips.a
CHANGED
|
Binary file
|
package/lib/libwebp.a
CHANGED
|
Binary file
|
package/lib/libwebp.la
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# libwebp.la - a libtool library file
|
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
|
|
3
3
|
#
|
|
4
4
|
# Please DO NOT delete this file!
|
|
5
5
|
# It is necessary for linking the library.
|
|
@@ -25,7 +25,7 @@ weak_library_names=''
|
|
|
25
25
|
# Version information for libwebp.
|
|
26
26
|
current=8
|
|
27
27
|
age=1
|
|
28
|
-
revision=
|
|
28
|
+
revision=9
|
|
29
29
|
|
|
30
30
|
# Is this an already installed library?
|
|
31
31
|
installed=yes
|
package/lib/libwebpdemux.a
CHANGED
|
Binary file
|
package/lib/libwebpdemux.la
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# libwebpdemux.la - a libtool library file
|
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
|
|
3
3
|
#
|
|
4
4
|
# Please DO NOT delete this file!
|
|
5
5
|
# It is necessary for linking the library.
|
|
@@ -25,7 +25,7 @@ weak_library_names=''
|
|
|
25
25
|
# Version information for libwebpdemux.
|
|
26
26
|
current=2
|
|
27
27
|
age=0
|
|
28
|
-
revision=
|
|
28
|
+
revision=15
|
|
29
29
|
|
|
30
30
|
# Is this an already installed library?
|
|
31
31
|
installed=yes
|
package/lib/libwebpmux.a
CHANGED
|
Binary file
|
package/lib/libwebpmux.la
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# libwebpmux.la - a libtool library file
|
|
2
|
-
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-
|
|
2
|
+
# Generated by libtool (GNU libtool) 2.4.7 Debian-2.4.7-7+build1
|
|
3
3
|
#
|
|
4
4
|
# Please DO NOT delete this file!
|
|
5
5
|
# It is necessary for linking the library.
|
|
@@ -23,9 +23,9 @@ dependency_libs=' -L/src/build/target/lib /src/build/target/lib/libwebp.la /src/
|
|
|
23
23
|
weak_library_names=''
|
|
24
24
|
|
|
25
25
|
# Version information for libwebpmux.
|
|
26
|
-
current=
|
|
27
|
-
age=
|
|
28
|
-
revision=
|
|
26
|
+
current=4
|
|
27
|
+
age=1
|
|
28
|
+
revision=0
|
|
29
29
|
|
|
30
30
|
# Is this an already installed library?
|
|
31
31
|
installed=yes
|
package/lib/libz.a
CHANGED
|
Binary file
|
package/lib/pkgconfig/aom.pc
CHANGED
|
@@ -5,8 +5,8 @@ includedir=${prefix}/include
|
|
|
5
5
|
libdir=${exec_prefix}/lib
|
|
6
6
|
|
|
7
7
|
Name: aom
|
|
8
|
-
Description: Alliance for Open Media AV1 codec library v3.
|
|
9
|
-
Version: 3.
|
|
8
|
+
Description: Alliance for Open Media AV1 codec library v3.9.1.
|
|
9
|
+
Version: 3.9.1
|
|
10
10
|
Requires:
|
|
11
11
|
Conflicts:
|
|
12
12
|
Libs: -L${libdir} -laom
|
package/lib/pkgconfig/cgif.pc
CHANGED
package/lib/pkgconfig/gio-2.0.pc
CHANGED
|
@@ -11,6 +11,6 @@ glib_valgrind_suppressions=${datadir}/glib-2.0/valgrind/glib.supp
|
|
|
11
11
|
|
|
12
12
|
Name: GLib
|
|
13
13
|
Description: C Utility Library
|
|
14
|
-
Version: 2.
|
|
14
|
+
Version: 2.81.1
|
|
15
15
|
Libs: -L${libdir} -lglib-2.0 -lm -pthread
|
|
16
16
|
Cflags: -I${includedir}/glib-2.0 -pthread -I${libdir}/glib-2.0/include
|
package/lib/pkgconfig/libheif.pc
CHANGED
|
@@ -3,19 +3,10 @@ exec_prefix=${prefix}
|
|
|
3
3
|
libdir=${exec_prefix}/lib
|
|
4
4
|
includedir=${prefix}/include
|
|
5
5
|
|
|
6
|
-
# Contrary to older versions of libheif (<= 1.14.2), the available-codec-variables are now all set to 'yes'
|
|
7
|
-
# as since 1.14.0, codecs can be dynamically loaded at runtime and it is not possible anymore to determine
|
|
8
|
-
# the available codecs at compile-time. You'll get an unknown codec error at runtime if you try to use an
|
|
9
|
-
# unavailable codec.
|
|
10
|
-
builtin_h265_decoder=yes
|
|
11
|
-
builtin_h265_encoder=yes
|
|
12
|
-
builtin_avif_decoder=yes
|
|
13
|
-
builtin_avif_encoder=yes
|
|
14
|
-
|
|
15
6
|
Name: libheif
|
|
16
7
|
Description: HEIF image codec.
|
|
17
8
|
URL: https://github.com/strukturag/libheif
|
|
18
|
-
Version: 1.
|
|
9
|
+
Version: 1.18.2
|
|
19
10
|
Requires:
|
|
20
11
|
Requires.private: aom libsharpyuv
|
|
21
12
|
Libs: -L${libdir} -lheif
|
package/lib/pkgconfig/libhwy.pc
CHANGED
package/lib/pkgconfig/libwebp.pc
CHANGED
|
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
|
|
|
4
4
|
|
|
5
5
|
Name: vips-cpp
|
|
6
6
|
Description: C++ API for vips8 image processing library
|
|
7
|
-
Version: 8.15.
|
|
7
|
+
Version: 8.15.3
|
|
8
8
|
Requires: vips, glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.4.0
|
|
9
9
|
Libs: -L${libdir} -lvips-cpp -pthread -lm -lresvg
|
|
10
10
|
Cflags: -I${includedir} -pthread -DHAVE_CONFIG_H=1
|
package/lib/pkgconfig/vips.pc
CHANGED
|
@@ -4,7 +4,7 @@ libdir=${prefix}/lib
|
|
|
4
4
|
|
|
5
5
|
Name: vips
|
|
6
6
|
Description: Image processing library
|
|
7
|
-
Version: 8.15.
|
|
7
|
+
Version: 8.15.3
|
|
8
8
|
Requires: glib-2.0 >= 2.52, gio-2.0, gobject-2.0, expat, zlib >= 0.4, imagequant, cgif >= 0.2.0, libexif >= 0.6, libjpeg, spng >= 0.7, libwebp >= 0.6, libwebpmux >= 0.6, libwebpdemux >= 0.6, libtiff-4, lcms2, libhwy >= 1.0.5, libheif >= 1.4.0
|
|
9
9
|
Libs: -L${libdir} -lvips -pthread -lm -lresvg
|
|
10
10
|
Cflags: -I${includedir} -pthread -DHAVE_CONFIG_H=1
|
package/lib/pkgconfig/zlib.pc
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-dev-wasm32",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"description": "Header files and static wasm32 libraries for libvips and dependencies to build sharp as wasm32",
|
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|
package/versions.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
|
-
"aom": "3.
|
|
3
|
-
"cgif": "0.
|
|
4
|
-
"emscripten": "3.1.
|
|
2
|
+
"aom": "3.9.1",
|
|
3
|
+
"cgif": "0.4.1",
|
|
4
|
+
"emscripten": "3.1.64",
|
|
5
5
|
"exif": "0.6.24",
|
|
6
6
|
"expat": "2.6.2",
|
|
7
7
|
"ffi": "3.4.6",
|
|
8
|
-
"glib": "2.
|
|
9
|
-
"heif": "1.
|
|
10
|
-
"highway": "1.
|
|
8
|
+
"glib": "2.81.1",
|
|
9
|
+
"heif": "1.18.2",
|
|
10
|
+
"highway": "1.2.0",
|
|
11
11
|
"imagequant": "2.4.1",
|
|
12
12
|
"lcms": "2.16",
|
|
13
13
|
"mozjpeg": "4.1.5",
|
|
14
|
-
"resvg": "0.
|
|
14
|
+
"resvg": "0.43.0",
|
|
15
15
|
"spng": "0.7.4",
|
|
16
16
|
"tiff": "4.6.0",
|
|
17
|
-
"vips": "8.15.
|
|
18
|
-
"webp": "1.
|
|
19
|
-
"zlib-ng": "2.1
|
|
17
|
+
"vips": "8.15.3",
|
|
18
|
+
"webp": "1.4.0",
|
|
19
|
+
"zlib-ng": "2.2.1"
|
|
20
20
|
}
|