abort-controller • 3.0.0 An implementation of WHATWG AbortController interface. DIRECT 1 1553937332 ansi-colors • 4.1.1 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 1562130798 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 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 arg • 4.1.3 Another simple argument parser INDIRECT 0 1580665994 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 bn.js • 5.2.1 Big number implementation in pure javascript DIRECT 0 1653388610 brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 1518248542 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-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 call-bind-apply-helpers • 1.0.1 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1733726673 call-bound • 1.0.3 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 11 1734310625 camelcase • 6.3.0 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1641068974 chalk • 4.1.2 Terminal string styling done right DIRECT 5 1627646572 chokidar • 3.5.1 Minimal and efficient cross-platform file watching library INDIRECT 14 1610721285 ci-info • 2.0.0 Get details about the current Continuous Integration environment DIRECT 0 1544044708 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 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 consola • 2.15.3 Elegant Console Logger for Node.js and Browser DIRECT 0 1612739138 create-require • 1.1.1 Polyfill for Node.js module.createRequire (<= v12.2.0) INDIRECT 0 1606398092 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync DIRECT 5 1731938392 debug • 4.3.1 small debugging utility INDIRECT 1 1605788588 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser DIRECT 1 1733488366 decamelize • 4.0.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1580007823 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 env-paths • 2.2.1 Get paths for storing things like data, config, cache, etc DIRECT 0 1615206666 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.0.0 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1710656343 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 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 eventemitter3 • 4.0.7 EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. DIRECT 0 1598519444 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 • 2.1.0 Find a file by walking up parent directories DIRECT 5 1480684911 find-up • 5.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1597171464 fp-ts • 1.19.5 Functional programming in TypeScript INDIRECT 0 1563806902 fs-extra • 7.0.1 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. DIRECT 3 1541596990 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 1692635062 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 get-intrinsic • 1.2.6 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 10 1733954479 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 growl • 1.10.5 Growl unobtrusive notifications INDIRECT 0 1522856683 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 he • 1.2.0 A robust HTML entities encoder/decoder with full Unicode support. INDIRECT 0 1537723102 io-ts • 1.10.4 TypeScript compatible runtime type system for IO validation DIRECT 1 1562050982 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 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-plain-obj • 2.1.0 Check if a value is a plain object INDIRECT 0 1579602874 js-yaml • 4.0.0 YAML 1.2 parser and serializer INDIRECT 1 1609681878 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 locate-path • 2.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1480310853 locate-path • 6.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1597081750 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 log-symbols • 4.0.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 6 1587898056 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mocha • 8.4.0 simple, flexible, fun test framework DIRECT 83 1620376236 ms • 2.1.2 Tiny millisecond conversion utility INDIRECT 0 1559842315 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nanoid • 3.1.20 A tiny (108 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1606835713 node-fetch • 2.7.0 A light-weight module that brings window.fetch to node.js DIRECT 3 1692811119 normalize-path • 3.0.0 Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. INDIRECT 0 1524149687 object-inspect • 1.13.3 string representations of objects in node and the browser INDIRECT 0 1731113867 p-limit • 1.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1528300898 p-limit • 3.1.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1606290157 p-locate • 2.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1480310721 p-locate • 5.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1597081354 p-try • 1.0.0 `Promise#try()` ponyfill - Starts a promise chain INDIRECT 0 1477030603 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 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 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 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 readdirp • 3.5.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1602584277 require-directory • 2.1.1 Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. INDIRECT 0 1432801864 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 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 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1733862025 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 13 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 14 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 16 1733936433 slash • 3.0.0 Convert Windows backslash paths to slash paths DIRECT 0 1556425560 source-map-support • 0.5.21 Fixes stack traces for files with source maps DIRECT 2 1637319777 stacktrace-parser • 0.1.10 Parses every stack trace into a nicely formatted array of hashes. DIRECT 1 1588838827 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 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 • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 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 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-node • 9.1.1 TypeScript execution environment and REPL for node.js, with source map support DIRECT 8 1607352471 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 uuid • 3.3.2 RFC4122 (v1, v4, and v5) UUIDs DIRECT 0 1530221341 whatwg-url • 5.0.0 An implementation of the WHATWG URL Standard's URL API and parsing machinery INDIRECT 2 1495832201 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 yargs-unparser • 2.0.0 Converts back a yargs argv object to its original array form INDIRECT 4 1601598101 yargs • 16.2.0 yargs the modern, pirate-themed, successor to optimist. INDIRECT 15 1607209795 yn • 3.1.1 Parse yes/no like values INDIRECT 0 1564510804 yocto-queue • 0.1.0 Tiny queue data structure INDIRECT 0 1606197935