licenses.dev

it-tar v4.0.0

it-tar is a streaming tar parser (and maybe a generator in the future) and nothing else. It operates purely using async iterables which means you can easily extract/parse tarballs without ever hitting the file system.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT11
PackageRelationDependenciesPublished
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 5.1.0Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!DIRECT8
buffer • 6.0.3Node.js Buffer API, for the browserDIRECT2
iso-constants • 0.1.2Isomorphic node constants to be used in browsers or node.DIRECT0
it-concat • 2.0.0Concat all buffers/strings yielded from an async iterable into a single BufferList/stringDIRECT9
it-reader • 3.0.0Read an exact number of bytes from a binary (async) iterableDIRECT9
p-defer • 3.0.0Create a deferred promiseDIRECT0
readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
BSD-3-Clause1
PackageRelationDependenciesPublished
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
ISC1
PackageRelationDependenciesPublished
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/it-tar)](https://licenses.dev/npm/it-tar)
<a href="https://licenses.dev/npm/it-tar">
  <img src="https://licenses.dev/b/npm/it-tar" alt="licenses" />
</a>

Or the licenses badge code for the 4.0.0 version:

[![licenses](https://licenses.dev/b/npm/it-tar/4.0.0)](https://licenses.dev/npm/it-tar/4.0.0)
<a href="https://licenses.dev/npm/it-tar/4.0.0">
  <img src="https://licenses.dev/b/npm/it-tar/4.0.0" alt="licenses" />
</a>
GitHub