Package Exports
- compress-commons
- compress-commons/lib/archivers/zip/constants
- compress-commons/lib/archivers/zip/util
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (compress-commons) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Compress Commons v0.1.5 
Compress Commons is a library that defines a common interface for working with archives within node.
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.