@babel/runtime • 7.29.7 babel's modular runtime helpers INDIRECT 0 1779707733 @changesets/types • 4.1.0 Common types shared between changeset packages INDIRECT 0 1645304320 @manypkg/find-root • 1.1.0 > Find the root of a monorepo with Yarn workspaces, Bolt or pnpm INDIRECT 12 1593085675 @manypkg/get-packages • 1.1.3 > A simple utility to get the packages from a monorepo, whether they're using Yarn, Bolt or pnpm INDIRECT 45 1636435570 @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 @ts-morph/common • 0.25.0 Common functionality for ts-morph packages. INDIRECT 7 1728214565 @types/node • 12.20.55 TypeScript definitions for Node.js INDIRECT 0 1654628597 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 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 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 bl • 4.1.0 Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too! INDIRECT 8 1612867055 brace-expansion • 2.1.7 Brace expansion as known from sh/bash INDIRECT 1 1789423378 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 • 5.7.1 Node.js Buffer API, for the browser INDIRECT 2 1604526695 chalk • 4.1.2 Terminal string styling done right INDIRECT 5 1627646572 cleye • 2.6.0 The intuitive CLI development tool DIRECT 2 1776525141 code-block-writer • 13.0.3 A simple code writer that assists with formatting and visualizing blocks of code. INDIRECT 0 1728135028 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 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 decompress-response • 6.0.0 Decompress a HTTP response if needed INDIRECT 1 1589512108 deep-extend • 0.6.0 Recursive object extending INDIRECT 0 1527012797 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 fdir • 6.5.0 The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s INDIRECT 0 1755190563 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 fs-constants • 1.0.0 Require constants across node and the browser INDIRECT 0 1524753752 fs-extra • 11.4.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. DIRECT 3 1784836328 fs-extra • 8.1.0 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1561741356 github-from-package • 0.0.0 return the github url from a package.json file INDIRECT 0 1356779572 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 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 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 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 js-yaml • 3.15.2 YAML 1.2 parser and serializer INDIRECT 3 1787777630 js-yaml • 4.3.2 YAML 1.2 parser and serializer INDIRECT 1 1787776968 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 jsonfile • 6.2.1 Easily read/write JSON files. INDIRECT 2 1776698908 keytar • 7.9.0 Bindings to native Mac/Linux/Windows password APIs INDIRECT 36 1645100031 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 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 mimic-response • 3.1.0 Mimic a Node.js HTTP response stream INDIRECT 0 1589481062 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp-classic • 0.5.3 Mirror of mkdirp 0.5.2 INDIRECT 0 1588586163 napi-build-utils • 2.0.0 A set of utilities to assist developers of tools that build N-API native add-ons INDIRECT 0 1737083221 node-abi • 3.96.0 Get the Node ABI for a given target and runtime, and vice versa. INDIRECT 1 1787944246 node-addon-api • 4.3.0 Node.js API (Node-API) INDIRECT 0 1642777596 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 path-browserify • 1.0.1 the path module from node core for browsers INDIRECT 0 1583254358 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 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.2 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 1774298348 picomatch • 4.0.7 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 1787582183 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 1540213139 pirates • 4.0.7 Properly hijack require, i.e., properly define require hooks and customizations INDIRECT 0 1743074518 prebuild-install • 7.1.3 A command line tool to easily install prebuilt binaries for multiple version of node/iojs on a specific platform INDIRECT 34 1737504519 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.4 pipe streams together and close all of them if one of them closes INDIRECT 3 1772285465 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 read-yaml-file • 1.1.0 Read and parse a YAML file INDIRECT 7 1543529788 readable-stream • 3.6.2 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 1678438954 retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 1523266527 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 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 serialize-error • 8.1.0 Serialize/deserialize an error into a plain object INDIRECT 1 1618825535 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-concat • 1.0.1 Super-minimalist version of `concat-stream`. Less than 15 lines! INDIRECT 0 1594960584 simple-get • 4.0.1 Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines. INDIRECT 5 1643081033 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1556425560 string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 1565169636 strip-bom • 3.0.0 Strip UTF-8 byte order mark (BOM) from a string INDIRECT 0 1462032164 strip-json-comments • 2.0.1 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1455006606 supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 1598613454 tar-fs • 2.1.5 filesystem bindings for tar-stream INDIRECT 17 1782556045 tar-stream • 2.2.0 tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. INDIRECT 13 1609237377 terminal-columns • 2.0.0 Render a readable table in the terminal INDIRECT 0 1739276755 tinyglobby • 0.2.17 A fast and minimal alternative to globby and fast-glob INDIRECT 2 1780171041 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 ts-morph • 24.0.0 TypeScript compiler wrapper for static analysis and code manipulation. DIRECT 9 1728214706 type-flag • 4.5.1 Typed command-line arguments parser INDIRECT 0 1789315567 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 universalify • 2.0.1 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1698858765 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 zod • 4.6.5 TypeScript-first schema declaration and validation library with static type inference INDIRECT 0 1789341914