For a given file, show compression stats for its content
zipstats can either be used as a command-line application or included as a node package to be used as part of another node process (such as Gulp or Grunt).
$ yarn add -G zipstats
Usage: zipstats [FILENAME]
$ yarn add zipstats --dev
const zipstats = require('zipstats');
console.log(zipstats("file.zip");
Blue Oak License v1.0.0 - A modern alternative to the MIT License.