Package Licenses
ISC
Dependency Licenses
MIT31
Package | Relation | Dependencies | Published |
---|---|---|---|
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
bluebird • 3.7.2Full featured Promises/A+ implementation with exceptionally good performance | DIRECT | 0 | |
brace-expansion • 1.1.11Brace expansion as known from sh/bash | INDIRECT | 2 | |
concat-map • 0.0.1concatenative mapdashery | INDIRECT | 0 | |
core-util-is • 1.0.3The `util.is*` functions introduced in Node v0.12. | INDIRECT | 0 | |
iferr • 0.1.5Higher-order functions for easier error handling | INDIRECT | 0 | |
imurmurhash • 0.1.4An incremental implementation of MurmurHash3 | INDIRECT | 0 | |
isarray • 1.0.0Array#isArray for older browsers | INDIRECT | 0 | |
minimist • 1.2.8parse argument options | INDIRECT | 0 | |
mkdirp • 0.5.6Recursively mkdir, like `mkdir -p` | DIRECT | 1 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>concat-stream • 1.6.2writable stream that concatenates strings or binary data and calls a callback with the result | INDIRECT | 10 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>concat-stream>buffer-from • 1.0.0A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. | INDIRECT | 0 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>concat-stream>typedarray • 0.0.6TypedArray polyfill for old browsers | INDIRECT | 0 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>duplexify • 3.5.4Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input | INDIRECT | 12 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>duplexify>stream-shift • 1.0.0Returns the next buffer/object in a stream's readable queue | INDIRECT | 0 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>end-of-stream • 1.4.1Call a callback when a readable/writable/duplex stream has completed or failed. | INDIRECT | 2 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>flush-write-stream • 1.0.3A write stream constructor that supports a flush function that is called before finish is emitted | INDIRECT | 8 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>from2 • 2.3.0Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" | INDIRECT | 8 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>parallel-transform • 1.1.0Transform stream that allows you to run your transforms in parallel without changing the order | INDIRECT | 9 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>pump • 2.0.1pipe streams together and close all of them if one of them closes | INDIRECT | 3 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>pumpify • 1.4.0Combine an array of streams into a single duplex stream using pump and duplexify | INDIRECT | 14 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>stream-each • 1.2.2Iterate all the data in a stream | INDIRECT | 4 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>stream-each>stream-shift • 1.0.0Returns the next buffer/object in a stream's readable queue | INDIRECT | 0 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>through2 • 2.0.3A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise | INDIRECT | 9 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>through2>xtend • 4.0.1extend like a boss | INDIRECT | 0 | |
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | INDIRECT | 0 | |
process-nextick-args • 2.0.1process.nextTick but always with args | INDIRECT | 0 | |
readable-stream • 2.3.8Streams3, a user-land copy of the stream library from Node.js | INDIRECT | 7 | |
safe-buffer • 5.1.2Safer Node.js Buffer API | INDIRECT | 0 | |
string_decoder • 1.1.1The string_decoder module from Node core | INDIRECT | 1 | |
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 |
ISC23
Package | Relation | Dependencies | Published |
---|---|---|---|
aproba • 1.2.0A ridiculously light-weight argument validator (now browser friendly) | INDIRECT | 0 | |
chownr • 1.1.4like `chown -R` | DIRECT | 0 | |
copy-concurrently • 1.0.5Promises of copies of files, directories and symlinks, with concurrency controls and win32 junction fallback. | INDIRECT | 27 | |
fs-write-stream-atomic • 1.0.10Like `fs.createWriteStream(...)`, but atomic. | INDIRECT | 11 | |
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one fails | INDIRECT | 0 | |
glob • 7.2.3a little globber | DIRECT | 10 | |
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements. | DIRECT | 0 | |
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplication | INDIRECT | 2 | |
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits() | INDIRECT | 0 | |
lru-cache • 4.1.5A cache object that deletes the least-recently-used items. | DIRECT | 2 | |
minimatch • 3.1.2a glob matcher in javascript | INDIRECT | 3 | |
move-concurrently • 1.0.1Promises of moves of files or directories with rename, falling back to recursive rename/copy on EXDEV errors, with configurable concurrency and win32 junction support. | DIRECT | 28 | |
npm>6.0.1>npm-profile>make-fetch-happen>cacache>y18n • 4.0.0the bare-bones internationalization library used by yargs | DIRECT | 0 | |
once • 1.4.0Run a function exactly one time | INDIRECT | 1 | |
promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplication | DIRECT | 0 | |
pseudomap • 1.0.2A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available. | INDIRECT | 0 | |
rimraf • 2.7.1A deep deletion module for node (like `rm -rf`) | DIRECT | 11 | |
run-queue • 1.0.3A promise based, dynamic priority queue runner, with concurrency limiting. | INDIRECT | 1 | |
ssri • 5.3.0Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec. | DIRECT | 1 | |
unique-filename • 1.1.1Generate a unique filename for use in temporary directories or caches. | DIRECT | 2 | |
unique-slug • 2.0.2Generate a unique character string suitible for use in files and URLs. | INDIRECT | 1 | |
wrappy • 1.0.2Callback wrapping utility | INDIRECT | 0 | |
yallist • 2.1.2Yet Another Linked List | INDIRECT | 0 |
BSD-2-Clause1
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi • 2.0.0a collection of useful streams | DIRECT | 26 |
unknown1
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>6.0.1>npm-profile>make-fetch-happen>cacache>mississippi>parallel-transform>cyclist • 0.2.2Cyclist is an efficient cyclic list implemention. | INDIRECT | 0 |