@babel/code-frame • 7.27.1 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1746025711 @babel/compat-data • 7.28.0 The compat-data to determine required Babel plugins INDIRECT 0 1751445493 @babel/core • 7.28.0 Babel compiler core. DIRECT 37 1751445508 @babel/generator • 7.28.0 Turns an AST into code. INDIRECT 9 1751445504 @babel/helper-annotate-as-pure • 7.27.3 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1748335159 @babel/helper-compilation-targets • 7.27.2 Helper functions on Babel compilation targets INDIRECT 12 1746545628 @babel/helper-create-class-features-plugin • 7.27.1 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1746025765 @babel/helper-create-regexp-features-plugin • 7.27.1 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1746025746 @babel/helper-define-polyfill-provider • 0.6.5 Babel helper to create your own polyfill provider INDIRECT 23 1751042267 @babel/helper-globals • 7.28.0 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1751445494 @babel/helper-member-expression-to-functions • 7.27.1 Helper function to replace certain member expressions with function calls INDIRECT 18 1746025755 @babel/helper-module-imports • 7.27.1 Babel helper functions for inserting module loads INDIRECT 18 1746025756 @babel/helper-module-transforms • 7.27.3 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1748335166 @babel/helper-optimise-call-expression • 7.27.1 Helper function to optimise call expression INDIRECT 3 1746025741 @babel/helper-plugin-utils • 7.27.1 General utilities for plugins to use INDIRECT 0 1746025706 @babel/helper-remap-async-to-generator • 7.27.1 Helper function to remap async functions to generators INDIRECT 20 1746025760 @babel/helper-replace-supers • 7.27.1 Helper function to replace supers INDIRECT 20 1746025760 @babel/helper-skip-transparent-expression-wrappers • 7.27.1 Helper which skips types and parentheses INDIRECT 18 1746025755 @babel/helper-string-parser • 7.27.1 A utility package to parse strings INDIRECT 0 1746025706 @babel/helper-validator-identifier • 7.27.1 Validate identifier/keywords name INDIRECT 0 1746025707 @babel/helper-validator-option • 7.27.1 Validate plugin/preset options INDIRECT 0 1746025707 @babel/helper-wrap-function • 7.27.1 Helper to wrap functions inside a function call. INDIRECT 18 1746025757 @babel/helpers • 7.27.6 Collection of helper functions used by Babel transforms. INDIRECT 8 1749112642 @babel/parser • 7.28.0 A JavaScript parser INDIRECT 3 1751445502 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.27.1 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1746025757 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.27.1 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1746025711 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.27.1 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1746025713 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.27.1 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1746025765 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.27.1 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1746025757 @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.27.1 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1746025719 @babel/plugin-syntax-import-attributes • 7.27.1 Allow parsing of the module attributes in the import statement INDIRECT 1 1746025720 @babel/plugin-syntax-jsx • 7.27.1 Allow parsing of jsx INDIRECT 1 1746025721 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.27.1 Compile ES2015 arrow functions to ES5 INDIRECT 1 1746025724 @babel/plugin-transform-async-generator-functions • 7.28.0 Turn async generator functions into ES2015 generators INDIRECT 22 1751445507 @babel/plugin-transform-async-to-generator • 7.27.1 Turn async functions into ES2015 generators INDIRECT 23 1746025767 @babel/plugin-transform-block-scoped-functions • 7.27.1 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1746025724 @babel/plugin-transform-block-scoping • 7.28.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1751445496 @babel/plugin-transform-class-properties • 7.27.1 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1746025773 @babel/plugin-transform-class-static-block • 7.27.1 Transform class static blocks INDIRECT 26 1746025773 @babel/plugin-transform-classes • 7.28.0 Compile ES2015 classes to ES5 INDIRECT 35 1751445507 @babel/plugin-transform-computed-properties • 7.27.1 Compile ES2015 computed properties to ES5 INDIRECT 9 1746025749 @babel/plugin-transform-destructuring • 7.28.0 Compile ES2015 destructuring to ES5 INDIRECT 19 1751445507 @babel/plugin-transform-dotall-regex • 7.27.1 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1746025749 @babel/plugin-transform-duplicate-keys • 7.27.1 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1746025726 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.27.1 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1746025749 @babel/plugin-transform-dynamic-import • 7.27.1 Transform import() expressions INDIRECT 1 1746025726 @babel/plugin-transform-explicit-resource-management • 7.28.0 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1751445509 @babel/plugin-transform-exponentiation-operator • 7.27.1 Compile exponentiation operator to ES5 INDIRECT 1 1746025727 @babel/plugin-transform-export-namespace-from • 7.27.1 Compile export namespace to ES2015 INDIRECT 1 1746025727 @babel/plugin-transform-for-of • 7.27.1 Compile ES2015 for...of to ES5 INDIRECT 20 1746025762 @babel/plugin-transform-function-name • 7.27.1 Apply ES2015 function.name semantics to all functions INDIRECT 31 1746025759 @babel/plugin-transform-json-strings • 7.27.1 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1746025728 @babel/plugin-transform-literals • 7.27.1 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1746025728 @babel/plugin-transform-logical-assignment-operators • 7.27.1 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1746025729 @babel/plugin-transform-member-expression-literals • 7.27.1 Ensure that reserved words are quoted in property accesses INDIRECT 1 1746025729 @babel/plugin-transform-modules-amd • 7.27.1 This plugin transforms ES2015 modules to AMD INDIRECT 21 1746025768 @babel/plugin-transform-modules-commonjs • 7.27.1 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-systemjs • 7.27.1 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1746025769 @babel/plugin-transform-modules-umd • 7.27.1 This plugin transforms ES2015 modules to UMD INDIRECT 21 1746025770 @babel/plugin-transform-named-capturing-groups-regex • 7.27.1 Compile regular expressions using named groups to ES5. INDIRECT 17 1746025751 @babel/plugin-transform-new-target • 7.27.1 Transforms new.target meta property INDIRECT 1 1746025730 @babel/plugin-transform-nullish-coalescing-operator • 7.27.1 Remove nullish coalescing operator INDIRECT 1 1746025730 @babel/plugin-transform-numeric-separator • 7.27.1 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1746025731 @babel/plugin-transform-object-rest-spread • 7.28.0 Compile object rest and spread to ES5 INDIRECT 33 1751445509 @babel/plugin-transform-object-super • 7.27.1 Compile ES2015 object super to ES5 INDIRECT 22 1746025769 @babel/plugin-transform-optional-catch-binding • 7.27.1 Compile optional catch bindings INDIRECT 1 1746025732 @babel/plugin-transform-optional-chaining • 7.27.1 Transform optional chaining operators into a series of nil checks INDIRECT 20 1746025762 @babel/plugin-transform-parameters • 7.27.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1750946597 @babel/plugin-transform-private-methods • 7.27.1 This plugin transforms private class methods INDIRECT 26 1746025774 @babel/plugin-transform-private-property-in-object • 7.27.1 This plugin transforms checks for a private property in an object INDIRECT 26 1746025774 @babel/plugin-transform-property-literals • 7.27.1 Ensure that reserved words are quoted in object property keys INDIRECT 1 1746025732 @babel/plugin-transform-react-display-name • 7.28.0 Add displayName to React.createClass calls INDIRECT 1 1751445496 @babel/plugin-transform-react-jsx-development • 7.27.1 Turn JSX into React function calls in development INDIRECT 23 1746025771 @babel/plugin-transform-react-jsx • 7.27.1 Turn JSX into React function calls INDIRECT 22 1746025763 @babel/plugin-transform-react-pure-annotations • 7.27.1 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1746025746 @babel/plugin-transform-regenerator • 7.28.0 Explode async and generator functions into a state machine. INDIRECT 1 1751445497 @babel/plugin-transform-regexp-modifiers • 7.27.1 Compile inline regular expression modifiers INDIRECT 17 1746025752 @babel/plugin-transform-reserved-words • 7.27.1 Ensure that no reserved words are used. INDIRECT 1 1746025736 @babel/plugin-transform-shorthand-properties • 7.27.1 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1746025736 @babel/plugin-transform-spread • 7.27.1 Compile ES2015 spread to ES5 INDIRECT 20 1746025764 @babel/plugin-transform-sticky-regex • 7.27.1 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1746025737 @babel/plugin-transform-template-literals • 7.27.1 Compile ES2015 template literals to ES5 INDIRECT 1 1746025738 @babel/plugin-transform-typeof-symbol • 7.27.1 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1746025738 @babel/plugin-transform-unicode-escapes • 7.27.1 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1746025739 @babel/plugin-transform-unicode-property-regex • 7.27.1 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1746025752 @babel/plugin-transform-unicode-regex • 7.27.1 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1746025753 @babel/plugin-transform-unicode-sets-regex • 7.27.1 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1746025753 @babel/preset-env • 7.28.0 A Babel preset for each environment. DIRECT 126 1751445511 @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-react • 7.27.1 Babel preset for all React plugins. DIRECT 27 1746025775 @babel/template • 7.27.2 Generate an AST from a string template. INDIRECT 7 1746545629 @babel/traverse • 7.28.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1751445506 @babel/types • 7.28.0 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1751445499 @discoveryjs/json-ext • 0.5.7 A set of utilities that extend the use of JSON INDIRECT 0 1646846920 @jridgewell/gen-mapping • 0.3.12 Generate source maps INDIRECT 3 1751393934 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/source-map • 0.3.10 Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API INDIRECT 4 1751393909 @jridgewell/sourcemap-codec • 1.5.4 Encode/decode sourcemap mappings INDIRECT 0 1751393897 @jridgewell/trace-mapping • 0.3.29 Trace the original position through a source map INDIRECT 2 1751393812 @parcel/watcher-android-arm64 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861091 @parcel/watcher-darwin-arm64 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861093 @parcel/watcher-darwin-x64 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861095 @parcel/watcher-freebsd-x64 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861098 @parcel/watcher-linux-arm-glibc • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861101 @parcel/watcher-linux-arm-musl • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861103 @parcel/watcher-linux-arm64-glibc • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861105 @parcel/watcher-linux-arm64-musl • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861108 @parcel/watcher-linux-x64-glibc • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861110 @parcel/watcher-linux-x64-musl • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861112 @parcel/watcher-win32-arm64 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861119 @parcel/watcher-win32-ia32 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861121 @parcel/watcher-win32-x64 • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1737861124 @parcel/watcher • 2.5.1 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 23 1737861117 @polka/url • 1.0.0-next.29 Super fast, memoized `req.url` parser INDIRECT 0 1744224081 @sect/modernizr-loader • 1.0.5 use modernizr with webpack easily DIRECT 0 1682182861 @types/eslint-scope • 3.7.7 TypeScript definitions for eslint-scope INDIRECT 3 1699323750 @types/eslint • 9.6.1 TypeScript definitions for eslint INDIRECT 2 1724656091 @types/estree • 1.0.8 TypeScript definitions for estree INDIRECT 0 1749168274 @types/json-schema • 7.0.15 TypeScript definitions for json-schema INDIRECT 0 1699346963 @types/node • 24.0.10 TypeScript definitions for node INDIRECT 1 1751400181 @webassemblyjs/ast • 1.14.1 AST utils for webassemblyjs INDIRECT 5 1730930016 @webassemblyjs/floating-point-hex-parser • 1.13.2 A function to parse floating point hexadecimal strings as defined by the WebAssembly specification INDIRECT 0 1730929429 @webassemblyjs/helper-api-error • 1.13.2 Common API errors INDIRECT 0 1730929429 @webassemblyjs/helper-buffer • 1.14.1 Buffer manipulation utility INDIRECT 0 1730930015 @webassemblyjs/helper-numbers • 1.13.2 Number parsing utility INDIRECT 3 1730929431 @webassemblyjs/helper-wasm-bytecode • 1.13.2 WASM's Bytecode constants INDIRECT 0 1730929429 @webassemblyjs/helper-wasm-section • 1.14.1 INDIRECT 12 1730930020 @webassemblyjs/ieee754 • 1.13.2 IEEE754 decoder and encoder INDIRECT 1 1730929429 @webassemblyjs/utf8 • 1.13.2 UTF8 encoder/decoder for WASM INDIRECT 0 1730929429 @webassemblyjs/wasm-edit • 1.14.1 > Rewrite a WASM binary INDIRECT 16 1730930022 @webassemblyjs/wasm-gen • 1.14.1 WebAssembly binary format printer INDIRECT 10 1730930018 @webassemblyjs/wasm-opt • 1.14.1 INDIRECT 13 1730930020 @webassemblyjs/wasm-parser • 1.14.1 WebAssembly binary format parser INDIRECT 10 1730930018 @webassemblyjs/wast-printer • 1.14.1 WebAssembly text format printer INDIRECT 6 1730930018 acorn-walk • 8.3.4 ECMAScript (ESTree) AST walker INDIRECT 1 1725871258 acorn • 8.15.0 ECMAScript parser INDIRECT 0 1749399784 adjust-sourcemap-loader • 4.0.0 Webpack loader that adjusts source maps INDIRECT 5 1603700387 ajv-formats • 2.1.1 Format validation for Ajv v7+ INDIRECT 5 1628934517 ajv-keywords • 5.1.0 Additional JSON-Schema keywords for Ajv JSON validator INDIRECT 1 1637523741 ajv • 8.17.1 Another JSON Schema Validator INDIRECT 4 1720816933 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 autoprefixer • 10.4.21 Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website DIRECT 10 1741526844 babel-loader • 9.2.1 babel module loader for webpack DIRECT 18 1726493842 babel-plugin-polyfill-corejs2 • 0.4.14 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1751042269 babel-plugin-polyfill-corejs3 • 0.13.0 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1751042269 babel-plugin-polyfill-regenerator • 0.6.5 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1751042269 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 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 browserslist • 4.25.1 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1750842854 buffer-from • 1.1.2 A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available. INDIRECT 0 1627578333 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 chokidar • 4.0.3 Minimal and efficient cross-platform file watching library INDIRECT 1 1734560494 chrome-trace-event • 1.0.4 A library to create a trace of your node app per Google's Trace Event format. INDIRECT 0 1717000855 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 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 commander • 7.2.0 the complete solution for node.js command-line programs INDIRECT 0 1616363776 convert-source-map • 1.9.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1665435477 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.43.0 core-js compat INDIRECT 7 1749452102 core-js • 3.43.0 Standard library DIRECT 0 1749452092 cosmiconfig • 8.3.6 Find and load configuration from a package.json property, rc file, TypeScript module, and more! INDIRECT 16 1694622882 css-loader • 6.11.0 css loader module for webpack DIRECT 14 1712161210 cssesc • 3.0.0 A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0 1549298060 debounce • 1.2.1 Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked INDIRECT 0 1615314745 debug • 4.4.1 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1747169796 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 duplexer • 0.1.2 Creates a duplex stream INDIRECT 0 1597220839 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 enhanced-resolve • 5.18.2 Offers a async require.resolve function. It's highly configurable. INDIRECT 2 1750743089 error-ex • 1.3.2 Easy error subclassing and stack customization INDIRECT 1 1529389232 es-module-lexer • 1.7.0 Lexes ES modules returning their import/export metadata INDIRECT 0 1745360527 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 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 expose-loader • 4.1.0 expose loader module for webpack DIRECT 0 1678395235 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 file • 0.2.2 Higher level path and file manipulation functions. INDIRECT 0 1392941433 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-cache-dir • 4.0.0 Finds the common standard cache directory INDIRECT 8 1667558535 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 1560752434 find-up • 6.3.0 Find a file or directory by walking up parent directories INDIRECT 5 1644304878 fraction.js • 4.3.7 A rational number library INDIRECT 0 1697128642 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 gzip-size • 6.0.0 Get the gzipped size of a string or buffer INDIRECT 1 1605524956 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 html-escaper • 2.0.2 fast and safe way to escape and unescape &<>'" chars INDIRECT 0 1585315785 ignore-emit-webpack-plugin • 2.0.6 Prevents ignored files from being emitted during a Webpack build DIRECT 0 1606122530 immutable • 5.1.3 Immutable Data Collections INDIRECT 0 1749678561 import-fresh • 3.3.1 Import a module while bypassing the cache INDIRECT 3 1738489541 imports-loader • 4.0.1 imports loader module for webpack DIRECT 2 1660323525 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 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 jest-worker • 27.5.1 Module for executing heavy tasks under forked processes in parallel, by providing a `Promise` based interface, minimum overhead, and bound workers. INDIRECT 5 1644317532 jiti • 1.21.7 Runtime typescript and ESM support for Node.js INDIRECT 0 1734470449 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 4.1.0 YAML 1.2 parser and serializer INDIRECT 1 1618434429 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 json-loader • 0.5.7 json loader module for webpack DIRECT 0 1500753698 json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 1599064678 json-schema-traverse • 1.0.0 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1607857014 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 lilconfig • 3.1.3 A zero-dependency alternative to cosmiconfig INDIRECT 0 1733226557 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 linkify-it • 4.0.1 Links recognition library with FULL unicode support INDIRECT 1 1651485359 loader-runner • 4.3.0 Runs (webpack) loaders INDIRECT 0 1649756367 loader-utils • 2.0.4 utils for webpack loaders INDIRECT 3 1668126726 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 locate-path • 7.2.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1675931391 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 markdown-it • 13.0.2 Markdown-it - modern pluggable markdown parser. INDIRECT 5 1695752821 mdurl • 1.0.1 URL utilities for markdown-it INDIRECT 0 1442268508 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 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 mini-css-extract-plugin • 2.9.2 extracts CSS into separate files DIRECT 10 1730422037 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 modernizr • 3.13.1 Modernizr is a JavaScript library that detects HTML5 and CSS3 features in the user’s browser. DIRECT 39 1722930259 mrmime • 2.0.1 A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename INDIRECT 0 1739816225 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 nanoid • 3.3.11 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1742339192 neo-async • 2.6.2 Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster INDIRECT 0 1594319033 node-addon-api • 7.1.1 Node.js API (Node-API) INDIRECT 0 1720779307 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 normalize-range • 0.1.2 Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates INDIRECT 0 1442121604 npm>8.19.4>@colors/colors • 1.5.0 get colors in your node.js console INDIRECT 0 npm>8.19.4>@gar/promisify • 1.1.3 Promisify an entire class or object INDIRECT 0 npm>8.19.4>@npmcli/move-file • 2.0.1 move a file (fork of move-file) INDIRECT 13 npm>8.19.4>@tootallnate/once • 2.0.0 Creates a Promise that waits for a single event INDIRECT 0 npm>8.19.4>agent-base • 6.0.2 Turn a function into an `http.Agent` instance INDIRECT 2 npm>8.19.4>agentkeepalive • 4.2.1 Missing keepalive http.Agent INDIRECT 5 npm>8.19.4>aggregate-error • 3.1.0 Create an error from multiple errors INDIRECT 2 npm>8.19.4>ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 npm>8.19.4>ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 npm>8.19.4>archy • 1.0.0 render nested hierarchies `npm ls` style with unicode pipes INDIRECT 0 npm>8.19.4>asap • 2.0.6 High-priority task queue for Node.js and browsers INDIRECT 0 npm>8.19.4>balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 npm>8.19.4>binary-extensions • 2.2.0 List of binary file extensions INDIRECT 0 npm>8.19.4>brace-expansion • 2.0.1 Brace expansion as known from sh/bash INDIRECT 1 npm>8.19.4>builtins • 5.0.1 List of node.js builtin modules INDIRECT 3 npm>8.19.4>chalk • 4.1.2 Terminal string styling done right INDIRECT 5 npm>8.19.4>clean-stack • 2.2.0 Clean up error stack traces INDIRECT 0 npm>8.19.4>cli-columns • 4.0.0 Columnated lists for the CLI. INDIRECT 5 npm>8.19.4>cli-table3 • 0.6.2 Pretty unicode tables for the command line. Based on the original cli-table. INDIRECT 6 npm>8.19.4>clone • 1.0.4 deep cloning of objects and arrays INDIRECT 0 npm>8.19.4>color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 npm>8.19.4>color-name • 1.1.4 A list of color names and its values INDIRECT 0 npm>8.19.4>columnify • 1.6.0 Render data in text columns. Supports in-column text-wrap. INDIRECT 5 npm>8.19.4>concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 npm>8.19.4>cssesc • 3.0.0 A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0 npm>8.19.4>debug • 4.3.4 Lightweight debugging utility for Node.js and the browser INDIRECT 1 npm>8.19.4>debug>ms • 2.1.2 Tiny millisecond conversion utility INDIRECT 0 npm>8.19.4>debuglog • 1.0.1 backport of util.debuglog from node v0.11 INDIRECT 0 npm>8.19.4>defaults • 1.0.3 merge single level defaults over a config object INDIRECT 1 npm>8.19.4>delegates • 1.0.0 delegate methods and accessors to another property INDIRECT 0 npm>8.19.4>depd • 1.1.2 Deprecate all the things INDIRECT 0 npm>8.19.4>emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 npm>8.19.4>encoding • 0.1.13 Convert encodings, uses iconv-lite INDIRECT 2 npm>8.19.4>env-paths • 2.2.1 Get paths for storing things like data, config, cache, etc INDIRECT 0 npm>8.19.4>err-code • 2.0.3 Create an error with a code INDIRECT 0 npm>8.19.4>fastest-levenshtein • 1.0.12 Fastest Levenshtein distance implementation in JS. INDIRECT 0 npm>8.19.4>function-bind • 1.1.1 Implementation of Function.prototype.bind INDIRECT 0 npm>8.19.4>has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 npm>8.19.4>has • 1.0.3 Object.prototype.hasOwnProperty.call shortcut INDIRECT 1 npm>8.19.4>http-proxy-agent • 5.0.0 An HTTP(s) proxy `http.Agent` implementation for HTTP INDIRECT 4 npm>8.19.4>https-proxy-agent • 5.0.1 An HTTP(s) proxy `http.Agent` implementation for HTTPS INDIRECT 3 npm>8.19.4>humanize-ms • 1.2.1 transform humanize time to ms INDIRECT 1 npm>8.19.4>iconv-lite • 0.6.3 Convert character encodings in pure javascript. INDIRECT 1 npm>8.19.4>imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 npm>8.19.4>indent-string • 4.0.0 Indent each line in a string INDIRECT 0 npm>8.19.4>ip-regex • 4.3.0 Regular expression for matching IP addresses (IPv4 & IPv6) INDIRECT 0 npm>8.19.4>ip • 2.0.0 INDIRECT 0 npm>8.19.4>is-core-module • 2.10.0 Is this specifier a node.js core module? INDIRECT 2 npm>8.19.4>is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 npm>8.19.4>is-lambda • 1.0.1 Detect if your code is running on an AWS Lambda server INDIRECT 0 npm>8.19.4>json-parse-even-better-errors • 2.3.1 JSON.parse with context information on error INDIRECT 0 npm>8.19.4>jsonparse • 1.3.1 This is a pure-js JSON streaming parser for node.js INDIRECT 0 npm>8.19.4>just-diff-apply • 5.4.1 Apply a diff to an object. Optionally supports jsonPatch protocol INDIRECT 0 npm>8.19.4>just-diff • 5.1.1 Return an object representing the diffs between two objects. Supports jsonPatch protocol INDIRECT 0 npm>8.19.4>minipass-fetch • 2.1.1 An implementation of window.fetch in Node.js using Minipass streams INDIRECT 7 npm>8.19.4>minipass-json-stream • 1.0.1 Like JSONStream, but using Minipass streams INDIRECT 3 npm>8.19.4>minizlib • 2.1.2 A small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding. INDIRECT 2 npm>8.19.4>mkdirp • 1.0.4 Recursively mkdir, like `mkdir -p` INDIRECT 0 npm>8.19.4>ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 npm>8.19.4>negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 npm>8.19.4>node-gyp • 9.1.0 Node.js native addon build tool INDIRECT 97 npm>8.19.4>node-gyp>brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 npm>8.19.4>p-map • 4.0.0 Map over promises concurrently INDIRECT 3 npm>8.19.4>path-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 npm>8.19.4>postcss-selector-parser • 6.0.10 INDIRECT 2 npm>8.19.4>promise-retry • 2.0.1 Retries a function that returns a promise, leveraging the power of the retry module. INDIRECT 2 npm>8.19.4>readable-stream • 3.6.0 Streams3, a user-land copy of the stream library from Node.js INDIRECT 4 npm>8.19.4>retry • 0.12.0 Abstraction for exponential and custom retry strategies for failed operations. INDIRECT 0 npm>8.19.4>rimraf>brace-expansion • 1.1.11 Brace expansion as known from sh/bash INDIRECT 2 npm>8.19.4>safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 npm>8.19.4>safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 npm>8.19.4>smart-buffer • 4.2.0 smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. INDIRECT 0 npm>8.19.4>socks-proxy-agent • 7.0.0 A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS INDIRECT 6 npm>8.19.4>socks • 2.7.0 Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. INDIRECT 2 npm>8.19.4>spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 npm>8.19.4>string_decoder • 1.3.0 The string_decoder module from Node core INDIRECT 1 npm>8.19.4>string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 npm>8.19.4>strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 npm>8.19.4>supports-color • 7.2.0 Detect whether a terminal supports color INDIRECT 1 npm>8.19.4>text-table • 0.2.0 borderless text tables with alignment INDIRECT 0 npm>8.19.4>tiny-relative-date • 1.3.0 Tiny function that provides relative, human-readable dates. INDIRECT 0 npm>8.19.4>util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 npm>8.19.4>wcwidth • 1.0.1 Port of C's wcwidth() and wcswidth() INDIRECT 2 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-limit • 4.0.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1628812703 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1554354166 p-locate • 6.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1629892603 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 parent-module • 1.0.1 Get the path of the parent module INDIRECT 1 1553772832 parse-json • 5.2.0 Parse JSON with more helpful errors INDIRECT 8 1610968513 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 path-exists • 5.0.0 Check if a path exists INDIRECT 0 1628764999 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 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 pkg-dir • 7.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1660672338 postcss-custom-properties • 12.1.11 Use Custom Properties Queries in CSS DIRECT 1 1669888523 postcss-load-config • 4.0.2 Autoload Config for PostCSS DIRECT 2 1700440421 postcss-loader • 7.3.4 PostCSS loader for webpack DIRECT 19 1703686187 postcss-modules-local-by-default • 4.2.0 A CSS Modules transform to make local scope the default INDIRECT 5 1733928467 postcss-selector-parser • 7.1.0 > Selector parser with built in methods for working with selector strings. INDIRECT 2 1738939731 postcss-value-parser • 4.2.0 Transforms css values and at-rule params into the tree INDIRECT 0 1638185576 postcss • 8.5.6 Tool for transforming styles with JS plugins DIRECT 3 1750082282 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 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 regex-parser • 2.3.1 A module that parses a string as regular expression and returns the parsed value. INDIRECT 0 1739496474 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 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 require-from-string • 2.0.2 Require module from string INDIRECT 0 1523267387 requirejs • 2.3.7 Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer INDIRECT 0 1721514088 resolve-from • 4.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1506160096 resolve-url-loader • 5.0.0 Webpack loader that resolves relative paths in url() statements based on the original source file DIRECT 12 1642456509 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 sass-loader • 13.3.3 Sass loader for webpack DIRECT 1 1703535493 sass • 1.89.2 A pure JavaScript implementation of Sass. DIRECT 28 1749496759 schema-utils • 4.3.2 webpack Validation Utils INDIRECT 8 1745344065 sirv • 2.0.4 The optimized & lightweight middleware for serving requests to static assets INDIRECT 3 1703088635 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 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-comments • 2.0.1 Strip line and/or block comments from a string. Blazing fast, and works with JavaScript, Sass, CSS, Less.js, and a number of other languages. INDIRECT 0 1573659455 supports-color • 8.1.1 Detect whether a terminal supports color INDIRECT 1 1611393696 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 tapable • 2.2.2 Just a little module for plugins. INDIRECT 0 1747693100 terser-webpack-plugin • 5.3.14 Terser plugin for webpack INDIRECT 29 1741267281 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 totalist • 3.0.1 A tiny (195B to 220B) utility to recursively list all (total) files in a directory INDIRECT 0 1680546999 uc.micro • 1.0.6 Micro subset of unicode data files for markdown-it projects. INDIRECT 0 1548914812 undici-types • 7.8.0 A stand-alone types package for Undici INDIRECT 0 1744279288 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 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 watchpack • 2.4.4 Wrapper library for directory and file watching. INDIRECT 2 1747825792 webpack-bundle-analyzer • 4.10.2 Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap DIRECT 16 1712836357 webpack-sources • 3.3.3 Source code handling classes for webpack INDIRECT 0 1750433221 webpack • 5.99.9 Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. DIRECT 75 1747742310 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1573488497 ws • 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 1718549308 yargs • 15.4.1 yargs the modern, pirate-themed, successor to optimist. INDIRECT 25 1594420928 yocto-queue • 1.2.1 Tiny queue data structure INDIRECT 0 1742622578