@babel/code-frame • 7.29.7 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1779707738 @babel/helper-validator-identifier • 7.29.7 Validate identifier/keywords name INDIRECT 0 1779707731 @types/parse-json • 4.0.2 TypeScript definitions for parse-json INDIRECT 0 1699360513 ansi-colors • 4.1.3 Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs). INDIRECT 0 1652716102 ansi-regex • 4.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1647054538 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 apisauce • 2.1.6 Axios + standardized errors + request/response transforms. DIRECT 2 1661210714 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1724109863 axios • 0.21.4 Promise based HTTP client for the browser and node.js INDIRECT 1 1630942543 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 1.1.21 Brace expansion as known from sh/bash INDIRECT 2 1789423168 brace-expansion • 2.1.7 Brace expansion as known from sh/bash INDIRECT 1 1789423378 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 1546703152 cli-cursor • 3.1.0 Toggle the CLI cursor INDIRECT 4 1560272255 cli-spinners • 2.9.2 Spinners for use in the terminal INDIRECT 0 1700844739 cli-table3 • 0.6.0 Pretty unicode tables for the command line. Based on the original cli-table. DIRECT 7 1585563963 clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 1521667285 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 colors • 1.4.0 get colors in your node.js console DIRECT 0 1569195967 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 cosmiconfig • 7.0.1 Find and load configuration from a package.json property, rc file, or CommonJS module DIRECT 16 1629585935 cross-spawn • 7.0.3 Cross platform child_process#spawn and child_process#spawnSync DIRECT 5 1590420907 defaults • 1.0.4 merge single level defaults over a config object INDIRECT 1 1665382556 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 enquirer • 2.3.6 Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases. DIRECT 1 1593694819 error-ex • 1.3.4 Easy error subclassing and stack customization INDIRECT 1 1757948321 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 execa • 5.1.1 Process execution for humans DIRECT 15 1622824691 follow-redirects • 1.16.0 HTTP and HTTPS modules that follow redirects. INDIRECT 0 1776078225 fs-jetpack • 4.3.1 Better file system API DIRECT 12 1641995877 get-stream • 6.0.1 Get a stream as a string, buffer, or array INDIRECT 0 1618462602 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 import-fresh • 3.3.1 Import a module while bypassing the cache INDIRECT 3 1738489541 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-interactive • 1.0.0 Check if stdout or stderr is interactive INDIRECT 0 1563723083 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 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 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 lodash.camelcase • 4.3.0 The lodash method `_.camelCase` exported as a module. DIRECT 0 1471109823 lodash.kebabcase • 4.1.1 The lodash method `_.kebabCase` exported as a module. DIRECT 0 1471110089 lodash.lowercase • 4.3.0 The lodash method `_.lowerCase` exported as a module. DIRECT 0 1471110104 lodash.lowerfirst • 4.3.1 The lodash method `_.lowerFirst` exported as a module. DIRECT 0 1471110107 lodash.pad • 4.5.1 The lodash method `_.pad` exported as a module. DIRECT 0 1471110188 lodash.padend • 4.6.1 The lodash method `_.padEnd` exported as a module. DIRECT 0 1471110190 lodash.padstart • 4.6.1 The lodash method `_.padStart` exported as a module. DIRECT 0 1471110191 lodash.repeat • 4.1.0 The lodash method `_.repeat` exported as a module. DIRECT 0 1471110238 lodash.snakecase • 4.1.1 The lodash method `_.snakeCase` exported as a module. DIRECT 0 1471110270 lodash.startcase • 4.4.0 The lodash method `_.startCase` exported as a module. DIRECT 0 1471110305 lodash.trim • 4.18.0 The Lodash method `_.trim` exported as a module. DIRECT 0 1774981355 lodash.trimend • 4.18.0 The Lodash method `_.trimEnd` exported as a module. DIRECT 0 1774981360 lodash.trimstart • 4.5.1 The lodash method `_.trimStart` exported as a module. DIRECT 0 1471110380 lodash.uppercase • 4.3.0 The lodash method `_.upperCase` exported as a module. DIRECT 0 1471110419 lodash.upperfirst • 4.3.1 The lodash method `_.upperFirst` exported as a module. DIRECT 0 1471110422 log-symbols • 3.0.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 7 1555516016 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 npm-run-path • 4.0.1 Get your PATH prepended with locally installed binaries INDIRECT 1 1577052272 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 1597004944 ora • 4.0.2 Elegant terminal spinner DIRECT 20 1569734614 parent-module • 1.0.1 Get the path of the parent module INDIRECT 1 1553772832 parse-json • 5.2.0 Parse JSON with more helpful errors INDIRECT 8 1610968513 path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 path-key • 3.1.1 Get the PATH environment variable key cross-platform INDIRECT 0 1574441238 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 1552382718 pluralize • 8.0.0 Pluralize and singularize any word DIRECT 0 1558760817 resolve-from • 4.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1506160096 restore-cursor • 3.1.0 Gracefully restore the CLI cursor on exit INDIRECT 3 1556260175 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 1567781605 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 1556361979 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 5.2.0 Strip ANSI escape codes from a string INDIRECT 1 1552898778 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-final-newline • 2.0.0 Strip the final newline character from a string/buffer INDIRECT 0 1540715802 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 wcwidth • 1.0.1 Port of C's wcwidth() and wcswidth() INDIRECT 2 1464580617