UNPKG

tar-stream

Version:

tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.

3 lines (2 loc) 72 B
exports.extract = require('./extract') exports.pack = require('./pack')