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

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

@@ -1,45 +1,60 @@
{
"name": "optipng-bin",
"version": "6.0.0",
"description": "OptiPNG wrapper that makes it seamlessly available as a local dependency",
"license": "MIT",
"repository": "imagemin/optipng-bin",
"bin": {
"optipng": "cli.js"
},
"engines": {
"node": ">=8"
},
"scripts": {
"postinstall": "node lib/install.js",
"test": "xo && ava"
},
"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",
"logalot": "^2.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
"bin-check": "^4.0.1",
"compare-size": "^3.0.0",
"execa": "^1.0.0",
"tempy": "^0.3.0",
"xo": "^0.24.0"
}
"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": "*"
}
}