@babel/code-frame • 7.27.1 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1746025711 @babel/helper-validator-identifier • 7.28.5 Validate identifier/keywords name INDIRECT 0 1761232658 @nodelib/fs.scandir • 2.1.5 List files and directories inside the specified directory INDIRECT 3 1622792604 @nodelib/fs.stat • 2.0.5 Get the status of a file with some features INDIRECT 0 1622792600 @nodelib/fs.walk • 1.2.8 A library for efficiently walking a directory recursively INDIRECT 6 1625769665 @types/minimist • 1.2.5 TypeScript definitions for minimist INDIRECT 0 1699355481 @types/normalize-package-data • 2.4.4 TypeScript definitions for normalize-package-data INDIRECT 0 1699358643 ansi-escapes • 1.4.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1460925439 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 arrify • 1.0.1 Convert a value to an array INDIRECT 0 1449683318 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 axios • 0.30.2 Promise based HTTP client for the browser and node.js INDIRECT 25 1758968941 braces • 3.0.3 Bash-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 1716281951 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 camelcase-keys • 6.2.2 Convert object keys to camel case INDIRECT 3 1585885863 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 cli-cursor • 2.1.0 Toggle the CLI cursor INDIRECT 4 1483990810 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 1521667285 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 colors • 1.4.0 get colors in your node.js console DIRECT 0 1569195967 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 decamelize-keys • 1.1.1 Convert object keys from camelCase to lowercase with a custom separator INDIRECT 2 1667126209 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 defaults • 1.0.4 merge single level defaults over a config object INDIRECT 1 1665382556 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 easy-table • 1.2.0 Nice text table for the CLI INDIRECT 4 1633551614 error-ex • 1.3.4 Easy error subclassing and stack customization INDIRECT 1 1757948321 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 es-set-tostringtag • 2.1.0 A helper to optimistically set Symbol.toStringTag, when possible. INDIRECT 16 1735793054 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js DIRECT 17 1736073522 fill-range • 7.1.1 Fill 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 1716281151 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 1560752434 follow-redirects • 1.15.11 HTTP and HTTPS modules that follow redirects. INDIRECT 0 1753966495 form-data • 4.0.5 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 22 1763352967 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 hard-rejection • 2.1.0 Make unhandled promise rejections fail hard right away instead of the default silent fail INDIRECT 0 1554173126 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 1555486273 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-fullwidth-code-point • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-glob • 4.0.3 Returns `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 1632934367 is-number • 7.0.0 Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. INDIRECT 0 1530716938 is-plain-obj • 1.1.0 Check if a value is a plain object INDIRECT 0 1446715918 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 log-update • 2.0.0 Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc. INDIRECT 13 1492667778 map-obj • 1.0.1 Map object keys and values into a new object INDIRECT 0 1430589766 map-obj • 4.3.0 Map object keys and values into a new object INDIRECT 0 1632046473 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 meow • 9.0.0 CLI app helper INDIRECT 59 1610018589 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 1591169950 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 1724430678 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mimic-fn • 1.2.0 Make a function mimic another one INDIRECT 0 1517542098 min-indent • 1.0.1 Get the shortest leading whitespace from lines in a string INDIRECT 0 1590693606 minimist-options • 4.1.0 Pretty options for minimist INDIRECT 3 1589634347 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 onetime • 2.0.1 Ensure a function is only called once INDIRECT 1 1489980257 optimizilla-cli-new • 5.1.2 Script to utilize optimizilla and avoid the pesky ui DIRECT 103 1763494349 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1554354166 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 parse-json • 5.2.0 Parse JSON with more helpful errors INDIRECT 8 1610968513 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 picomatch • 2.3.1 Blazing 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 1641143904 proxy-from-env • 1.1.0 Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables. INDIRECT 0 1583292919 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 quick-lru • 4.0.1 Simple "Least Recently Used" (LRU) cache INDIRECT 0 1559150490 read-pkg-up • 7.0.1 Read the closest package.json file INDIRECT 33 1575620368 read-pkg • 5.2.0 Read a package.json file INDIRECT 25 1562833848 redent • 3.0.0 Strip redundant indentation and indent the string INDIRECT 3 1556260705 resolve • 1.22.11 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1760993081 restore-cursor • 2.0.0 Gracefully restore the CLI cursor on exit INDIRECT 3 1483989431 reusify • 1.1.0 Reuse objects and functions with style INDIRECT 0 1740499249 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-indent • 3.0.0 Strip leading whitespace from each line in a string INDIRECT 1 1555467709 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 to-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 1554617077 trim-newlines • 3.0.1 Trim newlines from the start and/or end of a string INDIRECT 0 1622220372 wcwidth • 1.0.1 Port of C's wcwidth() and wcswidth() INDIRECT 2 1464580617 wrap-ansi • 2.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1480440084