@pkgjs/parseargs • 0.11.0 Polyfill of future proposal for `util.parseArgs()` INDIRECT 0 1665411524 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-regex • 6.2.2 Regular expression for matching ANSI escape codes INDIRECT 0 1757342894 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 ansi-styles • 6.2.3 ANSI escape codes for styling strings in the terminal INDIRECT 0 1757343135 assert • 2.1.0 The assert module from Node.js, for the browser. DIRECT 38 1694111070 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 brace-expansion • 2.1.2 Brace expansion as known from sh/bash INDIRECT 1 1783493610 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.9 Robustly `.call.bind()` a function INDIRECT 18 1775749088 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 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 INDIRECT 5 1627646572 chokidar • 4.0.3 Minimal and efficient cross-platform file watching library INDIRECT 1 1734560494 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 date-format • 4.0.14 Formatting Date objects as strings since 2013 INDIRECT 0 1664214205 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 decamelize • 4.0.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1580007823 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 eastasianwidth • 0.2.0 Get East Asian Width from a character. INDIRECT 0 1514798767 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 emoji-regex • 9.2.2 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1614682689 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.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 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 find-up • 5.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1597171464 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 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 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 get-intrinsic • 1.3.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 he • 1.2.0 A robust HTML entities encoder/decoder with full Unicode support. INDIRECT 0 1537723102 is-arguments • 1.2.0 Is this an arguments object? It's a harder question than you think. INDIRECT 17 1734073522 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-generator-function • 1.1.2 Determine if a function is a native generator function. INDIRECT 19 1759257674 is-nan • 1.3.2 ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives. INDIRECT 21 1608788623 is-path-inside • 3.0.3 Check if a path is inside another path INDIRECT 0 1615183714 is-plain-obj • 2.1.0 Check if a value is a plain object INDIRECT 0 1579602874 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 17 1733982247 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 26 1734542407 is-unicode-supported • 0.1.0 Detect whether the terminal supports Unicode INDIRECT 0 1615975873 js-yaml • 4.3.0 YAML 1.2 parser and serializer INDIRECT 1 1782512940 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 locate-path • 6.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1597081750 log-symbols • 4.1.0 Colored symbols for various log levels. Example: `✔︎ Success` INDIRECT 7 1615976961 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 mocha • 11.7.6 simple, flexible, fun test framework DIRECT 76 1779361919 moment • 2.30.1 Parse, validate, manipulate, and display dates DIRECT 0 1703673523 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 object-is • 1.1.6 ES2015-compliant shim for Object.is - differentiates between -0 and +0 INDIRECT 21 1709078589 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 object.assign • 4.1.7 ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 22 1734555262 p-limit • 3.1.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1606290157 p-locate • 5.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1597081354 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 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 readdirp • 4.1.2 Recursive version of fs.readdir with small RAM & CPU footprint. INDIRECT 0 1739554041 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 rfdc • 1.4.1 Really Fast Deep Clone INDIRECT 0 1718187509 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 18 1734029347 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 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 streamroller • 3.1.5 file streams that roll over when size limits, or dates are reached INDIRECT 7 1676478406 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 string-width • 5.1.2 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1646036525 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-ansi • 7.2.0 Strip ANSI escape codes from a string INDIRECT 1 1772113871 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 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 util • 0.12.5 Node.js's util module for all engines INDIRECT 32 1665951987 which-typed-array • 1.1.22 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1780688858 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 wrap-ansi • 8.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1674468804 yargs-unparser • 2.0.0 Converts back a yargs argv object to its original array form INDIRECT 4 1601598101 yargs • 17.7.3 yargs the modern, pirate-themed, successor to optimist. INDIRECT 15 1781834921 yocto-queue • 0.1.0 Tiny queue data structure INDIRECT 0 1606197935