Server IP : 92.205.26.207 / Your IP : 216.73.216.16 Web Server : Apache System : Linux 207.26.205.92.host.secureserver.net 4.18.0-553.60.1.el8_10.x86_64 #1 SMP Thu Jul 10 04:01:16 EDT 2025 x86_64 User : zikryat ( 1002) PHP Version : 8.3.23 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/zikryat/public_html/node_modules/sharp/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{ "name": "sharp", "description": "High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images", "version": "0.32.1", "author": "Lovell Fuller <[email protected]>", "homepage": "https://github.com/lovell/sharp", "contributors": [ "Pierre Inglebert <[email protected]>", "Jonathan Ong <[email protected]>", "Chanon Sajjamanochai <[email protected]>", "Juliano Julio <[email protected]>", "Daniel Gasienica <[email protected]>", "Julian Walker <[email protected]>", "Amit Pitaru <[email protected]>", "Brandon Aaron <[email protected]>", "Andreas Lind <[email protected]>", "Maurus Cuelenaere <[email protected]>", "Linus Unnebäck <[email protected]>", "Victor Mateevitsi <[email protected]>", "Alaric Holloway <[email protected]>", "Bernhard K. Weisshuhn <[email protected]>", "Chris Riley <[email protected]>", "David Carley <[email protected]>", "John Tobin <[email protected]>", "Kenton Gray <[email protected]>", "Felix Bünemann <[email protected]>", "Samy Al Zahrani <[email protected]>", "Chintan Thakkar <[email protected]>", "F. Orlando Galashan <[email protected]>", "Kleis Auke Wolthuizen <[email protected]>", "Matt Hirsch <[email protected]>", "Matthias Thoemmes <[email protected]>", "Patrick Paskaris <[email protected]>", "Jérémy Lal <[email protected]>", "Rahul Nanwani <[email protected]>", "Alice Monday <[email protected]>", "Kristo Jorgenson <[email protected]>", "YvesBos <[email protected]>", "Guy Maliar <[email protected]>", "Nicolas Coden <[email protected]>", "Matt Parrish <[email protected]>", "Marcel Bretschneider <[email protected]>", "Matthew McEachen <[email protected]>", "Jarda Kotěšovec <[email protected]>", "Kenric D'Souza <[email protected]>", "Oleh Aleinyk <[email protected]>", "Marcel Bretschneider <[email protected]>", "Andrea Bianco <[email protected]>", "Rik Heywood <[email protected]>", "Thomas Parisot <[email protected]>", "Nathan Graves <[email protected]>", "Tom Lokhorst <[email protected]>", "Espen Hovlandsdal <[email protected]>", "Sylvain Dumont <[email protected]>", "Alun Davies <[email protected]>", "Aidan Hoolachan <[email protected]>", "Axel Eirola <[email protected]>", "Freezy <[email protected]>", "Daiz <[email protected]>", "Julian Aubourg <[email protected]>", "Keith Belovay <[email protected]>", "Michael B. Klein <[email protected]>", "Jordan Prudhomme <[email protected]>", "Ilya Ovdin <[email protected]>", "Andargor <[email protected]>", "Paul Neave <[email protected]>", "Brendan Kennedy <[email protected]>", "Brychan Bennett-Odlum <[email protected]>", "Edward Silverton <[email protected]>", "Roman Malieiev <[email protected]>", "Tomas Szabo <[email protected]>", "Robert O'Rourke <[email protected]>", "Guillermo Alfonso Varela Chouciño <[email protected]>", "Christian Flintrup <[email protected]>", "Manan Jadhav <[email protected]>", "Leon Radley <[email protected]>", "alza54 <[email protected]>", "Jacob Smith <[email protected]>", "Michael Nutt <[email protected]>", "Brad Parham <[email protected]>", "Taneli Vatanen <[email protected]>", "Joris Dugué <[email protected]>", "Chris Banks <[email protected]>", "Ompal Singh <[email protected]>", "Brodan <[email protected]", "Ankur Parihar <[email protected]>", "Brahim Ait elhaj <[email protected]>", "Mart Jansink <[email protected]>", "Lachlan Newman <[email protected]>" ], "scripts": { "install": "(node install/libvips && node install/dll-copy && prebuild-install) || (node install/can-compile && node-gyp rebuild && node install/dll-copy)", "clean": "rm -rf node_modules/ build/ vendor/ .nyc_output/ coverage/ test/fixtures/output.*", "test": "npm run test-lint && npm run test-unit && npm run test-licensing && npm run test-types", "test-lint": "semistandard && cpplint", "test-unit": "nyc --reporter=lcov --reporter=text --check-coverage --branches=100 mocha", "test-licensing": "license-checker --production --summary --onlyAllow=\"Apache-2.0;BSD;ISC;MIT\"", "test-leak": "./test/leak/leak.sh", "test-types": "tsd", "docs-build": "node docs/build && 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", "types": "lib/index.d.ts", "files": [ "binding.gyp", "install/**", "lib/**", "src/**" ], "repository": { "type": "git", "url": "git://github.com/lovell/sharp" }, "keywords": [ "jpeg", "png", "webp", "avif", "tiff", "gif", "svg", "jp2", "dzi", "image", "resize", "thumbnail", "crop", "embed", "libvips", "vips" ], "dependencies": { "color": "^4.2.3", "detect-libc": "^2.0.1", "node-addon-api": "^6.1.0", "prebuild-install": "^7.1.1", "semver": "^7.5.0", "simple-get": "^4.0.1", "tar-fs": "^2.1.1", "tunnel-agent": "^0.6.0" }, "devDependencies": { "@types/node": "*", "async": "^3.2.4", "cc": "^3.0.1", "exif-reader": "^1.2.0", "extract-zip": "^2.0.1", "icc": "^3.0.0", "jsdoc-to-markdown": "^8.0.0", "license-checker": "^25.0.1", "mocha": "^10.2.0", "mock-fs": "^5.2.0", "nyc": "^15.1.0", "prebuild": "^11.0.4", "semistandard": "^16.0.1", "tsd": "^0.28.1" }, "license": "Apache-2.0", "config": { "libvips": "8.14.2", "integrity": { "darwin-arm64v8": "sha512-eUuxg6H0tXgX4z2lsaGtZ4cbPAm7yoFgkvPDd4csxoiVt+QUB25pEJwiXw7oB53VlBFIp3O8lbydSFS5zH8MQQ==", "darwin-x64": "sha512-cMT4v76IgzSR0VoXqLk/yftRyzMEZ+SBVMLzXCgqP/lmnYisrpmHHNqrWnoZbUUBXbPXLn6KMultYOJHe/c9ZQ==", "linux-arm64v8": "sha512-OcDJ/ly80pxwaKnw0W91sSvZczPtWsjmzrY/+6NMiQZT84LkmeaRuwErbHhorKDxnl7iZuNn9Uj5V25Xmj+LDQ==", "linux-armv6": "sha512-hk2ohSOYTJEtVQxEQFyQ+tuayKpYqx6NiXa7AE+8MF+yscxt+g+mLJ7TjDqtmb4ttFGH4IVfsEfU2YXIqWqkpg==", "linux-armv7": "sha512-/5Ci2Cd+yLZmTaEt9lVJ89elxX3RMJpps0ESjj43X40yrwka51QfXeg1QV38uNzZpCDIZkrbXZK0lyKldjpLuA==", "linux-x64": "sha512-wjCKmWfBb0uz1UB7rPDLvO0s+VWuoAY/Vv/YGCRFEQUkdSLQUgHExrOMMbOM3FleuYfQqznDYCXXphkl7X44+w==", "linuxmusl-arm64v8": "sha512-QtD2n90yi+rLE65C0gksFUU5uMUFPICI/pS3A0bgthpIcoCejAOYs3ZjVWpZbHQuV/lWahIUYO78MB9CzY860A==", "linuxmusl-x64": "sha512-TokQ/ETCJAsPYuxIMOPYDp25rlcwtpmIMtRUR9PB75TmZEJe7abRfCEInIPYeD8F/HxxnJSLiEdlbn1z1Jfzng==", "win32-arm64v8": "sha512-IIuj4EAgLqEVAoOuYH79C61a7TcJXlU/RBwk+5JsGWc2mr4J/Ar5J01e6XBvU4Lu3eqcU+3GPaACZEa1511buA==", "win32-ia32": "sha512-CsZi7lrReX3B6tmYgOGJ0IiAfcN5APDC6l+3gdosxfTfwpLLO+jXaSmyNwIGeMqrdgckG/gwwc+IrUZmkmjJ/A==", "win32-x64": "sha512-J7znmNKUK4ZKo6SnSnEtzT1xRAwvkGXxIx9/QihAadu1TFdS06yNhcENmwC4973+KZBlAdVpWbZ8sLrEoWkdCA==" }, "runtime": "napi", "target": 7 }, "engines": { "node": ">=14.15.0" }, "funding": { "url": "https://opencollective.com/libvips" }, "binary": { "napi_versions": [ 7 ] }, "semistandard": { "env": [ "mocha" ] }, "cc": { "linelength": "120", "filter": [ "build/include" ] }, "tsd": { "directory": "test/types/" } }