Package Licenses
MIT
Dependency Licenses
MIT143
Package | Relation | Dependencies | Published |
---|---|---|---|
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directory | INDIRECT | 3 | |
@nodelib/fs.stat • 2.0.5Get the status of a file with some features | INDIRECT | 0 | |
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursively | INDIRECT | 6 | |
@oclif/core • 4.2.2base library for oclif CLIs | DIRECT | 64 | |
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminal | INDIRECT | 1 | |
ansi-regex • 5.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
array-union • 2.1.0Create an array of unique values, in order, from the input arrays | INDIRECT | 0 | |
async • 3.2.6Higher-order functions and common patterns for asynchronous code | INDIRECT | 0 | |
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
brace-expansion • 1.1.11Brace expansion as known from sh/bash | INDIRECT | 2 | |
brace-expansion • 2.0.1Brace expansion as known from sh/bash | INDIRECT | 1 | |
braces • 3.0.3Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. | INDIRECT | 3 | |
chalk • 4.1.2Terminal string styling done right | INDIRECT | 5 | |
clean-stack • 3.0.1Clean up error stack traces | INDIRECT | 1 | |
cli-spinners • 2.9.2Spinners for use in the terminal | INDIRECT | 0 | |
color-convert • 2.0.1Plain color conversion functions | INDIRECT | 1 | |
color-name • 1.1.4A list of color names and its values | INDIRECT | 0 | |
concat-map • 0.0.1concatenative mapdashery | INDIRECT | 0 | |
debug • 4.4.0Lightweight debugging utility for Node.js and the browser | DIRECT | 1 | |
dir-glob • 3.0.1Convert directories to glob compatible strings | INDIRECT | 1 | |
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
escape-string-regexp • 4.0.0Escape RegExp special characters | INDIRECT | 0 | |
fast-glob • 3.3.3It's a very fast and efficient glob library for Node.js | INDIRECT | 17 | |
fill-range • 7.1.1Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` | INDIRECT | 2 | |
get-package-type • 0.1.0Determine the `package.json#type` which applies to a location | INDIRECT | 0 | |
globby • 11.1.0User-friendly glob matching | INDIRECT | 23 | |
has-flag • 4.0.0Check if argv has a specific flag | INDIRECT | 0 | |
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. | INDIRECT | 0 | |
indent-string • 4.0.0Indent each line in a string | INDIRECT | 0 | |
is-docker • 2.2.1Check if the process is running inside a Docker container | INDIRECT | 0 | |
is-extglob • 2.1.1Returns true if a string has an extglob. | INDIRECT | 0 | |
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
is-glob • 4.0.3Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet | INDIRECT | 1 | |
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. | INDIRECT | 0 | |
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) | INDIRECT | 1 | |
lilconfig • 3.1.3A zero-dependency alternative to cosmiconfig | INDIRECT | 0 | |
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel. | INDIRECT | 0 | |
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. | INDIRECT | 5 | |
ms • 2.1.3Tiny millisecond conversion utility | INDIRECT | 0 | |
npm-run-path • 5.3.0Get your PATH prepended with locally installed binaries | DIRECT | 1 | |
npm>10.9.2>@isaacs/cliui>ansi-regex • 6.1.0Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
npm>10.9.2>@isaacs/cliui>emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
npm>10.9.2>@isaacs/cliui>string-width • 5.1.2Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
npm>10.9.2>@isaacs/cliui>strip-ansi • 7.1.0Strip ANSI escape codes from a string | INDIRECT | 1 | |
npm>10.9.2>@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()` | INDIRECT | 0 | |
npm>10.9.2>@tufjs/canonical-json • 2.0.0OLPC JSON canonicalization | INDIRECT | 0 | |
npm>10.9.2>agent-base • 7.1.1Turn a function into an `http.Agent` instance | INDIRECT | 2 | |
npm>10.9.2>aggregate-error • 3.1.0Create an error from multiple errors | INDIRECT | 2 | |
npm>10.9.2>ansi-regex • 5.0.1Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
npm>10.9.2>ansi-styles • 6.2.1ANSI escape codes for styling strings in the terminal | INDIRECT | 0 | |
npm>10.9.2>archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipes | INDIRECT | 0 | |
npm>10.9.2>balanced-match • 1.0.2Match balanced character pairs, like "{" and "}" | INDIRECT | 0 | |
npm>10.9.2>binary-extensions • 2.3.0List of binary file extensions | INDIRECT | 0 | |
npm>10.9.2>brace-expansion • 2.0.1Brace expansion as known from sh/bash | INDIRECT | 1 | |
npm>10.9.2>cacache>minizlib • 3.0.1A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. | INDIRECT | 42 | |
npm>10.9.2>cacache>mkdirp • 3.0.1Recursively mkdir, like `mkdir -p` | INDIRECT | 0 | |
npm>10.9.2>cacache>p-map • 7.0.2Map over promises concurrently | INDIRECT | 0 | |
npm>10.9.2>chalk • 5.3.0Terminal string styling done right | INDIRECT | 0 | |
npm>10.9.2>ci-info • 4.1.0Get details about the current Continuous Integration environment | INDIRECT | 0 | |
npm>10.9.2>clean-stack • 2.2.0Clean up error stack traces | INDIRECT | 0 | |
npm>10.9.2>cli-columns • 4.0.0Columnated lists for the CLI. | INDIRECT | 5 | |
npm>10.9.2>color-convert • 2.0.1Plain color conversion functions | INDIRECT | 1 | |
npm>10.9.2>color-name • 1.1.4A list of color names and its values | INDIRECT | 0 | |
npm>10.9.2>cross-spawn • 7.0.6Cross platform child_process#spawn and child_process#spawnSync | INDIRECT | 5 | |
npm>10.9.2>cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. | INDIRECT | 0 | |
npm>10.9.2>debug • 4.3.7Lightweight debugging utility for Node.js and the browser | INDIRECT | 1 | |
npm>10.9.2>eastasianwidth • 0.2.0Get East Asian Width from a character. | INDIRECT | 0 | |
npm>10.9.2>emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
npm>10.9.2>encoding • 0.1.13Convert encodings, uses iconv-lite | INDIRECT | 2 | |
npm>10.9.2>env-paths • 2.2.1Get paths for storing things like data, config, cache, etc | INDIRECT | 0 | |
npm>10.9.2>err-code • 2.0.3Create an error with a code | INDIRECT | 0 | |
npm>10.9.2>fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS. | INDIRECT | 0 | |
npm>10.9.2>http-proxy-agent • 7.0.2An HTTP(s) proxy `http.Agent` implementation for HTTP | INDIRECT | 3 | |
npm>10.9.2>https-proxy-agent • 7.0.5An HTTP(s) proxy `http.Agent` implementation for HTTPS | INDIRECT | 3 | |
npm>10.9.2>iconv-lite • 0.6.3Convert character encodings in pure javascript. | INDIRECT | 1 | |
npm>10.9.2>imurmurhash • 0.1.4An incremental implementation of MurmurHash3 | INDIRECT | 0 | |
npm>10.9.2>indent-string • 4.0.0Indent each line in a string | INDIRECT | 0 | |
npm>10.9.2>ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser. | INDIRECT | 2 | |
npm>10.9.2>ip-regex • 5.0.0Regular expression for matching IP addresses (IPv4 & IPv6) | INDIRECT | 0 | |
npm>10.9.2>is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
npm>10.9.2>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 | |
npm>10.9.2>json-parse-even-better-errors • 4.0.0JSON.parse with context information on error | INDIRECT | 0 | |
npm>10.9.2>jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.js | INDIRECT | 0 | |
npm>10.9.2>just-diff-apply • 5.5.0Apply a diff to an object. Optionally supports jsonPatch protocol | INDIRECT | 0 | |
npm>10.9.2>just-diff • 6.0.2Return an object representing the diffs between two objects. Supports jsonPatch protocol | INDIRECT | 0 | |
npm>10.9.2>make-fetch-happen>negotiator • 1.0.0HTTP content negotiation | INDIRECT | 0 | |
npm>10.9.2>minipass-fetch • 4.0.0An implementation of window.fetch in Node.js using Minipass streams | INDIRECT | 49 | |
npm>10.9.2>minipass-fetch>minizlib • 3.0.1A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. | INDIRECT | 42 | |
npm>10.9.2>minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. | INDIRECT | 2 | |
npm>10.9.2>mkdirp • 1.0.4Recursively mkdir, like `mkdir -p` | INDIRECT | 0 | |
npm>10.9.2>ms • 2.1.3Tiny millisecond conversion utility | INDIRECT | 0 | |
npm>10.9.2>node-gyp • 11.0.0Node.js native addon build tool | INDIRECT | 101 | |
npm>10.9.2>node-gyp>minizlib • 3.0.1A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. | INDIRECT | 42 | |
npm>10.9.2>node-gyp>mkdirp • 3.0.1Recursively mkdir, like `mkdir -p` | INDIRECT | 0 | |
npm>10.9.2>npm-registry-fetch>minizlib • 3.0.1A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. | INDIRECT | 42 | |
npm>10.9.2>p-map • 4.0.0Map over promises concurrently | INDIRECT | 3 | |
npm>10.9.2>path-key • 3.1.1Get the PATH environment variable key cross-platform | INDIRECT | 0 | |
npm>10.9.2>postcss-selector-parser • 6.1.2 | INDIRECT | 2 | |
npm>10.9.2>promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module. | INDIRECT | 2 | |
npm>10.9.2>retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations. | INDIRECT | 0 | |
npm>10.9.2>safer-buffer • 2.1.2Modern Buffer API polyfill without footguns | INDIRECT | 0 | |
npm>10.9.2>shebang-command • 2.0.0Get the command from a shebang | INDIRECT | 1 | |
npm>10.9.2>shebang-regex • 3.0.0Regular expression for matching a shebang line | INDIRECT | 0 | |
npm>10.9.2>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 | |
npm>10.9.2>socks-proxy-agent • 8.0.4A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS | INDIRECT | 8 | |
npm>10.9.2>socks • 2.8.3Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. | INDIRECT | 4 | |
npm>10.9.2>spdx-correct>spdx-expression-parse • 3.0.1parse SPDX license expressions | INDIRECT | 2 | |
npm>10.9.2>spdx-expression-parse • 4.0.0parse SPDX license expressions | INDIRECT | 2 | |
npm>10.9.2>string-width-cjs • 4.2.3Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
npm>10.9.2>string-width • 4.2.3Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
npm>10.9.2>strip-ansi-cjs • 6.0.1Strip ANSI escape codes from a string | INDIRECT | 1 | |
npm>10.9.2>strip-ansi • 6.0.1Strip ANSI escape codes from a string | INDIRECT | 1 | |
npm>10.9.2>supports-color • 9.4.0Detect whether a terminal supports color | INDIRECT | 0 | |
npm>10.9.2>text-table • 0.2.0borderless text tables with alignment | INDIRECT | 0 | |
npm>10.9.2>tiny-relative-date • 1.3.0Tiny function that provides relative, human-readable dates. | INDIRECT | 0 | |
npm>10.9.2>tuf-js • 3.0.1JavaScript implementation of The Update Framework (TUF) | INDIRECT | 91 | |
npm>10.9.2>tuf-js>@tufjs/models • 3.0.1TUF metadata models | INDIRECT | 4 | |
npm>10.9.2>util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser support | INDIRECT | 0 | |
npm>10.9.2>validate-npm-package-license>spdx-expression-parse • 3.0.1parse SPDX license expressions | INDIRECT | 2 | |
npm>10.9.2>wrap-ansi-cjs • 7.0.0Wordwrap a string with ANSI escape codes | INDIRECT | 8 | |
npm>10.9.2>wrap-ansi-cjs>ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminal | INDIRECT | 2 | |
npm>10.9.2>wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codes | INDIRECT | 6 | |
npm>10.9.2>wrap-ansi>ansi-regex • 6.1.0Regular expression for matching ANSI escape codes | INDIRECT | 0 | |
npm>10.9.2>wrap-ansi>emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
npm>10.9.2>wrap-ansi>string-width • 5.1.2Get the visual width of a string - the number of columns required to display it | INDIRECT | 4 | |
npm>10.9.2>wrap-ansi>strip-ansi • 7.1.0Strip ANSI escape codes from a string | INDIRECT | 1 | |
object-treeify • 4.0.1Stringify Object as tree structure | DIRECT | 0 | |
path-key • 4.0.0Get the PATH environment variable key cross-platform | INDIRECT | 0 | |
path-type • 4.0.0Check if a path is a file, directory, or symlink | INDIRECT | 0 | |
picomatch • 2.3.1Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. | INDIRECT | 0 | |
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern engines | INDIRECT | 0 | |
reusify • 1.0.4Reuse objects and functions with style | INDIRECT | 0 | |
run-parallel • 1.2.0Run an array of functions in parallel | INDIRECT | 1 | |
slash • 3.0.0Convert Windows backslash paths to slash paths | INDIRECT | 0 | |
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 | |
supports-color • 7.2.0Detect whether a terminal supports color | INDIRECT | 1 | |
supports-color • 8.1.1Detect whether a terminal supports color | INDIRECT | 1 | |
to-regex-range • 5.0.1Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. | INDIRECT | 1 | |
widest-line • 3.1.0Get the visual width of the widest line in a string - the number of columns required to display it | INDIRECT | 5 | |
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop. | INDIRECT | 0 | |
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codes | INDIRECT | 8 |
ISC115
Package | Relation | Dependencies | Published |
---|---|---|---|
ansis • 3.9.0ANSI colors in terminal output | DIRECT | 0 | |
fastq • 1.18.0Fast, in memory work queue | INDIRECT | 1 | |
glob-parent • 5.1.2Extract the non-magic parent path from a glob string. | INDIRECT | 2 | |
hosted-git-info • 7.0.2Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab | INDIRECT | 1 | |
isexe • 3.1.1Minimal module to check if a file is executable. | INDIRECT | 0 | |
lru-cache • 10.4.3A cache object that deletes the least-recently-used items. | INDIRECT | 0 | |
minimatch • 3.1.2a glob matcher in javascript | INDIRECT | 3 | |
minimatch • 5.1.6a glob matcher in javascript | INDIRECT | 2 | |
minimatch • 9.0.5a glob matcher in javascript | INDIRECT | 2 | |
npm-package-arg • 11.0.3Parse the things that can be arguments to `npm install` | DIRECT | 5 | |
npm>10.9.2>@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfaces | INDIRECT | 22 | |
npm>10.9.2>@isaacs/fs-minipass • 4.0.1fs read and write streams based on minipass | INDIRECT | 1 | |
npm>10.9.2>@isaacs/string-locale-compare • 1.1.0Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwise | INDIRECT | 0 | |
npm>10.9.2>@npmcli/agent • 3.0.0the http/https agent used by the npm cli | INDIRECT | 12 | |
npm>10.9.2>@npmcli/arborist • 8.0.0Manage node_modules trees | INDIRECT | 174 | |
npm>10.9.2>@npmcli/config • 9.0.0Configuration management for the npm cli | INDIRECT | 73 | |
npm>10.9.2>@npmcli/fs • 4.0.0filesystem utilities for the npm cli | INDIRECT | 1 | |
npm>10.9.2>@npmcli/git • 6.0.1a util for spawning git from npm CLI contexts | INDIRECT | 17 | |
npm>10.9.2>@npmcli/installed-package-contents • 3.0.0Get the list of files installed in a package in node_modules, including bundled dependencies | INDIRECT | 2 | |
npm>10.9.2>@npmcli/map-workspaces • 4.0.2Retrieves a name:pathname Map for a given workspaces config | INDIRECT | 68 | |
npm>10.9.2>@npmcli/metavuln-calculator • 8.0.1Calculate meta-vulnerabilities from package security advisories | INDIRECT | 150 | |
npm>10.9.2>@npmcli/metavuln-calculator>pacote • 20.0.0JavaScript package downloader | INDIRECT | 149 | |
npm>10.9.2>@npmcli/name-from-folder • 3.0.0Get the package name from a folder path | INDIRECT | 0 | |
npm>10.9.2>@npmcli/node-gyp • 4.0.0Tools for dealing with node-gyp packages | INDIRECT | 0 | |
npm>10.9.2>@npmcli/package-json • 6.1.0Programmatic API to update package.json | INDIRECT | 66 | |
npm>10.9.2>@npmcli/promise-spawn • 8.0.2spawn processes the way the npm cli likes to do | INDIRECT | 2 | |
npm>10.9.2>@npmcli/query • 4.0.0npm query parser and tools | INDIRECT | 3 | |
npm>10.9.2>@npmcli/redact • 3.0.0Redact sensitive npm information from output | INDIRECT | 0 | |
npm>10.9.2>@npmcli/run-script • 9.0.2Run a lifecycle script for a package (descendant of npm-lifecycle) | INDIRECT | 122 | |
npm>10.9.2>abbrev • 3.0.0Like ruby's abbrev module, but in js | INDIRECT | 0 | |
npm>10.9.2>aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly) | INDIRECT | 0 | |
npm>10.9.2>bin-links • 5.0.0JavaScript package binary linker | INDIRECT | 7 | |
npm>10.9.2>cacache • 19.0.1Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache. | INDIRECT | 62 | |
npm>10.9.2>cacache>tar • 7.4.3tar for node | INDIRECT | 47 | |
npm>10.9.2>chownr • 2.0.0like `chown -R` | INDIRECT | 0 | |
npm>10.9.2>cmd-shim • 7.0.0Used in npm for command line application support | INDIRECT | 0 | |
npm>10.9.2>common-ancestor-path • 1.0.1Find the common ancestor of 2 or more paths on Windows or Unix | INDIRECT | 0 | |
npm>10.9.2>cross-spawn>which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH. | INDIRECT | 1 | |
npm>10.9.2>foreground-child • 3.3.0Run a child as if it's the foreground process. Give it stdio. Exit when it exits. | INDIRECT | 7 | |
npm>10.9.2>fs-minipass • 3.0.3fs read and write streams based on minipass | INDIRECT | 1 | |
npm>10.9.2>glob • 10.4.5the most correct and second fastest glob implementation in JavaScript | INDIRECT | 40 | |
npm>10.9.2>graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements. | INDIRECT | 0 | |
npm>10.9.2>hosted-git-info • 8.0.2Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab | INDIRECT | 1 | |
npm>10.9.2>ignore-walk • 7.0.0Nested/recursive `.gitignore`/`.npmignore` parsing and filtering. | INDIRECT | 3 | |
npm>10.9.2>ini • 5.0.0An ini encoder/decoder for node | INDIRECT | 0 | |
npm>10.9.2>init-package-json • 7.0.2A node module to get your node module started | INDIRECT | 70 | |
npm>10.9.2>isexe • 2.0.0Minimal module to check if a file is executable. | INDIRECT | 0 | |
npm>10.9.2>json-stringify-nice • 1.1.4Stringify an object sorting scalars before objects, and defaulting to 2-space indent | INDIRECT | 0 | |
npm>10.9.2>libnpmaccess • 9.0.0programmatic library for `npm access` commands | INDIRECT | 96 | |
npm>10.9.2>libnpmdiff • 7.0.0The registry diff | INDIRECT | 177 | |
npm>10.9.2>libnpmexec • 9.0.0npm exec (npx) programmatic API | INDIRECT | 178 | |
npm>10.9.2>libnpmfund • 6.0.0Programmatic API for npm fund | INDIRECT | 175 | |
npm>10.9.2>libnpmhook • 11.0.0programmatic API for managing npm registry hooks | INDIRECT | 97 | |
npm>10.9.2>libnpmorg • 7.0.0Programmatic api for `npm org` commands | INDIRECT | 97 | |
npm>10.9.2>libnpmpack • 8.0.0Programmatic API for the bits behind npm pack | INDIRECT | 175 | |
npm>10.9.2>libnpmpublish • 10.0.1Programmatic API for the bits behind npm publish and unpublish | INDIRECT | 114 | |
npm>10.9.2>libnpmsearch • 8.0.0Programmatic API for searching in npm and compatible registries. | INDIRECT | 96 | |
npm>10.9.2>libnpmteam • 7.0.0npm Team management APIs | INDIRECT | 97 | |
npm>10.9.2>libnpmversion • 7.0.0library to do the things that 'npm version' does | INDIRECT | 123 | |
npm>10.9.2>lru-cache • 10.4.3A cache object that deletes the least-recently-used items. | INDIRECT | 0 | |
npm>10.9.2>make-fetch-happen • 14.0.3Opinionated, caching, retrying fetch client | INDIRECT | 88 | |
npm>10.9.2>minimatch • 9.0.5a glob matcher in javascript | INDIRECT | 2 | |
npm>10.9.2>minipass-collect • 2.0.1A Minipass stream that collects all the data into a single chunk | INDIRECT | 1 | |
npm>10.9.2>minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end' | INDIRECT | 2 | |
npm>10.9.2>minipass-flush>minipass • 3.3.6minimal implementation of a PassThrough stream | INDIRECT | 1 | |
npm>10.9.2>minipass-pipeline • 1.2.4create a pipeline of streams using Minipass | INDIRECT | 2 | |
npm>10.9.2>minipass-pipeline>minipass • 3.3.6minimal implementation of a PassThrough stream | INDIRECT | 1 | |
npm>10.9.2>minipass-sized • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expected | INDIRECT | 2 | |
npm>10.9.2>minipass-sized>minipass • 3.3.6minimal implementation of a PassThrough stream | INDIRECT | 1 | |
npm>10.9.2>minipass • 7.1.2minimal implementation of a PassThrough stream | INDIRECT | 0 | |
npm>10.9.2>minizlib>minipass • 3.3.6minimal implementation of a PassThrough stream | INDIRECT | 1 | |
npm>10.9.2>mute-stream • 2.0.0Bytes go in, but they don't come out (when muted). | INDIRECT | 0 | |
npm>10.9.2>node-gyp>tar • 7.4.3tar for node | INDIRECT | 47 | |
npm>10.9.2>nopt • 8.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm. | INDIRECT | 1 | |
npm>10.9.2>nopt>abbrev • 2.0.0Like ruby's abbrev module, but in js | INDIRECT | 0 | |
npm>10.9.2>npm-audit-report • 6.0.0Given a response from the npm security api, render it into a variety of security reports | INDIRECT | 0 | |
npm>10.9.2>npm-bundled • 4.0.0list things in node_modules that are bundledDependencies, or transitive dependencies thereof | INDIRECT | 1 | |
npm>10.9.2>npm-normalize-package-bin • 4.0.0Turn any flavor of allowable package.json bin into a normalized object | INDIRECT | 0 | |
npm>10.9.2>npm-package-arg • 12.0.0Parse the things that can be arguments to `npm install` | INDIRECT | 5 | |
npm>10.9.2>npm-packlist • 9.0.0Get a list of the files to add from a folder into an npm package | INDIRECT | 4 | |
npm>10.9.2>npm-pick-manifest • 10.0.0Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules. | INDIRECT | 8 | |
npm>10.9.2>npm-profile • 11.0.1Library for updating an npmjs.com profile | INDIRECT | 96 | |
npm>10.9.2>npm-registry-fetch • 18.0.2Fetch-based http client for use with npm registry APIs | INDIRECT | 95 | |
npm>10.9.2>pacote • 19.0.1JavaScript package downloader | INDIRECT | 149 | |
npm>10.9.2>parse-conflict-json • 4.0.0Parse a JSON string that has git merge conflicts, resolving if possible | INDIRECT | 3 | |
npm>10.9.2>proc-log • 5.0.0just emit 'log' events on the process object | INDIRECT | 0 | |
npm>10.9.2>proggy • 3.0.0Progress bar updates at a distance | INDIRECT | 0 | |
npm>10.9.2>promise-all-reject-late • 1.0.1Like Promise.all, but save rejections until all promises are resolved | INDIRECT | 0 | |
npm>10.9.2>promise-call-limit • 3.0.2Call an array of promise-returning functions, restricting concurrency to a specified limit. | INDIRECT | 0 | |
npm>10.9.2>promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplication | INDIRECT | 0 | |
npm>10.9.2>promzard • 2.0.0prompting wizardly | INDIRECT | 2 | |
npm>10.9.2>read-cmd-shim • 5.0.0Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink. | INDIRECT | 0 | |
npm>10.9.2>read-package-json-fast • 4.0.0Like read-package-json, but faster | INDIRECT | 2 | |
npm>10.9.2>read • 4.0.0read(1) for node programs | INDIRECT | 1 | |
npm>10.9.2>rimraf • 5.0.10A deep deletion module for node (like `rm -rf`) | INDIRECT | 41 | |
npm>10.9.2>semver • 7.6.3The semantic version parser used by npm. | INDIRECT | 0 | |
npm>10.9.2>signal-exit • 4.1.0when you want to fire an event no matter how a process exits. | INDIRECT | 0 | |
npm>10.9.2>ssri • 12.0.0Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec. | INDIRECT | 1 | |
npm>10.9.2>tar • 6.2.1tar for node | INDIRECT | 8 | |
npm>10.9.2>tar>fs-minipass • 2.1.0fs read and write streams based on minipass | INDIRECT | 2 | |
npm>10.9.2>tar>fs-minipass>minipass • 3.3.6minimal implementation of a PassThrough stream | INDIRECT | 1 | |
npm>10.9.2>tar>minipass • 5.0.0minimal implementation of a PassThrough stream | INDIRECT | 0 | |
npm>10.9.2>treeverse • 3.0.0Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API. | INDIRECT | 0 | |
npm>10.9.2>unique-filename • 4.0.0Generate a unique filename for use in temporary directories or caches. | INDIRECT | 2 | |
npm>10.9.2>unique-slug • 5.0.0Generate a unique character string suitible for use in files and URLs. | INDIRECT | 1 | |
npm>10.9.2>validate-npm-package-name • 6.0.0Give me a string and I'll tell you if it's a valid npm package name | INDIRECT | 0 | |
npm>10.9.2>walk-up-path • 3.0.1Given a path string, return a generator that walks up the path, emitting each dirname. | INDIRECT | 0 | |
npm>10.9.2>which • 5.0.0Like which(1) unix command. Find the first instance of an executable in the PATH. | INDIRECT | 1 | |
npm>10.9.2>which>isexe • 3.1.1Minimal module to check if a file is executable. | INDIRECT | 0 | |
npm>10.9.2>write-file-atomic • 6.0.0Write files in an atomic fashion w/configurable ownership | INDIRECT | 2 | |
npm>10.9.2>yallist • 4.0.0Yet Another Linked List | INDIRECT | 0 | |
proc-log • 4.2.0just emit 'log' events on the process object | INDIRECT | 0 | |
semver • 7.6.3The semantic version parser used by npm. | DIRECT | 0 | |
validate-npm-package-name • 5.0.1Give me a string and I'll tell you if it's a valid npm package name | DIRECT | 0 | |
which • 4.0.0Like which(1) unix command. Find the first instance of an executable in the PATH. | DIRECT | 1 |
Apache-2.013
Package | Relation | Dependencies | Published |
---|---|---|---|
ejs • 3.1.10Embedded JavaScript templates | INDIRECT | 15 | |
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patterns | INDIRECT | 3 | |
jake • 10.9.2JavaScript build tool, similar to Make or Rake | INDIRECT | 14 | |
npm>10.9.2>@sigstore/protobuf-specs • 0.3.2code-signing for npm packages | INDIRECT | 0 | |
npm>10.9.2>@sigstore/tuf • 3.0.0Client for the Sigstore TUF repository | INDIRECT | 93 | |
npm>10.9.2>exponential-backoff • 3.1.1A utility that allows retrying a function with an exponential delay between attempts. | INDIRECT | 0 | |
npm>10.9.2>sigstore • 3.0.0code-signing for npm packages | INDIRECT | 98 | |
npm>10.9.2>sigstore>@sigstore/bundle • 3.0.0Sigstore bundle type | INDIRECT | 1 | |
npm>10.9.2>sigstore>@sigstore/core • 2.0.0Base library for Sigstore | INDIRECT | 0 | |
npm>10.9.2>sigstore>@sigstore/sign • 3.0.0Sigstore signing library | INDIRECT | 92 | |
npm>10.9.2>sigstore>@sigstore/verify • 2.0.0Verification of Sigstore signatures | INDIRECT | 3 | |
npm>10.9.2>spdx-correct • 3.2.0correct invalid SPDX expressions | INDIRECT | 3 | |
npm>10.9.2>validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license string | INDIRECT | 5 |
BSD-2-Clause7
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>10.9.2>cidr-regex • 4.1.1Regular expression for matching IP addresses in CIDR notation | INDIRECT | 1 | |
npm>10.9.2>http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies | INDIRECT | 0 | |
npm>10.9.2>is-cidr • 5.1.0Check if a string is an IP address in CIDR notation | INDIRECT | 2 | |
npm>10.9.2>normalize-package-data • 7.0.0Normalizes data that can be found in package.json files. | INDIRECT | 9 | |
npm>10.9.2>npm-install-checks • 7.1.1Check the engines and platform fields in package.json | INDIRECT | 1 | |
npm>10.9.2>npm-user-validate • 3.0.0User validations for npm | INDIRECT | 0 | |
yarn • 1.22.22📦🐈 Fast, reliable, and secure dependency management. | DIRECT | 0 |
BlueOak-1.0.07
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>10.9.2>cacache>chownr • 3.0.0like `chown -R` | INDIRECT | 0 | |
npm>10.9.2>cacache>yallist • 5.0.0Yet Another Linked List | INDIRECT | 0 | |
npm>10.9.2>jackspeak • 3.4.3A very strict and proper argument parser. | INDIRECT | 24 | |
npm>10.9.2>node-gyp>chownr • 3.0.0like `chown -R` | INDIRECT | 0 | |
npm>10.9.2>node-gyp>yallist • 5.0.0Yet Another Linked List | INDIRECT | 0 | |
npm>10.9.2>package-json-from-dist • 1.0.1Load the local package.json from either src or dist folder | INDIRECT | 0 | |
npm>10.9.2>path-scurry • 1.11.1walk paths fast and efficiently | INDIRECT | 2 |
BSD-3-Clause2
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>10.9.2>diff • 5.2.0A JavaScript text diff implementation. | INDIRECT | 0 | |
npm>10.9.2>sprintf-js • 1.1.3JavaScript sprintf implementation | INDIRECT | 0 |
Artistic-2.01
Package | Relation | Dependencies | Published |
---|---|---|---|
npm • 10.9.2a package manager for JavaScript | DIRECT | 215 |
unknown1
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>10.9.2>qrcode-terminal • 0.12.0QRCodes, in the terminal | INDIRECT | 0 |
CC-BY-3.01
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>10.9.2>spdx-exceptions • 2.5.0list of SPDX standard license exceptions | INDIRECT | 0 |
CC0-1.01
Package | Relation | Dependencies | Published |
---|---|---|---|
npm>10.9.2>spdx-license-ids • 3.0.20A list of SPDX license identifiers | INDIRECT | 0 |
CC0-1.0 OR MIT1
Package | Relation | Dependencies | Published |
---|---|---|---|
type-fest • 0.21.3A collection of essential TypeScript types | INDIRECT | 0 |