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

61
node_modules/is-jpg/package.json generated vendored
View File

@@ -1,50 +1,23 @@
{
"_from": "is-jpg@^2.0.0",
"_id": "is-jpg@2.0.0",
"_inBundle": false,
"_integrity": "sha1-LhmX+m6RZuqsAkLarkQ0A+TvHZc=",
"_location": "/is-jpg",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "is-jpg@^2.0.0",
"name": "is-jpg",
"escapedName": "is-jpg",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/imagemin-mozjpeg"
],
"_resolved": "https://registry.npmjs.org/is-jpg/-/is-jpg-2.0.0.tgz",
"_shasum": "2e1997fa6e9166eaac0242daae443403e4ef1d97",
"_spec": "is-jpg@^2.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/imagemin-mozjpeg",
"name": "is-jpg",
"version": "1.0.1",
"description": "Check if a Buffer/Uint8Array is a JPEG image",
"license": "MIT",
"repository": "sindresorhus/is-jpg",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/is-jpg/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Check if a Buffer/Uint8Array is a JPEG image",
"devDependencies": {
"ava": "*",
"read-chunk": "^2.1.0",
"xo": "*"
"url": "http://sindresorhus.com"
},
"engines": {
"node": ">=6"
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/is-jpg#readme",
"keywords": [
"jpg",
"jpeg",
@@ -64,14 +37,8 @@
"cli",
"bin"
],
"license": "MIT",
"name": "is-jpg",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/is-jpg.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0"
"devDependencies": {
"mocha": "*",
"read-chunk": "^1.0.0"
}
}