Galerie und tage
This commit is contained in:
44
node_modules/gulp-decompress/package.json
generated
vendored
Normal file
44
node_modules/gulp-decompress/package.json
generated
vendored
Normal 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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user