UNPKG

7.87 kBJSONView Raw
1{
2 "name": "sharp",
3 "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images",
4 "version": "0.32.2",
5 "author": "Lovell Fuller <npm@lovell.info>",
6 "homepage": "https://github.com/lovell/sharp",
7 "contributors": [
8 "Pierre Inglebert <pierre.inglebert@gmail.com>",
9 "Jonathan Ong <jonathanrichardong@gmail.com>",
10 "Chanon Sajjamanochai <chanon.s@gmail.com>",
11 "Juliano Julio <julianojulio@gmail.com>",
12 "Daniel Gasienica <daniel@gasienica.ch>",
13 "Julian Walker <julian@fiftythree.com>",
14 "Amit Pitaru <pitaru.amit@gmail.com>",
15 "Brandon Aaron <hello.brandon@aaron.sh>",
16 "Andreas Lind <andreas@one.com>",
17 "Maurus Cuelenaere <mcuelenaere@gmail.com>",
18 "Linus Unnebäck <linus@folkdatorn.se>",
19 "Victor Mateevitsi <mvictoras@gmail.com>",
20 "Alaric Holloway <alaric.holloway@gmail.com>",
21 "Bernhard K. Weisshuhn <bkw@codingforce.com>",
22 "Chris Riley <criley@primedia.com>",
23 "David Carley <dacarley@gmail.com>",
24 "John Tobin <john@limelightmobileinc.com>",
25 "Kenton Gray <kentongray@gmail.com>",
26 "Felix Bünemann <Felix.Buenemann@gmail.com>",
27 "Samy Al Zahrani <samyalzahrany@gmail.com>",
28 "Chintan Thakkar <lemnisk8@gmail.com>",
29 "F. Orlando Galashan <frulo@gmx.de>",
30 "Kleis Auke Wolthuizen <info@kleisauke.nl>",
31 "Matt Hirsch <mhirsch@media.mit.edu>",
32 "Matthias Thoemmes <thoemmes@gmail.com>",
33 "Patrick Paskaris <patrick@paskaris.gr>",
34 "Jérémy Lal <kapouer@melix.org>",
35 "Rahul Nanwani <r.nanwani@gmail.com>",
36 "Alice Monday <alice0meta@gmail.com>",
37 "Kristo Jorgenson <kristo.jorgenson@gmail.com>",
38 "YvesBos <yves_bos@outlook.com>",
39 "Guy Maliar <guy@tailorbrands.com>",
40 "Nicolas Coden <nicolas@ncoden.fr>",
41 "Matt Parrish <matt.r.parrish@gmail.com>",
42 "Marcel Bretschneider <marcel.bretschneider@gmail.com>",
43 "Matthew McEachen <matthew+github@mceachen.org>",
44 "Jarda Kotěšovec <jarda.kotesovec@gmail.com>",
45 "Kenric D'Souza <kenric.dsouza@gmail.com>",
46 "Oleh Aleinyk <oleg.aleynik@gmail.com>",
47 "Marcel Bretschneider <marcel.bretschneider@gmail.com>",
48 "Andrea Bianco <andrea.bianco@unibas.ch>",
49 "Rik Heywood <rik@rik.org>",
50 "Thomas Parisot <hi@oncletom.io>",
51 "Nathan Graves <nathanrgraves+github@gmail.com>",
52 "Tom Lokhorst <tom@lokhorst.eu>",
53 "Espen Hovlandsdal <espen@hovlandsdal.com>",
54 "Sylvain Dumont <sylvain.dumont35@gmail.com>",
55 "Alun Davies <alun.owain.davies@googlemail.com>",
56 "Aidan Hoolachan <ajhoolachan21@gmail.com>",
57 "Axel Eirola <axel.eirola@iki.fi>",
58 "Freezy <freezy@xbmc.org>",
59 "Daiz <taneli.vatanen@gmail.com>",
60 "Julian Aubourg <j@ubourg.net>",
61 "Keith Belovay <keith@picthrive.com>",
62 "Michael B. Klein <mbklein@gmail.com>",
63 "Jordan Prudhomme <jordan@raboland.fr>",
64 "Ilya Ovdin <iovdin@gmail.com>",
65 "Andargor <andargor@yahoo.com>",
66 "Paul Neave <paul.neave@gmail.com>",
67 "Brendan Kennedy <brenwken@gmail.com>",
68 "Brychan Bennett-Odlum <git@brychan.io>",
69 "Edward Silverton <e.silverton@gmail.com>",
70 "Roman Malieiev <aromaleev@gmail.com>",
71 "Tomas Szabo <tomas.szabo@deftomat.com>",
72 "Robert O'Rourke <robert@o-rourke.org>",
73 "Guillermo Alfonso Varela Chouciño <guillevch@gmail.com>",
74 "Christian Flintrup <chr@gigahost.dk>",
75 "Manan Jadhav <manan@motionden.com>",
76 "Leon Radley <leon@radley.se>",
77 "alza54 <alza54@thiocod.in>",
78 "Jacob Smith <jacob@frende.me>",
79 "Michael Nutt <michael@nutt.im>",
80 "Brad Parham <baparham@gmail.com>",
81 "Taneli Vatanen <taneli.vatanen@gmail.com>",
82 "Joris Dugué <zaruike10@gmail.com>",
83 "Chris Banks <christopher.bradley.banks@gmail.com>",
84 "Ompal Singh <ompal.hitm09@gmail.com>",
85 "Brodan <christopher.hranj@gmail.com",
86 "Ankur Parihar <ankur.github@gmail.com>",
87 "Brahim Ait elhaj <brahima@gmail.com>",
88 "Mart Jansink <m.jansink@gmail.com>",
89 "Lachlan Newman <lachnewman007@gmail.com>"
90 ],
91 "scripts": {
92 "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)",
93 "clean": "rm -rf node_modules/ build/ vendor/ .nyc_output/ coverage/ test/fixtures/output.*",
94 "test": "npm run test-lint && npm run test-unit && npm run test-licensing && npm run test-types",
95 "test-lint": "semistandard && cpplint",
96 "test-unit": "nyc --reporter=lcov --reporter=text --check-coverage --branches=100 mocha",
97 "test-licensing": "license-checker --production --summary --onlyAllow=\"Apache-2.0;BSD;ISC;MIT\"",
98 "test-leak": "./test/leak/leak.sh",
99 "test-types": "tsd",
100 "docs-build": "node docs/build && node docs/search-index/build",
101 "docs-serve": "cd docs && npx serve",
102 "docs-publish": "cd docs && npx firebase-tools deploy --project pixelplumbing --only hosting:pixelplumbing-sharp"
103 },
104 "main": "lib/index.js",
105 "types": "lib/index.d.ts",
106 "files": [
107 "binding.gyp",
108 "install/**",
109 "lib/**",
110 "src/**"
111 ],
112 "repository": {
113 "type": "git",
114 "url": "git://github.com/lovell/sharp"
115 },
116 "keywords": [
117 "jpeg",
118 "png",
119 "webp",
120 "avif",
121 "tiff",
122 "gif",
123 "svg",
124 "jp2",
125 "dzi",
126 "image",
127 "resize",
128 "thumbnail",
129 "crop",
130 "embed",
131 "libvips",
132 "vips"
133 ],
134 "dependencies": {
135 "color": "^4.2.3",
136 "detect-libc": "^2.0.1",
137 "node-addon-api": "^6.1.0",
138 "prebuild-install": "^7.1.1",
139 "semver": "^7.5.4",
140 "simple-get": "^4.0.1",
141 "tar-fs": "^3.0.4",
142 "tunnel-agent": "^0.6.0"
143 },
144 "devDependencies": {
145 "@types/node": "*",
146 "async": "^3.2.4",
147 "cc": "^3.0.1",
148 "exif-reader": "^1.2.0",
149 "extract-zip": "^2.0.1",
150 "icc": "^3.0.0",
151 "jsdoc-to-markdown": "^8.0.0",
152 "license-checker": "^25.0.1",
153 "mocha": "^10.2.0",
154 "mock-fs": "^5.2.0",
155 "nyc": "^15.1.0",
156 "prebuild": "lovell/prebuild#add-nodejs-20-drop-nodejs-10-and-12",
157 "semistandard": "^16.0.1",
158 "tsd": "^0.28.1"
159 },
160 "license": "Apache-2.0",
161 "config": {
162 "libvips": "8.14.2",
163 "integrity": {
164 "darwin-arm64v8": "sha512-eUuxg6H0tXgX4z2lsaGtZ4cbPAm7yoFgkvPDd4csxoiVt+QUB25pEJwiXw7oB53VlBFIp3O8lbydSFS5zH8MQQ==",
165 "darwin-x64": "sha512-cMT4v76IgzSR0VoXqLk/yftRyzMEZ+SBVMLzXCgqP/lmnYisrpmHHNqrWnoZbUUBXbPXLn6KMultYOJHe/c9ZQ==",
166 "linux-arm64v8": "sha512-OcDJ/ly80pxwaKnw0W91sSvZczPtWsjmzrY/+6NMiQZT84LkmeaRuwErbHhorKDxnl7iZuNn9Uj5V25Xmj+LDQ==",
167 "linux-armv6": "sha512-hk2ohSOYTJEtVQxEQFyQ+tuayKpYqx6NiXa7AE+8MF+yscxt+g+mLJ7TjDqtmb4ttFGH4IVfsEfU2YXIqWqkpg==",
168 "linux-armv7": "sha512-/5Ci2Cd+yLZmTaEt9lVJ89elxX3RMJpps0ESjj43X40yrwka51QfXeg1QV38uNzZpCDIZkrbXZK0lyKldjpLuA==",
169 "linux-x64": "sha512-wjCKmWfBb0uz1UB7rPDLvO0s+VWuoAY/Vv/YGCRFEQUkdSLQUgHExrOMMbOM3FleuYfQqznDYCXXphkl7X44+w==",
170 "linuxmusl-arm64v8": "sha512-QtD2n90yi+rLE65C0gksFUU5uMUFPICI/pS3A0bgthpIcoCejAOYs3ZjVWpZbHQuV/lWahIUYO78MB9CzY860A==",
171 "linuxmusl-x64": "sha512-TokQ/ETCJAsPYuxIMOPYDp25rlcwtpmIMtRUR9PB75TmZEJe7abRfCEInIPYeD8F/HxxnJSLiEdlbn1z1Jfzng==",
172 "win32-arm64v8": "sha512-IIuj4EAgLqEVAoOuYH79C61a7TcJXlU/RBwk+5JsGWc2mr4J/Ar5J01e6XBvU4Lu3eqcU+3GPaACZEa1511buA==",
173 "win32-ia32": "sha512-CsZi7lrReX3B6tmYgOGJ0IiAfcN5APDC6l+3gdosxfTfwpLLO+jXaSmyNwIGeMqrdgckG/gwwc+IrUZmkmjJ/A==",
174 "win32-x64": "sha512-J7znmNKUK4ZKo6SnSnEtzT1xRAwvkGXxIx9/QihAadu1TFdS06yNhcENmwC4973+KZBlAdVpWbZ8sLrEoWkdCA=="
175 },
176 "runtime": "napi",
177 "target": 7
178 },
179 "engines": {
180 "node": ">=14.15.0"
181 },
182 "funding": {
183 "url": "https://opencollective.com/libvips"
184 },
185 "binary": {
186 "napi_versions": [
187 7
188 ]
189 },
190 "semistandard": {
191 "env": [
192 "mocha"
193 ]
194 },
195 "cc": {
196 "linelength": "120",
197 "filter": [
198 "build/include"
199 ]
200 },
201 "tsd": {
202 "directory": "test/types/"
203 }
204}