File: /var/www/linde-ai/html/node_modules/mozjpeg/package.json
{
"_from": "mozjpeg@^8.0.0",
"_id": "mozjpeg@8.0.0",
"_inBundle": false,
"_integrity": "sha512-Ca2Yhah9hG0Iutgsn8MOrAl37P9ThnKsJatjXoWdUO+8X8GeG/6ahvHZrTyqvbs6leMww1SauWUCao/L9qBuFQ==",
"_location": "/mozjpeg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "mozjpeg@^8.0.0",
"name": "mozjpeg",
"escapedName": "mozjpeg",
"rawSpec": "^8.0.0",
"saveSpec": null,
"fetchSpec": "^8.0.0"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmjs.org/mozjpeg/-/mozjpeg-8.0.0.tgz",
"_shasum": "cd990d96581626ca64b877146ce22ba00b3b308c",
"_spec": "mozjpeg@^8.0.0",
"_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\imagemin-mozjpeg",
"ava": {
"serial": true
},
"bin": {
"mozjpeg": "cli.js"
},
"bugs": {
"url": "https://github.com/imagemin/mozjpeg-bin/issues"
},
"bundleDependencies": false,
"dependencies": {
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.0"
},
"deprecated": false,
"description": "mozjpeg wrapper that makes it seamlessly available as a local dependency",
"devDependencies": {
"ava": "^3.8.0",
"bin-check": "^4.1.0",
"compare-size": "^3.0.0",
"execa": "^5.1.1",
"tempy": "^2.0.0",
"xo": "^0.45.0"
},
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"exports": "./index.js",
"files": [
"index.js",
"cli.js",
"lib",
"vendor/source"
],
"homepage": "https://github.com/imagemin/mozjpeg-bin#readme",
"keywords": [
"imagemin",
"jpeg",
"jpg",
"img",
"image",
"compress",
"minify",
"mozjpeg",
"optimize"
],
"license": "MIT",
"name": "mozjpeg",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/mozjpeg-bin.git"
},
"scripts": {
"build-linux": "docker build --tag imagemin/mozjpeg docker && docker run --rm --volume $(pwd)/vendor/linux:/src/out imagemin/mozjpeg cp cjpeg /src/out",
"postinstall": "node lib/install.js",
"test": "xo && ava --timeout=120s"
},
"type": "module",
"version": "8.0.0"
}