@babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1730310371 @babel/compat-data • 7.26.8 The compat-data to determine required Babel plugins INDIRECT 0 1739008761 @babel/core • 7.26.10 Babel compiler core. DIRECT 38 1741715716 @babel/generator • 7.27.0 Turns an AST into code. INDIRECT 10 1742838109 @babel/helper-annotate-as-pure • 7.25.9 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1729610476 @babel/helper-compilation-targets • 7.27.0 Helper functions on Babel compilation targets INDIRECT 12 1742838100 @babel/helper-create-class-features-plugin • 7.27.0 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 25 1742838113 @babel/helper-create-regexp-features-plugin • 7.27.0 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1742838101 @babel/helper-define-polyfill-provider • 0.6.4 Babel helper to create your own polyfill provider INDIRECT 23 1742390646 @babel/helper-member-expression-to-functions • 7.25.9 Helper function to replace certain member expressions with function calls INDIRECT 19 1729610492 @babel/helper-module-imports • 7.25.9 Babel helper functions for inserting module loads INDIRECT 19 1729610492 @babel/helper-module-transforms • 7.26.0 Babel helper functions for implementing ES6 module transformations INDIRECT 20 1729863006 @babel/helper-optimise-call-expression • 7.25.9 Helper function to optimise call expression INDIRECT 3 1729610477 @babel/helper-plugin-utils • 7.26.5 General utilities for plugins to use INDIRECT 0 1736529106 @babel/helper-remap-async-to-generator • 7.25.9 Helper function to remap async functions to generators INDIRECT 21 1729610497 @babel/helper-replace-supers • 7.26.5 Helper function to replace supers INDIRECT 21 1736529118 @babel/helper-skip-transparent-expression-wrappers • 7.25.9 Helper which skips types and parentheses INDIRECT 19 1729610493 @babel/helper-string-parser • 7.25.9 A utility package to parse strings INDIRECT 0 1729610436 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 1729610436 @babel/helper-validator-option • 7.25.9 Validate plugin/preset options INDIRECT 0 1729610439 @babel/helper-wrap-function • 7.25.9 Helper to wrap functions inside a function call. INDIRECT 19 1729610494 @babel/helpers • 7.27.0 Collection of helper functions used by Babel transforms. INDIRECT 8 1742838111 @babel/parser • 7.27.0 A JavaScript parser INDIRECT 3 1742838107 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 20 1729610493 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1729610443 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1729610444 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 22 1729610503 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 20 1729610495 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 27 1656359444 @babel/plugin-proposal-object-rest-spread • 7.20.7 Compile object rest and spread to ES5 DIRECT 16 1671702328 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 1686222840 @babel/plugin-syntax-import-assertions • 7.26.0 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1729863008 @babel/plugin-syntax-import-attributes • 7.26.0 Allow parsing of the module attributes in the import statement INDIRECT 1 1729863009 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 1729610454 @babel/plugin-syntax-object-rest-spread • 7.8.3 Allow parsing of object rest/spread INDIRECT 1 1578950053 @babel/plugin-syntax-typescript • 7.25.9 Allow parsing of TypeScript syntax INDIRECT 1 1729610457 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 1729610457 @babel/plugin-transform-async-generator-functions • 7.26.8 Turn async generator functions into ES2015 generators INDIRECT 23 1739008772 @babel/plugin-transform-async-to-generator • 7.25.9 Turn async functions into ES2015 generators INDIRECT 24 1729610505 @babel/plugin-transform-block-scoped-functions • 7.26.5 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1736529110 @babel/plugin-transform-block-scoping • 7.27.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1742838102 @babel/plugin-transform-class-properties • 7.25.9 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 1729610510 @babel/plugin-transform-class-static-block • 7.26.0 Transform class static blocks INDIRECT 27 1729863009 @babel/plugin-transform-classes • 7.25.9 Compile ES2015 classes to ES5 INDIRECT 36 1729610506 @babel/plugin-transform-computed-properties • 7.25.9 Compile ES2015 computed properties to ES5 INDIRECT 9 1729610486 @babel/plugin-transform-destructuring • 7.25.9 Compile ES2015 destructuring to ES5 INDIRECT 1 1729610459 @babel/plugin-transform-dotall-regex • 7.25.9 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1729610486 @babel/plugin-transform-duplicate-keys • 7.25.9 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1729610459 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1729610488 @babel/plugin-transform-dynamic-import • 7.25.9 Transform import() expressions INDIRECT 1 1729610460 @babel/plugin-transform-exponentiation-operator • 7.26.3 Compile exponentiation operator to ES5 INDIRECT 1 1733315734 @babel/plugin-transform-export-namespace-from • 7.25.9 Compile export namespace to ES2015 INDIRECT 1 1729610460 @babel/plugin-transform-for-of • 7.26.9 Compile ES2015 for...of to ES5 INDIRECT 21 1739533680 @babel/plugin-transform-function-name • 7.25.9 Apply ES2015 function.name semantics to all functions INDIRECT 32 1729610495 @babel/plugin-transform-json-strings • 7.25.9 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1729610462 @babel/plugin-transform-literals • 7.25.9 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1729610462 @babel/plugin-transform-logical-assignment-operators • 7.25.9 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1729610463 @babel/plugin-transform-member-expression-literals • 7.25.9 Ensure that reserved words are quoted in property accesses INDIRECT 1 1729610464 @babel/plugin-transform-modules-amd • 7.25.9 This plugin transforms ES2015 modules to AMD INDIRECT 22 1729610506 @babel/plugin-transform-modules-commonjs • 7.26.3 This plugin transforms ES2015 modules to CommonJS INDIRECT 22 1733315735 @babel/plugin-transform-modules-systemjs • 7.25.9 This plugin transforms ES2015 modules to SystemJS INDIRECT 22 1729610507 @babel/plugin-transform-modules-umd • 7.25.9 This plugin transforms ES2015 modules to UMD INDIRECT 22 1729610508 @babel/plugin-transform-named-capturing-groups-regex • 7.25.9 Compile regular expressions using named groups to ES5. INDIRECT 17 1729610487 @babel/plugin-transform-new-target • 7.25.9 Transforms new.target meta property INDIRECT 1 1729610464 @babel/plugin-transform-nullish-coalescing-operator • 7.26.6 Remove nullish coalescing operator INDIRECT 1 1736790547 @babel/plugin-transform-numeric-separator • 7.25.9 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1729610465 @babel/plugin-transform-object-assign • 7.25.9 Replace Object.assign with an inline helper DIRECT 1 1729610465 @babel/plugin-transform-object-rest-spread • 7.25.9 Compile object rest and spread to ES5 INDIRECT 15 1729610480 @babel/plugin-transform-object-super • 7.25.9 Compile ES2015 object super to ES5 INDIRECT 23 1729610508 @babel/plugin-transform-optional-catch-binding • 7.25.9 Compile optional catch bindings INDIRECT 1 1729610466 @babel/plugin-transform-optional-chaining • 7.25.9 Transform optional chaining operators into a series of nil checks INDIRECT 21 1729610501 @babel/plugin-transform-parameters • 7.25.9 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1729610466 @babel/plugin-transform-private-methods • 7.25.9 This plugin transforms private class methods INDIRECT 27 1729610511 @babel/plugin-transform-private-property-in-object • 7.25.9 This plugin transforms checks for a private property in an object INDIRECT 27 1729610512 @babel/plugin-transform-property-literals • 7.25.9 Ensure that reserved words are quoted in object property keys INDIRECT 1 1729610467 @babel/plugin-transform-regenerator • 7.27.0 Explode async and generator functions into a state machine. INDIRECT 4 1742838102 @babel/plugin-transform-regexp-modifiers • 7.26.0 Compile inline regular expression modifiers INDIRECT 17 1729863010 @babel/plugin-transform-reserved-words • 7.25.9 Ensure that no reserved words are used. INDIRECT 1 1729610471 @babel/plugin-transform-shorthand-properties • 7.25.9 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1729610471 @babel/plugin-transform-spread • 7.25.9 Compile ES2015 spread to ES5 INDIRECT 21 1729610501 @babel/plugin-transform-sticky-regex • 7.25.9 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1729610472 @babel/plugin-transform-template-literals • 7.26.8 Compile ES2015 template literals to ES5 INDIRECT 1 1739008763 @babel/plugin-transform-typeof-symbol • 7.27.0 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1742838101 @babel/plugin-transform-typescript • 7.27.0 Transform TypeScript into ES.next INDIRECT 28 1742838115 @babel/plugin-transform-unicode-escapes • 7.25.9 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1729610474 @babel/plugin-transform-unicode-property-regex • 7.25.9 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1729610489 @babel/plugin-transform-unicode-regex • 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1729610489 @babel/plugin-transform-unicode-sets-regex • 7.25.9 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1729610489 @babel/preset-env • 7.26.9 A Babel preset for each environment. DIRECT 129 1739533685 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/preset-typescript • 7.27.0 Babel preset for TypeScript. DIRECT 34 1742838117 @babel/register • 7.25.9 babel require hook DIRECT 21 1729610437 @babel/runtime • 7.27.0 babel's modular runtime helpers INDIRECT 1 1742838103 @babel/template • 7.27.0 Generate an AST from a string template. INDIRECT 7 1742838109 @babel/traverse • 7.27.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 18 1742838111 @babel/types • 7.27.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1742838105 @cirrusct/error • 1.0.22 Error handling support DIRECT 1 1578893735 @cirrusct/fs • 1.0.21 Filesystem support DIRECT 48 1578893742 @cirrusct/logging • 1.0.62 Logging DIRECT 37 1578893738 @cirrusct/shell-exec • 1.1.1 Shell execution support DIRECT 24 1583034422 @jridgewell/gen-mapping • 0.3.8 Generate source maps INDIRECT 4 1733944203 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/set-array • 1.2.1 Like a Set, but provides the index of the `key` in the backing array INDIRECT 0 1709186612 @jridgewell/sourcemap-codec • 1.5.0 Encode/decode sourcemap mappings INDIRECT 0 1720553292 @jridgewell/trace-mapping • 0.3.25 Trace the original position through a source map INDIRECT 2 1709362371 @types/glob • 7.2.0 TypeScript definitions for Glob INDIRECT 3 1634680892 @types/minimatch • 5.1.2 TypeScript definitions for minimatch INDIRECT 0 1661967188 @types/node • 22.15.3 TypeScript definitions for node INDIRECT 1 1745822603 @types/shelljs • 0.8.15 TypeScript definitions for shelljs INDIRECT 4 1699374574 ansi-colors • 4.1.3 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 1652716102 babel-plugin-polyfill-corejs2 • 0.4.13 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1742390649 babel-plugin-polyfill-corejs3 • 0.11.1 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1737718711 babel-plugin-polyfill-regenerator • 0.6.4 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1742390649 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 browserslist • 4.24.4 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1736336671 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 bunyan-debug-stream • 2.0.1 [](https://github.com/semantic-release/semantic-release) INDIRECT 2 1641752660 bunyan • 1.8.15 a JSON logging library for node.js services INDIRECT 19 1610148388 clone-deep • 4.0.1 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 4 1542844824 colors • 1.4.0 get colors in your node.js console INDIRECT 0 1569195967 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 1426292101 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 core-js-compat • 3.41.0 core-js compat INDIRECT 7 1740848181 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 end-of-stream • 1.4.4 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1569416251 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 exception-formatter • 1.0.7 [](https://travis-ci.org/benbria/exception-formatter) [](h INDIRECT 1 1530213946 execa • 4.1.0 Process execution for humans INDIRECT 19 1603884652 find-cache-dir • 2.1.0 Finds the common standard cache directory INDIRECT 11 1552372085 find-up • 3.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1529313561 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 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 1603831420 get-stream • 5.2.0 Get a stream as a string, buffer, or array INDIRECT 4 1597007197 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 interpret • 1.4.0 A dictionary of file extensions and associated module loaders. INDIRECT 0 1591166358 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1603892950 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonfile • 4.0.0 Easily read/write JSON files. INDIRECT 1 1505244119 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 locate-path • 3.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1529269166 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 make-dir • 2.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 2 1551642020 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 moment • 2.30.1 Parse, validate, manipulate, and display dates INDIRECT 0 1703673523 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 mv • 2.1.1 fs.rename but works across devices. same as the unix utility 'mv' INDIRECT 14 1435010813 nan • 2.22.2 Native Abstractions for Node.js: C++ header for Node 0.8 -> 22 compatibility INDIRECT 0 1740587779 ncp • 2.0.0 Asynchronous recursive file copy utility. INDIRECT 0 1424638526 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 npm-run-path • 4.0.1 Get your PATH prepended with locally installed binaries INDIRECT 1 1577052272 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 1597004944 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 3.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1529066877 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 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 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 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 pkg-dir • 3.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1529322182 prettyjson • 1.2.5 Package for formatting JSON data in a coloured YAML-style, perfect for CLI output INDIRECT 2 1641896638 pump • 3.0.2 pipe streams together and close all of them if one of them closes INDIRECT 3 1726041514 rechoir • 0.6.2 Require any supported file as a node module. INDIRECT 6 1437576146 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 1726132062 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1702673522 regenerator-transform • 0.15.2 Explode async and generator functions into a state machine. INDIRECT 2 1691169947 regexpu-core • 6.2.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1732220053 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 safe-json-stringify • 1.2.0 Prevent defined property getters from throwing errors INDIRECT 0 1527158220 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 1555373202 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 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 split • 1.0.1 split a Text Stream into a Line Stream INDIRECT 1 1501747438 strip-final-newline • 2.0.0 Strip the final newline character from a string/buffer INDIRECT 0 1540715802 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 tmp • 0.1.0 Temporary file and directory creator DIRECT 12 1553535560 undici-types • 6.21.0 A stand-alone types package for Undici INDIRECT 0 1731505029 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 1631618585 unicode-match-property-value-ecmascript • 2.2.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 1726132494 unicode-property-aliases-ecmascript • 2.1.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1663157048 universalify • 0.1.2 Make a callback- or promise-based function support both promises and callbacks. INDIRECT 0 1529493431 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163