yingzi 560ebdb4b8 修改 2 vuotta sitten
..
lib a6e36702ec 2023-3-1 2 vuotta sitten
node_modules 560ebdb4b8 修改 2 vuotta sitten
CHANGELOG.md a6e36702ec 2023-3-1 2 vuotta sitten
LICENSE a6e36702ec 2023-3-1 2 vuotta sitten
README.md a6e36702ec 2023-3-1 2 vuotta sitten
package.json a6e36702ec 2023-3-1 2 vuotta sitten

README.md

Compress Commons Build Status Build status

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

NPM

Install

npm install compress-commons --save

You can also use npm install https://github.com/archiverjs/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.