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

View File

@@ -1,80 +1,33 @@
{
"_from": "exec-buffer@^3.0.0",
"_id": "exec-buffer@3.2.0",
"_inBundle": false,
"_integrity": "sha512-wsiD+2Tp6BWHoVv3B+5Dcx6E7u5zky+hUwOHjuH2hKSLR3dvRmX8fk8UD8uqQixHs4Wk6eDmiegVrMPjKj7wpA==",
"_location": "/exec-buffer",
"_phantomChildren": {
"is-stream": "1.1.0",
"lru-cache": "4.1.5",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"shebang-command": "1.2.0",
"signal-exit": "3.0.3",
"strip-eof": "1.0.0",
"which": "1.3.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "exec-buffer@^3.0.0",
"name": "exec-buffer",
"escapedName": "exec-buffer",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/imagemin-optipng"
],
"_resolved": "https://registry.npmjs.org/exec-buffer/-/exec-buffer-3.2.0.tgz",
"_shasum": "b1686dbd904c7cf982e652c1f5a79b1e5573082b",
"_spec": "exec-buffer@^3.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/imagemin-optipng",
"name": "exec-buffer",
"version": "2.0.1",
"description": "Run a buffer through a child process",
"license": "MIT",
"repository": "kevva/exec-buffer",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/exec-buffer/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^0.7.0",
"p-finally": "^1.0.0",
"pify": "^3.0.0",
"rimraf": "^2.5.4",
"tempfile": "^2.0.0"
},
"deprecated": false,
"description": "Run a buffer through a child process",
"devDependencies": {
"ava": "*",
"gifsicle": "^3.0.4",
"is-gif": "^1.0.0",
"path-exists": "^3.0.0",
"xo": "*"
},
"engines": {
"node": ">=4"
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/exec-buffer#readme",
"keywords": [
"buffer",
"exec"
],
"license": "MIT",
"name": "exec-buffer",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/exec-buffer.git"
"dependencies": {
"rimraf": "^2.2.6",
"tempfile": "^1.0.0"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.2.0"
"devDependencies": {
"ava": "^0.0.4",
"gifsicle": "^2.0.0"
}
}