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

68
node_modules/is-png/package.json generated vendored
View File

@@ -1,59 +1,31 @@
{
"_from": "is-png@^2.0.0",
"_id": "is-png@2.0.0",
"_inBundle": false,
"_integrity": "sha512-4KPGizaVGj2LK7xwJIz8o5B2ubu1D/vcQsgOGFEDlpcvgZHto4gBnyd0ig7Ws+67ixmwKoNmu0hYnpo6AaKb5g==",
"_location": "/is-png",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-png@^2.0.0",
"name": "is-png",
"escapedName": "is-png",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/imagemin-optipng"
],
"_resolved": "https://registry.npmjs.org/is-png/-/is-png-2.0.0.tgz",
"_shasum": "ee8cbc9e9b050425cedeeb4a6fb74a649b0a4a8d",
"_spec": "is-png@^2.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/imagemin-optipng",
"name": "is-png",
"version": "1.1.0",
"description": "Check if a Buffer/Uint8Array is a PNG image",
"license": "MIT",
"repository": "sindresorhus/is-png",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-png/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a Buffer/Uint8Array is a PNG image",
"devDependencies": {
"@types/node": "^11.13.5",
"ava": "^1.4.1",
"read-chunk": "^3.2.0",
"tsd": "^0.7.2",
"xo": "^0.24.0"
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js",
"index.d.ts"
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-png#readme",
"keywords": [
"png",
"portable",
"network",
"graphics",
"image",
"img",
"pic",
"picture",
"photo",
"type",
@@ -65,14 +37,8 @@
"buffer",
"uint8array"
],
"license": "MIT",
"name": "is-png",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-png.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "2.0.0"
"devDependencies": {
"mocha": "*",
"read-chunk": "^1.0.0"
}
}