Source: node-sharp
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-addon-api
 , node-gyp
 , libvips-dev (>= 8.18.2~)
 , node-color
 , node-detect-libc
Standards-Version: 4.7.4
Homepage: https://sharp.pixelplumbing.com/
Vcs-Git: https://salsa.debian.org/js-team/node-sharp.git
Vcs-Browser: https://salsa.debian.org/js-team/node-sharp

Package: node-sharp
Architecture: any
Provides: ${nodejs:Provides}
Depends: ${misc:Depends}
 , ${shlibs:Depends}
 , node-color
 , node-detect-libc
 , nodejs:any
Description: High performance Node.js image processing
 The typical use case for this high speed Node.js module is to
 convert large images in common formats to smaller, web-friendly
 JPEG, PNG, WebP, GIF and AVIF images of varying dimensions.
 Colour spaces, embedded ICC profiles and alpha transparency channels
 are all handled correctly. Lanczos resampling ensures quality is not
 sacrificed for speed.
 .
 As well as image resizing, operations such as rotation, extraction,
 compositing and gamma correction are available.
 .
 Node.js is an event-based server-side JavaScript engine.
