@babel/code-frame • 7.29.7 Generate errors that contain a code frame that point to source locations. INDIRECT 3 1779707738 @babel/compat-data • 7.29.7 The compat-data to determine required Babel plugins INDIRECT 0 1779707728 @babel/core • 7.29.7 Babel compiler core. DIRECT 38 1779707813 @babel/generator • 7.29.7 Turns an AST into code. INDIRECT 9 1779707783 @babel/helper-annotate-as-pure • 7.29.7 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1779707779 @babel/helper-compilation-targets • 7.29.7 Helper functions on Babel compilation targets INDIRECT 13 1779707738 @babel/helper-create-class-features-plugin • 7.29.7 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 24 1779707813 @babel/helper-create-regexp-features-plugin • 7.29.7 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1779707783 @babel/helper-define-polyfill-provider • 0.6.8 Babel helper to create your own polyfill provider INDIRECT 25 1773698699 @babel/helper-globals • 7.29.7 A collection of JavaScript globals for Babel internal usage INDIRECT 0 1779707730 @babel/helper-member-expression-to-functions • 7.29.7 Helper function to replace certain member expressions with function calls INDIRECT 18 1779707797 @babel/helper-module-imports • 7.29.7 Babel helper functions for inserting module loads INDIRECT 18 1779707797 @babel/helper-module-transforms • 7.29.7 Babel helper functions for implementing ES6 module transformations INDIRECT 19 1779707803 @babel/helper-optimise-call-expression • 7.29.7 Helper function to optimise call expression INDIRECT 3 1779707779 @babel/helper-plugin-utils • 7.29.7 General utilities for plugins to use INDIRECT 0 1779707730 @babel/helper-remap-async-to-generator • 7.29.7 Helper function to remap async functions to generators INDIRECT 20 1779707803 @babel/helper-replace-supers • 7.29.7 Helper function to replace supers INDIRECT 20 1779707804 @babel/helper-skip-transparent-expression-wrappers • 7.29.7 Helper which skips types and parentheses INDIRECT 18 1779707797 @babel/helper-string-parser • 7.29.7 A utility package to parse strings INDIRECT 0 1779707730 @babel/helper-validator-identifier • 7.29.7 Validate identifier/keywords name INDIRECT 0 1779707731 @babel/helper-validator-option • 7.29.7 Validate plugin/preset options INDIRECT 0 1779707732 @babel/helper-wrap-function • 7.29.7 Helper to wrap functions inside a function call. INDIRECT 18 1779707799 @babel/helpers • 7.29.7 Collection of helper functions used by Babel transforms. INDIRECT 8 1779707788 @babel/parser • 7.29.7 A JavaScript parser INDIRECT 3 1779707779 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.29.7 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 19 1779707799 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.29.7 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1779707738 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.29.7 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1779707740 @babel/plugin-bugfix-safari-rest-destructuring-rhs-array • 7.29.7 Workaround a Safari bug where rest destructuring with an array literal on the rhs can yield incorrect results INDIRECT 20 1779707806 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.29.7 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 21 1779707813 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.29.7 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 19 1779707799 @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-dynamic-import • 7.8.3 Allow parsing of import() DIRECT 1 1578949953 @babel/plugin-syntax-import-assertions • 7.29.7 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1779707749 @babel/plugin-syntax-import-attributes • 7.29.7 Allow parsing of the module attributes in the import statement INDIRECT 1 1779707749 @babel/plugin-syntax-jsx • 7.29.7 Allow parsing of jsx INDIRECT 1 1779707752 @babel/plugin-syntax-typescript • 7.29.7 Allow parsing of TypeScript syntax INDIRECT 1 1779707755 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.29.7 Compile ES2015 arrow functions to ES5 INDIRECT 1 1779707756 @babel/plugin-transform-async-generator-functions • 7.29.7 Turn async generator functions into ES2015 generators INDIRECT 22 1779707815 @babel/plugin-transform-async-to-generator • 7.29.7 Turn async functions into ES2015 generators INDIRECT 23 1779707815 @babel/plugin-transform-block-scoped-functions • 7.29.7 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1779707756 @babel/plugin-transform-block-scoping • 7.29.7 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1779707756 @babel/plugin-transform-class-properties • 7.29.7 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 26 1779707822 @babel/plugin-transform-class-static-block • 7.29.7 Transform class static blocks INDIRECT 26 1779707824 @babel/plugin-transform-classes • 7.29.7 Compile ES2015 classes to ES5 INDIRECT 36 1779707815 @babel/plugin-transform-computed-properties • 7.29.7 Compile ES2015 computed properties to ES5 INDIRECT 9 1779707788 @babel/plugin-transform-destructuring • 7.29.7 Compile ES2015 destructuring to ES5 INDIRECT 19 1779707801 @babel/plugin-transform-dotall-regex • 7.29.7 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1779707788 @babel/plugin-transform-duplicate-keys • 7.29.7 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1779707757 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.29.7 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1779707788 @babel/plugin-transform-dynamic-import • 7.29.7 Transform import() expressions INDIRECT 1 1779707758 @babel/plugin-transform-explicit-resource-management • 7.29.7 Compile `using` and `await using` declarations to ES2015 INDIRECT 20 1779707806 @babel/plugin-transform-exponentiation-operator • 7.29.7 Compile exponentiation operator to ES5 INDIRECT 1 1779707758 @babel/plugin-transform-export-namespace-from • 7.29.7 Compile export namespace to ES2015 INDIRECT 1 1779707758 @babel/plugin-transform-for-of • 7.29.7 Compile ES2015 for...of to ES5 INDIRECT 20 1779707808 @babel/plugin-transform-function-name • 7.29.7 Apply ES2015 function.name semantics to all functions INDIRECT 32 1779707801 @babel/plugin-transform-json-strings • 7.29.7 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1779707760 @babel/plugin-transform-literals • 7.29.7 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1779707761 @babel/plugin-transform-logical-assignment-operators • 7.29.7 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1779707762 @babel/plugin-transform-member-expression-literals • 7.29.7 Ensure that reserved words are quoted in property accesses INDIRECT 1 1779707763 @babel/plugin-transform-modules-amd • 7.29.7 This plugin transforms ES2015 modules to AMD INDIRECT 21 1779707817 @babel/plugin-transform-modules-commonjs • 7.29.7 This plugin transforms ES2015 modules to CommonJS INDIRECT 21 1779707817 @babel/plugin-transform-modules-systemjs • 7.29.7 This plugin transforms ES2015 modules to SystemJS INDIRECT 21 1779707818 @babel/plugin-transform-modules-umd • 7.29.7 This plugin transforms ES2015 modules to UMD INDIRECT 21 1779707819 @babel/plugin-transform-named-capturing-groups-regex • 7.29.7 Compile regular expressions using named groups to ES5. INDIRECT 17 1779707790 @babel/plugin-transform-new-target • 7.29.7 Transforms new.target meta property INDIRECT 1 1779707763 @babel/plugin-transform-nullish-coalescing-operator • 7.29.7 Remove nullish coalescing operator INDIRECT 1 1779707763 @babel/plugin-transform-numeric-separator • 7.29.7 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1779707764 @babel/plugin-transform-object-rest-spread • 7.29.7 Compile object rest and spread to ES5 INDIRECT 34 1779707808 @babel/plugin-transform-object-super • 7.29.7 Compile ES2015 object super to ES5 INDIRECT 22 1779707820 @babel/plugin-transform-optional-catch-binding • 7.29.7 Compile optional catch bindings INDIRECT 1 1779707765 @babel/plugin-transform-optional-chaining • 7.29.7 Transform optional chaining operators into a series of nil checks INDIRECT 20 1779707809 @babel/plugin-transform-parameters • 7.29.7 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1779707767 @babel/plugin-transform-private-methods • 7.29.7 This plugin transforms private class methods INDIRECT 26 1779707824 @babel/plugin-transform-private-property-in-object • 7.29.7 This plugin transforms checks for a private property in an object INDIRECT 26 1779707824 @babel/plugin-transform-property-literals • 7.29.7 Ensure that reserved words are quoted in object property keys INDIRECT 1 1779707767 @babel/plugin-transform-react-display-name • 7.29.7 Add displayName to React.createClass calls INDIRECT 1 1779707769 @babel/plugin-transform-react-jsx-development • 7.29.7 Turn JSX into React function calls in development INDIRECT 23 1779707820 @babel/plugin-transform-react-jsx • 7.29.7 Turn JSX into React function calls INDIRECT 22 1779707808 @babel/plugin-transform-react-pure-annotations • 7.29.7 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1779707783 @babel/plugin-transform-regenerator • 7.29.7 Explode async and generator functions into a state machine. INDIRECT 1 1779707772 @babel/plugin-transform-regexp-modifiers • 7.29.7 Compile inline regular expression modifiers INDIRECT 17 1779707793 @babel/plugin-transform-reserved-words • 7.29.7 Ensure that no reserved words are used. INDIRECT 1 1779707772 @babel/plugin-transform-shorthand-properties • 7.29.7 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1779707772 @babel/plugin-transform-spread • 7.29.7 Compile ES2015 spread to ES5 INDIRECT 20 1779707810 @babel/plugin-transform-sticky-regex • 7.29.7 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1779707772 @babel/plugin-transform-template-literals • 7.29.7 Compile ES2015 template literals to ES5 INDIRECT 1 1779707774 @babel/plugin-transform-typeof-symbol • 7.29.7 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1779707774 @babel/plugin-transform-typescript • 7.29.7 Transform TypeScript into ES.next INDIRECT 27 1779707824 @babel/plugin-transform-unicode-escapes • 7.29.7 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1779707774 @babel/plugin-transform-unicode-property-regex • 7.29.7 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1779707792 @babel/plugin-transform-unicode-regex • 7.29.7 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1779707792 @babel/plugin-transform-unicode-sets-regex • 7.29.7 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1779707792 @babel/preset-env • 7.29.7 A Babel preset for each environment. DIRECT 128 1779707829 @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.29.7 Babel preset for all React plugins. DIRECT 27 1779707826 @babel/preset-typescript • 7.29.7 Babel preset for TypeScript. DIRECT 33 1779707828 @babel/runtime • 7.29.7 babel's modular runtime helpers INDIRECT 0 1779707733 @babel/template • 7.29.7 Generate an AST from a string template. INDIRECT 7 1779707785 @babel/traverse • 7.29.7 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes INDIRECT 17 1779707794 @babel/types • 7.29.7 Babel Types is a Lodash-esque utility library for AST nodes INDIRECT 2 1779707776 @emotion/is-prop-valid • 0.8.8 A function to check whether a prop is valid for HTML and SVG elements INDIRECT 1 1583792534 @emotion/memoize • 0.7.4 emotion's memoize utility INDIRECT 0 1577056284 @emotion/unitless • 0.7.5 An object of css properties that don't accept values with units INDIRECT 0 1577056285 @jridgewell/gen-mapping • 0.3.13 Generate source maps INDIRECT 3 1754981001 @jridgewell/remapping • 2.3.5 Remap sequential sourcemaps through transformations to point at the original source code INDIRECT 4 1754981015 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/sourcemap-codec • 1.5.5 Encode/decode sourcemap mappings INDIRECT 0 1754981039 @jridgewell/trace-mapping • 0.3.31 Trace the original position through a source map INDIRECT 2 1757535169 @parcel/watcher-android-arm64 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151823 @parcel/watcher-darwin-arm64 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151825 @parcel/watcher-darwin-x64 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151827 @parcel/watcher-freebsd-x64 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151828 @parcel/watcher-linux-arm-glibc • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151830 @parcel/watcher-linux-arm-musl • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151832 @parcel/watcher-linux-arm64-glibc • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151834 @parcel/watcher-linux-arm64-musl • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151836 @parcel/watcher-linux-x64-glibc • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151838 @parcel/watcher-linux-x64-musl • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151840 @parcel/watcher-win32-arm64 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151844 @parcel/watcher-win32-ia32 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151846 @parcel/watcher-win32-x64 • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 0 1769151848 @parcel/watcher • 2.5.6 A native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2. INDIRECT 18 1769151843 @types/json-schema • 7.0.15 TypeScript definitions for json-schema INDIRECT 0 1699346963 @types/q • 1.5.8 TypeScript definitions for q INDIRECT 0 1699389068 ajv-errors • 1.0.1 Custom error messages in JSON-Schema for Ajv validator INDIRECT 0 1544388263 ajv-keywords • 3.5.2 Custom JSON-Schema keywords for Ajv validator INDIRECT 0 1595859243 ajv • 6.15.0 Another JSON Schema Validator INDIRECT 5 1776956364 alphanum-sort • 1.0.2 Alphanumeric sorting algorithm INDIRECT 0 1443903169 ansi-regex • 2.1.1 Regular expression for matching ANSI escape codes INDIRECT 0 1484363379 ansi-styles • 3.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 2 1519983600 argparse • 1.0.10 Very powerful CLI arguments parser. Native port of argparse - python's options parsing library INDIRECT 1 1518704641 array-buffer-byte-length • 1.0.2 Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method. INDIRECT 21 1734657717 array.prototype.reduce • 1.0.8 An ES5 spec-compliant `Array.prototype.reduce` shim/polyfill/replacement that works as far down as ES3. INDIRECT 91 1742015156 arraybuffer.prototype.slice • 1.0.4 ES spec-compliant shim for ArrayBuffer.prototype.slice INDIRECT 89 1734299780 async-function • 1.0.0 A function that returns the normally hidden `AsyncFunction` constructor INDIRECT 0 1737602154 async-generator-function • 1.0.0 A function that returns the normally hidden `AsyncGeneratorFunction` constructor INDIRECT 0 1739558117 available-typed-arrays • 1.0.7 Returns an array of Typed Array names that are available in the current environment INDIRECT 1 1708386870 babel-loader • 8.4.1 babel module loader for webpack DIRECT 24 1726493661 babel-plugin-polyfill-corejs2 • 0.4.17 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 26 1773698701 babel-plugin-polyfill-corejs3 • 0.14.2 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 27 1773698700 babel-plugin-polyfill-regenerator • 0.6.8 A Babel plugin to inject imports to regenerator-runtime INDIRECT 26 1773698700 babel-plugin-styled-components • 2.3.0 Improve the debugging experience and add server-side rendering support to styled-components INDIRECT 23 1779329047 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 big.js • 3.2.0 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1505423691 big.js • 5.2.2 A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic INDIRECT 0 1539859966 bluebird • 3.7.2 Full featured Promises/A+ implementation with exceptionally good performance INDIRECT 0 1574981740 brace-expansion • 1.1.15 Brace expansion as known from sh/bash INDIRECT 2 1779784988 browserslist • 4.28.2 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 7 1774952692 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.9 Robustly `.call.bind()` a function INDIRECT 18 1775749088 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 15 1741024203 caller-callsite • 2.0.0 Get the callsite of the caller function INDIRECT 1 1472345320 caller-path • 2.0.0 Get the path of the caller function INDIRECT 2 1472346184 callsites • 2.0.0 Get callsites from the V8 stack trace API INDIRECT 0 1472344210 camel-case • 3.0.0 Camel case a string INDIRECT 3 1465692429 camelcase • 5.3.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1554298472 camelize • 1.0.1 recursively transform key strings to camel-case INDIRECT 0 1665555533 caniuse-api • 3.0.0 request the caniuse data to check browsers compatibilities INDIRECT 10 1531236253 chalk • 2.4.2 Terminal string styling done right INDIRECT 6 1546703152 chokidar • 5.0.0 Minimal and efficient cross-platform file watching library INDIRECT 1 1764113286 clean-css • 4.2.4 A well-tested CSS minifier INDIRECT 1 1634809885 clone-deep • 4.0.1 Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. INDIRECT 4 1542844824 coa • 2.0.2 Command-Option-Argument: Yet another parser for command line options. INDIRECT 9 1544492007 color-convert • 1.9.3 Plain color conversion functions INDIRECT 1 1535434359 color-name • 1.1.3 A list of color names and its values INDIRECT 0 1500157028 color-string • 1.9.1 Parser and generator for CSS color strings INDIRECT 3 1650650919 color • 3.2.1 Color conversion and manipulation with CSS string support INDIRECT 5 1626601230 commander • 2.17.1 the complete solution for node.js command-line programs INDIRECT 0 1533640770 commander • 2.19.0 the complete solution for node.js command-line programs INDIRECT 0 1539035473 commander • 2.20.3 the complete solution for node.js command-line programs INDIRECT 0 1570772424 commondir • 1.0.1 compute the closest common parent for file paths INDIRECT 0 1426292101 concat-map • 0.0.1 concatenative mapdashery INDIRECT 0 1391051195 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 • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 core-js-compat • 3.49.0 core-js compat INDIRECT 8 1773695590 core-util-is • 1.0.3 The `util.is*` functions introduced in Node v0.12. INDIRECT 0 1630420536 cosmiconfig • 5.2.1 Find and load configuration from a package.json property, rc file, or CommonJS module INDIRECT 14 1557882764 css-color-names • 0.0.4 A JSON Object of css color names mapped to their hex value INDIRECT 0 1467130793 css-declaration-sorter • 4.0.1 Sorts CSS declarations fast and automatically in a certain order. INDIRECT 4 1532987714 css-loader • 3.6.0 css loader module for webpack DIRECT 29 1592058426 css-select-base-adapter • 0.1.1 Provides some base functions needed by a css-select adapter so that you don't have to implement the whole thing. INDIRECT 0 1540349108 css-to-react-native • 2.3.2 Convert CSS text to a React Native stylesheet object INDIRECT 3 1566760893 css-tree • 1.0.0-alpha.37 CSSTree is a tool set to work with CSS, including fast detailed parser (string->AST), walker (AST traversal), generator (AST->string) and lexer (validation and matching) based on knowledge of spec and browser implementations INDIRECT 2 1571786166 css-tree • 1.1.3 A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations INDIRECT 2 1617191588 cssesc • 3.0.0 A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0 1549298060 cssnano-preset-default • 4.0.8 Safe defaults for cssnano which require minimal configuration. INDIRECT 205 1617711417 cssnano-util-get-arguments • 4.0.0 Get a list of arguments, separated by a comma. INDIRECT 0 1530701991 cssnano-util-get-match • 4.0.0 Convert a list of keywords into a single keyword match. INDIRECT 0 1530701988 cssnano-util-raw-cache • 4.0.1 Manages the raw value formatting for generated AST nodes. INDIRECT 3 1537823103 cssnano-util-same-parent • 4.0.1 Check that two PostCSS nodes share the same parent. INDIRECT 0 1537823120 cssnano • 4.1.11 A modular minifier, built on top of the PostCSS ecosystem. INDIRECT 218 1617711581 csso • 4.2.0 CSS minifier with structural optimisations INDIRECT 3 1606410612 cyclist • 1.0.2 Cyclist is an efficient cyclic list implemention. INDIRECT 0 1685308525 data-view-buffer • 1.0.2 Get the ArrayBuffer out of a DataView, robustly. INDIRECT 28 1734670393 data-view-byte-length • 1.0.2 Get the byteLength out of a DataView, robustly. INDIRECT 28 1734670655 data-view-byte-offset • 1.0.1 Get the byteOffset out of a DataView, robustly. INDIRECT 28 1734587960 debug • 4.4.3 Lightweight debugging utility for Node.js and the browser INDIRECT 1 1757784319 define-data-property • 1.1.4 Define a data property on an object. Will fall back to assignment in an engine without descriptors. INDIRECT 3 1707843362 define-properties • 1.2.1 Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. INDIRECT 6 1694585113 dom-converter • 0.2.0 converts bare objects to DOM objects or xml representations INDIRECT 1 1536666350 dom-serializer • 0.2.2 render dom nodes to string INDIRECT 2 1573339774 dom-serializer • 1.4.1 render domhandler DOM nodes to a string INDIRECT 3 1649524771 dot-prop • 5.3.0 Get, set, or delete a property from a nested object using a dot path INDIRECT 1 1599401690 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 duplexify • 3.7.1 Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input INDIRECT 12 1549298243 emojis-list • 2.1.0 Complete list of standard emojis. INDIRECT 0 1475503276 emojis-list • 3.0.0 Complete list of standard emojis. INDIRECT 0 1557658385 end-of-stream • 1.4.5 Call a callback when a readable/writable/duplex stream has completed or failed. INDIRECT 2 1750080540 errno • 0.1.8 libuv errno details exposed INDIRECT 1 1608122763 error-ex • 1.3.4 Easy error subclassing and stack customization INDIRECT 1 1757948321 es-abstract • 1.24.2 ECMAScript spec abstract operations. INDIRECT 89 1775589910 es-array-method-boxes-properly • 1.0.0 Utility package to determine if an `Array.prototype` method properly boxes the callback's receiver and third argument. INDIRECT 0 1569654677 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.2 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1779460803 es-set-tostringtag • 2.1.0 A helper to optimistically set Symbol.toStringTag, when possible. INDIRECT 16 1735793054 es-to-primitive • 1.3.0 ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions. INDIRECT 22 1732646187 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 fast-deep-equal • 3.1.3 Fast deep equal INDIRECT 0 1591601248 fast-json-stable-stringify • 2.1.0 deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify INDIRECT 0 1576340277 file-loader • 4.3.0 A file loader module for webpack DIRECT 14 1574350154 find-cache-dir • 2.1.0 Finds the common standard cache directory INDIRECT 11 1552372085 find-cache-dir • 3.3.2 Finds the common standard cache directory INDIRECT 10 1630259855 find-up • 3.0.0 Find a file or directory by walking up parent directories INDIRECT 5 1529313561 find-up • 4.1.0 Find a file or directory by walking up parent directories INDIRECT 5 1560752434 flush-write-stream • 1.1.1 A write stream constructor that supports a flush function that is called before finish is emitted INDIRECT 8 1549625425 for-each • 0.3.5 A better forEach INDIRECT 1 1739256963 from2 • 2.3.0 Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2" INDIRECT 8 1471281359 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 function.prototype.name • 1.1.8 An ES2015 spec-compliant `Function.prototype.name` shim INDIRECT 24 1734673661 functions-have-names • 1.2.3 Does this JS environment support the `name` property on functions? INDIRECT 0 1650390293 generator-function • 2.0.1 A function that returns the normally hidden `GeneratorFunction` constructor INDIRECT 0 1759256613 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.1 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 14 1759188007 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 get-symbol-description • 1.1.0 Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible. INDIRECT 16 1734454273 globalthis • 1.0.4 ECMAScript spec-compliant polyfill/shim for `globalThis` INDIRECT 7 1714444559 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-bigints • 1.1.0 Determine if the JS environment has BigInt support. INDIRECT 0 1734543453 has-flag • 3.0.0 Check if argv has a specific flag INDIRECT 0 1514920916 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-proto • 1.2.0 Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? INDIRECT 5 1733508877 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 has-tostringtag • 1.0.2 Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. INDIRECT 1 1706823840 has • 1.0.4 Object.prototype.hasOwnProperty.call shortcut INDIRECT 0 1696353285 hasown • 2.0.4 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1779991899 he • 1.2.0 A robust HTML entities encoder/decoder with full Unicode support. INDIRECT 0 1537723102 hex-color-regex • 1.1.0 The best regular expression (regex) for matching hex color values from string. INDIRECT 0 1496453606 history • 4.10.1 Manage session history with JavaScript INDIRECT 7 1568333767 hsl-regex • 1.0.0 Regex for matching HSL colors. INDIRECT 0 1422661773 hsla-regex • 1.0.0 Regex for matching HSLA colors. INDIRECT 0 1422661723 html-minifier • 3.5.21 Highly configurable, well-tested, JavaScript-based HTML minifier. INDIRECT 12 1540479711 html-webpack-plugin • 3.2.0 Simplifies creation of HTML files to serve your webpack bundles DIRECT 131 1522746109 htmlparser2 • 6.1.0 Fast & forgiving HTML/XML parser INDIRECT 5 1617914818 iferr • 0.1.5 Higher-order functions for easier error handling INDIRECT 0 1417527353 immutable • 5.1.6 Immutable Data Collections INDIRECT 0 1780008680 import-fresh • 2.0.0 Import a module while bypassing the cache INDIRECT 4 1495366784 imurmurhash • 0.1.4 An incremental implementation of MurmurHash3 INDIRECT 0 1377377123 indexes-of • 1.0.1 line String/Array#indexOf but return all the indexes in an array INDIRECT 0 1384655111 internal-slot • 1.1.0 ES spec-like internal slots INDIRECT 21 1734105749 is-absolute-url • 2.1.0 Check if an URL is absolute INDIRECT 0 1481475252 is-array-buffer • 3.0.5 Is this value a JS ArrayBuffer? INDIRECT 20 1734367607 is-arrayish • 0.2.1 Determines if an object can be used as an array INDIRECT 0 1441062170 is-arrayish • 0.3.4 Determines if an object can be used as an array INDIRECT 0 1757781863 is-async-function • 2.1.1 Determine if a function is a native async function. INDIRECT 19 1737613713 is-bigint • 1.1.0 Is this value an ES BigInt? INDIRECT 1 1733164978 is-boolean-object • 1.2.2 Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 17 1738723692 is-callable • 1.2.7 Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. INDIRECT 0 1663973379 is-color-stop • 1.1.0 Check if a string is CSS color stop INDIRECT 6 1500966104 is-core-module • 2.16.2 Is this specifier a node.js core module? INDIRECT 2 1778002489 is-data-view • 1.0.2 Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 27 1733982234 is-date-object • 1.1.0 Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 17 1734048248 is-directory • 0.3.1 Returns true if a filepath exists on the file system and it's directory. INDIRECT 0 1463855412 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-finalizationregistry • 1.1.1 Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 16 1734413839 is-generator-function • 1.1.2 Determine if a function is a native generator function. INDIRECT 19 1759257674 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-map • 2.0.3 Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 0 1709916547 is-negative-zero • 2.0.3 Is this value negative zero? === will lie to you INDIRECT 0 1708373326 is-number-object • 1.1.1 Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 17 1734317956 is-obj • 2.0.0 Check if a value is an object INDIRECT 0 1555688257 is-plain-obj • 1.1.0 Check if a value is a plain object INDIRECT 0 1446715918 is-plain-object • 2.0.4 Returns true if an object was created by the `Object` constructor. INDIRECT 1 1499812870 is-regex • 1.2.1 Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag INDIRECT 17 1733982247 is-set • 2.0.3 Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 0 1709929103 is-shared-array-buffer • 1.0.4 Is this value a JS SharedArrayBuffer? INDIRECT 16 1734539276 is-string • 1.1.1 Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 17 1734317940 is-symbol • 1.1.1 Determine if a value is an ES6 Symbol or not. INDIRECT 19 1734075461 is-typed-array • 1.1.15 Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. INDIRECT 26 1734542407 is-weakmap • 2.0.2 Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 0 1709929112 is-weakref • 1.1.1 Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 16 1738625866 is-weakset • 2.0.4 Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag. INDIRECT 16 1734413863 is-what • 3.14.1 JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration. INDIRECT 0 1613952981 is-wsl • 1.1.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 0 1492407587 isarray • 0.0.1 Array#isArray for older browsers INDIRECT 0 1369676435 isarray • 1.0.0 Array#isArray for older browsers INDIRECT 0 1449741907 isarray • 2.0.5 Array#isArray for older browsers INDIRECT 0 1562592082 isobject • 3.0.1 Returns true if the value is an object and not an array or null. INDIRECT 0 1498846770 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 js-yaml • 3.14.2 YAML 1.2 parser and serializer INDIRECT 3 1763159537 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-better-errors • 1.0.2 JSON.parse with context information on error INDIRECT 0 1522422483 json-schema-traverse • 0.4.1 Traverse JSON Schema passing each schema object to callback INDIRECT 0 1528620125 json5 • 0.5.1 JSON for the ES5 era. INDIRECT 0 1480284434 json5 • 1.0.2 JSON for humans. INDIRECT 1 1672420182 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 kind-of • 6.0.3 Get the native type of a value. INDIRECT 0 1579193959 last-call-webpack-plugin • 3.0.0 A Webpack plugin that allows to transform \ modify assets just before Webpack emits them. INDIRECT 4 1520186835 loader-utils • 0.2.17 utils for webpack loaders INDIRECT 4 1487631410 loader-utils • 1.4.2 utils for webpack loaders INDIRECT 4 1668126910 loader-utils • 2.0.4 utils for webpack loaders INDIRECT 3 1668126726 locate-path • 3.0.0 Get the first path that exists on disk of multiple paths INDIRECT 4 1529269166 locate-path • 5.0.0 Get the first path that exists on disk of multiple paths INDIRECT 3 1556974807 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.memoize • 4.1.2 The lodash method `_.memoize` exported as a module. INDIRECT 0 1471110128 lodash.uniq • 4.5.0 The lodash method `_.uniq` exported as a module. INDIRECT 0 1471110401 lodash • 4.18.1 Lodash modular utilities. INDIRECT 0 1775077280 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 lower-case • 1.1.4 Lowercase a string INDIRECT 0 1487964266 make-dir • 2.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 2 1551642020 make-dir • 3.1.0 Make a directory and its parents if needed - Think `mkdir -p` INDIRECT 1 1587567554 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 memoize-one • 5.2.1 A memoization library which only remembers the latest invocation INDIRECT 0 1619229743 merge-anything • 2.4.4 Merge objects & other types recursively. A simple & small integration. INDIRECT 1 1575338357 mime • 2.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1635876020 mini-css-extract-plugin • 0.8.2 extracts CSS into separate files DIRECT 24 1576604737 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 mkdirp • 0.5.6 Recursively mkdir, like `mkdir -p` INDIRECT 1 1647992895 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 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 no-case • 2.3.2 Remove case from a string INDIRECT 1 1504891843 node-addon-api • 7.1.1 Node.js API (Node-API) INDIRECT 0 1720779307 node-releases • 2.0.46 Node.js releases data INDIRECT 0 1779424293 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-url • 1.9.1 Normalize a URL INDIRECT 6 1489226811 normalize-url • 3.3.0 Normalize a URL INDIRECT 0 1535817567 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 object-keys • 1.1.1 An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim INDIRECT 0 1554604218 object.assign • 4.1.7 ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim INDIRECT 22 1734555262 object.getownpropertydescriptors • 2.1.9 ES2017 spec-compliant shim for `Object.getOwnPropertyDescriptors` that works in ES5. INDIRECT 92 1765400602 object.values • 1.2.1 ES2017 spec-compliant Object.values shim. INDIRECT 22 1734590348 optimize-css-assets-webpack-plugin • 5.0.8 A Webpack plugin to optimize \ minimize CSS assets. DIRECT 223 1624440847 own-keys • 1.0.1 Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible INDIRECT 18 1735514306 p-limit • 2.3.0 Run multiple promise-returning & async functions with limited concurrency INDIRECT 1 1586101245 p-locate • 3.0.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1529066877 p-locate • 4.1.0 Get the first fulfilled promise that satisfies the provided testing function INDIRECT 2 1554354166 p-try • 2.2.0 `Start a promise chain INDIRECT 0 1554035675 parallel-transform • 1.2.0 Transform stream that allows you to run your transforms in parallel without changing the order INDIRECT 9 1567674646 param-case • 2.1.1 Param case a string INDIRECT 2 1489799046 parse-json • 4.0.0 Parse JSON with more helpful errors INDIRECT 3 1509782030 path-exists • 3.0.0 Check if a path exists INDIRECT 0 1462103093 path-exists • 4.0.0 Check if a path exists INDIRECT 0 1554348556 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-to-regexp • 1.9.0 Express style path to RegExp utility INDIRECT 1 1726003548 picomatch • 4.0.4 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 1774298387 pify • 4.0.1 Promisify a callback-style function INDIRECT 0 1540213139 pkg-dir • 3.0.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1529322182 pkg-dir • 4.2.0 Find the root directory of a Node.js project or npm package INDIRECT 6 1558431348 possible-typed-array-names • 1.1.0 A simple list of possible Typed Array names. INDIRECT 0 1738904655 postcss-calc • 7.0.5 PostCSS plugin to reduce calc() INDIRECT 7 1601732559 postcss-colormin • 4.0.3 Minify colors in your CSS files with PostCSS. INDIRECT 19 1549994502 postcss-convert-values • 4.0.1 Convert values with PostCSS (e.g. ms -> s) INDIRECT 4 1537822376 postcss-discard-comments • 4.0.2 Discard comments in your CSS files with PostCSS. INDIRECT 3 1549994469 postcss-discard-duplicates • 4.0.2 Discard duplicate rules in your CSS files with PostCSS. INDIRECT 3 1537883766 postcss-discard-empty • 4.0.1 Discard empty rules and values with PostCSS. INDIRECT 3 1537822919 postcss-discard-overridden • 4.0.1 PostCSS plugin to discard overridden @keyframes or @counter-style. INDIRECT 3 1537822906 postcss-merge-longhand • 4.0.11 Merge longhand properties into shorthand with PostCSS. INDIRECT 19 1549994373 postcss-merge-rules • 4.0.3 Merge CSS rules with PostCSS. INDIRECT 21 1549994346 postcss-minify-font-values • 4.0.2 Minify font declarations with PostCSS INDIRECT 4 1537883861 postcss-minify-gradients • 4.0.2 Minify gradient parameters with PostCSS. INDIRECT 12 1549994294 postcss-minify-params • 4.0.2 Minify at-rule params with PostCSS INDIRECT 15 1549994262 postcss-minify-selectors • 4.0.2 Minify selectors with PostCSS. INDIRECT 10 1549994229 postcss-modules-local-by-default • 3.0.3 A CSS Modules transform to make local scope the default INDIRECT 8 1595681026 postcss-normalize-charset • 4.0.1 Add necessary or remove extra charset with PostCSS INDIRECT 3 1537870909 postcss-normalize-display-values • 4.0.2 Normalize multiple value display syntaxes into single values. INDIRECT 5 1549994175 postcss-normalize-positions • 4.0.2 Normalize keyword values for position into length values. INDIRECT 6 1549994135 postcss-normalize-repeat-style • 4.0.2 Convert two value syntax for repeat-style into one value. INDIRECT 6 1549994074 postcss-normalize-string • 4.0.2 Normalize wrapping quotes for CSS string literals. INDIRECT 5 1549994031 postcss-normalize-timing-functions • 4.0.2 Normalize CSS animation/transition timing functions. INDIRECT 5 1549993992 postcss-normalize-unicode • 4.0.1 Normalize unicode-range descriptors, and can convert to wildcard ranges. INDIRECT 12 1537822075 postcss-normalize-url • 4.0.1 Normalize URLs with PostCSS INDIRECT 6 1537822243 postcss-normalize-whitespace • 4.0.2 Trim whitespace inside and around CSS rules & declarations. INDIRECT 4 1549993942 postcss-ordered-values • 4.1.2 Ensure values are ordered consistently in your CSS. INDIRECT 5 1549993908 postcss-reduce-initial • 4.0.3 Reduce initial definitions to the actual initial value, where possible. INDIRECT 15 1549993849 postcss-reduce-transforms • 4.0.2 Reduce transform functions with PostCSS. INDIRECT 6 1549993804 postcss-selector-parser • 3.1.2 > Selector parser with built in methods for working with selector strings. INDIRECT 4 1581686815 postcss-selector-parser • 6.1.2 > Selector parser with built in methods for working with selector strings. INDIRECT 2 1723459423 postcss-svgo • 4.0.3 Optimise inline SVG with PostCSS. INDIRECT 134 1617711338 postcss-unique-selectors • 4.0.1 Ensure CSS selectors are unique. INDIRECT 5 1537822542 postcss-value-parser • 3.3.1 Transforms css values and at-rule params into the tree INDIRECT 0 1539372643 postcss-value-parser • 4.2.0 Transforms css values and at-rule params into the tree INDIRECT 0 1638185576 postcss • 7.0.39 Tool for transforming styles with JS plugins INDIRECT 2 1633378354 prepend-http • 1.0.4 Prepend `http://` to humanized URLs like todomvc.com and localhost INDIRECT 0 1462857683 pretty-error • 2.1.2 See nodejs errors with less clutter INDIRECT 16 1603052201 process-nextick-args • 2.0.1 process.nextTick but always with args INDIRECT 0 1560976479 prop-types • 15.8.1 Runtime type checking for React props and similar objects. DIRECT 4 1641341313 prr • 1.0.1 A better Object.defineProperty() INDIRECT 0 1406011849 pump • 2.0.1 pipe streams together and close all of them if one of them closes INDIRECT 3 1516638147 pump • 3.0.4 pipe streams together and close all of them if one of them closes INDIRECT 3 1772285465 pumpify • 1.5.1 Combine an array of streams into a single duplex stream using pump and duplexify INDIRECT 14 1526480433 punycode • 2.3.1 A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. INDIRECT 0 1698690512 q • 1.5.1 A library for promises (CommonJS/Promises/A,B,D) INDIRECT 0 1508435737 query-string • 4.3.4 Parse and stringify URL query strings INDIRECT 2 1492605771 randombytes • 2.1.0 random bytes from browserify stand alone INDIRECT 1 1550584119 react-dom • 16.14.0 React package for working with the DOM. DIRECT 6 1602704306 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 1584647608 react-router-dom • 5.3.4 DOM bindings for React Router DIRECT 15 1664730636 react-router • 5.3.4 Declarative routing for React INDIRECT 14 1664730633 react • 16.14.0 React is a JavaScript library for building user interfaces. DIRECT 5 1602704285 readable-stream • 2.3.8 Streams3, a user-land copy of the stream library from Node.js INDIRECT 7 1677146646 readdirp • 5.0.0 Recursive version of fs.readdir with small RAM & CPU footprint INDIRECT 0 1764112287 reflect.getprototypeof • 1.0.10 An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible INDIRECT 89 1735852994 regenerate-unicode-properties • 10.2.2 Regenerate sets for Unicode properties and values. INDIRECT 1 1757448519 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regexp.prototype.flags • 1.5.4 ES6 spec-compliant RegExp.prototype.flags shim. INDIRECT 23 1735864833 regexpu-core • 6.4.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1758554442 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 relateurl • 0.2.7 Minify URLs by converting them from absolute to relative. INDIRECT 0 1468503085 renderkid • 2.0.7 Stylish console.log for node INDIRECT 15 1623343548 resolve-from • 3.0.0 Resolve the path of a module like `require.resolve()` but from a given path INDIRECT 0 1493366295 resolve-pathname • 3.0.0 Resolve URL pathnames using JavaScript INDIRECT 0 1543782946 resolve • 1.22.12 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 6 1775929295 rgb-regex • 1.0.1 Regex for RGB color strings. INDIRECT 0 1422852066 rgba-regex • 1.0.0 Regex for matching RGBA color strings. INDIRECT 0 1422852143 safe-array-concat • 1.1.4 `Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable INDIRECT 21 1776665546 safe-buffer • 5.1.2 Safer Node.js Buffer API INDIRECT 0 1524687024 safe-push-apply • 1.0.0 Push an array of items into an array, while being robust against prototype modification INDIRECT 2 1735444318 safe-regex-test • 1.1.0 Give a regex, get a robust predicate function that tests it against a string. INDIRECT 18 1734029347 sass-loader • 7.3.1 Sass loader for webpack DIRECT 13 1566309877 sass • 1.100.0 A pure JavaScript implementation of Sass. DIRECT 23 1779410254 scheduler • 0.19.1 Cooperative scheduler for the browser environment. INDIRECT 3 1584647626 schema-utils • 1.0.0 webpack Validation Utils INDIRECT 8 1533659472 schema-utils • 2.7.1 webpack Validation Utils INDIRECT 8 1598871630 script-ext-html-webpack-plugin • 2.1.5 Enhances html-webpack-plugin functionality with async and defer attributes for script elements DIRECT 2 1603733111 set-function-length • 1.2.2 Set a function's length property INDIRECT 17 1710006059 set-function-name • 2.0.2 Set a function's name property INDIRECT 6 1708407265 set-proto • 1.0.0 Robustly set the [[Prototype]] of an object INDIRECT 6 1735601407 shallow-clone • 3.0.1 Creates a shallow clone of any JavaScript value. INDIRECT 1 1555373202 side-channel-list • 1.0.1 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1775667313 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 17 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 18 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 20 1733936433 simple-swizzle • 0.2.4 Simply swizzle your arguments INDIRECT 1 1757780361 sort-keys • 1.1.2 Sort the keys of an object INDIRECT 1 1463546673 source-list-map • 2.0.1 Fast line to line SourceMap generator. INDIRECT 0 1539168488 source-map-support • 0.5.21 Fixes stack traces for files with source maps INDIRECT 2 1637319777 stable • 0.1.8 A stable array sort for JavaScript INDIRECT 0 1524667299 stop-iteration-iterator • 1.1.0 Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it. INDIRECT 22 1734129212 stream-each • 1.2.3 Iterate all the data in a stream INDIRECT 4 1532973544 stream-shift • 1.0.3 Returns the next buffer/object in a stream's readable queue INDIRECT 0 1705518913 strict-uri-encode • 1.1.0 A stricter URI encode adhering to RFC 3986 INDIRECT 0 1451891015 string_decoder • 1.1.1 The string_decoder module from Node core INDIRECT 1 1522397655 string.prototype.trim • 1.2.10 ES5 spec-compliant shim for String.prototype.trim INDIRECT 89 1733945055 string.prototype.trimend • 1.0.9 ES2019 spec-compliant String.prototype.trimEnd shim. INDIRECT 22 1733941246 string.prototype.trimstart • 1.0.8 ES2019 spec-compliant String.prototype.trimStart shim. INDIRECT 21 1711036881 strip-ansi • 3.0.1 Strip ANSI escape codes INDIRECT 1 1456057282 styled-components • 4.4.1 Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress DIRECT 42 1572459169 stylehacks • 4.0.3 Detect/remove browser hacks from CSS files. INDIRECT 16 1550161787 stylis-rule-sheet • 0.0.10 stylis plugin to extract individual rules to use with insertRule API INDIRECT 0 1520535281 stylis • 3.5.4 light - weight css preprocessor INDIRECT 0 1541787475 supports-color • 5.5.0 Detect whether a terminal supports color INDIRECT 1 1534739857 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 svgo • 1.3.2 Nodejs-based tool for optimizing SVG vector graphics files INDIRECT 130 1572433245 tapable • 1.1.3 Just a little module for plugins. INDIRECT 0 1555054854 terser-webpack-plugin • 1.4.6 Terser plugin for webpack DIRECT 91 1721745247 through2 • 2.0.5 A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise INDIRECT 9 1541541791 timsort • 0.3.0 TimSort: Fast Sorting for Node.js INDIRECT 0 1469389291 tiny-invariant • 1.3.3 A tiny invariant function INDIRECT 0 1708725005 tiny-warning • 1.0.3 A tiny warning function INDIRECT 0 1562634846 toposort • 1.0.7 Topological sort of directed ascyclic graphs (like dependecy lists) INDIRECT 0 1524918748 typed-array-buffer • 1.0.3 Get the ArrayBuffer out of a TypedArray, robustly. INDIRECT 27 1734539188 typed-array-byte-length • 1.0.3 Robustly get the byte length of a Typed Array INDIRECT 28 1734474793 typed-array-byte-offset • 1.0.4 Robustly get the byte offset of a Typed Array INDIRECT 89 1734587913 typed-array-length • 1.0.8 Robustly get the length of a Typed Array INDIRECT 89 1779984643 typedarray • 0.0.6 TypedArray polyfill for old browsers INDIRECT 0 1400295169 unbox-primitive • 1.1.0 Unbox a boxed JS primitive value. INDIRECT 26 1734331503 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.1 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 1757432126 unicode-property-aliases-ecmascript • 2.2.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1757921571 uniq • 1.0.1 Removes duplicates from a sorted array in place INDIRECT 0 1401052556 uniqs • 2.0.0 Tiny utility to create unions and de-duplicated lists INDIRECT 0 1401784137 unquote • 1.1.1 Remove wrapping quotes from a string. INDIRECT 0 1513569273 update-browserslist-db • 1.2.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1765898277 upper-case • 1.1.3 Upper case a string INDIRECT 0 1450225567 url-loader • 2.3.0 A loader for webpack which transforms files into base64 URIs DIRECT 15 1574351307 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 util.promisify • 1.0.0 Polyfill/shim for util.promisify in node versions < v8 INDIRECT 93 1496178719 utila • 0.4.0 notareplacementforunderscore INDIRECT 0 1413972463 value-equal • 1.0.1 Are these two JavaScript values equal? INDIRECT 0 1543819205 vendors • 1.0.4 List of vendor prefixes known to the web platform INDIRECT 0 1579857088 webpack-sources • 1.4.3 Source code handling classes for webpack INDIRECT 2 1565017012 which-boxed-primitive • 1.1.1 Which kind of boxed JS primitive is this? INDIRECT 25 1734328124 which-builtin-type • 1.2.1 What is the type of this builtin JS value? INDIRECT 50 1734075671 which-collection • 1.0.2 Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 20 1709938384 which-typed-array • 1.1.21 Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. INDIRECT 25 1779812553 worker-farm • 1.7.0 Distribute processing tasks to child processes with an über-simple API and baked-in durability & custom concurrency options. INDIRECT 2 1556889724 xtend • 4.0.2 extend like a boss INDIRECT 0 1562592945 yaml-loader • 0.5.0 YAML loader for webpack (converts YAML to JSON) DIRECT 4 1499097890