UNPKG

hotel-sharp

Version:

High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images

88 lines (87 loc) 2.53 kB
{ "name": "hotel-sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP and TIFF images", "version": "0.22.9", "author": "Lovell Fuller <npm@lovell.info>", "homepage": "http://gitlab.corp.qunar.com/hotelfe/qhotel-node-modules/tree/module_sharp-libvips", "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 && cc && npm run test-unit && npm run test-licensing && 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": "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" }, "main": "lib/index.js", "repository": { "type": "git", "url": "git@gitlab.corp.qunar.com:hotelfe/qhotel-node-modules.git" }, "keywords": [ "jpeg", "png", "webp", "tiff", "gif", "svg", "dzi", "image", "resize", "thumbnail", "crop", "embed", "libvips", "vips" ], "dependencies": { "color": "^3.1.1", "detect-libc": "^1.0.3", "fs-copy-file-sync": "^1.1.1", "nan": "^2.13.2", "npmlog": "^4.1.2", "prebuild-install": "^5.3.0", "semver": "^6.0.0", "simple-get": "^3.0.3", "tar": "^4.4.8", "tunnel-agent": "^0.6.0" }, "devDependencies": { "async": "^2.6.2", "cc": "^1.0.2", "decompress-zip": "^0.3.2", "documentation": "^10.0.0", "exif-reader": "^1.0.2", "icc": "^1.0.0", "license-checker": "^25.0.1", "mocha": "^6.1.4", "mock-fs": "^4.9.0", "nyc": "^14.0.0", "prebuild": "^8.2.1", "prebuild-ci": "^3.0.0", "rimraf": "^2.6.3", "semistandard": "^13.0.1" }, "license": "Apache-2.0", "config": { "libvips": "8.7.4" }, "engines": { "node": ">=6" }, "semistandard": { "env": [ "mocha" ] }, "cc": { "linelength": "120", "filter": [ "build/c++11", "build/include", "runtime/indentation_namespace", "runtime/references" ] } }