@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-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-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-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-react-display-name • 7.25.9 Add displayName to React.createClass calls INDIRECT 1 1729610469 @babel/plugin-transform-react-jsx-development • 7.25.9 Turn JSX into React function calls in development INDIRECT 24 1729610508 @babel/plugin-transform-react-jsx • 7.25.9 Turn JSX into React function calls INDIRECT 23 1729610501 @babel/plugin-transform-react-pure-annotations • 7.25.9 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1729610482 @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-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-react • 7.26.3 Babel preset for all React plugins. DIRECT 28 1733315735 @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 @discoveryjs/json-ext • 0.5.7 A set of utilities that extend the use of JSON INDIRECT 0 1646846920 @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/source-map • 0.3.6 Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API INDIRECT 5 1710213851 @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 @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 @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.7 TypeScript definitions for estree INDIRECT 0 1742801651 @types/json-schema • 7.0.15 TypeScript definitions for json-schema INDIRECT 0 1699346963 @types/minimist • 1.2.5 TypeScript definitions for minimist INDIRECT 0 1699355481 @types/node • 22.15.3 TypeScript definitions for node INDIRECT 1 1745822603 @types/normalize-package-data • 2.4.4 TypeScript definitions for normalize-package-data INDIRECT 0 1699358643 @types/parse-json • 4.0.2 TypeScript definitions for parse-json INDIRECT 0 1699360513 @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.14.1 ECMAScript parser INDIRECT 0 1741179202 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 array-union • 2.1.0 Create an array of unique values, in order, from the input arrays INDIRECT 0 1555919785 arrify • 1.0.1 Convert a value to an array INDIRECT 0 1449683318 astral-regex • 2.0.0 Regular expression for matching astral symbols INDIRECT 0 1554461087 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.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 balanced-match • 2.0.0 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713601 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 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 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 callsites • 3.1.0 Get callsites from the V8 stack trace API INDIRECT 0 1554551850 camelcase-keys • 6.2.2 Convert object keys to camel case INDIRECT 3 1585885863 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 colord • 2.9.3 👑 A tiny yet powerful tool for high-performance color manipulations and conversions INDIRECT 0 1660139532 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 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 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.41.0 core-js compat INDIRECT 7 1740848181 core-js • 3.41.0 Standard library DIRECT 0 1740848175 cosmiconfig • 7.1.0 Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 16 1668262710 cosmiconfig • 8.3.6 Find and load configuration from a package.json property, rc file, TypeScript module, and more! INDIRECT 16 1694622882 css-functions-list • 3.2.3 List of standard and browser specific CSS functions. INDIRECT 0 1728460665 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.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 decamelize-keys • 1.1.1 Convert object keys from camelCase to lowercase with a custom separator INDIRECT 2 1667126209 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 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.1 Offers a async require.resolve function. It's highly configurable. INDIRECT 2 1738686583 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 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 fastest-levenshtein • 1.0.16 Fastest Levenshtein distance implementation in JS. INDIRECT 0 1659467744 file-entry-cache • 6.0.1 Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process INDIRECT 16 1613794256 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 flat-cache • 3.2.0 A stupidly simple key/value storage using files to persist some data INDIRECT 15 1699834035 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 global-modules • 2.0.0 The directory used by npm for globally installed npm modules. INDIRECT 5 1544841752 global-prefix • 3.0.0 Get the npm global path prefix. INDIRECT 4 1544841462 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 globby • 11.1.0 User-friendly glob matching INDIRECT 23 1641609998 globjoin • 0.1.4 Join paths and globs. INDIRECT 0 1455591204 gzip-size • 6.0.0 Get the gzipped size of a string or buffer INDIRECT 1 1605524956 hard-rejection • 2.1.0 Make unhandled promise rejections fail hard right away instead of the default silent fail INDIRECT 0 1554173126 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 html-tags • 3.3.1 List of standard HTML tags INDIRECT 0 1680667060 ignore-emit-webpack-plugin • 2.0.6 Prevents ignored files from being emitted during a Webpack build DIRECT 0 1606122530 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 immutable • 5.1.1 Immutable Data Collections INDIRECT 0 1742947395 import-fresh • 3.3.1 Import a module while bypassing the cache INDIRECT 3 1738489541 import-lazy • 4.0.0 Import a module lazily INDIRECT 0 1556361731 imports-loader • 4.0.1 imports loader module for webpack DIRECT 2 1660323525 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 indent-string • 4.0.0 Indent each line in a string INDIRECT 0 1555486273 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 is-plain-obj • 1.1.0 Check if a value is a plain object INDIRECT 0 1446715918 is-plain-object • 5.0.0 Returns true if an object was created by the `Object` constructor, or Object.create(null). INDIRECT 0 1599669003 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-buffer • 3.0.1 JSON parse & stringify that supports binary via bops & base64 INDIRECT 0 1536606136 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 keyv • 4.5.4 Simple key-value storage with support for multiple backends INDIRECT 1 1696697634 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 known-css-properties • 0.26.0 List of known CSS properties INDIRECT 0 1667149346 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.truncate • 4.4.2 The lodash method `_.truncate` exported as a module. INDIRECT 0 1471110384 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 map-obj • 1.0.1 Map object keys and values into a new object INDIRECT 0 1430589766 map-obj • 4.3.0 Map object keys and values into a new object INDIRECT 0 1632046473 markdown-it • 13.0.2 Markdown-it - modern pluggable markdown parser. INDIRECT 5 1695752821 mathml-tag-names • 2.1.3 List of known MathML tag-names INDIRECT 0 1579858000 mdurl • 1.0.1 URL utilities for markdown-it INDIRECT 0 1442268508 meow • 9.0.0 CLI app helper INDIRECT 59 1610018589 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 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 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 min-indent • 1.0.1 Get the shortest leading whitespace from lines in a string INDIRECT 0 1590693606 mini-css-extract-plugin • 2.9.2 extracts CSS into separate files DIRECT 10 1730422037 minimist-options • 4.1.0 Pretty options for minimist INDIRECT 3 1589634347 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-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 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-is-absolute • 1.0.1 Node.js 0.12 path.isAbsolute() ponyfill INDIRECT 0 1475210523 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-media-query-parser • 0.2.3 A tool for parsing media query lists. INDIRECT 0 1477577507 postcss-modules-local-by-default • 4.2.0 A CSS Modules transform to make local scope the default INDIRECT 5 1733928467 postcss-resolve-nested-selector • 0.1.6 Resolve a nested selector in a PostCSS AST INDIRECT 0 1723443696 postcss-safe-parser • 6.0.0 Fault-tolerant CSS parser for PostCSS INDIRECT 0 1623651489 postcss-selector-parser • 6.1.2 > Selector parser with built in methods for working with selector strings. INDIRECT 2 1723459423 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.3 Tool for transforming styles with JS plugins DIRECT 3 1739972744 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 quick-lru • 4.0.1 Simple "Least Recently Used" (LRU) cache INDIRECT 0 1559150490 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 read-pkg-up • 7.0.1 Read the closest package.json file INDIRECT 33 1575620368 read-pkg • 5.2.0 Read a package.json file INDIRECT 25 1562833848 readdirp • 4.1.2 Recursive version of fs.readdir with small RAM & CPU footprint. INDIRECT 0 1739554041 redent • 3.0.0 Strip redundant indentation and indent the string INDIRECT 3 1556260705 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 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-from • 5.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1555301185 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 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 sass-loader • 13.3.3 Sass loader for webpack DIRECT 1 1703535493 sass • 1.87.0 A pure JavaScript implementation of Sass. DIRECT 28 1745276413 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 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1556425560 slice-ansi • 4.0.0 Slice a string with ANSI escape codes INDIRECT 5 1581872767 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 spdx-expression-parse • 3.0.1 parse SPDX license expressions INDIRECT 2 1589386366 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 strip-indent • 3.0.0 Strip leading whitespace from each line in a string INDIRECT 1 1555467709 stylelint • 14.16.1 A mighty, modern CSS linter. DIRECT 164 1672296205 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 supports-hyperlinks • 2.3.0 Detect if your terminal emulator supports hyperlinks INDIRECT 2 1662440137 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 tapable • 2.2.1 Just a little module for plugins. INDIRECT 0 1631526953 terser-webpack-plugin • 5.3.14 Terser plugin for webpack INDIRECT 30 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 trim-newlines • 3.0.1 Trim newlines from the start and/or end of a string INDIRECT 0 1622220372 uc.micro • 1.0.6 Micro subset of unicode data files for markdown-it projects. INDIRECT 0 1548914812 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 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 v8-compile-cache • 2.4.0 Require hook for automatic V8 compile cache persistence INDIRECT 0 1692049126 watchpack • 2.4.2 Wrapper library for directory and file watching. INDIRECT 2 1723555584 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.2.3 Source code handling classes for webpack INDIRECT 0 1641919607 webpack • 5.99.7 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 76 1745578325 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