licenses.dev

@oclif/plugin-plugins v3.1.2

plugins plugin for oclif

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT216
PackageRelationDependenciesPublished
@cspotcode/source-map-support • 0.8.1Fixes stack traces for files with source mapsINDIRECT3
@jridgewell/resolve-uri • 3.1.2Resolve a URI relative to an optional base URIINDIRECT0
@jridgewell/sourcemap-codec • 1.5.0Encode/decode sourcemap mappingsINDIRECT0
@jridgewell/trace-mapping • 0.3.9Trace the original position through a source mapINDIRECT2
@nodelib/fs.scandir • 2.1.5List files and directories inside the specified directoryINDIRECT3
@nodelib/fs.stat • 2.0.5Get the status of a file with some featuresINDIRECT0
@nodelib/fs.walk • 1.2.8A library for efficiently walking a directory recursivelyINDIRECT6
@oclif/color • 1.0.13@oclif/color ============DIRECT10
@oclif/core • 2.16.0base library for oclif CLIsDIRECT101
@tsconfig/node10 • 1.0.11A base TSConfig for working with Node 10.INDIRECT0
@tsconfig/node12 • 1.0.11A base TSConfig for working with Node 12.INDIRECT0
@tsconfig/node14 • 1.0.3A base TSConfig for working with Node 14.INDIRECT0
@tsconfig/node16 • 1.0.4A base TSConfig for working with Node 16.INDIRECT0
@types/cli-progress • 3.11.6TypeScript definitions for cli-progressINDIRECT2
@types/node • 22.5.5TypeScript definitions for nodeINDIRECT1
acorn-walk • 8.3.4ECMAScript (ESTree) AST walkerINDIRECT1
acorn • 8.12.1ECMAScript parserINDIRECT0
ansi-escapes • 4.3.2ANSI escape codes for manipulating the terminalINDIRECT1
ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
ansicolors • 0.3.2Functions that surround a string with ansicolor codes so it prints in color.INDIRECT0
arg • 4.1.3Another simple argument parserINDIRECT0
argparse • 1.0.10Very powerful CLI arguments parser. Native port of argparse - python's options parsing libraryINDIRECT1
array-union • 2.1.0Create an array of unique values, in order, from the input arraysINDIRECT0
astral-regex • 2.0.0Regular expression for matching astral symbolsINDIRECT0
async • 3.2.6Higher-order functions and common patterns for asynchronous codeINDIRECT0
balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
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.INDIRECT3
cardinal • 2.1.1Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.INDIRECT3
chalk • 4.1.2Terminal string styling done rightDIRECT5
clean-stack • 3.0.1Clean up error stack tracesINDIRECT1
cli-progress • 3.12.0easy to use progress-bar for command-line/terminal applicationsINDIRECT5
color-convert • 2.0.1Plain color conversion functionsINDIRECT1
color-name • 1.1.4A list of color names and its valuesINDIRECT0
concat-map • 0.0.1concatenative mapdasheryINDIRECT0
content-type • 1.0.5Create and parse HTTP Content-Type headerINDIRECT0
create-require • 1.1.1Polyfill for Node.js module.createRequire (<= v12.2.0)INDIRECT0
cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
debug • 4.3.7Lightweight debugging utility for Node.js and the browserDIRECT1
dir-glob • 3.0.1Convert directories to glob compatible stringsINDIRECT1
emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
error-ex • 1.3.2Easy error subclassing and stack customizationINDIRECT1
escape-string-regexp • 4.0.0Escape RegExp special charactersINDIRECT0
fast-glob • 3.3.2It's a very fast and efficient glob library for Node.jsINDIRECT17
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`INDIRECT2
fs-extra • 9.1.0fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.DIRECT4
function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
get-package-type • 0.1.0Determine the `package.json#type` which applies to a locationINDIRECT0
globby • 11.1.0User-friendly glob matchingINDIRECT23
has-flag • 4.0.0Check if argv has a specific flagINDIRECT0
hasown • 2.0.2A robust, ES3 compatible, "has own property" predicate.INDIRECT1
hyperlinker • 1.0.0Write hyperlinks in the terminal.INDIRECT0
ignore • 5.3.2Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.INDIRECT0
indent-string • 4.0.0Indent each line in a stringINDIRECT0
interpret • 1.4.0A dictionary of file extensions and associated module loaders.INDIRECT0
is-arrayish • 0.2.1Determines if an object can be used as an arrayINDIRECT0
is-core-module • 2.15.1Is this specifier a node.js core module?INDIRECT2
is-docker • 2.2.1Check if the process is running inside a Docker containerINDIRECT0
is-extglob • 2.1.1Returns true if a string has an extglob.INDIRECT0
is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
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 betINDIRECT1
is-number • 7.0.0Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.INDIRECT0
is-retry-allowed • 1.2.0Is retry allowed for Error?INDIRECT0
is-stream • 2.0.1Check if something is a Node.js streamINDIRECT0
is-wsl • 2.2.0Check if the process is running inside Windows Subsystem for Linux (Bash on Windows)INDIRECT1
js-yaml • 3.14.1YAML 1.2 parser and serializerINDIRECT3
json-parse-better-errors • 1.0.2JSON.parse with context information on errorINDIRECT0
jsonfile • 6.1.0Easily read/write JSON files.INDIRECT2
load-json-file • 5.3.0Read and parse a JSON fileDIRECT8
merge2 • 1.4.1Merge multiple streams into one stream in sequence or parallel.INDIRECT0
micromatch • 4.0.8Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.INDIRECT5
ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
natural-orderby • 2.0.3Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc.INDIRECT0
npm-run-path • 4.0.1Get your PATH prepended with locally installed binariesDIRECT1
npm>9.9.3>@colors/colors • 1.5.0get colors in your node.js consoleINDIRECT0
npm>9.9.3>@gar/promisify • 1.1.3Promisify an entire class or objectINDIRECT0
npm>9.9.3>@isaacs/cliui>ansi-regex • 6.0.1Regular expression for matching ANSI escape codesINDIRECT0
npm>9.9.3>@isaacs/cliui>emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
npm>9.9.3>@isaacs/cliui>string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
npm>9.9.3>@isaacs/cliui>strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
npm>9.9.3>@npmcli/move-file • 2.0.1move a file (fork of move-file)INDIRECT13
npm>9.9.3>@pkgjs/parseargs • 0.11.0Polyfill of future proposal for `util.parseArgs()`INDIRECT0
npm>9.9.3>@tootallnate/once • 2.0.0Creates a Promise that waits for a single eventINDIRECT0
npm>9.9.3>@tufjs/canonical-json • 1.0.0OLPC JSON canonicalizationINDIRECT0
npm>9.9.3>@tufjs/models • 1.0.4TUF metadata modelsINDIRECT4
npm>9.9.3>agent-base • 6.0.2Turn a function into an `http.Agent` instanceINDIRECT2
npm>9.9.3>agentkeepalive • 4.5.0Missing keepalive http.AgentINDIRECT2
npm>9.9.3>aggregate-error • 3.1.0Create an error from multiple errorsINDIRECT2
npm>9.9.3>ansi-regex • 5.0.1Regular expression for matching ANSI escape codesINDIRECT0
npm>9.9.3>ansi-styles • 4.3.0ANSI escape codes for styling strings in the terminalINDIRECT2
npm>9.9.3>archy • 1.0.0render nested hierarchies `npm ls` style with unicode pipesINDIRECT0
npm>9.9.3>balanced-match • 1.0.2Match balanced character pairs, like "{" and "}"INDIRECT0
npm>9.9.3>binary-extensions • 2.2.0List of binary file extensionsINDIRECT0
npm>9.9.3>brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
npm>9.9.3>builtins • 5.0.1List of node.js builtin modulesINDIRECT3
npm>9.9.3>chalk • 5.3.0Terminal string styling done rightINDIRECT0
npm>9.9.3>ci-info • 4.0.0Get details about the current Continuous Integration environmentINDIRECT0
npm>9.9.3>clean-stack • 2.2.0Clean up error stack tracesINDIRECT0
npm>9.9.3>cli-columns • 4.0.0Columnated lists for the CLI.INDIRECT5
npm>9.9.3>cli-table3 • 0.6.3Pretty unicode tables for the command line. Based on the original cli-table.INDIRECT6
npm>9.9.3>clone • 1.0.4deep cloning of objects and arraysINDIRECT0
npm>9.9.3>color-convert • 2.0.1Plain color conversion functionsINDIRECT1
npm>9.9.3>color-name • 1.1.4A list of color names and its valuesINDIRECT0
npm>9.9.3>columnify • 1.6.0Render data in text columns. Supports in-column text-wrap.INDIRECT5
npm>9.9.3>concat-map • 0.0.1concatenative mapdasheryINDIRECT0
npm>9.9.3>cross-spawn • 7.0.3Cross platform child_process#spawn and child_process#spawnSyncINDIRECT5
npm>9.9.3>cssesc • 3.0.0A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.INDIRECT0
npm>9.9.3>debug • 4.3.4Lightweight debugging utility for Node.js and the browserINDIRECT1
npm>9.9.3>debug>ms • 2.1.2Tiny millisecond conversion utilityINDIRECT0
npm>9.9.3>defaults • 1.0.4merge single level defaults over a config objectINDIRECT1
npm>9.9.3>delegates • 1.0.0delegate methods and accessors to another propertyINDIRECT0
npm>9.9.3>eastasianwidth • 0.2.0Get East Asian Width from a character.INDIRECT0
npm>9.9.3>emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
npm>9.9.3>encoding • 0.1.13Convert encodings, uses iconv-liteINDIRECT2
npm>9.9.3>env-paths • 2.2.1Get paths for storing things like data, config, cache, etcINDIRECT0
npm>9.9.3>err-code • 2.0.3Create an error with a codeINDIRECT0
npm>9.9.3>fastest-levenshtein • 1.0.16Fastest Levenshtein distance implementation in JS.INDIRECT0
npm>9.9.3>function-bind • 1.1.2Implementation of Function.prototype.bindINDIRECT0
npm>9.9.3>hasown • 2.0.1A robust, ES3 compatible, "has own property" predicate.INDIRECT1
npm>9.9.3>http-proxy-agent • 5.0.0An HTTP(s) proxy `http.Agent` implementation for HTTPINDIRECT4
npm>9.9.3>https-proxy-agent • 5.0.1An HTTP(s) proxy `http.Agent` implementation for HTTPSINDIRECT3
npm>9.9.3>humanize-ms • 1.2.1transform humanize time to msINDIRECT1
npm>9.9.3>iconv-lite • 0.6.3Convert character encodings in pure javascript.INDIRECT1
npm>9.9.3>imurmurhash • 0.1.4An incremental implementation of MurmurHash3INDIRECT0
npm>9.9.3>indent-string • 4.0.0Indent each line in a stringINDIRECT0
npm>9.9.3>ip-address • 9.0.5A library for parsing IPv4 and IPv6 IP addresses in node and the browser.INDIRECT2
npm>9.9.3>ip-regex • 4.3.0Regular expression for matching IP addresses (IPv4 & IPv6)INDIRECT0
npm>9.9.3>is-core-module • 2.13.1Is this specifier a node.js core module?INDIRECT2
npm>9.9.3>is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidthINDIRECT0
npm>9.9.3>is-lambda • 1.0.1Detect if your code is running on an AWS Lambda serverINDIRECT0
npm>9.9.3>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.INDIRECT0
npm>9.9.3>json-parse-even-better-errors • 3.0.1JSON.parse with context information on errorINDIRECT0
npm>9.9.3>jsonparse • 1.3.1This is a pure-js JSON streaming parser for node.jsINDIRECT0
npm>9.9.3>just-diff-apply • 5.5.0Apply a diff to an object. Optionally supports jsonPatch protocolINDIRECT0
npm>9.9.3>just-diff • 6.0.2Return an object representing the diffs between two objects. Supports jsonPatch protocolINDIRECT0
npm>9.9.3>minipass-fetch • 3.0.4An implementation of window.fetch in Node.js using Minipass streamsINDIRECT9
npm>9.9.3>minipass-json-stream • 1.0.1Like JSONStream, but using Minipass streamsINDIRECT3
npm>9.9.3>minizlib • 2.1.2A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.INDIRECT2
npm>9.9.3>mkdirp • 1.0.4Recursively mkdir, like `mkdir -p`INDIRECT0
npm>9.9.3>ms • 2.1.3Tiny millisecond conversion utilityINDIRECT0
npm>9.9.3>negotiator • 0.6.3HTTP content negotiationINDIRECT0
npm>9.9.3>node-gyp • 9.4.1Node.js native addon build toolINDIRECT107
npm>9.9.3>node-gyp>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
npm>9.9.3>node-gyp>cacache>brace-expansion • 2.0.1Brace expansion as known from sh/bashINDIRECT1
npm>9.9.3>node-gyp>minipass-fetch • 2.1.2An implementation of window.fetch in Node.js using Minipass streamsINDIRECT9
npm>9.9.3>p-map • 4.0.0Map over promises concurrentlyINDIRECT3
npm>9.9.3>path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
npm>9.9.3>path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
npm>9.9.3>postcss-selector-parser • 6.0.15INDIRECT2
npm>9.9.3>promise-retry • 2.0.1Retries a function that returns a promise, leveraging the power of the retry module.INDIRECT2
npm>9.9.3>readable-stream • 3.6.2Streams3, a user-land copy of the stream library from Node.jsINDIRECT4
npm>9.9.3>retry • 0.12.0Abstraction for exponential and custom retry strategies for failed operations.INDIRECT0
npm>9.9.3>rimraf>brace-expansion • 1.1.11Brace expansion as known from sh/bashINDIRECT2
npm>9.9.3>safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
npm>9.9.3>safer-buffer • 2.1.2Modern Buffer API polyfill without footgunsINDIRECT0
npm>9.9.3>shebang-command • 2.0.0Get the command from a shebangINDIRECT1
npm>9.9.3>shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
npm>9.9.3>smart-buffer • 4.2.0smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more.INDIRECT0
npm>9.9.3>socks-proxy-agent • 7.0.0A SOCKS proxy `http.Agent` implementation for HTTP and HTTPSINDIRECT8
npm>9.9.3>socks • 2.8.1Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality.INDIRECT4
npm>9.9.3>spdx-expression-parse • 3.0.1parse SPDX license expressionsINDIRECT2
npm>9.9.3>string_decoder • 1.3.0The string_decoder module from Node coreINDIRECT1
npm>9.9.3>string-width-cjs • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
npm>9.9.3>string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
npm>9.9.3>strip-ansi-cjs • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
npm>9.9.3>strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
npm>9.9.3>supports-color • 9.4.0Detect whether a terminal supports colorINDIRECT0
npm>9.9.3>text-table • 0.2.0borderless text tables with alignmentINDIRECT0
npm>9.9.3>tiny-relative-date • 1.3.0Tiny function that provides relative, human-readable dates.INDIRECT0
npm>9.9.3>tuf-js • 1.1.7JavaScript implementation of The Update Framework (TUF)INDIRECT100
npm>9.9.3>util-deprecate • 1.0.2The Node.js `util.deprecate()` function with browser supportINDIRECT0
npm>9.9.3>wcwidth • 1.0.1Port of C's wcwidth() and wcswidth()INDIRECT2
npm>9.9.3>wrap-ansi-cjs • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
npm>9.9.3>wrap-ansi • 8.1.0Wordwrap a string with ANSI escape codesINDIRECT6
npm>9.9.3>wrap-ansi>ansi-regex • 6.0.1Regular expression for matching ANSI escape codesINDIRECT0
npm>9.9.3>wrap-ansi>ansi-styles • 6.2.1ANSI escape codes for styling strings in the terminalINDIRECT0
npm>9.9.3>wrap-ansi>emoji-regex • 9.2.2A regular expression to match all Emoji-only symbols as per the Unicode Standard.INDIRECT0
npm>9.9.3>wrap-ansi>string-width • 5.1.2Get the visual width of a string - the number of columns required to display itINDIRECT4
npm>9.9.3>wrap-ansi>strip-ansi • 7.1.0Strip ANSI escape codes from a stringINDIRECT1
object-treeify • 1.1.33Stringify Object as tree structureINDIRECT0
parse-json • 4.0.0Parse JSON with more helpful errorsINDIRECT3
path-is-absolute • 1.0.1Node.js 0.12 path.isAbsolute() ponyfillINDIRECT0
path-key • 3.1.1Get the PATH environment variable key cross-platformINDIRECT0
path-parse • 1.0.7Node.js path.parse() ponyfillINDIRECT0
path-type • 4.0.0Check if a path is a file, directory, or symlinkINDIRECT0
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.INDIRECT0
pify • 4.0.1Promisify a callback-style functionINDIRECT0
queue-microtask • 1.2.3fast, tiny `queueMicrotask` shim for modern enginesINDIRECT0
rechoir • 0.6.2Require any supported file as a node module.INDIRECT6
redeyed • 2.1.1Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.INDIRECT1
resolve • 1.22.8resolve like require.resolve() on behalf of files asynchronously and synchronouslyINDIRECT5
reusify • 1.0.4Reuse objects and functions with styleINDIRECT0
run-parallel • 1.2.0Run an array of functions in parallelINDIRECT1
safe-buffer • 5.2.1Safer Node.js Buffer APIINDIRECT0
shebang-command • 2.0.0Get the command from a shebangINDIRECT1
shebang-regex • 3.0.0Regular expression for matching a shebang lineINDIRECT0
slash • 3.0.0Convert Windows backslash paths to slash pathsINDIRECT0
slice-ansi • 4.0.0Slice a string with ANSI escape codesINDIRECT5
string-width • 4.2.3Get the visual width of a string - the number of columns required to display itINDIRECT4
strip-ansi • 6.0.1Strip ANSI escape codes from a stringINDIRECT1
strip-bom • 3.0.0Strip UTF-8 byte order mark (BOM) from a stringINDIRECT0
supports-color • 7.2.0Detect whether a terminal supports colorINDIRECT1
supports-color • 8.1.1Detect whether a terminal supports colorINDIRECT1
supports-hyperlinks • 2.3.0Detect if your terminal emulator supports hyperlinksINDIRECT2
supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag.INDIRECT0
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.INDIRECT1
ts-node • 10.9.2TypeScript execution environment and REPL for node.js, with source map supportINDIRECT16
undici-types • 6.19.8A stand-alone types package for UndiciINDIRECT0
universalify • 2.0.1Make a callback- or promise-based function support both promises and callbacks.INDIRECT0
v8-compile-cache-lib • 3.0.1Require hook for automatic V8 compile cache persistenceINDIRECT0
widest-line • 3.1.0Get the visual width of the widest line in a string - the number of columns required to display itINDIRECT5
wordwrap • 1.0.0Wrap those words. Show them at what columns to start and stop.INDIRECT0
wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codesINDIRECT8
yn • 3.1.1Parse yes/no like valuesINDIRECT0
ISC154
PackageRelationDependenciesPublished
at-least-node • 1.0.0Lightweight Node.js version sniffing/comparisonINDIRECT0
fastq • 1.17.1Fast, in memory work queueINDIRECT1
fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
glob-parent • 5.1.2Extract the non-magic parent path from a glob string.INDIRECT2
glob • 7.2.3a little globberINDIRECT10
graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
http-call • 5.3.0make http requestsDIRECT11
inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
make-error • 1.3.6Make your own error types!INDIRECT0
minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
npm>9.9.3>@isaacs/cliui • 8.0.2easily create complex multi-column command-line-interfacesINDIRECT22
npm>9.9.3>@isaacs/string-locale-compare • 1.1.0Compare strings with Intl.Collator if available, falling back to String.localeCompare otherwiseINDIRECT0
npm>9.9.3>@npmcli/arborist • 6.5.1Manage node_modules treesINDIRECT220
npm>9.9.3>@npmcli/config • 6.4.1Configuration management for the npm cliINDIRECT54
npm>9.9.3>@npmcli/disparity-colors • 3.0.0Colorizes unified diff outputINDIRECT3
npm>9.9.3>@npmcli/fs • 3.1.0filesystem utilities for the npm cliINDIRECT3
npm>9.9.3>@npmcli/git • 4.1.0a util for spawning git from npm CLI contextsINDIRECT19
npm>9.9.3>@npmcli/installed-package-contents • 2.0.2Get the list of files installed in a package in node_modules, including bundled dependenciesINDIRECT2
npm>9.9.3>@npmcli/map-workspaces • 3.0.4Retrieves a name:pathname Map for a given workspaces configINDIRECT44
npm>9.9.3>@npmcli/metavuln-calculator • 5.0.1Calculate meta-vulnerabilities from package security advisoriesINDIRECT194
npm>9.9.3>@npmcli/name-from-folder • 2.0.0Get the package name from a folder pathINDIRECT0
npm>9.9.3>@npmcli/node-gyp • 3.0.0Tools for dealing with node-gyp packagesINDIRECT0
npm>9.9.3>@npmcli/package-json • 4.0.1Programmatic API to update package.jsonINDIRECT69
npm>9.9.3>@npmcli/promise-spawn • 6.0.2spawn processes the way the npm cli likes to doINDIRECT2
npm>9.9.3>@npmcli/query • 3.1.0npm query parser and toolsINDIRECT3
npm>9.9.3>@npmcli/run-script • 6.0.2Run a lifecycle script for a package (descendant of npm-lifecycle)INDIRECT114
npm>9.9.3>abbrev • 2.0.0Like ruby's abbrev module, but in jsINDIRECT0
npm>9.9.3>aproba • 2.0.0A ridiculously light-weight argument validator (now browser friendly)INDIRECT0
npm>9.9.3>are-we-there-yet • 4.0.2Keep track of the overall completion of many disparate processesINDIRECT0
npm>9.9.3>bin-links • 4.0.3JavaScript package binary linkerINDIRECT6
npm>9.9.3>cacache • 17.1.4Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT68
npm>9.9.3>chownr • 2.0.0like `chown -R`INDIRECT0
npm>9.9.3>cmd-shim • 6.0.2Used in npm for command line application supportINDIRECT0
npm>9.9.3>color-support • 1.1.3A module which will endeavor to guess your terminal's level of color support.INDIRECT0
npm>9.9.3>common-ancestor-path • 1.0.1Find the common ancestor of 2 or more paths on Windows or UnixINDIRECT0
npm>9.9.3>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.INDIRECT0
npm>9.9.3>cross-spawn>which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
npm>9.9.3>foreground-child • 3.1.1Run a child as if it's the foreground process. Give it stdio. Exit when it exits.INDIRECT7
npm>9.9.3>fs-minipass • 3.0.3fs read and write streams based on minipassINDIRECT1
npm>9.9.3>fs.realpath • 1.0.0Use node's fs.realpath, but fall back to the JS implementation if the native one failsINDIRECT0
npm>9.9.3>gauge • 5.0.1A terminal based horizontal gaugeINDIRECT11
npm>9.9.3>glob • 10.3.10the most correct and second fastest glob implementation in JavaScriptINDIRECT39
npm>9.9.3>graceful-fs • 4.2.11A drop-in replacement for fs, making various improvements.INDIRECT0
npm>9.9.3>has-unicode • 2.0.1Try to guess if your terminal supports unicodeINDIRECT0
npm>9.9.3>hosted-git-info • 6.1.1Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLabINDIRECT1
npm>9.9.3>ignore-walk • 6.0.4Nested/recursive `.gitignore`/`.npmignore` parsing and filtering.INDIRECT3
npm>9.9.3>infer-owner • 1.0.4Infer the owner of a path based on the owner of its nearest existing parentINDIRECT0
npm>9.9.3>inflight • 1.0.6Add callbacks to requests in flight to avoid async duplicationINDIRECT2
npm>9.9.3>inherits • 2.0.4Browser-friendly inheritance fully compatible with standard node.js inherits()INDIRECT0
npm>9.9.3>ini • 4.1.1An ini encoder/decoder for nodeINDIRECT0
npm>9.9.3>init-package-json • 5.0.0A node module to get your node module startedINDIRECT64
npm>9.9.3>isexe • 2.0.0Minimal module to check if a file is executable.INDIRECT0
npm>9.9.3>json-stringify-nice • 1.1.4Stringify an object sorting scalars before objects, and defaulting to 2-space indentINDIRECT0
npm>9.9.3>libnpmaccess • 7.0.3programmatic library for `npm access` commandsINDIRECT108
npm>9.9.3>libnpmdiff • 5.0.21The registry diffINDIRECT224
npm>9.9.3>libnpmexec • 6.0.5npm exec (npx) programmatic APIINDIRECT224
npm>9.9.3>libnpmfund • 4.2.2Programmatic API for npm fundINDIRECT221
npm>9.9.3>libnpmhook • 9.0.4programmatic API for managing npm registry hooksINDIRECT109
npm>9.9.3>libnpmorg • 5.0.5Programmatic api for `npm org` commandsINDIRECT109
npm>9.9.3>libnpmpack • 5.0.21Programmatic API for the bits behind npm packINDIRECT221
npm>9.9.3>libnpmpublish • 7.5.2Programmatic API for the bits behind npm publish and unpublishINDIRECT126
npm>9.9.3>libnpmsearch • 6.0.3Programmatic API for searching in npm and compatible registries.INDIRECT108
npm>9.9.3>libnpmteam • 5.0.4npm Team management APIsINDIRECT109
npm>9.9.3>libnpmversion • 4.0.3library to do the things that 'npm version' doesINDIRECT123
npm>9.9.3>lru-cache • 7.18.3A cache object that deletes the least-recently-used items.INDIRECT0
npm>9.9.3>make-fetch-happen • 11.1.1Opinionated, caching, retrying fetch clientINDIRECT97
npm>9.9.3>make-fetch-happen>minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
npm>9.9.3>minimatch • 9.0.3a glob matcher in javascriptINDIRECT2
npm>9.9.3>minipass-collect • 1.0.2A Minipass stream that collects all the data into a single chunkINDIRECT2
npm>9.9.3>minipass-collect>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>minipass-flush • 1.0.5A Minipass stream that calls a flush function before emitting 'end'INDIRECT2
npm>9.9.3>minipass-flush>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>minipass-json-stream>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>minipass-pipeline • 1.2.4create a pipeline of streams using MinipassINDIRECT2
npm>9.9.3>minipass-pipeline>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>minipass-sized • 1.0.3A Minipass stream that raises an error if you get a different number of bytes than expectedINDIRECT2
npm>9.9.3>minipass-sized>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>minipass • 7.0.4minimal implementation of a PassThrough streamINDIRECT0
npm>9.9.3>minizlib>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>mute-stream • 1.0.0Bytes go in, but they don't come out (when muted).INDIRECT0
npm>9.9.3>node-gyp>@npmcli/fs • 2.1.2filesystem utilities for the npm cliINDIRECT4
npm>9.9.3>node-gyp>abbrev • 1.1.1Like ruby's abbrev module, but in jsINDIRECT0
npm>9.9.3>node-gyp>are-we-there-yet • 3.0.1Keep track of the overall completion of many disparate processesINDIRECT6
npm>9.9.3>node-gyp>cacache • 16.1.3Fast, fault-tolerant, cross-platform, disk-based, data-agnostic, content-addressable cache.INDIRECT48
npm>9.9.3>node-gyp>cacache>glob • 8.1.0a little globberINDIRECT8
npm>9.9.3>node-gyp>cacache>minimatch • 5.1.6a glob matcher in javascriptINDIRECT2
npm>9.9.3>node-gyp>fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
npm>9.9.3>node-gyp>gauge • 4.0.4A terminal based horizontal gaugeINDIRECT11
npm>9.9.3>node-gyp>glob • 7.2.3a little globberINDIRECT10
npm>9.9.3>node-gyp>make-fetch-happen • 10.2.1Opinionated, caching, retrying fetch clientINDIRECT76
npm>9.9.3>node-gyp>minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>9.9.3>node-gyp>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>node-gyp>nopt • 6.0.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm>9.9.3>node-gyp>npmlog • 6.0.2logger for npmINDIRECT20
npm>9.9.3>node-gyp>signal-exit • 3.0.7when you want to fire an event no matter how a process exits.INDIRECT0
npm>9.9.3>node-gyp>ssri • 9.0.1Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT2
npm>9.9.3>node-gyp>unique-filename • 2.0.1Generate a unique filename for use in temporary directories or caches.INDIRECT2
npm>9.9.3>node-gyp>unique-slug • 3.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
npm>9.9.3>node-gyp>which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
npm>9.9.3>nopt • 7.2.0Option parsing for Node, supporting types, shorthands, etc. Used by npm.INDIRECT1
npm>9.9.3>npm-audit-report • 5.0.0Given a response from the npm security api, render it into a variety of security reportsINDIRECT0
npm>9.9.3>npm-bundled • 3.0.0list things in node_modules that are bundledDependencies, or transitive dependencies thereofINDIRECT1
npm>9.9.3>npm-normalize-package-bin • 3.0.1Turn any flavor of allowable package.json bin into a normalized objectINDIRECT0
npm>9.9.3>npm-package-arg • 10.1.0Parse the things that can be arguments to `npm install`INDIRECT8
npm>9.9.3>npm-packlist • 7.0.4Get a list of the files to add from a folder into an npm packageINDIRECT4
npm>9.9.3>npm-pick-manifest • 8.0.2Resolves a matching manifest from a package metadata document according to standard npm semver resolution rules.INDIRECT11
npm>9.9.3>npm-profile • 7.0.1Library for updating an npmjs.com profileINDIRECT108
npm>9.9.3>npm-registry-fetch • 14.0.5Fetch-based http client for use with npm registry APIsINDIRECT107
npm>9.9.3>npm-registry-fetch>minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
npm>9.9.3>npmlog • 7.0.1logger for npmINDIRECT14
npm>9.9.3>once • 1.4.0Run a function exactly one timeINDIRECT1
npm>9.9.3>pacote • 15.2.0JavaScript package downloaderINDIRECT193
npm>9.9.3>pacote>minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
npm>9.9.3>parse-conflict-json • 3.0.1Parse a JSON string that has git merge conflicts, resolving if possibleINDIRECT3
npm>9.9.3>path-scurry>lru-cache • 10.2.0A cache object that deletes the least-recently-used items.INDIRECT0
npm>9.9.3>proc-log • 3.0.0just emit 'log' events on the process objectINDIRECT0
npm>9.9.3>promise-all-reject-late • 1.0.1Like Promise.all, but save rejections until all promises are resolvedINDIRECT0
npm>9.9.3>promise-call-limit • 1.0.2Call an array of promise-returning functions, restricting concurrency to a specified limit.INDIRECT0
npm>9.9.3>promise-inflight • 1.0.1One promise for multiple requests in flight to avoid async duplicationINDIRECT0
npm>9.9.3>promzard • 1.0.0prompting wizardlyINDIRECT2
npm>9.9.3>read-cmd-shim • 4.0.0Figure out what a cmd-shim is pointing at. This acts as the equivalent of fs.readlink.INDIRECT0
npm>9.9.3>read-package-json-fast • 3.0.2Like read-package-json, but fasterINDIRECT2
npm>9.9.3>read-package-json • 6.0.4The thing npm uses to read package.json files with semantics and defaults and validationINDIRECT56
npm>9.9.3>read • 2.1.0read(1) for node programsINDIRECT1
npm>9.9.3>rimraf • 3.0.2A deep deletion module for node (like `rm -rf`)INDIRECT11
npm>9.9.3>rimraf>glob • 7.2.3a little globberINDIRECT10
npm>9.9.3>rimraf>minimatch • 3.1.2a glob matcher in javascriptINDIRECT3
npm>9.9.3>semver • 7.6.0The semantic version parser used by npm.INDIRECT2
npm>9.9.3>semver>lru-cache • 6.0.0A cache object that deletes the least-recently-used items.INDIRECT1
npm>9.9.3>set-blocking • 2.0.0set blocking stdio and stderr ensuring that terminal output does not truncateINDIRECT0
npm>9.9.3>signal-exit • 4.1.0when you want to fire an event no matter how a process exits.INDIRECT0
npm>9.9.3>ssri • 10.0.5Standard Subresource Integrity library -- parses, serializes, generates, and verifies integrity metadata according to the SRI spec.INDIRECT1
npm>9.9.3>tar • 6.2.0tar for nodeINDIRECT8
npm>9.9.3>tar>fs-minipass • 2.1.0fs read and write streams based on minipassINDIRECT2
npm>9.9.3>tar>fs-minipass>minipass • 3.3.6minimal implementation of a PassThrough streamINDIRECT1
npm>9.9.3>tar>minipass • 5.0.0minimal implementation of a PassThrough streamINDIRECT0
npm>9.9.3>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.INDIRECT0
npm>9.9.3>unique-filename • 3.0.0Generate a unique filename for use in temporary directories or caches.INDIRECT2
npm>9.9.3>unique-slug • 4.0.0Generate a unique character string suitible for use in files and URLs.INDIRECT1
npm>9.9.3>validate-npm-package-name • 5.0.0Give me a string and I'll tell you if it's a valid npm package nameINDIRECT4
npm>9.9.3>walk-up-path • 3.0.1Given a path string, return a generator that walks up the path, emitting each dirname.INDIRECT0
npm>9.9.3>which • 3.0.1Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
npm>9.9.3>wide-align • 1.1.5A wide-character aware text alignment function for use on the console or with fixed width fonts.INDIRECT5
npm>9.9.3>wrappy • 1.0.2Callback wrapping utilityINDIRECT0
npm>9.9.3>write-file-atomic • 5.0.1Write files in an atomic fashion w/configurable ownershipINDIRECT2
npm>9.9.3>yallist • 4.0.0Yet Another Linked ListINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
semver • 7.6.3The semantic version parser used by npm.DIRECT0
validate-npm-package-name • 5.0.1Give me a string and I'll tell you if it's a valid npm package nameDIRECT0
which • 2.0.2Like which(1) unix command. Find the first instance of an executable in the PATH.INDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Apache-2.012
PackageRelationDependenciesPublished
ejs • 3.1.10Embedded JavaScript templatesINDIRECT15
filelist • 1.0.4Lazy-evaluating list of files, based on globs or regex patternsINDIRECT3
jake • 10.9.2JavaScript build tool, similar to Make or RakeINDIRECT14
npm>9.9.3>@sigstore/bundle • 1.1.0Sigstore bundle typeINDIRECT1
npm>9.9.3>@sigstore/protobuf-specs • 0.2.1code-signing for npm packagesINDIRECT0
npm>9.9.3>@sigstore/sign • 1.0.0Sigstore signing libraryINDIRECT100
npm>9.9.3>@sigstore/tuf • 1.0.3Client for the Sigstore TUF repositoryINDIRECT102
npm>9.9.3>exponential-backoff • 3.1.1A utility that allows retrying a function with an exponential delay between attempts.INDIRECT0
npm>9.9.3>sigstore • 1.9.0code-signing for npm packagesINDIRECT105
npm>9.9.3>spdx-correct • 3.2.0correct invalid SPDX expressionsINDIRECT3
npm>9.9.3>validate-npm-package-license • 3.0.4Give me a string and I'll tell you if it's a valid npm package license stringINDIRECT4
tunnel-agent • 0.6.0HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.INDIRECT1
BSD-2-Clause8
PackageRelationDependenciesPublished
esprima • 4.0.1ECMAScript parsing infrastructure for multipurpose analysisINDIRECT0
npm>9.9.3>cidr-regex • 3.1.1Regular expression for matching IP addresses in CIDR notationINDIRECT1
npm>9.9.3>http-cache-semantics • 4.1.1Parses Cache-Control and other headers. Helps building correct HTTP caches and proxiesINDIRECT0
npm>9.9.3>is-cidr • 4.0.2Check if a string is an IP address in CIDR notationINDIRECT2
npm>9.9.3>normalize-package-data • 5.0.0Normalizes data that can be found in package.json files.INDIRECT13
npm>9.9.3>npm-install-checks • 6.3.0Check the engines and platform fields in package.jsonINDIRECT3
npm>9.9.3>npm-user-validate • 2.0.0User validations for npmINDIRECT0
yarn • 1.22.22📦🐈 Fast, reliable, and secure dependency management.DIRECT0
BSD-3-Clause5
PackageRelationDependenciesPublished
diff • 4.0.2A javascript text diff implementation.INDIRECT0
npm>9.9.3>diff • 5.2.0A JavaScript text diff implementation.INDIRECT0
npm>9.9.3>ip-address>sprintf-js • 1.1.3JavaScript sprintf implementationINDIRECT0
shelljs • 0.8.5Portable Unix shell commands for Node.jsDIRECT19
sprintf-js • 1.0.3JavaScript sprintf implementationINDIRECT0
0BSD2
PackageRelationDependenciesPublished
password-prompt • 1.1.3cross-platform masked or hidden promptINDIRECT8
tslib • 2.7.0Runtime library for TypeScript helper functionsDIRECT0
CC0-1.0 OR MIT2
PackageRelationDependenciesPublished
type-fest • 0.21.3A collection of essential TypeScript typesINDIRECT0
type-fest • 0.3.1A collection of essential TypeScript typesINDIRECT0
BlueOak-1.0.02
PackageRelationDependenciesPublished
npm>9.9.3>jackspeak • 2.3.6A very strict and proper argument parser.INDIRECT24
npm>9.9.3>path-scurry • 1.10.1walk paths fast and efficientlyINDIRECT2
Artistic-2.01
PackageRelationDependenciesPublished
npm • 9.9.3a package manager for JavaScriptDIRECT262
unknown1
PackageRelationDependenciesPublished
npm>9.9.3>qrcode-terminal • 0.12.0QRCodes, in the terminalINDIRECT0
CC-BY-3.01
PackageRelationDependenciesPublished
npm>9.9.3>spdx-exceptions • 2.5.0list of SPDX standard license exceptionsINDIRECT0
CC0-1.01
PackageRelationDependenciesPublished
npm>9.9.3>spdx-license-ids • 3.0.17A list of SPDX license identifiersINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/%40oclif%2Fplugin-plugins)](https://licenses.dev/npm/%40oclif%2Fplugin-plugins)
<a href="https://licenses.dev/npm/%40oclif%2Fplugin-plugins">
  <img src="https://licenses.dev/b/npm/%40oclif%2Fplugin-plugins" alt="licenses" />
</a>

Or the licenses badge code for the 3.1.2 version:

[![licenses](https://licenses.dev/b/npm/%40oclif%2Fplugin-plugins/3.1.2)](https://licenses.dev/npm/%40oclif%2Fplugin-plugins/3.1.2)
<a href="https://licenses.dev/npm/%40oclif%2Fplugin-plugins/3.1.2">
  <img src="https://licenses.dev/b/npm/%40oclif%2Fplugin-plugins/3.1.2" alt="licenses" />
</a>
GitHub