ubdate
This commit is contained in:
67
node_modules/gulp-imagemin/package.json
generated
vendored
Normal file
67
node_modules/gulp-imagemin/package.json
generated
vendored
Normal file
@@ -0,0 +1,67 @@
|
||||
{
|
||||
"name": "gulp-imagemin",
|
||||
"version": "6.2.0",
|
||||
"description": "Minify PNG, JPEG, GIF and SVG images",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/gulp-imagemin",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=8"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"gulpplugin",
|
||||
"imagemin",
|
||||
"image",
|
||||
"img",
|
||||
"picture",
|
||||
"photo",
|
||||
"minify",
|
||||
"minifier",
|
||||
"compress",
|
||||
"png",
|
||||
"jpg",
|
||||
"jpeg",
|
||||
"gif",
|
||||
"svg"
|
||||
],
|
||||
"dependencies": {
|
||||
"chalk": "^2.4.1",
|
||||
"fancy-log": "^1.3.2",
|
||||
"imagemin": "^7.0.0",
|
||||
"plugin-error": "^1.0.1",
|
||||
"plur": "^3.0.1",
|
||||
"pretty-bytes": "^5.3.0",
|
||||
"through2-concurrent": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "^2.3.0",
|
||||
"get-stream": "^5.1.0",
|
||||
"imagemin-pngquant": "^8.0.0",
|
||||
"vinyl": "^2.2.0",
|
||||
"xo": "^0.24.0"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"imagemin-gifsicle": "^6.0.1",
|
||||
"imagemin-jpegtran": "^6.0.0",
|
||||
"imagemin-optipng": "^7.0.0",
|
||||
"imagemin-svgo": "^7.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"gulp": ">=4"
|
||||
},
|
||||
"peerDependenciesMeta": {
|
||||
"gulp": {
|
||||
"optional": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user