s3-express-zip
Version:
Download multiple objects from S3 bucket to zip archive through stream
44 lines (43 loc) • 982 B
JSON
{
"homepage": "https://github.com/rpiveteau/S3-Express-Zip",
"name": "s3-express-zip",
"version": "1.1.0",
"description": "Download multiple objects from S3 bucket to zip archive through stream",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"author": "Romain PIVETEAU",
"license": "ISC",
"dependencies": {
"@types/async": "^3.2.6",
"@types/node": "^15.3.0",
"async": "^3.2.0",
"zip-stream": "^4.1.0"
},
"devDependencies": {
"aws-sdk": "^2.908.0",
"ts-node-dev": "^1.1.6"
},
"repository": {
"type": "git",
"url": "git@github.com:rpiveteau/S3-Express-Zip.git"
},
"bugs": {
"url": "https://github.com/rpiveteau/S3-Express-Zip/issues",
"mail": ""
},
"keywords": [
"s3",
"stream",
"zip",
"express",
"bucket",
"download",
"zipping",
"Content-Length",
"headers"
]
}