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

100
node_modules/optipng-bin/package.json generated vendored
View File

@@ -1,60 +1,44 @@
{
"name": "optipng-bin",
"version": "3.1.4",
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency",
"license": "MIT",
"repository": "imagemin/optipng-bin",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"maintainers": [
{
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
{
"name": "Shinnosuke Watanabe",
"url": "github.com/shinnn"
}
],
"engines": {
"node": ">=0.10.0"
},
"bin": {
"optipng": "cli.js"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && mocha --timeout 50000"
},
"files": [
"index.js",
"cli.js",
"lib"
],
"keywords": [
"compress",
"image",
"img",
"minify",
"optimize",
"png"
],
"dependencies": {
"bin-build": "^2.0.0",
"bin-wrapper": "^3.0.0",
"logalot": "^2.0.0"
},
"devDependencies": {
"bin-check": "^1.0.0",
"compare-size": "^1.0.1",
"mkdirp": "^0.5.0",
"mocha": "^2.2.4",
"path-exists": "^1.0.0",
"rimraf": "^2.3.2",
"xo": "*"
}
"name": "optipng-bin",
"version": "7.0.1",
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency",
"license": "MIT",
"repository": "imagemin/optipng-bin",
"bin": {
"optipng": "cli.js"
},
"engines": {
"node": ">=10"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && ava --timeout=120s"
},
"files": [
"index.js",
"cli.js",
"lib",
"vendor/source"
],
"keywords": [
"imagemin",
"compress",
"image",
"minify",
"optimize",
"png",
"optipng"
],
"dependencies": {
"bin-build": "^3.0.0",
"bin-wrapper": "^4.0.0"
},
"devDependencies": {
"ava": "^3.15.0",
"bin-check": "^4.0.1",
"compare-size": "^3.0.0",
"execa": "^5.0.0",
"tempy": "^1.0.0",
"xo": "^0.38.1"
}
}