@inquirer/confirm • 3.2.0 Inquirer confirm prompt INDIRECT 23 1725313797 @inquirer/core • 9.2.1 Core Inquirer prompt API INDIRECT 21 1726454176 @inquirer/figures • 1.0.9 Vendored version of figures, for CJS compatibility INDIRECT 0 1734723318 @inquirer/password • 2.2.0 Inquirer password prompt INDIRECT 23 1725313797 @inquirer/type • 1.5.5 Inquirer core TS types INDIRECT 1 1726454324 @inquirer/type • 2.0.0 Inquirer core TS types INDIRECT 1 1726454173 @jsforce/jsforce-node • 3.6.3 Salesforce API Library for JavaScript INDIRECT 39 1732642551 @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 @sindresorhus/is • 4.6.0 Type check values INDIRECT 0 1645952779 @types/cli-progress • 3.11.6 TypeScript definitions for cli-progress INDIRECT 2 1720274835 @types/mute-stream • 0.0.4 TypeScript definitions for mute-stream INDIRECT 2 1699356728 @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 abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. INDIRECT 1 1553937332 agent-base • 6.0.2 Turn a function into an `http.Agent` instance INDIRECT 2 1603481595 ajv • 8.17.1 Another JSON Schema Validator INDIRECT 4 1720816933 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 asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 1499700096 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 asynckit • 0.4.0 Minimal async jobs utility library, with streams support INDIRECT 0 1465928945 atomic-sleep • 1.0.0 Zero CPU overhead, zero dependency, true event-loop blocking sleep INDIRECT 0 1583780161 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 base64-js • 1.5.1 Base64 encoding/decoding in pure JS INDIRECT 0 1605123228 base64url • 3.0.1 For encoding to/from base64urls INDIRECT 0 1543191692 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 buffer • 6.0.3 Node.js Buffer API, for the browser INDIRECT 2 1606099887 camel-case • 4.1.2 Transform into a string with the separator denoted by the next word capitalized INDIRECT 4 1606869119 capital-case • 1.0.4 Transform into a space separated string with each word capitalized INDIRECT 4 1606869116 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 chalk • 5.4.1 Terminal string styling done right INDIRECT 0 1734800693 change-case • 4.1.2 Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others INDIRECT 15 1606869128 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 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 colorette • 2.0.20 🌈Easily set your terminal text color & styles. INDIRECT 0 1681659249 combined-stream • 1.0.8 A stream that emits multiple other streams one after another. INDIRECT 1 1557683385 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 constant-case • 3.0.4 Transform into upper case string with an underscore between words INDIRECT 4 1606869116 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 csprng • 0.1.2 Secure random numbers of any size in any base INDIRECT 1 1485696824 csv-parse • 5.6.0 CSV parsing implementing the Node.js `stream.Transform` API INDIRECT 0 1732180287 csv-stringify • 6.5.2 CSV stringifier implementing the Node.js `stream.Transform` API INDIRECT 0 1732180285 dateformat • 4.6.3 A node.js package for Steven Levithan's excellent dateFormat() function. INDIRECT 0 1632206153 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 delayed-stream • 1.0.0 Buffers events from a stream until you are ready to handle them. INDIRECT 0 1430431829 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 dot-case • 3.0.4 Transform into a lower case string with a period between words INDIRECT 3 1606869116 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 escape-string-regexp • 4.0.0 Escape RegExp special characters INDIRECT 0 1587627085 event-target-shim • 5.0.1 An implementation of WHATWG EventTarget interface. INDIRECT 0 1550556052 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 fast-copy • 3.0.2 A blazing fast deep object copier INDIRECT 0 1710596490 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 fast-levenshtein • 3.0.0 Efficient implementation of Levenshtein algorithm with locale-specific collator support. DIRECT 1 1595427982 fast-redact • 3.5.0 very fast object redaction INDIRECT 0 1710872806 fast-safe-stringify • 2.1.1 Safely and quickly serialize JavaScript objects INDIRECT 0 1631085556 fastest-levenshtein • 1.0.16 Fastest Levenshtein distance implementation in JS. INDIRECT 0 1659467744 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 form-data • 4.0.1 A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications. INDIRECT 5 1728532186 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 header-case • 2.0.4 Transform into a dash separated string of capitalized words INDIRECT 5 1606869124 help-me • 5.0.0 Help command for node, partner of minimist and commist INDIRECT 0 1702463449 http-parser-js • 0.5.9 A pure JS HTTP parser for node. INDIRECT 0 1736455401 https-proxy-agent • 5.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 3 1649961720 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 immediate • 3.0.6 A cross browser microtask library INDIRECT 0 1469708721 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-wsl • 2.2.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 1 1588492633 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 joycon • 3.1.1 Load config with ease. INDIRECT 0 1638384972 js-yaml • 3.14.1 YAML 1.2 parser and serializer INDIRECT 3 1607370310 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 jsonwebtoken • 9.0.2 JSON Web Token implementation (symmetric and asymmetric) INDIRECT 14 1693398613 jwa • 1.4.1 JWA implementation (supports all JWS algorithms) INDIRECT 3 1552749595 jws • 3.2.2 Implementation of JSON Web Signatures INDIRECT 4 1552749977 lie • 3.3.0 A basic but performant promise implementation INDIRECT 1 1520348048 lodash.includes • 4.3.0 The lodash method `_.includes` exported as a module. INDIRECT 0 1471109980 lodash.isboolean • 3.0.3 The lodash method `_.isBoolean` exported as a module. INDIRECT 0 1454484500 lodash.isinteger • 4.0.4 The lodash method `_.isInteger` exported as a module. INDIRECT 0 1471110041 lodash.isnumber • 3.0.3 The lodash method `_.isNumber` exported as a module. INDIRECT 0 1454484529 lodash.isplainobject • 4.0.6 The lodash method `_.isPlainObject` exported as a module. INDIRECT 0 1471110067 lodash.isstring • 4.0.1 The lodash method `_.isString` exported as a module. INDIRECT 0 1454484539 lodash.once • 4.1.1 The lodash method `_.once` exported as a module. INDIRECT 0 1471110167 lower-case • 2.0.2 Transforms the string to lower case INDIRECT 1 1606869107 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 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 multistream • 3.1.0 A stream that emits multiple other streams one after another (streams3) INDIRECT 5 1564882747 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 no-case • 3.0.4 Transform into a lower cased string with spaces between words INDIRECT 2 1606869113 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js INDIRECT 3 1692811119 object-treeify • 1.1.33 Stringify Object as tree structure INDIRECT 0 1615302625 on-exit-leak-free • 2.1.2 Execute a function on exit without leaking memory, allowing all objects to be garbage collected INDIRECT 0 1696344126 param-case • 3.0.4 Transform into a lower cased string with dashes between words INDIRECT 4 1606869119 pascal-case • 3.1.2 Transform into a string of capitalized words without separators INDIRECT 3 1606869116 path-case • 3.0.4 Transform into a lower case string with slashes between words INDIRECT 4 1606869123 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 pino-abstract-transport • 1.2.0 Write Pino transports easily INDIRECT 11 1713789052 pino-pretty • 10.3.1 Prettifier for Pino log lines INDIRECT 28 1703683045 pino-std-serializers • 6.2.2 A collection of standard object serializers for Pino INDIRECT 0 1687690417 pino • 8.21.0 super fast, all natural json logger INDIRECT 22 1713968730 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 process-warning • 3.0.0 A small utility for creating warnings and emitting them. INDIRECT 0 1702412855 process • 0.11.10 process information for node.js and browsers INDIRECT 0 1493210067 proper-lockfile • 4.1.2 A inter-process and inter-machine lockfile utility that works on a local or network file system INDIRECT 3 1611600918 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 quick-format-unescaped • 4.0.4 Solves a problem with util.format INDIRECT 0 1632233918 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 readable-stream • 4.7.0 Node.js Streams, a user-land copy of the stream library from Node.js INDIRECT 9 1736241338 real-require • 0.2.0 Keep require and import consistent after bundling or transpiling INDIRECT 0 1658744078 redeyed • 2.1.1 Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured. INDIRECT 1 1527013931 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1523266527 reusify • 1.0.4 Reuse objects and functions with style INDIRECT 0 1516958898 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safe-stable-stringify • 2.5.0 Deterministic and safely JSON.stringify to quickly serialize JavaScript objects INDIRECT 0 1724535077 sentence-case • 3.0.4 Transform into a lower case with spaces between words, then capitalize the string INDIRECT 4 1606869116 sequin • 0.1.1 Generate uniformly distributed ints in any base from a bit sequence INDIRECT 0 1492444546 setimmediate • 1.0.5 A shim for the setImmediate efficient script yielding API INDIRECT 0 1473641996 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 snake-case • 3.0.4 Transform into a lower case string with underscores between words INDIRECT 4 1606869124 sonic-boom • 3.8.1 Extremely fast utf8 only stream implementation INDIRECT 1 1712245128 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 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 strip-json-comments • 3.1.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1594565096 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 thread-stream • 2.7.0 A streaming way to send data to a Node.js Worker Thread INDIRECT 1 1713977483 tldts-core • 6.1.71 tldts core primitives (internal module) INDIRECT 0 1736154018 tldts • 6.1.71 Library to work against complex domain names, subdomains and URIs. INDIRECT 1 1736154020 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 tr46 • 0.0.3 An implementation of the Unicode TR46 spec INDIRECT 0 1453255734 ts-retry-promise • 0.8.1 retry for functions returning a promise INDIRECT 0 1716104265 undici-types • 6.20.0 A stand-alone types package for Undici INDIRECT 0 1728460238 upper-case-first • 2.0.2 Transforms the string with the first character in upper cased INDIRECT 1 1606869107 upper-case • 2.0.2 Transforms the string to upper case INDIRECT 1 1606859774 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 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 xml2js • 0.6.2 Simple XML to JavaScript object converter. INDIRECT 2 1690366989 xmlbuilder • 11.0.1 An XML builder for node.js INDIRECT 0 1553287553 yoctocolors-cjs • 2.1.2 CommonJS version - The smallest and fastest command-line coloring package on the internet INDIRECT 0 1720048751