| @babel/code-frame • 7.29.7Generate errors that contain a code frame that point to source locations. | INDIRECT | 3 | |
| @babel/helper-validator-identifier • 7.29.7Validate identifier/keywords name | INDIRECT | 0 | |
| @sindresorhus/is • 0.14.0Type check values: `is.string('🦄') //=> true` | INDIRECT | 0 | |
| @szmarczak/http-timer • 1.1.2Timings for HTTP requests | INDIRECT | 1 | |
| @types/minimist • 1.2.5TypeScript definitions for minimist | INDIRECT | 0 | |
| @types/normalize-package-data • 2.4.4TypeScript definitions for normalize-package-data | INDIRECT | 0 | |
| 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 | |
| arrify • 1.0.1Convert a value to an array | INDIRECT | 0 | |
| async-function • 1.0.0A function that returns the normally hidden `AsyncFunction` constructor | INDIRECT | 0 | |
| async-generator-function • 1.0.0A function that returns the normally hidden `AsyncGeneratorFunction` constructor | INDIRECT | 0 | |
| asynckit • 0.4.0Minimal async jobs utility library, with streams support | INDIRECT | 0 | |
| axios • 0.27.2Promise based HTTP client for the browser and node.js | DIRECT | 24 | |
| boxen • 5.1.2Create boxes in the terminal | INDIRECT | 17 | |
| cacheable-request • 6.1.0Wrap native HTTP requests with RFC compliant cache support | INDIRECT | 14 | |
| call-bind-apply-helpers • 1.0.2Helper functions around Function call/apply/bind, for use in `call-bind` | INDIRECT | 2 | |
| camelcase-keys • 6.2.2Convert object keys to camel case | INDIRECT | 3 | |
| camelcase • 5.3.1Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` | INDIRECT | 0 | |
| camelcase • 6.3.0Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` | INDIRECT | 0 | |
| chalk • 4.1.2Terminal string styling done right | DIRECT | 5 | |
| ci-info • 2.0.0Get details about the current Continuous Integration environment | INDIRECT | 0 | |
| cli-boxes • 2.2.1Boxes for use in the terminal | INDIRECT | 0 | |
| clone-response • 1.0.3Clone a Node.js HTTP response stream | INDIRECT | 1 | |
| color-convert • 2.0.1Plain color conversion functions | INDIRECT | 1 | |
| color-name • 1.1.4A list of color names and its values | INDIRECT | 0 | |
| combined-stream • 1.0.8A stream that emits multiple other streams one after another. | INDIRECT | 1 | |
| crypto-random-string • 2.0.0Generate a cryptographically strong random string | INDIRECT | 0 | |
| decamelize-keys • 1.1.1Convert object keys from camelCase to lowercase with a custom separator | INDIRECT | 2 | |
| decamelize • 1.2.0Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow | INDIRECT | 0 | |
| decompress-response • 3.3.0Decompress a HTTP response if needed | INDIRECT | 1 | |
| deep-extend • 0.6.0Recursive object extending | INDIRECT | 0 | |
| defer-to-connect • 1.1.3The safe way to handle the `connect` socket event | INDIRECT | 0 | |
| delayed-stream • 1.0.0Buffers events from a stream until you are ready to handle them. | INDIRECT | 0 | |
| dot-prop • 5.3.0Get, set, or delete a property from a nested object using a dot path | INDIRECT | 1 | |
| dunder-proto • 1.0.1If available, the `Object.prototype.__proto__` accessor and mutator, call-bound | INDIRECT | 4 | |
| emoji-regex • 8.0.0A regular expression to match all Emoji-only symbols as per the Unicode Standard. | INDIRECT | 0 | |
| end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed. | INDIRECT | 2 | |
| error-ex • 1.3.4Easy error subclassing and stack customization | INDIRECT | 1 | |
| es-define-property • 1.0.1`Object.defineProperty`, but not IE 8's broken one. | INDIRECT | 0 | |
| es-errors • 1.3.0A simple cache for a few of the JS Error constructors. | INDIRECT | 0 | |
| es-object-atoms • 1.1.2ES Object-related atoms: Object, ToObject, RequireObjectCoercible | INDIRECT | 1 | |
| es-set-tostringtag • 2.1.0A helper to optimistically set Symbol.toStringTag, when possible. | INDIRECT | 16 | |
| escape-goat • 2.1.1Escape a string for use in HTML or the inverse | INDIRECT | 0 | |
| find-up • 4.1.0Find a file or directory by walking up parent directories | INDIRECT | 5 | |
| follow-redirects • 1.16.0HTTP and HTTPS modules that follow redirects. | INDIRECT | 0 | |
| form-data • 4.0.6A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. | INDIRECT | 22 | |
| function-bind • 1.1.2Implementation of Function.prototype.bind | INDIRECT | 0 | |
| generator-function • 2.0.1A function that returns the normally hidden `GeneratorFunction` constructor | INDIRECT | 0 | |
| get-intrinsic • 1.3.1Get and robustly cache all JS language-level intrinsics at first require time | INDIRECT | 14 | |
| get-proto • 1.0.1Robustly get the [[Prototype]] of an object | INDIRECT | 6 | |
| get-stream • 4.1.0Get a stream as a string, buffer, or array | INDIRECT | 4 | |
| get-stream • 5.2.0Get a stream as a string, buffer, or array | INDIRECT | 4 | |
| global-dirs • 3.0.1Get the directory of globally installed packages and binaries | INDIRECT | 1 | |
| gopd • 1.2.0`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. | INDIRECT | 0 | |
| got • 9.6.0Simplified HTTP requests | INDIRECT | 25 | |
| hard-rejection • 2.1.0Make unhandled promise rejections fail hard right away instead of the default silent fail | INDIRECT | 0 | |
| has-flag • 4.0.0Check if argv has a specific flag | INDIRECT | 0 | |
| has-symbols • 1.1.0Determine if the JS environment has Symbol support. Supports spec, or shams. | INDIRECT | 0 | |
| has-tostringtag • 1.0.2Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. | INDIRECT | 1 | |
| has-yarn • 2.1.0Check if a project is using Yarn | INDIRECT | 0 | |
| hasown • 2.0.4A robust, ES3 compatible, "has own property" predicate. | INDIRECT | 1 | |
| import-lazy • 2.1.0Import modules lazily | INDIRECT | 0 | |
| imurmurhash • 0.1.4An incremental implementation of MurmurHash3 | INDIRECT | 0 | |
| indent-string • 4.0.0Indent each line in a string | INDIRECT | 0 | |
| is-arrayish • 0.2.1Determines if an object can be used as an array | INDIRECT | 0 | |
| is-ci • 2.0.0Detect if the current environment is a CI server | INDIRECT | 1 | |
| is-core-module • 2.16.2Is this specifier a node.js core module? | INDIRECT | 2 | |
| is-fullwidth-code-point • 3.0.0Check if the character represented by a given Unicode code point is fullwidth | INDIRECT | 0 | |
| is-installed-globally • 0.4.0Check if your package was installed globally | INDIRECT | 3 | |
| is-npm • 5.0.0Check if your code is running as an npm script | INDIRECT | 0 | |
| is-obj • 2.0.0Check if a value is an object | INDIRECT | 0 | |
| is-path-inside • 3.0.3Check if a path is inside another path | INDIRECT | 0 | |
| is-plain-obj • 1.1.0Check if a value is a plain object | INDIRECT | 0 | |
| is-typedarray • 1.0.0Detect whether or not an object is a Typed Array | INDIRECT | 0 | |
| is-yarn-global • 0.3.0Check if installed by yarn globally without any `fs` calls | INDIRECT | 0 | |
| js-tokens • 4.0.0A regex that tokenizes JavaScript. | INDIRECT | 0 | |
| json-buffer • 3.0.0JSON parse & stringify that supports binary via bops & base64 | INDIRECT | 0 | |
| json-parse-even-better-errors • 2.3.1JSON.parse with context information on error | INDIRECT | 0 | |
| keyv • 3.1.0Simple key-value storage with support for multiple backends | INDIRECT | 1 | |
| kind-of • 6.0.3Get the native type of a value. | INDIRECT | 0 | |
| latest-version • 5.1.0Get the latest version of an npm package | INDIRECT | 35 | |
| lines-and-columns • 1.2.4Maps lines and columns to character offsets and back. | INDIRECT | 0 | |
| locate-path • 5.0.0Get the first path that exists on disk of multiple paths | INDIRECT | 3 | |
| lodash • 4.18.1Lodash modular utilities. | DIRECT | 0 | |
| lowercase-keys • 1.0.1Lowercase the keys of an object | INDIRECT | 0 | |
| lowercase-keys • 2.0.0Lowercase the keys of an object | INDIRECT | 0 | |
| make-dir • 3.1.0Make a directory and its parents if needed - Think `mkdir -p` | INDIRECT | 1 | |
| map-obj • 1.0.1Map object keys and values into a new object | INDIRECT | 0 | |
| map-obj • 4.3.0Map object keys and values into a new object | INDIRECT | 0 | |
| math-intrinsics • 1.1.0ES Math-related intrinsics and helpers, robustly cached. | INDIRECT | 0 | |
| meow • 9.0.0CLI app helper | DIRECT | 60 | |
| mime-db • 1.52.0Media Type Database | INDIRECT | 0 | |
| mime-types • 2.1.35The ultimate javascript content-type utility. | INDIRECT | 1 | |
| mimic-response • 1.0.1Mimic a Node.js HTTP response stream | INDIRECT | 0 | |
| min-indent • 1.0.1Get the shortest leading whitespace from lines in a string | INDIRECT | 0 | |
| minimist-options • 4.1.0Pretty options for minimist | INDIRECT | 3 | |
| minimist • 1.2.8parse argument options | INDIRECT | 0 | |
| normalize-url • 4.5.1Normalize a URL | INDIRECT | 0 | |
| p-cancelable • 1.1.0Create a promise that can be canceled | INDIRECT | 0 | |
| p-limit • 2.3.0Run multiple promise-returning & async functions with limited concurrency | INDIRECT | 1 | |
| p-locate • 4.1.0Get the first fulfilled promise that satisfies the provided testing function | INDIRECT | 2 | |
| p-try • 2.2.0`Start a promise chain | INDIRECT | 0 | |
| package-json • 6.5.0Get metadata of a package from the npm registry | INDIRECT | 34 | |
| parse-json • 5.2.0Parse JSON with more helpful errors | INDIRECT | 8 | |
| path-exists • 4.0.0Check if a path exists | INDIRECT | 0 | |
| path-parse • 1.0.7Node.js path.parse() ponyfill | INDIRECT | 0 | |
| prepend-http • 2.0.0Prepend `http://` to humanized URLs like todomvc.com and localhost | INDIRECT | 0 | |
| pump • 3.0.4pipe streams together and close all of them if one of them closes | INDIRECT | 3 | |
| pupa • 2.1.1Simple micro templating | INDIRECT | 1 | |
| quick-lru • 4.0.1Simple "Least Recently Used" (LRU) cache | INDIRECT | 0 | |
| read-pkg-up • 7.0.1Read the closest package.json file | INDIRECT | 34 | |
| read-pkg • 5.2.0Read a package.json file | INDIRECT | 26 | |
| redent • 3.0.0Strip redundant indentation and indent the string | INDIRECT | 3 | |
| registry-auth-token • 4.2.2Get the auth token set for an npm registry (if any) | INDIRECT | 5 | |
| registry-url • 5.1.0Get the set npm registry URL | INDIRECT | 5 | |
| resolve • 1.22.12resolve like require.resolve() on behalf of files asynchronously and synchronously | INDIRECT | 6 | |
| responselike • 1.0.2A response-like object for mocking a Node.js HTTP response stream | INDIRECT | 1 | |
| semver-diff • 3.1.1Get the diff type of two semver versions: 0.0.1 0.0.2 → patch | INDIRECT | 1 | |
| spdx-expression-parse • 3.0.1parse SPDX license expressions | INDIRECT | 2 | |
| 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 | |
| strip-indent • 3.0.0Strip leading whitespace from each line in a string | INDIRECT | 1 | |
| strip-json-comments • 2.0.1Strip comments from JSON. Lets you use comments in your JSON files! | INDIRECT | 0 | |
| supports-color • 7.2.0Detect whether a terminal supports color | INDIRECT | 1 | |
| supports-preserve-symlinks-flag • 1.0.0Determine if the current node version supports the `--preserve-symlinks` flag. | INDIRECT | 0 | |
| to-readable-stream • 1.0.0Convert a string/Buffer/Uint8Array to a readable stream | INDIRECT | 0 | |
| trim-newlines • 3.0.1Trim newlines from the start and/or end of a string | INDIRECT | 0 | |
| typedarray-to-buffer • 3.1.5Convert a typed array to a Buffer without a copy | INDIRECT | 1 | |
| unique-string • 2.0.0Generate a unique random string | INDIRECT | 1 | |
| url-parse-lax • 3.0.0Lax url.parse() with support for protocol-less URLs & IPs | 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 | |
| wrap-ansi • 7.0.0Wordwrap a string with ANSI escape codes | INDIRECT | 8 | |
| xdg-basedir • 4.0.0Get XDG Base Directory paths | INDIRECT | 0 | |