@img/sharp-libvips-win32-x64 1.3.0-rc.6 → 1.3.0-rc.7
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/README.md +15 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,39 +5,39 @@ Prebuilt libvips and dependencies for use with sharp on Windows x64.
|
|
|
5
5
|
## Licensing
|
|
6
6
|
|
|
7
7
|
This software contains third-party libraries
|
|
8
|
-
used under the terms of the following
|
|
8
|
+
used under the terms of the following licenses:
|
|
9
9
|
|
|
10
10
|
| Library | Used under the terms of |
|
|
11
11
|
|---------------|-----------------------------------------------------------------------------------------------------------|
|
|
12
12
|
| aom | BSD 2-Clause + [Alliance for Open Media Patent License 1.0](https://aomedia.org/license/patent-license/) |
|
|
13
13
|
| cairo | Mozilla Public License 2.0 |
|
|
14
|
-
| cgif | MIT
|
|
15
|
-
| expat | MIT
|
|
16
|
-
| fontconfig | [fontconfig
|
|
17
|
-
| freetype | [freetype
|
|
14
|
+
| cgif | MIT License |
|
|
15
|
+
| expat | MIT License |
|
|
16
|
+
| fontconfig | [fontconfig License](https://gitlab.freedesktop.org/fontconfig/fontconfig/blob/main/COPYING) (BSD-like) |
|
|
17
|
+
| freetype | [freetype License](https://git.savannah.gnu.org/cgit/freetype/freetype2.git/tree/docs/FTL.TXT) (BSD-like) |
|
|
18
18
|
| fribidi | LGPLv3 |
|
|
19
19
|
| glib | LGPLv3 |
|
|
20
|
-
| harfbuzz | MIT
|
|
21
|
-
| highway |
|
|
22
|
-
| lcms | MIT
|
|
20
|
+
| harfbuzz | MIT License |
|
|
21
|
+
| highway | BSD 3-Clause |
|
|
22
|
+
| lcms | MIT License |
|
|
23
23
|
| libarchive | BSD 2-Clause |
|
|
24
24
|
| libexif | LGPLv3 |
|
|
25
|
-
| libffi | MIT
|
|
25
|
+
| libffi | MIT License |
|
|
26
26
|
| libheif | LGPLv3 |
|
|
27
27
|
| libimagequant | [BSD 2-Clause](https://github.com/lovell/libimagequant/blob/main/COPYRIGHT) |
|
|
28
|
-
| libnsgif | MIT
|
|
28
|
+
| libnsgif | MIT License |
|
|
29
29
|
| libpng | [libpng License](https://github.com/pnggroup/libpng/blob/master/LICENSE) |
|
|
30
30
|
| librsvg | LGPLv3 |
|
|
31
31
|
| libtiff | [libtiff License](https://gitlab.com/libtiff/libtiff/blob/master/LICENSE.md) (BSD-like) |
|
|
32
|
-
| libultrahdr |
|
|
32
|
+
| libultrahdr | MIT License |
|
|
33
33
|
| libvips | LGPLv3 |
|
|
34
34
|
| libwebp | New BSD License |
|
|
35
|
-
| libxml2 | MIT
|
|
36
|
-
| mozjpeg | [zlib License, IJG License, BSD
|
|
35
|
+
| libxml2 | MIT License |
|
|
36
|
+
| mozjpeg | [zlib License, IJG License, BSD 3-Clause](https://github.com/mozilla/mozjpeg/blob/master/LICENSE.md) |
|
|
37
37
|
| pango | LGPLv3 |
|
|
38
|
-
| pixman | MIT
|
|
38
|
+
| pixman | MIT License |
|
|
39
39
|
| proxy-libintl | LGPLv3 |
|
|
40
|
-
| zlib-ng | [zlib
|
|
40
|
+
| zlib-ng | [zlib License](https://github.com/zlib-ng/zlib-ng/blob/develop/LICENSE.md) |
|
|
41
41
|
|
|
42
42
|
Use of libraries under the terms of the LGPLv3 is via the
|
|
43
43
|
"any later version" clause of the LGPLv2 or LGPLv2.1.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@img/sharp-libvips-win32-x64",
|
|
3
|
-
"version": "1.3.0-rc.
|
|
3
|
+
"version": "1.3.0-rc.7",
|
|
4
4
|
"description": "Prebuilt libvips and dependencies for use with sharp on Windows x64",
|
|
5
5
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
6
6
|
"homepage": "https://sharp.pixelplumbing.com",
|