UNPKG

s3-zip

Version:

Download selected files from an Amazon S3 bucket as a zip file.

44 lines (43 loc) 1.03 kB
{ "name": "s3-zip", "version": "3.3.0", "description": "Download selected files from an Amazon S3 bucket as a zip file.", "main": "s3-zip.js", "scripts": { "test": "standard && tap --cov test/test*.js", "coverage": "npm test -- --cov --coverage-report=lcov" }, "repository": { "type": "git", "url": "https://github.com/orangewise/s3-zip.git" }, "keywords": [ "amazon", "aws", "S3", "zip", "files" ], "author": "Ronald Luitwieler", "license": "MIT", "bugs": { "url": "https://github.com/orangewise/s3-zip/issues" }, "homepage": "https://github.com/orangewise/s3-zip#readme", "dependencies": { "archiver": "^6.0.1", "s3-files": "^3.0.0" }, "devDependencies": { "archiver-zip-encryptable": "^1.0.5", "child_process": "^1.0.2", "concat-stream": "^2.0.0", "proxyquire": "^2.1.3", "sinon": "^16.0.0", "standard": "^17.1.0", "stream-array": "^1.1.2", "tap": "^16.3.8", "tar": "^6.2.0", "yauzl": "^2.10.0" } }