{ "name": "sharp", "version": "0.15.1", "author": "Lovell Fuller ", "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 " ], "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "scripts": { "clean": "rm -rf node_modules/ build/ include/ lib/ coverage/ test/fixtures/output.*", "test": "VIPS_WARNING=0 node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --slow=5000 --timeout=30000 ./test/unit/*.js", "test-win": "node ./node_modules/mocha/bin/mocha --slow=5000 --timeout=60000 ./test/unit/*.js", "test-leak": "./test/leak/leak.sh", "test-packaging": "./packaging/test.sh", "test-clean": "rm -rf coverage/ test/fixtures/output.* && npm install && npm test" }, "main": "index.js", "repository": { "type": "git", "url": "git://github.com/lovell/sharp" }, "keywords": [ "jpeg", "png", "webp", "tiff", "gif", "svg", "dzi", "image", "resize", "thumbnail", "crop", "libvips", "vips" ], "dependencies": { "bluebird": "^3.4.1", "color": "^0.11.3", "nan": "^2.4.0", "semver": "^5.2.0", "request": "^2.73.0", "tar": "^2.2.1" }, "devDependencies": { "async": "^1.5.2", "bufferutil": "^1.2.1", "coveralls": "^2.11.9", "exif-reader": "^1.0.0", "icc": "^0.0.2", "istanbul": "^0.4.4", "mocha": "^2.5.3", "mocha-jshint": "^2.3.1", "node-cpplint": "^0.4.0", "rimraf": "^2.5.3", "unzip": "^0.1.11" }, "license": "Apache-2.0", "config": { "libvips": "8.3.1" }, "engines": { "node": ">=0.10" } }