@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 @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/node • 22.15.3 TypeScript definitions for node INDIRECT 1 1745822603 @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-jsx • 3.0.1 Alternative, faster React.js JSX parser INDIRECT 1 1462206647 acorn-walk • 8.3.4 ECMAScript (ESTree) AST walker INDIRECT 1 1725871258 acorn • 3.3.0 ECMAScript parser INDIRECT 0 1469481915 acorn • 5.7.4 ECMAScript parser INDIRECT 0 1583796356 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 • 1.5.1 Custom JSON-Schema keywords for ajv validator INDIRECT 0 1485107518 ajv-keywords • 5.1.0 Additional JSON-Schema keywords for Ajv JSON validator INDIRECT 1 1637523741 ajv • 4.11.8 Another JSON Schema Validator INDIRECT 22 1493407399 ajv • 8.17.1 Another JSON Schema Validator INDIRECT 4 1720816933 ansi-escapes • 1.4.0 ANSI escape codes for manipulating the terminal INDIRECT 0 1460925439 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-regex • 3.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1648387784 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-styles • 2.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1459197318 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 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 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 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bind • 1.0.8 Robustly `.call.bind()` a function INDIRECT 15 1733462354 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1741024203 caller-path • 0.1.0 Get the path of the caller module INDIRECT 1 1397902712 callsites • 0.2.0 Get callsites from the V8 stack trace API INDIRECT 0 1397902338 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 chalk • 1.1.3 Terminal string styling done right. Much color. INDIRECT 6 1459210604 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 circular-json • 0.3.3 JSON does not handle circular references. This version does INDIRECT 0 1500879386 cli-cursor • 1.0.2 Toggle the CLI cursor INDIRECT 3 1442584046 co • 4.6.0 generator async control flow goodness INDIRECT 0 1436481044 code-point-at • 1.1.0 ES2015 `String#codePointAt()` ponyfill INDIRECT 0 1478169780 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 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 concat-stream • 1.6.2 writable stream that concatenates strings or binary data and calls a callback with the result INDIRECT 10 1521645450 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 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 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 • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1733488366 decamelize • 1.2.0 Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow INDIRECT 0 1457167750 deep-is • 0.1.4 node's assert.deepEqual algorithm except for NaN being equal to NaN INDIRECT 0 1630774520 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 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-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-module-lexer • 1.7.0 Lexes ES modules returning their import/export metadata INDIRECT 0 1745360527 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 es6-iterator • 2.0.3 Iterator abstraction based on ES6 specification INDIRECT 8 1508238115 es6-map • 0.1.5 ECMAScript6 Map polyfill INDIRECT 10 1489767956 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-string-regexp • 1.0.5 Escape RegExp special characters INDIRECT 0 1456059317 escape-string-regexp • 4.0.0 Escape RegExp special characters INDIRECT 0 1587627085 eslint • 2.13.1 An AST-based pattern checker for JavaScript. INDIRECT 143 1466445641 event-emitter • 0.3.5 Environment agnostic event emitter INDIRECT 8 1489591870 events • 3.3.0 Node's event emitter for all engines. INDIRECT 0 1614444687 exit-hook • 1.1.1 Run some code when the process exits INDIRECT 0 1409577290 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-levenshtein • 2.0.6 Efficient implementation of Levenshtein algorithm with locale-specific collator support. INDIRECT 0 1482873307 figures • 1.7.0 Unicode symbols with Windows CMD fallbacks INDIRECT 2 1463504380 file-entry-cache • 1.3.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 19 1470049851 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 • 1.3.4 A stupidly simple key/value storage using files to persist some data INDIRECT 17 1542228147 fraction.js • 4.3.7 A rational number library INDIRECT 0 1697128642 front-matter • 2.1.2 Extract YAML front matter from a string INDIRECT 4 1485415104 fs-extra • 3.0.1 fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as mkdir -p, cp -r, and rm -rf. INDIRECT 3 1493941724 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 generate-function • 2.3.1 Module that helps you write generated functions in Node INDIRECT 1 1535726781 generate-object-property • 1.2.0 Generate safe JS code that can used to reference a object property INDIRECT 1 1431893704 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-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1740257660 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 globals • 9.18.0 Global identifiers from different JavaScript environments INDIRECT 0 1496827524 globule • 1.3.4 An easy-to-use wildcard globbing library. INDIRECT 12 1655814318 gonzales-pe-sl • 4.2.3 Temporary gonzales-pe fork for sass-lint INDIRECT 1 1508223745 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 gzip-size • 6.0.0 Get the gzipped size of a string or buffer INDIRECT 1 1605524956 has-ansi • 2.0.0 Check if a string has ANSI escape codes INDIRECT 1 1435681054 has-flag • 4.0.0 Check if argv has a specific flag INDIRECT 0 1554565761 has-property-descriptors • 1.0.2 Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. INDIRECT 1 1707801707 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 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 ignore • 3.3.10 Ignore is a manager and filter for .gitignore rules. INDIRECT 0 1529546818 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 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 inquirer • 0.12.0 A collection of common interactive command line user interfaces. INDIRECT 27 1454990164 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 • 1.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 1 1437084018 is-fullwidth-code-point • 2.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1474526569 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1632934367 is-my-ip-valid • 1.0.1 A small lib to validate IP addresses. INDIRECT 0 1646151758 is-my-json-valid • 2.20.6 A [JSONSchema](https://json-schema.org/) validator that uses code generation to be extremely fast. INDIRECT 6 1636548621 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-property • 1.0.2 Tests if a JSON property can be accessed using . syntax INDIRECT 0 1419519043 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 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 • 3.14.1 YAML 1.2 parser and serializer INDIRECT 3 1607370310 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 json-stable-stringify • 1.3.0 deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results INDIRECT 20 1745300129 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 jsonfile • 3.0.1 Easily read/write JSON files. INDIRECT 1 1499266104 jsonpointer • 5.0.1 Simple JSON Addressing. INDIRECT 0 1657716370 known-css-properties • 0.3.0 List of known CSS properties INDIRECT 0 1501680685 levn • 0.3.0 Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible INDIRECT 2 1451368623 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.capitalize • 4.2.1 The lodash method `_.capitalize` exported as a module. INDIRECT 0 1471109827 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.kebabcase • 4.1.1 The lodash method `_.kebabCase` exported as a module. INDIRECT 0 1471110089 lodash • 4.17.21 Lodash modular utilities. DIRECT 0 1613835736 markdown-it • 13.0.2 Markdown-it - modern pluggable markdown parser. INDIRECT 5 1695752821 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 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 merge • 1.2.1 Merge multiple objects into one, optionally creating a new cloned object. Similar to the jQuery.extend but more flexible. Works in Node.js and the browser. INDIRECT 0 1540661718 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.1.3 parse argument options INDIRECT 0 1438902525 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.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 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 number-is-nan • 1.0.1 ES2015 Number.isNaN() ponyfill INDIRECT 0 1475212313 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 onetime • 1.1.0 Only call a function once INDIRECT 0 1450398655 optionator • 0.8.3 option parsing and help generation INDIRECT 6 1573077339 os-homedir • 1.0.2 Node.js 4 `os.homedir()` ponyfill INDIRECT 0 1475211521 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 pluralize • 1.2.1 Pluralize and singularize any word INDIRECT 0 1442460883 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.3 Tool for transforming styles with JS plugins DIRECT 3 1739972744 prelude-ls • 1.1.2 prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. INDIRECT 0 1431657754 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 progress • 1.1.8 Flexible ascii progress bar INDIRECT 0 1407643576 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readdirp • 4.1.2 Recursive version of fs.readdir with small RAM & CPU footprint. INDIRECT 0 1739554041 readline2 • 1.0.1 Readline Façade fixing bugs and issues found in releases 0.8 and 0.10 INDIRECT 4 1437116750 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 require-uncached • 1.0.3 Require a module bypassing the cache INDIRECT 3 1478234614 requirejs • 2.3.7 Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer INDIRECT 0 1721514088 resolve-from • 1.0.1 Resolve the path of a module like require.resolve() but from a given path INDIRECT 0 1444055598 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 restore-cursor • 1.0.1 Gracefully restore the CLI cursor on exit INDIRECT 2 1442583494 run-async • 0.1.0 Utility method to run function either synchronously or asynchronously using the common `this.async()` style. INDIRECT 2 1407719491 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 sass-lint • 1.13.1 All Node Sass linter! DIRECT 160 1556272686 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 set-function-length • 1.2.2 Set a function's length property INDIRECT 14 1710006059 sirv • 2.0.4 The optimized & lightweight middleware for serving requests to static assets INDIRECT 3 1703088635 slice-ansi • 0.0.4 Slice a string with ANSI escape codes INDIRECT 0 1443254008 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string-width • 1.0.2 Get the visual width of a string - the number of columns required to display it INDIRECT 5 1471188234 string-width • 2.1.1 Get the visual width of a string - the number of columns required to display it INDIRECT 3 1500376155 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 strip-ansi • 4.0.0 Strip ANSI escape codes INDIRECT 1 1497986906 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-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-json-comments • 1.0.4 Strip comments from JSON. Lets you use comments in your JSON files! INDIRECT 0 1438475825 supports-color • 2.0.0 Detect whether a terminal supports color INDIRECT 0 1435705114 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.1 Just a little module for plugins. INDIRECT 0 1631526953 terser-webpack-plugin • 5.3.14 Terser plugin for webpack INDIRECT 30 1741267281 text-table • 0.2.0 borderless text tables with alignment INDIRECT 0 1380945086 through • 2.3.8 simplified stream construction INDIRECT 0 1435930719 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 type-check • 0.3.2 type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. INDIRECT 1 1451367981 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 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 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 user-home • 2.0.0 Get the path to the user home directory INDIRECT 1 1434199231 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util • 0.10.4 Node.JS util module INDIRECT 1 1528061603 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 word-wrap • 1.2.5 Wrap words to a specified length. INDIRECT 0 1690036658 wrap-ansi • 6.2.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1573488497 write • 0.2.1 Write files to disk, creating intermediate directories if they don't exist. INDIRECT 2 1438197371 ws • 7.5.10 Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js INDIRECT 0 1718549308 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 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