Описание тега archiverjs
Archiver.js is a streaming interface for archive generation with JavaScript
About
Archiver ships with out of the box support for TAR and ZIP archives.
You can register additional formats with registerFormat.
Usages
var archiver = require('archiver');
var archive = archiver.create('zip', {}); // or archiver('zip', {});
Links