File: /var/www/linde-ai/html/node_modules/imagemin/package.json
{
"_from": "imagemin@8.0.1",
"_id": "imagemin@8.0.1",
"_inBundle": false,
"_integrity": "sha512-Q/QaPi+5HuwbZNtQRqUVk6hKacI6z9iWiCSQBisAv7uBynZwO7t1svkryKl7+iSQbkU/6t9DWnHz04cFs2WY7w==",
"_location": "/imagemin",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "imagemin@8.0.1",
"name": "imagemin",
"escapedName": "imagemin",
"rawSpec": "8.0.1",
"saveSpec": null,
"fetchSpec": "8.0.1"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/imagemin/-/imagemin-8.0.1.tgz",
"_shasum": "8b29ecb78197d8f0eac6a782f2e6b38fb3780d9e",
"_spec": "imagemin@8.0.1",
"_where": "C:\\xampp\\htdocs\\linde-ai\\html",
"bugs": {
"url": "https://github.com/imagemin/imagemin/issues"
},
"bundleDependencies": false,
"dependencies": {
"file-type": "^16.5.3",
"globby": "^12.0.0",
"graceful-fs": "^4.2.8",
"junk": "^3.1.0",
"p-pipe": "^4.0.0",
"replace-ext": "^2.0.0",
"slash": "^3.0.0"
},
"deprecated": false,
"description": "Minify images seamlessly",
"devDependencies": {
"ava": "^3.15.0",
"del": "^6.0.0",
"imagemin-jpegtran": "^7.0.0",
"imagemin-svgo": "^9.0.0",
"imagemin-webp": "^6.0.0",
"is-jpg": "^2.0.0",
"tempy": "^1.0.1",
"xo": "^0.43.0"
},
"engines": {
"node": ">=12"
},
"exports": "./index.js",
"files": [
"index.js"
],
"homepage": "https://github.com/imagemin/imagemin#readme",
"keywords": [
"minify",
"compress",
"image",
"images",
"jpeg",
"jpg",
"png",
"gif",
"svg"
],
"license": "MIT",
"name": "imagemin",
"repository": {
"type": "git",
"url": "git+https://github.com/imagemin/imagemin.git"
},
"scripts": {
"test": "xo && ava"
},
"type": "module",
"version": "8.0.1"
}