schnee effeckt und fehler Korektur

This commit is contained in:
2023-08-14 17:52:24 +02:00
parent 4a843d4936
commit 79af4e9907
6813 changed files with 343821 additions and 356128 deletions

View File

@@ -1,42 +1,34 @@
{
"name": "imagemin-optipng",
"version": "4.3.0",
"description": "optipng imagemin plugin",
"license": "MIT",
"repository": "imagemin/imagemin-optipng",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"compress",
"gulpplugin",
"image",
"imageminplugin",
"img",
"minify",
"optimize",
"optipng",
"png"
],
"dependencies": {
"exec-buffer": "^2.0.0",
"is-png": "^1.0.0",
"optipng-bin": "^3.0.0",
"through2": "^0.6.1"
},
"devDependencies": {
"ava": "^0.0.4",
"vinyl-file": "^1.1.0"
}
"name": "imagemin-optipng",
"version": "8.0.0",
"description": "Imagemin plugin for OptiPNG",
"license": "MIT",
"repository": "imagemin/imagemin-optipng",
"engines": {
"node": ">=10"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"imageminplugin",
"compress",
"image",
"minify",
"optimize",
"optipng",
"png"
],
"dependencies": {
"exec-buffer": "^3.0.0",
"is-png": "^2.0.0",
"optipng-bin": "^7.0.0"
},
"devDependencies": {
"ava": "^3.8.0",
"xo": "^0.30.0"
}
}