71 lines
1.3 KiB
JSON
71 lines
1.3 KiB
JSON
{
|
|
"name": "gulp-imagemin",
|
|
"version": "8.0.0",
|
|
"description": "Minify PNG, JPEG, GIF and SVG images",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/gulp-imagemin",
|
|
"funding": "https://github.com/sponsors/sindresorhus",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"engines": {
|
|
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"imagemin",
|
|
"image",
|
|
"img",
|
|
"picture",
|
|
"photo",
|
|
"minify",
|
|
"minifier",
|
|
"compress",
|
|
"png",
|
|
"jpg",
|
|
"jpeg",
|
|
"gif",
|
|
"svg"
|
|
],
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"fancy-log": "^1.3.3",
|
|
"imagemin": "^8.0.1",
|
|
"plugin-error": "^1.0.1",
|
|
"plur": "^4.0.0",
|
|
"pretty-bytes": "^5.6.0",
|
|
"through2-concurrent": "^2.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"get-stream": "^6.0.1",
|
|
"imagemin-pngquant": "^9.0.2",
|
|
"vinyl": "^2.2.1",
|
|
"xo": "^0.44.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"imagemin-gifsicle": "^7.0.0",
|
|
"imagemin-mozjpeg": "^9.0.0",
|
|
"imagemin-optipng": "^8.0.0",
|
|
"imagemin-svgo": "^9.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"gulp": ">=4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"gulp": {
|
|
"optional": true
|
|
}
|
|
}
|
|
}
|