{ "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "version": "0.26.2", "author": "Lovell Fuller ", "homepage": "https://github.com/lovell/sharp", "contributors": [ "Pierre Inglebert ", "Jonathan Ong ", "Chanon Sajjamanochai ", "Juliano Julio ", "Daniel Gasienica ", "Julian Walker ", "Amit Pitaru ", "Brandon Aaron ", "Andreas Lind ", "Maurus Cuelenaere ", "Linus Unnebäck ", "Victor Mateevitsi ", "Alaric Holloway ", "Bernhard K. Weisshuhn ", "Chris Riley ", "David Carley ", "John Tobin ", "Kenton Gray ", "Felix Bünemann ", "Samy Al Zahrani ", "Chintan Thakkar ", "F. Orlando Galashan ", "Kleis Auke Wolthuizen ", "Matt Hirsch ", "Matthias Thoemmes ", "Patrick Paskaris ", "Jérémy Lal ", "Rahul Nanwani ", "Alice Monday ", "Kristo Jorgenson ", "YvesBos ", "Guy Maliar ", "Nicolas Coden ", "Matt Parrish ", "Marcel Bretschneider ", "Matthew McEachen ", "Jarda Kotěšovec ", "Kenric D'Souza ", "Oleh Aleinyk ", "Marcel Bretschneider ", "Andrea Bianco ", "Rik Heywood ", "Thomas Parisot ", "Nathan Graves ", "Tom Lokhorst ", "Espen Hovlandsdal ", "Sylvain Dumont ", "Alun Davies ", "Aidan Hoolachan ", "Axel Eirola ", "Freezy ", "Daiz ", "Julian Aubourg ", "Keith Belovay ", "Michael B. Klein ", "Jordan Prudhomme ", "Ilya Ovdin ", "Andargor ", "Paul Neave ", "Brendan Kennedy ", "Brychan Bennett-Odlum ", "Edward Silverton ", "Roman Malieiev ", "Tomas Szabo ", "Robert O'Rourke " ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node-gyp rebuild && node install/dll-copy)", "clean": "rm -rf node_modules/ build/ vendor/ .nyc_output/ coverage/ test/fixtures/output.*", "test": "semistandard && cpplint && npm run test-unit && npm run test-licensing && node install/prebuild-ci", "test-unit": "nyc --reporter=lcov --branches=99 mocha --slow=5000 --timeout=60000 ./test/unit/*.js", "test-licensing": "license-checker --production --summary --onlyAllow=\"Apache-2.0;BSD;ISC;MIT\"", "test-coverage": "./test/coverage/report.sh", "test-leak": "./test/leak/leak.sh", "docs-build": "documentation lint lib && for m in constructor input resize composite operation colour channel output utility; do documentation build --shallow --format=md --markdown-toc=false lib/$m.js >docs/api-$m.md; done && node docs/search-index/build", "docs-serve": "cd docs && npx serve", "docs-publish": "cd docs && npx firebase-tools deploy --project pixelplumbing --only hosting:pixelplumbing-sharp" }, "main": "lib/index.js", "files": [ "binding.gyp", "install/**", "!install/prebuild-ci.js", "lib/**", "src/**" ], "repository": { "type": "git", "url": "git://github.com/lovell/sharp" }, "keywords": [ "jpeg", "png", "webp", "tiff", "gif", "svg", "dzi", "image", "resize", "thumbnail", "crop", "embed", "libvips", "vips" ], "dependencies": { "color": "^3.1.2", "detect-libc": "^1.0.3", "node-addon-api": "^3.0.2", "npmlog": "^4.1.2", "prebuild-install": "^5.3.5", "semver": "^7.3.2", "simple-get": "^4.0.0", "tar-fs": "^2.1.0", "tunnel-agent": "^0.6.0" }, "devDependencies": { "async": "^3.2.0", "cc": "^2.0.1", "decompress-zip": "^0.3.2", "documentation": "^13.0.2", "exif-reader": "^1.0.3", "icc": "^2.0.0", "license-checker": "^25.0.1", "mocha": "^8.1.1", "mock-fs": "^4.13.0", "nyc": "^15.1.0", "prebuild": "^10.0.1", "rimraf": "^3.0.2", "semistandard": "^14.2.3" }, "license": "Apache-2.0", "config": { "libvips": "8.10.0", "runtime": "napi", "target": 3 }, "engines": { "node": ">=10.16.0" }, "funding": { "url": "https://opencollective.com/libvips" }, "binary": { "napi_versions": [ 3 ] }, "semistandard": { "env": [ "mocha" ] }, "cc": { "linelength": "120", "filter": [ "build/include" ] } }