@inquirer/core • 3.1.2 Core Inquirer prompt API INDIRECT 27 1692307042 @inquirer/type • 1.5.5 Inquirer core TS types INDIRECT 1 1726454324 @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 @oclif/core • 3.27.0 base library for oclif CLIs DIRECT 88 1717513793 @types/cli-progress • 3.11.6 TypeScript definitions for cli-progress INDIRECT 2 1720274835 @types/mute-stream • 0.0.1 TypeScript definitions for mute-stream INDIRECT 2 1625616460 @types/node • 20.17.13 TypeScript definitions for node INDIRECT 1 1736879848 @types/node • 22.10.6 TypeScript definitions for node INDIRECT 1 1736794965 @types/wrap-ansi • 3.0.0 TypeScript definitions for wrap-ansi INDIRECT 0 1521846032 ansi-escapes • 4.3.2 ANSI escape codes for manipulating the terminal INDIRECT 1 1616593301 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 ansicolors • 0.3.2 Functions that surround a string with ansicolor codes so it prints in color. INDIRECT 0 1386084168 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 array-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 1555919785 astral-regex • 2.0.0 Regular expression for matching astral symbols INDIRECT 0 1554461087 async • 3.2.6 Higher-order functions and common patterns for asynchronous code INDIRECT 0 1724109863 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 brace-expansion • 2.0.1 Brace expansion as known from sh/bash INDIRECT 1 1614010693 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 cardinal • 2.1.1 Syntax highlights JavaScript code with ANSI colors to be printed to the terminal. INDIRECT 3 1527011077 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 clean-stack • 3.0.1 Clean up error stack traces INDIRECT 1 1605704134 cli-progress • 3.12.0 easy to use progress-bar for command-line/terminal applications INDIRECT 5 1676805869 cli-spinners • 2.9.2 Spinners for use in the terminal INDIRECT 0 1700844739 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 color-string • 1.9.1 Parser and generator for CSS color strings INDIRECT 3 1650650919 color • 4.2.3 Color conversion and manipulation with CSS string support INDIRECT 5 1649150116 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 escape-string-regexp • 4.0.0 Escape RegExp special characters INDIRECT 0 1587627085 escape-string-regexp • 5.0.0 Escape RegExp special characters INDIRECT 0 1618674350 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 figures • 3.2.0 Unicode symbols with Windows CMD fallbacks INDIRECT 1 1581864952 figures • 5.0.0 Unicode symbols with fallbacks for older terminals INDIRECT 2 1659981404 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 get-package-type • 0.1.0 Determine the `package.json#type` which applies to a location INDIRECT 0 1589880517 globby • 11.1.0 User-friendly glob matching INDIRECT 23 1641609998 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 hyperlinker • 1.0.0 Write hyperlinks in the terminal. INDIRECT 0 1511839984 ignore • 5.3.2 Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. INDIRECT 0 1723452660 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 1555486273 is-arrayish • 0.3.2 Determines if an object can be used as an array INDIRECT 0 1529395785 is-docker • 2.2.1 Check if the process is running inside a Docker container INDIRECT 0 1617958751 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 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-unicode-supported • 1.3.0 Detect whether the terminal supports Unicode INDIRECT 0 1662609049 is-wsl • 2.2.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 1 1588492633 js-yaml • 3.14.1 YAML 1.2 parser and serializer INDIRECT 3 1607370310 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 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 natural-orderby • 2.0.3 Lightweight and performant natural sorting of arrays and collections by differentiating between unicode characters, numbers, dates, etc. INDIRECT 0 1554842232 object-treeify • 1.1.33 Stringify Object as tree structure INDIRECT 0 1615302625 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 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 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 redeyed • 2.1.1 Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured. INDIRECT 1 1527013931 reusify • 1.0.4 Reuse objects and functions with style INDIRECT 0 1516958898 run-async • 3.0.0 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 0 1683489576 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 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 simple-swizzle • 0.2.2 Simply swizzle your arguments INDIRECT 1 1479263541 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1556425560 slice-ansi • 4.0.0 Slice a string with ANSI escape codes INDIRECT 5 1581872767 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 • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 supports-color • 8.1.1 Detect whether a terminal supports color INDIRECT 1 1611393696 supports-hyperlinks • 2.3.0 Detect if your terminal emulator supports hyperlinks INDIRECT 2 1662440137 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 undici-types • 6.19.8 A stand-alone types package for Undici INDIRECT 0 1724087971 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 1728460238 widest-line • 3.1.0 Get the visual width of the widest line in a string - the number of columns required to display it INDIRECT 5 1554034536 wordwrap • 1.0.0 Wrap those words. Show them at what columns to start and stop. INDIRECT 0 1431018445 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1573488497 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403