Galerie und tage

This commit is contained in:
2021-11-23 17:56:26 +01:00
parent ff35366279
commit 5f873bee89
4693 changed files with 149659 additions and 301447 deletions

View File

@@ -1,34 +1,42 @@
{
"name": "imagemin-optipng",
"version": "7.1.0",
"description": "Imagemin plugin for OptiPNG",
"license": "MIT",
"repository": "imagemin/imagemin-optipng",
"engines": {
"node": ">=8"
},
"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": "^6.0.0"
},
"devDependencies": {
"ava": "^2.4.0",
"xo": "^0.25.3"
}
"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"
}
}