{
	"name": "gulp-decompress",
	"version": "3.0.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": ">=10"
	},
	"scripts": {
		"test": "xo && ava"
	},
	"files": [
		"index.js"
	],
	"keywords": [
		"bz2",
		"bzip2",
		"decompress",
		"extract",
		"gulpplugin",
		"tar",
		"tar.bz",
		"tar.gz",
		"unzip",
		"zip"
	],
	"dependencies": {
		"archive-type": "^4.0.0",
		"decompress": "^4.0.0",
		"plugin-error": "^1.0.1",
		"readable-stream": "^3.4.0",
		"vinyl": "^2.1.0"
	},
	"devDependencies": {
		"ava": "^2.3.0",
		"get-stream": "^5.1.0",
		"is-jpg": "^2.0.0",
		"xo": "^0.24.0"
	}
}
