tree: 1bfe151ee55a24fbd36fd021d4b83186ad76cfb7 [path history] [tgz]
  1. lib/
  2. node_modules/
  3. LICENSE-MIT
  4. package.json
  5. README.md
node_modules/node-firefox-install-app/node_modules/zip-folder/node_modules/archiver/node_modules/zip-stream/node_modules/compress-commons/README.md

Compress Commons v0.1.6 Build Status

Compress Commons is a library that defines a common interface for working with archives within node.

NPM

Install

npm install compress-commons --save

You can also use npm install https://github.com/ctalkington/node-compress-commons/archive/master.tar.gz to test upcoming versions.

Things of Interest

Credits

Concept inspired by Apache Commons Compress™.

Some logic derived from Apache Commons Compress™ and OpenJDK 7.