Package Licenses
MIT
Dependency Licenses
MIT47
Package | Relation | Dependencies | Published |
---|---|---|---|
@gar/promisify • 1.1.3Promisify an entire class or object | INDIRECT | 0 | |
@npmcli/move-file • 2.0.1move a file (fork of move-file) | INDIRECT | 13 | |
@tootallnate/once • 2.0.0Creates a Promise that waits for a single event | INDIRECT | 0 | |
agent-base • 6.0.2Turn a function into an `http.Agent` instance | INDIRECT | 2 | |
agentkeepalive • 4.6.0Missing keepalive http.Agent | INDIRECT | 2 | |
aggregate-error • 3.1.0Create an error from multiple errors | INDIRECT | 2 | |
ansi-regex • 5.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
clean-stack • 2.2.0Clean up error stack traces | INDIRECT | 0 | |
concat-map • 0.0.1concatenative mapdashery | INDIRECT | 0 | |
debug • 4.4.0Lightweight debugging utility for Node.js and the browser | INDIRECT | 1 | |
delegates • 1.0.0delegate methods and accessors to another property | INDIRECT | 0 | |
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
encoding • 0.1.13Convert encodings, uses iconv-lite | INDIRECT | 2 | |
env-paths • 2.2.1Get paths for storing things like data, config, cache, etc | DIRECT | 0 | |
err-code • 2.0.3Create an error with a code | INDIRECT | 0 | |
http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTP | INDIRECT | 4 | |
https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPS | INDIRECT | 3 | |
humanize-ms • 1.2.1transform humanize time to ms | INDIRECT | 1 | |
iconv-lite • 0.6.3Convert character encodings in pure javascript. | INDIRECT | 1 | |
imurmurhash • 0.1.4An incremental implementation of MurmurHash3 | INDIRECT | 0 | |
indent-string • 4.0.0Indent each line in a string | INDIRECT | 0 | |
ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser. | INDIRECT | 2 | |
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
is-lambda • 1.0.1Detect if your code is running on an AWS Lambda server | INDIRECT | 0 | |
jsbn • 1.1.0The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers. | INDIRECT | 0 | |
minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. | INDIRECT | 2 | |
mkdirp • 1.0.4Recursively mkdir, like `mkdir -p` | INDIRECT | 0 | |
ms • 2.1.3Tiny millisecond conversion utility | INDIRECT | 0 | |
negotiator • 0.6.4HTTP content negotiation | INDIRECT | 0 | |
npm>9.6.7>node-gyp>brace-expansion • 1.1.11Brace expansion as known from sh/bash | INDIRECT | 2 | |
npm>9.6.7>node-gyp>cacache>brace-expansion • 2.0.1Brace expansion as known from sh/bash | INDIRECT | 1 | |
npm>9.6.7>node-gyp>minipass-fetch • 2.1.2An implementation of window.fetch in Node.js using Minipass streams | INDIRECT | 7 | |
npm>9.6.7>node-gyp>readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.js | INDIRECT | 4 | |
p-map • 4.0.0Map over promises concurrently | INDIRECT | 3 | |
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfill | INDIRECT | 0 | |
promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module. | INDIRECT | 2 | |
retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations. | INDIRECT | 0 | |
safe-buffer • 5.2.1Safer Node.js Buffer API | INDIRECT | 0 | |
safer-buffer • 2.1.2Modern Buffer API polyfill without footguns | INDIRECT | 0 | |
smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. | INDIRECT | 0 | |
socks-proxy-agent • 7.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS | INDIRECT | 8 | |
socks • 2.8.3Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. | INDIRECT | 4 | |
string_decoder • 1.3.0The string_decoder module from Node core | INDIRECT | 1 | |
string-width • 4.2.3Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
strip-ansi • 6.0.1Strip ANSI escape codes from a string | INDIRECT | 1 | |
util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 |
ISC45
Package | Relation | Dependencies | Published |
---|---|---|---|
aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly) | INDIRECT | 0 | |
chownr • 2.0.0like `chown -R` | INDIRECT | 0 | |
color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support. | INDIRECT | 0 | |
console-control-strings • 1.1.0A library of cross-platform tested terminal/console command strings for doing things like color and cursor positioning. This is a subset of both ansi and vt100. All control codes included work on both Windows & Unix-like OSes, except where noted. | INDIRECT | 0 | |
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one fails | INDIRECT | 0 | |
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements. | DIRECT | 0 | |
has-unicode • 2.0.1Try to guess if your terminal supports unicode | INDIRECT | 0 | |
infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parent | INDIRECT | 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 | |
isexe • 2.0.0Minimal module to check if a file is executable. | INDIRECT | 0 | |
lru-cache • 7.18.3A cache object that deletes the least-recently-used items. | INDIRECT | 0 | |
minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunk | INDIRECT | 2 | |
minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end' | INDIRECT | 2 | |
minipass-pipeline • 1.2.4create a pipeline of streams using Minipass | INDIRECT | 2 | |
minipass-sized • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expected | INDIRECT | 2 | |
minipass • 5.0.0minimal implementation of a PassThrough stream | INDIRECT | 0 | |
npm>9.6.7>node-gyp>@npmcli/fs • 2.1.2filesystem utilities for the npm cli | INDIRECT | 2 | |
npm>9.6.7>node-gyp>abbrev • 1.1.1Like ruby's abbrev module, but in js | INDIRECT | 0 | |
npm>9.6.7>node-gyp>are-we-there-yet • 3.0.1Keep track of the overall completion of many disparate processes | INDIRECT | 6 | |
npm>9.6.7>node-gyp>cacache • 16.1.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache. | INDIRECT | 41 | |
npm>9.6.7>node-gyp>cacache>glob • 8.1.0a little globber | INDIRECT | 8 | |
npm>9.6.7>node-gyp>cacache>minimatch • 5.1.6a glob matcher in javascript | INDIRECT | 2 | |
npm>9.6.7>node-gyp>fs-minipass • 2.1.0fs read and write streams based on minipass | INDIRECT | 2 | |
npm>9.6.7>node-gyp>gauge • 4.0.4A terminal based horizontal gauge | INDIRECT | 11 | |
npm>9.6.7>node-gyp>glob • 7.2.3a little globber | DIRECT | 10 | |
npm>9.6.7>node-gyp>make-fetch-happen • 10.2.1Opinionated, caching, retrying fetch client | DIRECT | 67 | |
npm>9.6.7>node-gyp>minimatch • 3.1.2a glob matcher in javascript | INDIRECT | 3 | |
npm>9.6.7>node-gyp>minipass • 3.3.6minimal implementation of a PassThrough stream | INDIRECT | 1 | |
npm>9.6.7>node-gyp>nopt • 6.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm. | DIRECT | 1 | |
npm>9.6.7>node-gyp>npmlog • 6.0.2logger for npm | DIRECT | 20 | |
npm>9.6.7>node-gyp>signal-exit • 3.0.7when you want to fire an event no matter how a process exits. | INDIRECT | 0 | |
npm>9.6.7>node-gyp>ssri • 9.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec. | INDIRECT | 2 | |
npm>9.6.7>node-gyp>unique-filename • 2.0.1Generate a unique filename for use in temporary directories or caches. | INDIRECT | 2 | |
npm>9.6.7>node-gyp>unique-slug • 3.0.0Generate a unique character string suitible for use in files and URLs. | INDIRECT | 1 | |
npm>9.6.7>node-gyp>which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH. | DIRECT | 1 | |
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 | INDIRECT | 0 | |
rimraf • 3.0.2A deep deletion module for node (like `rm -rf`) | DIRECT | 11 | |
semver • 7.6.3The semantic version parser used by npm. | DIRECT | 0 | |
set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncate | INDIRECT | 0 | |
tar • 6.2.1tar for node | DIRECT | 7 | |
wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts. | INDIRECT | 5 | |
wrappy • 1.0.2Callback wrapping utility | INDIRECT | 0 | |
yallist • 4.0.0Yet Another Linked List | INDIRECT | 0 |
BSD-2-Clause1
Package | Relation | Dependencies | Published |
---|---|---|---|
http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies | INDIRECT | 0 |
BSD-3-Clause1
Package | Relation | Dependencies | Published |
---|---|---|---|
sprintf-js • 1.1.3JavaScript sprintf implementation | INDIRECT | 0 |