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

44
node_modules/gulp-decompress/package.json generated vendored Normal file
View File

@@ -0,0 +1,44 @@
{
"name": "gulp-decompress",
"version": "1.2.0",
"description": "Extract TAR, TAR.BZ2, TAR.GZ and ZIP archives",
"license": "MIT",
"repository": "kevva/gulp-decompress",
"author": {
"name": "Kevin Mårtensson",
"email": "kevinmartensson@gmail.com",
"url": "https://github.com/kevva"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "xo && node test/test.js"
},
"files": [
"index.js"
],
"keywords": [
"bz2",
"bzip2",
"decompress",
"extract",
"gulpplugin",
"tar",
"tar.bz",
"tar.gz",
"unzip",
"zip"
],
"dependencies": {
"archive-type": "^3.0.0",
"decompress": "^3.0.0",
"gulp-util": "^3.0.1",
"readable-stream": "^2.0.2"
},
"devDependencies": {
"ava": "^0.0.4",
"is-jpg": "^1.0.0",
"xo": "*"
}
}