This commit is contained in:
2021-11-21 11:18:28 +01:00
parent 7a358eb836
commit 230b10b2a3
9339 changed files with 892519 additions and 62 deletions

34
node_modules/imagemin-optipng/package.json generated vendored Normal file
View File

@@ -0,0 +1,34 @@
{
"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"
}
}