licenses.dev

download v6.2.5

Download and extract files

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT79
PackageRelationDependenciesPublished
base64-js • 1.5.1Base64 encoding/decoding in pure JSINDIRECT0
bl • 1.2.3Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!INDIRECT9
buffer-alloc-unsafe • 1.1.0A [ponyfill](https://ponyfill.com) for `Buffer.allocUnsafe`.INDIRECT0
buffer-alloc • 1.2.0A [ponyfill](https://ponyfill.com) for `Buffer.alloc`.INDIRECT2
buffer-crc32 • 0.2.13A pure javascript CRC32 algorithm that plays nice with binary dataINDIRECT0
buffer-fill • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.fill`.INDIRECT0
buffer • 5.7.1Node.js Buffer API, for the browserINDIRECT2
caw • 2.0.1Construct HTTP/HTTPS agents for tunneling proxiesDIRECT13
commander • 2.20.3the complete solution for node.js command-line programsINDIRECT0
config-chain • 1.1.13HANDLE CONFIGURATION ONCE AND FOR ALLINDIRECT2
content-disposition • 0.5.4Create and parse Content-Disposition headerDIRECT1
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12.INDIRECT0
decompress-response • 3.3.0Decompress a HTTP response if neededINDIRECT1
decompress-tar • 4.1.1decompress tar pluginINDIRECT22
decompress-tarbz2 • 4.1.1decompress tar.bz2 pluginINDIRECT31
decompress-targz • 4.1.1decompress tar.gz pluginINDIRECT23
decompress-unzip • 4.0.1decompress zip pluginINDIRECT10
decompress • 4.2.1Extracting archives made easyDIRECT49
end-of-stream • 1.4.4Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
escape-string-regexp • 1.0.5Escape RegExp special charactersINDIRECT0
ext-list • 2.2.2List of known file extensions and their MIME typesINDIRECT1
ext-name • 5.0.0Get the file extension and MIME type from a fileDIRECT5
fd-slicer • 1.1.0safely create multiple ReadStream or WriteStream objects from the same file descriptorINDIRECT1
file-type • 3.9.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
file-type • 5.2.0Detect the file type of a Buffer/Uint8ArrayDIRECT0
file-type • 6.2.0Detect the file type of a Buffer/Uint8ArrayINDIRECT0
filename-reserved-regex • 2.0.0Regular expression for matching reserved filename charactersINDIRECT0
filenamify • 2.1.0Convert a string to a valid safe filenameDIRECT4
fs-constants • 1.0.0Require constants across node and the browserINDIRECT0
get-proxy • 2.1.0Get configured proxyINDIRECT5
get-stream • 2.3.1Get a stream as a string, buffer, or arrayINDIRECT3
get-stream • 3.0.0Get a stream as a string, buffer, or arrayDIRECT0
got • 7.1.0Simplified HTTP requestsDIRECT20
has-symbol-support-x • 1.4.2Tests if ES6 Symbol is supported.INDIRECT0
has-to-string-tag-x • 1.4.1Tests if ES6 @@toStringTag is supported.INDIRECT1
is-natural-number • 4.0.1Check if a value is a natural numberINDIRECT0
is-object • 1.0.2Checks whether a value is an objectINDIRECT0
is-plain-obj • 1.1.0Check if a value is a plain objectINDIRECT0
is-retry-allowed • 1.2.0Is retry allowed for Error?INDIRECT0
is-stream • 1.1.0Check if something is a Node.js streamINDIRECT0
isarray • 1.0.0Array#isArray for older browsersINDIRECT0
isurl • 1.0.0Checks whether a value is a WHATWG URL.INDIRECT3
lowercase-keys • 1.0.1Lowercase the keys of an objectINDIRECT0
make-dir • 1.3.0Make a directory and its parents if needed - Think `mkdir -p`DIRECT1
mime-db • 1.53.0Media Type DatabaseINDIRECT0
mimic-response • 1.0.1Mimic a Node.js HTTP response streamINDIRECT0
npm-conf • 1.1.3Get the npm configINDIRECT4
object-assign • 4.1.1ES2015 `Object.assign()` ponyfillINDIRECT0
p-cancelable • 0.3.0Create a promise that can be canceledINDIRECT0
p-event • 1.3.0Promisify an event by waiting for it to be emittedDIRECT2
p-finally • 1.0.0`Promise#finally()` ponyfill - Invoked when the promise is settled regardless of outcomeINDIRECT0
p-timeout • 1.2.1Timeout a promise after a specified amount of timeINDIRECT1
pend • 1.2.0dead-simple optimistic async helperINDIRECT0
pify • 2.3.0Promisify a callback-style functionINDIRECT0
pify • 3.0.0Promisify a callback-style functionDIRECT0
pinkie-promise • 2.0.1ES2015 Promise ponyfillINDIRECT1
pinkie • 2.0.4Itty bitty little widdle twinkie pinkie ES2015 Promise implementationINDIRECT0
prepend-http • 1.0.4Prepend `http://` to humanized URLs like todomvc.com and localhostINDIRECT0
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.jsINDIRECT7
safe-buffer • 5.1.2Safer Node.js Buffer APIINDIRECT0
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
seek-bzip • 1.0.6a pure-JavaScript Node.JS module for random-access decoding bzip2 dataINDIRECT1
sort-keys-length • 1.0.1Sort objecy keys by lengthINDIRECT2
sort-keys • 1.1.2Sort the keys of an objectINDIRECT1
string_decoder • 1.1.1The string_decoder module from Node coreINDIRECT1
strip-dirs • 2.1.0Remove leading directory components from a path, like tar's --strip-components optionINDIRECT1
strip-outer • 1.0.1Strip a substring from the start/end of a stringINDIRECT1
tar-stream • 1.6.2tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.INDIRECT19
through • 2.3.8simplified stream constructionINDIRECT0
timed-out • 4.0.1Emit `ETIMEDOUT` or `ESOCKETTIMEDOUT` when ClientRequest is hangedINDIRECT0
to-buffer • 1.1.1Pass in a string, get a buffer back. Pass in a buffer, get the same buffer backINDIRECT0
trim-repeated • 1.0.0Trim a consecutively repeated substring: foo--bar---baz → foo-bar-bazINDIRECT1
unbzip2-stream • 1.4.3streaming unbzip2 implementation in pure javascript for node and browsersINDIRECT4
url-parse-lax • 1.0.0url.parse() with support for protocol-less URLs & IPsINDIRECT1
url-to-options • 1.0.1Convert a WHATWG URL to an http(s).request options object.INDIRECT0
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
xtend • 4.0.2extend like a bossINDIRECT0
yauzl • 2.10.0yet another unzip library for nodeINDIRECT3
ISC6
PackageRelationDependenciesPublished
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
ini • 1.3.8An ini encoder/decoder for nodeINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
proto-list • 1.2.4A utility for managing a prototype chainINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
BSD-3-Clause2
PackageRelationDependenciesPublished
duplexer3 • 0.1.5Like duplexer but using streams3INDIRECT0
ieee754 • 1.2.1Read/write IEEE754 floating point numbers from/to a Buffer or array-like objectINDIRECT0
Apache-2.01
PackageRelationDependenciesPublished
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 6.2.5 version:

[![licenses](https://licenses.dev/b/npm/download/6.2.5)](https://licenses.dev/npm/download/6.2.5)
<a href="https://licenses.dev/npm/download/6.2.5">
  <img src="https://licenses.dev/b/npm/download/6.2.5" alt="licenses" />
</a>
GitHub