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,74 +1,45 @@
{
"_from": "decompress-tarbz2@^4.0.0",
"_id": "decompress-tarbz2@4.1.1",
"_inBundle": false,
"_integrity": "sha512-s88xLzf1r81ICXLAVQVzaN6ZmX4A6U4z2nMbOwobxkLoIIfjVMBg7TeguTUXkKeXni795B6y5rnvDw7rxhAq9A==",
"_location": "/decompress-tarbz2",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "decompress-tarbz2@^4.0.0",
"name": "decompress-tarbz2",
"escapedName": "decompress-tarbz2",
"rawSpec": "^4.0.0",
"saveSpec": null,
"fetchSpec": "^4.0.0"
},
"_requiredBy": [
"/decompress"
],
"_resolved": "https://registry.npmjs.org/decompress-tarbz2/-/decompress-tarbz2-4.1.1.tgz",
"_shasum": "3082a5b880ea4043816349f378b56c516be1a39b",
"_spec": "decompress-tarbz2@^4.0.0",
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/decompress",
"name": "decompress-tarbz2",
"version": "3.1.0",
"description": "decompress tar.bz2 plugin",
"license": "MIT",
"repository": "kevva/decompress-tarbz2",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "github.com/kevva"
},
"bugs": {
"url": "https://github.com/kevva/decompress-tarbz2/issues"
},
"bundleDependencies": false,
"dependencies": {
"decompress-tar": "^4.1.0",
"file-type": "^6.1.0",
"is-stream": "^1.1.0",
"seek-bzip": "^1.0.5",
"unbzip2-stream": "^1.0.9"
},
"deprecated": false,
"description": "decompress tar.bz2 plugin",
"devDependencies": {
"ava": "*",
"is-jpg": "^1.0.0",
"xo": "*"
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=4"
"node": ">=0.10.0"
},
"scripts": {
"test": "node test/test.js"
},
"files": [
"index.js"
],
"homepage": "https://github.com/kevva/decompress-tarbz2#readme",
"keywords": [
"bz2",
"decompress",
"decompressplugin",
"extract",
"gulpplugin",
"tar",
"tar.bz2",
"tarbz2"
],
"license": "MIT",
"name": "decompress-tarbz2",
"repository": {
"type": "git",
"url": "git+https://github.com/kevva/decompress-tarbz2.git"
"dependencies": {
"is-bzip2": "^1.0.0",
"object-assign": "^2.0.0",
"seek-bzip": "^1.0.3",
"strip-dirs": "^1.0.0",
"tar-stream": "^1.1.1",
"through2": "^0.6.1",
"vinyl": "^0.4.3"
},
"scripts": {
"test": "xo && ava"
},
"version": "4.1.1"
"devDependencies": {
"ava": "0.0.4",
"is-jpg": "^1.0.0",
"vinyl-file": "^1.1.0"
}
}