mirror of
https://github.com/lovell/sharp.git
synced 2025-07-18 06:20:14 +02:00
Available as normalize() or normalise(). Normalization takes place in LAB place and thus should not change any colors. Existing alpha channels are preserved untouched by normalization.
62 lines
1.7 KiB
JSON
Executable File
62 lines
1.7 KiB
JSON
Executable File
{
|
|
"name": "sharp",
|
|
"version": "0.10.0",
|
|
"author": "Lovell Fuller <npm@lovell.info>",
|
|
"contributors": [
|
|
"Pierre Inglebert <pierre.inglebert@gmail.com>",
|
|
"Jonathan Ong <jonathanrichardong@gmail.com>",
|
|
"Chanon Sajjamanochai <chanon.s@gmail.com>",
|
|
"Juliano Julio <julianojulio@gmail.com>",
|
|
"Daniel Gasienica <daniel@gasienica.ch>",
|
|
"Julian Walker <julian@fiftythree.com>",
|
|
"Amit Pitaru <pitaru.amit@gmail.com>",
|
|
"Brandon Aaron <hello.brandon@aaron.sh>",
|
|
"Andreas Lind <andreas@one.com>",
|
|
"Maurus Cuelenaere <mcuelenaere@gmail.com>",
|
|
"Linus Unnebäck <linus@folkdatorn.se>",
|
|
"Victor Mateevitsi <mvictoras@gmail.com>",
|
|
"Alaric Holloway <alaric.holloway@gmail.com>",
|
|
"Bernhard K. Weisshuhn <bkw@codingforce.com>"
|
|
],
|
|
"description": "High performance Node.js module to resize JPEG, PNG, WebP and TIFF images using the libvips library",
|
|
"scripts": {
|
|
"test": "VIPS_WARNING=0 node ./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- --slow=5000 --timeout=10000 ./test/unit/*.js"
|
|
},
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/lovell/sharp"
|
|
},
|
|
"keywords": [
|
|
"jpeg",
|
|
"png",
|
|
"webp",
|
|
"tiff",
|
|
"dzi",
|
|
"resize",
|
|
"thumbnail",
|
|
"crop",
|
|
"libvips",
|
|
"vips"
|
|
],
|
|
"dependencies": {
|
|
"bluebird": "^2.9.14",
|
|
"color": "^0.8.0",
|
|
"nan": "^1.6.2",
|
|
"semver": "^4.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "^2.1.0",
|
|
"mocha-jshint": "^1.0.0",
|
|
"istanbul": "^0.3.6",
|
|
"coveralls": "^2.11.2",
|
|
"node-cpplint": "^0.4.0",
|
|
"rimraf": "^2.3.2",
|
|
"async": "^0.9.0"
|
|
},
|
|
"license": "Apache 2.0",
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
}
|
|
}
|