gulp-tar
Version:
Create tarball from files
64 lines (63 loc) • 1.07 kB
JSON
{
"name": "gulp-tar",
"version": "4.0.0",
"description": "Create tarball from files",
"license": "MIT",
"repository": "sindresorhus/gulp-tar",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"gulpplugin",
"tar",
"tarball",
"archive",
"archiver",
"compress",
"compression",
"file",
"files",
"stream",
"streams"
],
"dependencies": {
"archiver": "^6.0.1",
"gulp-plugin-extras": "^0.3.0",
"vinyl": "^3.0.0"
},
"devDependencies": {
"ava": "^5.3.1",
"gulp": "^4.0.2",
"gulp-gzip": "^1.4.2",
"p-event": "^6.0.0",
"rimraf": "^5.0.5",
"tar-fs": "^3.0.4",
"vinyl-fs": "^4.0.0",
"xo": "^0.56.0"
},
"peerDependencies": {
"gulp": ">=4"
},
"peerDependenciesMeta": {
"gulp": {
"optional": true
}
},
"ava": {
"serial": true
}
}