Handbuch
Die folgende Tabelle stellt die Software Bill of Materials (SBOM) für das Handbuch dar und enthält Informationen zu den enthaltenen Drittanbieter-Komponenten, deren Versionen, Lizenzen und Verwendungszwecken.
| Name | Version | Lizenz | Beschreibung |
|---|---|---|---|
| @algolia/abtesting | 1.15.2 | MIT | JavaScript client for abtesting |
| @algolia/autocomplete-core | 1.19.2 | MIT | Core primitives for building autocomplete experiences. |
| @algolia/autocomplete-plugin-algolia-insights | 1.19.2 | MIT | A plugin to add Algolia Insights to Algolia Autocomplete. |
| @algolia/autocomplete-shared | 1.19.2 | MIT | Shared utils for Autocomplete packages. |
| @algolia/client-abtesting | 5.49.2 | MIT | JavaScript client for client-abtesting |
| @algolia/client-analytics | 5.49.2 | MIT | JavaScript client for client-analytics |
| @algolia/client-common | 5.49.2 | MIT | Common package for the Algolia JavaScript API client. |
| @algolia/client-insights | 5.49.2 | MIT | JavaScript client for client-insights |
| @algolia/client-personalization | 5.49.2 | MIT | JavaScript client for client-personalization |
| @algolia/client-query-suggestions | 5.49.2 | MIT | JavaScript client for client-query-suggestions |
| @algolia/client-search | 5.49.2 | MIT | JavaScript client for client-search |
| @algolia/events | 4.0.1 | MIT | Node's event emitter for all engines. |
| @algolia/ingestion | 1.49.2 | MIT | JavaScript client for ingestion |
| @algolia/monitoring | 1.49.2 | MIT | JavaScript client for monitoring |
| @algolia/recommend | 5.49.2 | MIT | JavaScript client for recommend |
| @algolia/requester-browser-xhr | 5.49.2 | MIT | Promise-based request library for browser using xhr. |
| @algolia/requester-fetch | 5.49.2 | MIT | Promise-based request library using Fetch. |
| @algolia/requester-node-http | 5.49.2 | MIT | Promise-based request library for node using the native http module. |
| @babel/code-frame | 7.29.0 | MIT | Generate errors that contain a code frame that point to source locations. |
| @babel/compat-data | 7.29.0 | MIT | The compat-data to determine required Babel plugins |
| @babel/core | 7.29.0 | MIT | Babel compiler core. |
| @babel/generator | 7.29.1 | MIT | Turns an AST into code. |
| @babel/helper-annotate-as-pure | 7.27.3 | MIT | Helper function to annotate paths and nodes with #PURE comment |
| @babel/helper-compilation-targets | 7.28.6 | MIT | Helper functions on Babel compilation targets |
| @babel/helper-create-class-features-plugin | 7.28.6 | MIT | Compile class public and private fields, private methods and decorators to ES6 |
| @babel/helper-create-regexp-features-plugin | 7.28.5 | MIT | Compile ESNext Regular Expressions to ES5 |
| @babel/helper-define-polyfill-provider | 0.6.8 | MIT | Babel helper to create your own polyfill provider |
| @babel/helper-globals | 7.28.0 | MIT | A collection of JavaScript globals for Babel internal usage |
| @babel/helper-member-expression-to-functions | 7.28.5 | MIT | Helper function to replace certain member expressions with function calls |
| @babel/helper-module-imports | 7.28.6 | MIT | Babel helper functions for inserting module loads |
| @babel/helper-module-transforms | 7.28.6 | MIT | Babel helper functions for implementing ES6 module transformations |
| @babel/helper-optimise-call-expression | 7.27.1 | MIT | Helper function to optimise call expression |
| @babel/helper-plugin-utils | 7.28.6 | MIT | General utilities for plugins to use |
| @babel/helper-remap-async-to-generator | 7.27.1 | MIT | Helper function to remap async functions to generators |
| @babel/helper-replace-supers | 7.28.6 | MIT | Helper function to replace supers |
| @babel/helper-skip-transparent-expression-wrappers | 7.27.1 | MIT | Helper which skips types and parentheses |
| @babel/helper-string-parser | 7.27.1 | MIT | A utility package to parse strings |
| @babel/helper-validator-identifier | 7.28.5 | MIT | Validate identifier/keywords name |
| @babel/helper-validator-option | 7.27.1 | MIT | Validate plugin/preset options |
| @babel/helper-wrap-function | 7.28.6 | MIT | Helper to wrap functions inside a function call. |
| @babel/helpers | 7.28.6 | MIT | Collection of helper functions used by Babel transforms. |
| @babel/parser | 7.29.0 | MIT | A JavaScript parser |
| @babel/plugin-bugfix-firefox-class-in-computed-class-key | 7.28.5 | MIT | Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 |
| @babel/plugin-bugfix-safari-class-field-initializer-scope | 7.27.1 | MIT | Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 |
| @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression | 7.27.1 | MIT | Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 |
| @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining | 7.27.1 | MIT | Transform optional chaining operators to workaround https://crbug.com/v8/11558 |
| @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly | 7.28.6 | MIT | Transform static class fields assignments that are affected by https://crbug.com/v8/12421 |
| @babel/plugin-proposal-private-property-in-object | 7.21.0-placeholder-for-preset-env.2 | MIT | This plugin transforms checks for a private property in an object |
| @babel/plugin-syntax-dynamic-import | 7.8.3 | MIT | Allow parsing of import() |
| @babel/plugin-syntax-import-assertions | 7.28.6 | MIT | Allow parsing of the module assertion attributes in the import statement |
| @babel/plugin-syntax-import-attributes | 7.28.6 | MIT | Allow parsing of the module attributes in the import statement |
| @babel/plugin-syntax-jsx | 7.28.6 | MIT | Allow parsing of jsx |
| @babel/plugin-syntax-typescript | 7.28.6 | MIT | Allow parsing of TypeScript syntax |
| @babel/plugin-syntax-unicode-sets-regex | 7.18.6 | MIT | Parse regular expressions' unicodeSets (v) flag. |
| @babel/plugin-transform-arrow-functions | 7.27.1 | MIT | Compile ES2015 arrow functions to ES5 |
| @babel/plugin-transform-async-generator-functions | 7.29.0 | MIT | Turn async generator functions into ES2015 generators |
| @babel/plugin-transform-async-to-generator | 7.28.6 | MIT | Turn async functions into ES2015 generators |
| @babel/plugin-transform-block-scoped-functions | 7.27.1 | MIT | Babel plugin to ensure function declarations at the block level are block scoped |
| @babel/plugin-transform-block-scoping | 7.28.6 | MIT | Compile ES2015 block scoping (const and let) to ES5 |
| @babel/plugin-transform-class-properties | 7.28.6 | MIT | This plugin transforms static class properties as well as properties declared with the property initializer syntax |
| @babel/plugin-transform-class-static-block | 7.28.6 | MIT | Transform class static blocks |
| @babel/plugin-transform-classes | 7.28.6 | MIT | Compile ES2015 classes to ES5 |
| @babel/plugin-transform-computed-properties | 7.28.6 | MIT | Compile ES2015 computed properties to ES5 |
| @babel/plugin-transform-destructuring | 7.28.5 | MIT | Compile ES2015 destructuring to ES5 |
| @babel/plugin-transform-dotall-regex | 7.28.6 | MIT | Compile regular expressions using the s (dotAll) flag to ES5. |
| @babel/plugin-transform-duplicate-keys | 7.27.1 | MIT | Compile objects with duplicate keys to valid strict ES5 |
| @babel/plugin-transform-duplicate-named-capturing-groups-regex | 7.29.0 | MIT | Compile regular expressions using duplicate named groups to index-based groups. |
| @babel/plugin-transform-dynamic-import | 7.27.1 | MIT | Transform import() expressions |
| @babel/plugin-transform-explicit-resource-management | 7.28.6 | MIT | Compile using and await using declarations to ES2015 |
| @babel/plugin-transform-exponentiation-operator | 7.28.6 | MIT | Compile exponentiation operator to ES5 |
| @babel/plugin-transform-export-namespace-from | 7.27.1 | MIT | Compile export namespace to ES2015 |
| @babel/plugin-transform-for-of | 7.27.1 | MIT | Compile ES2015 for...of to ES5 |
| @babel/plugin-transform-function-name | 7.27.1 | MIT | Apply ES2015 function.name semantics to all functions |
| @babel/plugin-transform-json-strings | 7.28.6 | MIT | Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings |
| @babel/plugin-transform-literals | 7.27.1 | MIT | Compile ES2015 unicode string and number literals to ES5 |
| @babel/plugin-transform-logical-assignment-operators | 7.28.6 | MIT | Transforms logical assignment operators into short-circuited assignments |
| @babel/plugin-transform-member-expression-literals | 7.27.1 | MIT | Ensure that reserved words are quoted in property accesses |
| @babel/plugin-transform-modules-amd | 7.27.1 | MIT | This plugin transforms ES2015 modules to AMD |
| @babel/plugin-transform-modules-commonjs | 7.28.6 | MIT | This plugin transforms ES2015 modules to CommonJS |
| @babel/plugin-transform-modules-systemjs | 7.29.0 | MIT | This plugin transforms ES2015 modules to SystemJS |
| @babel/plugin-transform-modules-umd | 7.27.1 | MIT | This plugin transforms ES2015 modules to UMD |
| @babel/plugin-transform-named-capturing-groups-regex | 7.29.0 | MIT | Compile regular expressions using named groups to ES5. |
| @babel/plugin-transform-new-target | 7.27.1 | MIT | Transforms new.target meta property |
| @babel/plugin-transform-nullish-coalescing-operator | 7.28.6 | MIT | Remove nullish coalescing operator |
| @babel/plugin-transform-numeric-separator | 7.28.6 | MIT | Remove numeric separators from Decimal, Binary, Hex and Octal literals |
| @babel/plugin-transform-object-rest-spread | 7.28.6 | MIT | Compile object rest and spread to ES5 |
| @babel/plugin-transform-object-super | 7.27.1 | MIT | Compile ES2015 object super to ES5 |
| @babel/plugin-transform-optional-catch-binding | 7.28.6 | MIT | Compile optional catch bindings |
| @babel/plugin-transform-optional-chaining | 7.28.6 | MIT | Transform optional chaining operators into a series of nil checks |
| @babel/plugin-transform-parameters | 7.27.7 | MIT | Compile ES2015 default and rest parameters to ES5 |
| @babel/plugin-transform-private-methods | 7.28.6 | MIT | This plugin transforms private class methods |
| @babel/plugin-transform-private-property-in-object | 7.28.6 | MIT | This plugin transforms checks for a private property in an object |
| @babel/plugin-transform-property-literals | 7.27.1 | MIT | Ensure that reserved words are quoted in object property keys |
| @babel/plugin-transform-react-constant-elements | 7.27.1 | MIT | Treat React JSX elements as value types and hoist them to the highest scope |
| @babel/plugin-transform-react-display-name | 7.28.0 | MIT | Add displayName to React.createClass calls |
| @babel/plugin-transform-react-jsx | 7.28.6 | MIT | Turn JSX into React function calls |
| @babel/plugin-transform-react-jsx-development | 7.27.1 | MIT | Turn JSX into React function calls in development |
| @babel/plugin-transform-react-pure-annotations | 7.27.1 | MIT | Mark top-level React method calls as pure for tree shaking |
| @babel/plugin-transform-regenerator | 7.29.0 | MIT | Explode async and generator functions into a state machine. |
| @babel/plugin-transform-regexp-modifiers | 7.28.6 | MIT | Compile inline regular expression modifiers |
| @babel/plugin-transform-reserved-words | 7.27.1 | MIT | Ensure that no reserved words are used. |
| @babel/plugin-transform-runtime | 7.29.0 | MIT | Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals |
| @babel/plugin-transform-shorthand-properties | 7.27.1 | MIT | Compile ES2015 shorthand properties to ES5 |
| @babel/plugin-transform-spread | 7.28.6 | MIT | Compile ES2015 spread to ES5 |
| @babel/plugin-transform-sticky-regex | 7.27.1 | MIT | Compile ES2015 sticky regex to an ES5 RegExp constructor |
| @babel/plugin-transform-template-literals | 7.27.1 | MIT | Compile ES2015 template literals to ES5 |
| @babel/plugin-transform-typeof-symbol | 7.27.1 | MIT | This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) |
| @babel/plugin-transform-typescript | 7.28.6 | MIT | Transform TypeScript into ES.next |
| @babel/plugin-transform-unicode-escapes | 7.27.1 | MIT | Compile ES2015 Unicode escapes to ES5 |
| @babel/plugin-transform-unicode-property-regex | 7.28.6 | MIT | Compile Unicode property escapes in Unicode regular expressions to ES5. |
| @babel/plugin-transform-unicode-regex | 7.27.1 | MIT | Compile ES2015 Unicode regex to ES5 |
| @babel/plugin-transform-unicode-sets-regex | 7.28.6 | MIT | Compile regular expressions' unicodeSets (v) flag. |
| @babel/preset-env | 7.29.0 | MIT | A Babel preset for each environment. |
| @babel/preset-modules | 0.1.6-no-external-plugins | MIT | A Babel preset that targets modern browsers by fixing engine bugs. |
| @babel/preset-react | 7.28.5 | MIT | Babel preset for all React plugins. |
| @babel/preset-typescript | 7.28.5 | MIT | Babel preset for TypeScript. |
| @babel/runtime | 7.28.6 | MIT | babel's modular runtime helpers |
| @babel/runtime-corejs3 | 7.29.0 | MIT | babel's modular runtime helpers with core-js@3 polyfilling |
| @babel/template | 7.28.6 | MIT | Generate an AST from a string template. |
| @babel/traverse | 7.29.0 | MIT | The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes |
| @babel/types | 7.29.0 | MIT | Babel Types is a Lodash-esque utility library for AST nodes |
| @colors/colors | 1.5.0 | MIT | get colors in your node.js console |
| @csstools/cascade-layer-name-parser | 2.0.5 | MIT | Parse CSS Cascade Layer names. |
| @csstools/color-helpers | 5.1.0 | MIT-0 | Color helpers to ease transformation between formats, gamut, etc |
| @csstools/css-calc | 2.1.4 | MIT | Solve CSS math expressions |
| @csstools/css-color-parser | 3.1.0 | MIT | Parse CSS color values |
| @csstools/css-parser-algorithms | 3.0.5 | MIT | Algorithms to help you parse CSS from an array of tokens. |
| @csstools/css-tokenizer | 3.0.4 | MIT | Tokenize CSS |
| @csstools/media-query-list-parser | 4.0.3 | MIT | Parse CSS media query lists. |
| @csstools/postcss-alpha-function | 1.0.1 | MIT-0 | Use the alpha() function in CSS |
| @csstools/postcss-cascade-layers | 5.0.2 | MIT-0 | Use cascade layers in CSS |
| @csstools/postcss-color-function | 4.0.12 | MIT-0 | Use the color() function in CSS |
| @csstools/postcss-color-function-display-p3-linear | 1.0.1 | MIT-0 | Use the display-p3-linear color space on the color() function in CSS |
| @csstools/postcss-color-mix-function | 3.0.12 | MIT-0 | Use the color-mix function in CSS |
| @csstools/postcss-color-mix-variadic-function-arguments | 1.0.2 | MIT-0 | Mix any number of colors with the color-mix function in CSS |
| @csstools/postcss-content-alt-text | 2.0.8 | MIT-0 | Generate fallback values for content with alt text |
| @csstools/postcss-contrast-color-function | 2.0.12 | MIT-0 | Dynamically specify a text color with adequate contrast |
| @csstools/postcss-exponential-functions | 2.0.9 | MIT-0 | Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS |
| @csstools/postcss-font-format-keywords | 4.0.0 | MIT-0 | Use unquoted format on @font-face CSS definitions. |
| @csstools/postcss-gamut-mapping | 2.0.11 | MIT-0 | Gamut map css colors to fit display specific gamuts |
| @csstools/postcss-gradients-interpolation-method | 5.0.12 | MIT-0 | Use interpolation methods in CSS gradient functions |
| @csstools/postcss-hwb-function | 4.0.12 | MIT-0 | Use hwb() color functions in CSS |
| @csstools/postcss-ic-unit | 4.0.4 | MIT-0 | Use the ic length unit |
| @csstools/postcss-initial | 2.0.1 | MIT-0 | PostCSS plugin to fallback initial keyword. |
| @csstools/postcss-is-pseudo-class | 5.0.3 | MIT-0 | A pseudo-class for matching elements in a selector list |
| @csstools/postcss-light-dark-function | 2.0.11 | MIT-0 | Use the light-dark() color function in CSS |
| @csstools/postcss-logical-float-and-clear | 3.0.0 | MIT-0 | Use flow-relative (inline-start and inline-end) values for float and clear |
| @csstools/postcss-logical-overflow | 2.0.0 | MIT-0 | Use logical overflow properties and values in CSS |
| @csstools/postcss-logical-overscroll-behavior | 2.0.0 | MIT-0 | Use logical overscroll behavior properties and values in CSS |
| @csstools/postcss-logical-resize | 3.0.0 | MIT-0 | Use logical values in the resize property |
| @csstools/postcss-logical-viewport-units | 3.0.4 | MIT-0 | Use vb and vi length units in CSS |
| @csstools/postcss-media-minmax | 2.0.9 | MIT | Use the range notation in CSS media queries |
| @csstools/postcss-media-queries-aspect-ratio-number-values | 3.0.5 | MIT-0 | Use number values in aspect-ratio media queries. |
| @csstools/postcss-nested-calc | 4.0.0 | MIT-0 | Use nested calc() expressions in CSS |
| @csstools/postcss-normalize-display-values | 4.0.1 | MIT-0 | Use two values display syntax for inner and outer display types. |
| @csstools/postcss-oklab-function | 4.0.12 | MIT-0 | Use oklab() and oklch() color functions in CSS |
| @csstools/postcss-position-area-property | 1.0.0 | MIT-0 | Fallback position-area to the alternate name inset-area |
| @csstools/postcss-progressive-custom-properties | 4.2.1 | MIT-0 | Correctly declare progressive enhancements for CSS Custom Properties. |
| @csstools/postcss-property-rule-prelude-list | 1.0.0 | MIT-0 | Declare a list of custom properties in a single at-property rule |
| @csstools/postcss-random-function | 2.0.1 | MIT-0 | Use the random function in CSS |
| @csstools/postcss-relative-color-syntax | 3.0.12 | MIT-0 | Use the relative color syntax in CSS |
| @csstools/postcss-scope-pseudo-class | 4.0.1 | MIT-0 | The Reference Element Pseudo-class: :scope |
| @csstools/postcss-sign-functions | 1.1.4 | MIT-0 | Use sign and abs functions in CSS |
| @csstools/postcss-stepped-value-functions | 4.0.9 | MIT-0 | Use round, rem and mod functions in CSS |
| @csstools/postcss-syntax-descriptor-syntax-production | 1.0.1 | MIT-0 | Use the syntax production in syntax descriptors |
| @csstools/postcss-system-ui-font-family | 1.0.0 | MIT-0 | Use the system-ui keyword |
| @csstools/postcss-text-decoration-shorthand | 4.0.3 | MIT-0 | Use text-decoration in it's shorthand form in CSS |
| @csstools/postcss-trigonometric-functions | 4.0.9 | MIT-0 | Use sin(), cos(), tan(), acos(), atan(), and atan2() to compute trigonometric relationships |
| @csstools/postcss-unset-value | 4.0.0 | MIT-0 | Use the unset keyword in CSS. |
| @csstools/selector-resolve-nested | 3.1.0 | MIT-0 | Resolve nested CSS selectors |
| @csstools/selector-specificity | 5.0.0 | MIT-0 | Determine selector specificity with postcss-selector-parser |
| @csstools/utilities | 2.0.0 | MIT-0 | Utilities for PostCSS plugins |
| @discoveryjs/json-ext | 0.5.7 | MIT | A set of utilities that extend the use of JSON |
| @docsearch/core | 4.6.0 | MIT | Core package logic for DocSearch |
| @docsearch/css | 4.6.0 | MIT | Styles for DocSearch. |
| @docsearch/react | 4.6.0 | MIT | React package for DocSearch, the best search experience for docs. |
| @docusaurus/babel | 3.10.1 | MIT | Docusaurus package for Babel-related utils. |
| @docusaurus/babel | 3.9.2 | MIT | Docusaurus package for Babel-related utils. |
| @docusaurus/bundler | 3.10.1 | MIT | Docusaurus util package to abstract the current bundler. |
| @docusaurus/bundler | 3.9.2 | MIT | Docusaurus util package to abstract the current bundler. |
| @docusaurus/core | 3.10.1 | MIT | Easy to Maintain Open Source Documentation Websites |
| @docusaurus/core | 3.9.2 | MIT | Easy to Maintain Open Source Documentation Websites |
| @docusaurus/cssnano-preset | 3.10.1 | MIT | Advanced cssnano preset for maximum optimization. |
| @docusaurus/cssnano-preset | 3.9.2 | MIT | Advanced cssnano preset for maximum optimization. |
| @docusaurus/logger | 3.10.1 | MIT | An encapsulated logger for semantically formatting console messages. |
| @docusaurus/logger | 3.9.2 | MIT | An encapsulated logger for semantically formatting console messages. |
| @docusaurus/mdx-loader | 3.10.1 | MIT | Docusaurus Loader for MDX |
| @docusaurus/mdx-loader | 3.9.2 | MIT | Docusaurus Loader for MDX |
| @docusaurus/module-type-aliases | 3.10.1 | MIT | Docusaurus module type aliases. |
| @docusaurus/module-type-aliases | 3.9.2 | MIT | Docusaurus module type aliases. |
| @docusaurus/plugin-content-blog | 3.10.1 | MIT | Blog plugin for Docusaurus. |
| @docusaurus/plugin-content-docs | 3.10.1 | MIT | Docs plugin for Docusaurus. |
| @docusaurus/plugin-content-docs | 3.9.2 | MIT | Docs plugin for Docusaurus. |
| @docusaurus/plugin-content-pages | 3.10.1 | MIT | Pages plugin for Docusaurus. |
| @docusaurus/plugin-css-cascade-layers | 3.10.1 | MIT | CSS Cascade Layer plugin for Docusaurus. |
| @docusaurus/plugin-debug | 3.10.1 | MIT | Debug plugin for Docusaurus. |
| @docusaurus/plugin-google-analytics | 3.10.1 | MIT | Global analytics (analytics.js) plugin for Docusaurus. |
| @docusaurus/plugin-google-gtag | 3.10.1 | MIT | Global Site Tag (gtag.js) plugin for Docusaurus. |
| @docusaurus/plugin-google-tag-manager | 3.10.1 | MIT | Google Tag Manager (gtm.js) plugin for Docusaurus. |
| @docusaurus/plugin-sitemap | 3.10.1 | MIT | Simple sitemap generation plugin for Docusaurus. |
| @docusaurus/plugin-svgr | 3.10.1 | MIT | SVGR plugin for Docusaurus. |
| @docusaurus/preset-classic | 3.10.1 | MIT | Classic preset for Docusaurus. |
| @docusaurus/react-loadable | 6.0.0 | MIT | A higher order component for loading components with promises |
| @docusaurus/theme-classic | 3.10.1 | MIT | Classic theme for Docusaurus |
| @docusaurus/theme-common | 3.10.1 | MIT | Common code for Docusaurus themes. |
| @docusaurus/theme-common | 3.9.2 | MIT | Common code for Docusaurus themes. |
| @docusaurus/theme-search-algolia | 3.10.1 | MIT | Algolia search component for Docusaurus. |
| @docusaurus/theme-translations | 3.10.1 | MIT | Docusaurus theme translations. |
| @docusaurus/theme-translations | 3.9.2 | MIT | Docusaurus theme translations. |
| @docusaurus/tsconfig | 3.10.1 | MIT | Base TypeScript configuration for Docusaurus websites |
| @docusaurus/types | 3.10.1 | MIT | Common types for Docusaurus packages. |
| @docusaurus/types | 3.9.2 | MIT | Common types for Docusaurus packages. |
| @docusaurus/utils | 3.10.1 | MIT | Node utility functions for Docusaurus packages. |
| @docusaurus/utils | 3.9.2 | MIT | Node utility functions for Docusaurus packages. |
| @docusaurus/utils-common | 3.10.1 | MIT | Common (Node/Browser) utility functions for Docusaurus packages. |
| @docusaurus/utils-common | 3.9.2 | MIT | Common (Node/Browser) utility functions for Docusaurus packages. |
| @docusaurus/utils-validation | 3.10.1 | MIT | Node validation utility functions for Docusaurus packages. |
| @docusaurus/utils-validation | 3.9.2 | MIT | Node validation utility functions for Docusaurus packages. |
| @easyops-cn/autocomplete.js | 0.38.1 | MIT | Fast and fully-featured autocomplete library |
| @easyops-cn/docusaurus-search-local | 0.55.2 | MIT | An offline/local search plugin for Docusaurus v3 |
| @emnapi/core | 1.10.0 | MIT | emnapi core |
| @emnapi/runtime | 1.10.0 | MIT | emnapi runtime |
| @emnapi/wasi-threads | 1.2.1 | MIT | WASI threads proposal implementation in JavaScript |
| @hapi/hoek | 9.3.0 | BSD-3-Clause | General purpose node utilities |
| @hapi/topo | 5.1.0 | BSD-3-Clause | Topological sorting with grouping support |
| @jest/schemas | 29.6.3 | MIT | Experimental and currently incomplete module for JSON schemas for Jest's configuration. |
| @jest/types | 29.6.3 | MIT | This package contains shared types of Jest's packages. |
| @jridgewell/gen-mapping | 0.3.13 | MIT | Generate source maps |
| @jridgewell/remapping | 2.3.5 | MIT | Remap sequential sourcemaps through transformations to point at the original source code |
| @jridgewell/resolve-uri | 3.1.2 | MIT | Resolve a URI relative to an optional base URI |
| @jridgewell/source-map | 0.3.11 | MIT | Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API |
| @jridgewell/sourcemap-codec | 1.5.5 | MIT | Encode/decode sourcemap mappings |
| @jridgewell/trace-mapping | 0.3.31 | MIT | Trace the original position through a source map |
| @jsonjoy.com/base64 | 1.1.2 | Apache-2.0 | High-performance Base64 encoder and decoder |
| @jsonjoy.com/base64 | 17.67.0 | Apache-2.0 | High-performance Base64 encoder and decoder |
| @jsonjoy.com/buffers | 1.2.1 | Apache-2.0 | Various helper utilities for working with buffers and binary data |
| @jsonjoy.com/buffers | 17.67.0 | Apache-2.0 | Various helper utilities for working with buffers and binary data |
| @jsonjoy.com/codegen | 1.0.0 | Apache-2.0 | No-dependencies, low-level, high-performance JIT code generation package for JavaScript |
| @jsonjoy.com/codegen | 17.67.0 | Apache-2.0 | No-dependencies, low-level, high-performance JIT code generation package for JavaScript |
| @jsonjoy.com/fs-core | 4.56.11 | Apache-2.0 | Core filesystem primitives: Node, Link, File, Superblock |
| @jsonjoy.com/fs-fsa | 4.56.11 | Apache-2.0 | File System Access API implementation backed by core filesystem primitives |
| @jsonjoy.com/fs-node | 4.56.11 | Apache-2.0 | In-memory filesystem with Node.js fs-compatible API |
| @jsonjoy.com/fs-node-builtins | 4.56.11 | Apache-2.0 | Node.js standard library dependencies for fs-related packages |
| @jsonjoy.com/fs-node-to-fsa | 4.56.11 | Apache-2.0 | Adapter to convert Node.js fs API to File System Access API |
| @jsonjoy.com/fs-node-utils | 4.56.11 | Apache-2.0 | Utility functions for Node.js fs module |
| @jsonjoy.com/fs-print | 4.56.11 | Apache-2.0 | File system tree printer - print a file system structure as a tree |
| @jsonjoy.com/fs-snapshot | 4.56.11 | Apache-2.0 | File system snapshot - serialize and deserialize file system trees to binary or JSON |
| @jsonjoy.com/json-pack | 1.21.0 | Apache-2.0 | High-performance JSON serialization library |
| @jsonjoy.com/json-pack | 17.67.0 | Apache-2.0 | High-performance JSON serialization library |
| @jsonjoy.com/json-pointer | 1.0.2 | Apache-2.0 | High-performance JSON Pointer implementation |
| @jsonjoy.com/json-pointer | 17.67.0 | Apache-2.0 | High-performance JSON Pointer implementation |
| @jsonjoy.com/util | 1.9.0 | Apache-2.0 | Various helper utilities |
| @jsonjoy.com/util | 17.67.0 | Apache-2.0 | Various helper utilities |
| @leichtgewicht/ip-codec | 2.0.5 | MIT | Small package to encode or decode IP addresses from buffers to strings. |
| @mdx-js/mdx | 3.1.1 | MIT | MDX compiler |
| @mdx-js/react | 3.1.1 | MIT | React context for MDX |
| @napi-rs/wasm-runtime | 0.2.12 | MIT | Runtime and polyfill for wasm targets |
| @noble/hashes | 1.4.0 | MIT | Audited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt |
| @node-rs/jieba | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-android-arm-eabi | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-android-arm64 | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-darwin-arm64 | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-darwin-x64 | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-freebsd-x64 | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-linux-arm-gnueabihf | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-linux-arm64-gnu | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-linux-arm64-musl | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-linux-x64-gnu | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-linux-x64-musl | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-wasm32-wasi | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-win32-arm64-msvc | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-win32-ia32-msvc | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @node-rs/jieba-win32-x64-msvc | 1.10.4 | MIT | Fastest Chinese word segmentation in Node.js |
| @nodelib/fs.scandir | 2.1.5 | MIT | List files and directories inside the specified directory |
| @nodelib/fs.stat | 2.0.5 | MIT | Get the status of a file with some features |
| @nodelib/fs.walk | 1.2.8 | MIT | A library for efficiently walking a directory recursively |
| @peculiar/asn1-cms | 2.6.1 | MIT | ASN.1 schema of Cryptographic Message Syntax (CMS) (RFC5652) |
| @peculiar/asn1-csr | 2.6.1 | MIT | ASN.1 schema of PKCS #10: Certification Request Syntax Specification Version 1.7 (RFC2986) |
| @peculiar/asn1-ecc | 2.6.1 | MIT | ASN.1 schema of Elliptic Curve Private Key Structure (RFC5915) |
| @peculiar/asn1-pfx | 2.6.1 | MIT | ASN.1 schema of PKCS #12: Personal Information Exchange Syntax v1.1 (RFC7292) |
| @peculiar/asn1-pkcs8 | 2.6.1 | MIT | ASN.1 schema of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification Version 1.2 (RFC5208) |
| @peculiar/asn1-pkcs9 | 2.6.1 | MIT | ASN.1 schema based on PKCS#9 (RFC 2985) |
| @peculiar/asn1-rsa | 2.6.1 | MIT | ASN.1 schema of RSA Cryptography Specifications Version 2.2 (RFC8017) |
| @peculiar/asn1-schema | 2.6.0 | MIT | Decorators for ASN.1 schemas building |
| @peculiar/asn1-x509 | 2.6.1 | MIT | ASN.1 schema of Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile (RFC5280) |
| @peculiar/asn1-x509-attr | 2.6.1 | MIT | ASN.1 schema of An Internet Attribute Certificate (RFC3281) |
| @peculiar/x509 | 1.14.3 | MIT | @peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy |
| @pnpm/config.env-replace | 1.1.0 | MIT | |
| @pnpm/network.ca-file | 1.0.2 | MIT | |
| @pnpm/npm-conf | 3.0.2 | MIT | Get the npm config |
| @polka/url | 1.0.0-next.29 | MIT | Super fast, memoized req.url parser |
| @sideway/address | 4.1.5 | BSD-3-Clause | Email address and domain validation |
| @sideway/formula | 3.0.1 | BSD-3-Clause | Math and string formula parser. |
| @sideway/pinpoint | 2.0.0 | BSD-3-Clause | Return the filename and line number of the calling function |
| @sinclair/typebox | 0.27.10 | MIT | JSONSchema Type Builder with Static Type Resolution for TypeScript |
| @sindresorhus/is | 4.6.0 | MIT | Type check values |
| @sindresorhus/is | 5.6.0 | MIT | Type check values |
| @slorber/react-helmet-async | 1.3.0 | Apache-2.0 | Thread-safe Helmet for React 16+ and friends |
| @slorber/remark-comment | 1.0.0 | MIT | Remark plugin to support comments |
| @svgr/babel-plugin-add-jsx-attribute | 8.0.0 | MIT | Add JSX attribute |
| @svgr/babel-plugin-remove-jsx-attribute | 8.0.0 | MIT | Remove JSX attribute |
| @svgr/babel-plugin-remove-jsx-empty-expression | 8.0.0 | MIT | Remove JSX empty expression |
| @svgr/babel-plugin-replace-jsx-attribute-value | 8.0.0 | MIT | Replace JSX attribute value |
| @svgr/babel-plugin-svg-dynamic-title | 8.0.0 | MIT | Transform SVG by adding a dynamic title element |
| @svgr/babel-plugin-svg-em-dimensions | 8.0.0 | MIT | Transform SVG to use em-based dimensions |
| @svgr/babel-plugin-transform-react-native-svg | 8.1.0 | MIT | Transform DOM elements into react-native-svg components |
| @svgr/babel-plugin-transform-svg-component | 8.0.0 | MIT | Transform SVG into component |
| @svgr/babel-preset | 8.1.0 | MIT | SVGR preset that apply transformations from config |
| @svgr/core | 8.1.0 | MIT | Transform SVG into React Components. |
| @svgr/hast-util-to-babel-ast | 8.0.0 | MIT | Transform HAST to Babel AST (JSX) |
| @svgr/plugin-jsx | 8.1.0 | MIT | Transform SVG into JSX |
| @svgr/plugin-svgo | 8.1.0 | MIT | Optimize SVG |
| @svgr/webpack | 8.1.0 | MIT | SVGR webpack loader. |
| @szmarczak/http-timer | 5.0.1 | MIT | Timings for HTTP requests |
| @tybys/wasm-util | 0.10.2 | MIT | WASI polyfill for browser and some wasm util |
| @types/body-parser | 1.19.6 | MIT | TypeScript definitions for body-parser |
| @types/bonjour | 3.5.13 | MIT | TypeScript definitions for bonjour |
| @types/connect | 3.4.38 | MIT | TypeScript definitions for connect |
| @types/connect-history-api-fallback | 1.5.4 | MIT | TypeScript definitions for connect-history-api-fallback |
| @types/debug | 4.1.12 | MIT | TypeScript definitions for debug |
| @types/eslint | 9.6.1 | MIT | TypeScript definitions for eslint |
| @types/eslint-scope | 3.7.7 | MIT | TypeScript definitions for eslint-scope |
| @types/estree | 1.0.8 | MIT | TypeScript definitions for estree |
| @types/estree-jsx | 1.0.5 | MIT | TypeScript definitions for estree-jsx |
| @types/express | 4.17.25 | MIT | TypeScript definitions for express |
| @types/express-serve-static-core | 4.19.8 | MIT | TypeScript definitions for express-serve-static-core |
| @types/gtag.js | 0.0.20 | MIT | TypeScript definitions for gtag.js |
| @types/hast | 3.0.4 | MIT | TypeScript definitions for hast |
| @types/history | 4.7.11 | MIT | TypeScript definitions for history |
| @types/html-minifier-terser | 6.1.0 | MIT | TypeScript definitions for html-minifier-terser |
| @types/http-cache-semantics | 4.2.0 | MIT | TypeScript definitions for http-cache-semantics |
| @types/http-errors | 2.0.5 | MIT | TypeScript definitions for http-errors |
| @types/http-proxy | 1.17.17 | MIT | TypeScript definitions for http-proxy |
| @types/istanbul-lib-coverage | 2.0.6 | MIT | TypeScript definitions for istanbul-lib-coverage |
| @types/istanbul-lib-report | 3.0.3 | MIT | TypeScript definitions for istanbul-lib-report |
| @types/istanbul-reports | 3.0.4 | MIT | TypeScript definitions for istanbul-reports |
| @types/json-schema | 7.0.15 | MIT | TypeScript definitions for json-schema |
| @types/mdast | 4.0.4 | MIT | TypeScript definitions for mdast |
| @types/mdx | 2.0.13 | MIT | TypeScript definitions for mdx |
| @types/mime | 1.3.5 | MIT | TypeScript definitions for mime |
| @types/ms | 2.1.0 | MIT | TypeScript definitions for ms |
| @types/node | 17.0.45 | MIT | TypeScript definitions for Node.js |
| @types/node | 25.5.0 | MIT | TypeScript definitions for node |
| @types/prismjs | 1.26.6 | MIT | TypeScript definitions for prismjs |
| @types/qs | 6.15.0 | MIT | TypeScript definitions for qs |
| @types/range-parser | 1.2.7 | MIT | TypeScript definitions for range-parser |
| @types/react | 19.2.14 | MIT | TypeScript definitions for react |
| @types/react-router | 5.1.20 | MIT | TypeScript definitions for React Router |
| @types/react-router-config | 5.0.11 | MIT | TypeScript definitions for react-router-config |
| @types/react-router-dom | 5.3.3 | MIT | TypeScript definitions for react-router-dom |
| @types/retry | 0.12.2 | MIT | TypeScript definitions for retry |
| @types/sax | 1.2.7 | MIT | TypeScript definitions for sax |
| @types/send | 0.17.6 | MIT | TypeScript definitions for send |
| @types/send | 1.2.1 | MIT | TypeScript definitions for send |
| @types/serve-index | 1.9.4 | MIT | TypeScript definitions for serve-index |
| @types/serve-static | 1.15.10 | MIT | TypeScript definitions for serve-static |
| @types/sockjs | 0.3.36 | MIT | TypeScript definitions for sockjs |
| @types/unist | 2.0.11 | MIT | TypeScript definitions for unist |
| @types/unist | 3.0.3 | MIT | TypeScript definitions for unist |
| @types/ws | 8.18.1 | MIT | TypeScript definitions for ws |
| @types/yargs | 17.0.35 | MIT | TypeScript definitions for yargs |
| @types/yargs-parser | 21.0.3 | MIT | TypeScript definitions for yargs-parser |
| @ungap/structured-clone | 1.3.0 | ISC | A structuredClone polyfill |
| @webassemblyjs/ast | 1.14.1 | MIT | AST utils for webassemblyjs |
| @webassemblyjs/floating-point-hex-parser | 1.13.2 | MIT | A function to parse floating point hexadecimal strings as defined by the WebAssembly specification |
| @webassemblyjs/helper-api-error | 1.13.2 | MIT | Common API errors |
| @webassemblyjs/helper-buffer | 1.14.1 | MIT | Buffer manipulation utility |
| @webassemblyjs/helper-numbers | 1.13.2 | MIT | Number parsing utility |
| @webassemblyjs/helper-wasm-bytecode | 1.13.2 | MIT | WASM's Bytecode constants |
| @webassemblyjs/helper-wasm-section | 1.14.1 | MIT | |
| @webassemblyjs/ieee754 | 1.13.2 | MIT | IEEE754 decoder and encoder |
| @webassemblyjs/leb128 | 1.13.2 | Apache-2.0 | LEB128 decoder and encoder |
| @webassemblyjs/utf8 | 1.13.2 | MIT | UTF8 encoder/decoder for WASM |
| @webassemblyjs/wasm-edit | 1.14.1 | MIT | > Rewrite a WASM binary |
| @webassemblyjs/wasm-gen | 1.14.1 | MIT | WebAssembly binary format printer |
| @webassemblyjs/wasm-opt | 1.14.1 | MIT | |
| @webassemblyjs/wasm-parser | 1.14.1 | MIT | WebAssembly binary format parser |
| @webassemblyjs/wast-printer | 1.14.1 | MIT | WebAssembly text format printer |
| @xtuc/ieee754 | 1.2.0 | BSD-3-Clause | Read/write IEEE754 floating point numbers from/to a Buffer or array-like object |
| @xtuc/long | 4.2.2 | Apache-2.0 | A Long class for representing a 64-bit two's-complement integer value. |
| accepts | 1.3.8 | MIT | Higher-level content negotiation |
| acorn | 8.16.0 | MIT | ECMAScript parser |
| acorn-import-phases | 1.0.4 | MIT | Support for import phase syntax in Acorn |
| acorn-jsx | 5.3.2 | MIT | Modern, fast React.js JSX parser |
| acorn-walk | 8.3.5 | MIT | ECMAScript (ESTree) AST walker |
| address | 1.2.2 | MIT | Get current machine IP, MAC and DNS servers. |
| aggregate-error | 3.1.0 | MIT | Create an error from multiple errors |
| ajv | 6.14.0 | MIT | Another JSON Schema Validator |
| ajv | 8.18.0 | MIT | Another JSON Schema Validator |
| ajv-formats | 2.1.1 | MIT | Format validation for Ajv v7+ |
| ajv-keywords | 3.5.2 | MIT | Custom JSON-Schema keywords for Ajv validator |
| ajv-keywords | 5.1.0 | MIT | Additional JSON-Schema keywords for Ajv JSON validator |
| algoliasearch | 5.49.2 | MIT | A fully-featured and blazing-fast JavaScript API client to interact with Algolia API. |
| algoliasearch-helper | 3.28.0 | MIT | Helper for implementing advanced search features with algolia |
| ansi-align | 3.0.1 | ISC | align-text with ANSI support for CLIs |
| ansi-escapes | 4.3.2 | MIT | ANSI escape codes for manipulating the terminal |
| ansi-html-community | 0.0.8 | Apache-2.0 | An elegant lib that converts the chalked (ANSI) text to HTML. (Community) |
| ansi-regex | 5.0.1 | MIT | Regular expression for matching ANSI escape codes |
| ansi-regex | 6.2.2 | MIT | Regular expression for matching ANSI escape codes |
| ansi-styles | 4.3.0 | MIT | ANSI escape codes for styling strings in the terminal |
| ansi-styles | 6.2.3 | MIT | ANSI escape codes for styling strings in the terminal |
| ansis | 3.17.0 | ISC | ANSI color lib |
| anymatch | 3.1.3 | ISC | Matches strings against configurable strings, globs, regular expressions, and/or functions |
| arg | 5.0.2 | MIT | Unopinionated, no-frills CLI argument parser |
| argparse | 1.0.10 | MIT | Very powerful CLI arguments parser. Native port of argparse - python's options parsing library |
| argparse | 2.0.1 | Python-2.0 | CLI arguments parser. Native port of python's argparse. |
| array-flatten | 1.1.1 | MIT | Flatten an array of nested arrays into a single flat array |
| array-union | 2.1.0 | MIT | Create an array of unique values, in order, from the input arrays |
| asn1js | 3.0.7 | BSD-3-Clause | asn1js is a pure JavaScript library implementing this standard. ASN.1 is the basis of all X.509 related data structures and numerous other protocols used on the web |
| astring | 1.9.0 | MIT | JavaScript code generator from an ESTree-compliant AST. |
| autoprefixer | 10.4.27 | MIT | Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website |
| babel-loader | 9.2.1 | MIT | babel module loader for webpack |
| babel-plugin-dynamic-import-node | 2.3.3 | MIT | Babel plugin to transpile import() to a deferred require(), for node |
| babel-plugin-polyfill-corejs2 | 0.4.17 | MIT | A Babel plugin to inject imports to core-js@2 polyfills |
| babel-plugin-polyfill-corejs3 | 0.13.0 | MIT | A Babel plugin to inject imports to core-js@3 polyfills |
| babel-plugin-polyfill-corejs3 | 0.14.2 | MIT | A Babel plugin to inject imports to core-js@3 polyfills |
| babel-plugin-polyfill-regenerator | 0.6.8 | MIT | A Babel plugin to inject imports to regenerator-runtime |
| bail | 2.0.2 | MIT | Throw a given error |
| balanced-match | 1.0.2 | MIT | Match balanced character pairs, like " and " |
| baseline-browser-mapping | 2.10.8 | Apache-2.0 | A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. |
| batch | 0.6.1 | MIT | Simple async batch with concurrency control and progress reporting. |
| big.js | 5.2.2 | MIT | A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic |
| binary-extensions | 2.3.0 | MIT | List of binary file extensions |
| body-parser | 1.20.4 | MIT | Node.js body parsing middleware |
| bonjour-service | 1.3.0 | MIT | A Bonjour/Zeroconf implementation in TypeScript |
| boolbase | 1.0.0 | ISC | two functions: One that returns true, one that returns false |
| boxen | 6.2.1 | MIT | Create boxes in the terminal |
| boxen | 7.1.1 | MIT | Create boxes in the terminal |
| brace-expansion | 1.1.12 | MIT | Brace expansion as known from sh/bash |
| braces | 3.0.3 | MIT | 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. |
| browserslist | 4.28.1 | MIT | Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset |
| buffer-from | 1.1.2 | MIT | A ponyfill for Buffer.from, uses native implementation if available. |
| bundle-name | 4.1.0 | MIT | Get bundle name from a bundle identifier (macOS): com.apple.Safari → Safari |
| bytes | 3.0.0 | MIT | Utility to parse a string bytes to bytes and vice-versa |
| bytes | 3.1.2 | MIT | Utility to parse a string bytes to bytes and vice-versa |
| bytestreamjs | 2.0.1 | BSD-3-Clause | ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript |
| cacheable-lookup | 7.0.0 | MIT | A cacheable dns.lookup(…) that respects TTL |
| cacheable-request | 10.2.14 | MIT | Wrap native HTTP requests with RFC compliant cache support |
| call-bind | 1.0.8 | MIT | Robustly .call.bind() a function |
| call-bind-apply-helpers | 1.0.2 | MIT | Helper functions around Function call/apply/bind, for use in call-bind |
| call-bound | 1.0.4 | MIT | Robust call-bound JavaScript intrinsics, using call-bind and get-intrinsic. |
| callsites | 3.1.0 | MIT | Get callsites from the V8 stack trace API |
| camel-case | 4.1.2 | MIT | Transform into a string with the separator denoted by the next word capitalized |
| camelcase | 6.3.0 | MIT | Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: foo-bar → fooBar |
| camelcase | 7.0.1 | MIT | Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: foo-bar → fooBar |
| caniuse-api | 3.0.0 | MIT | request the caniuse data to check browsers compatibilities |
| caniuse-lite | 1.0.30001779 | CC-BY-4.0 | A smaller version of caniuse-db, with only the essentials! |
| ccount | 2.0.1 | MIT | Count how often a character (or substring) is used in a string |
| chalk | 4.1.2 | MIT | Terminal string styling done right |
| chalk | 5.6.2 | MIT | Terminal string styling done right |
| char-regex | 1.0.2 | MIT | A regex to match any full character, considering weird character ranges. |
| character-entities | 2.0.2 | MIT | Map of named character references |
| character-entities-html4 | 2.1.0 | MIT | Map of named character references from HTML 4 |
| character-entities-legacy | 3.0.0 | MIT | List of legacy HTML named character references that don’t need a trailing semicolon |
| character-reference-invalid | 2.0.1 | MIT | Map of invalid numeric character references to their replacements, according to HTML |
| cheerio | 1.0.0-rc.12 | MIT | Tiny, fast, and elegant implementation of core jQuery designed specifically for the server |
| cheerio | 1.2.0 | MIT | The fast, flexible & elegant library for parsing and manipulating HTML and XML. |
| cheerio-select | 2.1.0 | BSD-2-Clause | CSS selector engine supporting jQuery selectors |
| chokidar | 3.6.0 | MIT | Minimal and efficient cross-platform file watching library |
| chrome-trace-event | 1.0.4 | MIT | A library to create a trace of your node app per Google's Trace Event format. |
| ci-info | 3.9.0 | MIT | Get details about the current Continuous Integration environment |
| clean-css | 5.3.3 | MIT | A well-tested CSS minifier |
| clean-stack | 2.2.0 | MIT | Clean up error stack traces |
| cli-boxes | 3.0.0 | MIT | Boxes for use in the terminal |
| cli-table3 | 0.6.5 | MIT | Pretty unicode tables for the command line. Based on the original cli-table. |
| clone-deep | 4.0.1 | MIT | Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. |
| clsx | 2.1.1 | MIT | A tiny (239B) utility for constructing className strings conditionally. |
| collapse-white-space | 2.1.0 | MIT | Collapse white space |
| color-convert | 2.0.1 | MIT | Plain color conversion functions |
| color-name | 1.1.4 | MIT | A list of color names and its values |
| colord | 2.9.3 | MIT | 👑 A tiny yet powerful tool for high-performance color manipulations and conversions |
| colorette | 2.0.20 | MIT | 🌈Easily set your terminal text color & styles. |
| combine-promises | 1.2.0 | MIT | |
| comlink | 4.4.2 | Apache-2.0 | Comlink makes WebWorkers enjoyable |
| comma-separated-tokens | 2.0.3 | MIT | Parse and stringify comma-separated tokens |
| commander | 10.0.1 | MIT | the complete solution for node.js command-line programs |
| commander | 2.20.3 | MIT | the complete solution for node.js command-line programs |
| commander | 5.1.0 | MIT | the complete solution for node.js command-line programs |
| commander | 7.2.0 | MIT | the complete solution for node.js command-line programs |
| commander | 8.3.0 | MIT | the complete solution for node.js command-line programs |
| common-path-prefix | 3.0.0 | ISC | Computes the longest prefix string that is common to each path, excluding the base component |
| compressible | 2.0.18 | MIT | Compressible Content-Type / mime checking |
| compression | 1.8.1 | MIT | Node.js compression middleware |
| concat-map | 0.0.1 | MIT | concatenative mapdashery |
| config-chain | 1.1.13 | MIT | HANDLE CONFIGURATION ONCE AND FOR ALL |
| configstore | 6.0.0 | BSD-2-Clause | Easily load and save config without having to think about where and how |
| connect-history-api-fallback | 2.0.0 | MIT | Provides a fallback for non-existing directories so that the HTML 5 history API can be used. |
| consola | 3.4.2 | MIT | Elegant Console Wrapper |
| content-disposition | 0.5.2 | MIT | Create and parse Content-Disposition header |
| content-disposition | 0.5.4 | MIT | Create and parse Content-Disposition header |
| content-type | 1.0.5 | MIT | Create and parse HTTP Content-Type header |
| convert-source-map | 2.0.0 | MIT | Converts a source-map from/to different formats and allows adding/changing properties. |
| cookie | 0.7.2 | MIT | HTTP server cookie parsing and serialization |
| cookie-signature | 1.0.7 | MIT | Sign and unsign cookies |
| copy-text-to-clipboard | 3.2.2 | MIT | Copy text to the clipboard in modern browsers (0.2 kB) |
| copy-webpack-plugin | 11.0.0 | MIT | Copy files && directories with webpack |
| core-js | 3.49.0 | MIT | Standard library |
| core-js-compat | 3.49.0 | MIT | core-js compat |
| core-js-pure | 3.49.0 | MIT | Standard library |
| core-util-is | 1.0.3 | MIT | The util.is* functions introduced in Node v0.12. |
| cosmiconfig | 8.3.6 | MIT | Find and load configuration from a package.json property, rc file, TypeScript module, and more! |
| cross-spawn | 7.0.6 | MIT | Cross platform child_process#spawn and child_process#spawnSync |
| crypto-random-string | 4.0.0 | MIT | Generate a cryptographically strong random string |
| css-blank-pseudo | 7.0.1 | MIT-0 | Style form elements when they are empty |
| css-declaration-sorter | 7.3.1 | ISC | Sorts CSS declarations fast and automatically in a certain order. |
| css-has-pseudo | 7.0.3 | MIT-0 | Style elements relative to other elements in CSS |
| css-loader | 6.11.0 | MIT | css loader module for webpack |
| css-minimizer-webpack-plugin | 5.0.1 | MIT | CSS minimizer (minifier) plugin for Webpack |
| css-prefers-color-scheme | 10.0.0 | MIT-0 | Use light and dark color schemes in all browsers |
| css-select | 4.3.0 | BSD-2-Clause | a CSS selector compiler/engine |
| css-select | 5.2.2 | BSD-2-Clause | a CSS selector compiler/engine |
| css-tree | 2.2.1 | MIT | 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 |
| css-tree | 2.3.1 | MIT | 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 |
| css-what | 6.2.2 | BSD-2-Clause | a CSS selector parser |
| cssdb | 8.8.0 | MIT-0 | A list of CSS features and their positions in the process of becoming implemented web standards |
| cssesc | 3.0.0 | MIT | A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. |
| cssnano | 6.1.2 | MIT | A modular minifier, built on top of the PostCSS ecosystem. |
| cssnano-preset-advanced | 6.1.2 | MIT | Advanced optimisations for cssnano; may or may not break your CSS! |
| cssnano-preset-default | 6.1.2 | MIT | Safe defaults for cssnano which require minimal configuration. |
| cssnano-utils | 4.0.2 | MIT | Utility methods and plugin for cssnano projects |
| csso | 5.0.5 | MIT | CSS minifier with structural optimisations |
| csstype | 3.2.3 | MIT | Strict TypeScript and Flow types for style based on MDN data |
| debounce | 1.2.1 | MIT | 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 |
| debug | 2.6.9 | MIT | small debugging utility |
| debug | 4.4.3 | MIT | Lightweight debugging utility for Node.js and the browser |
| decode-named-character-reference | 1.3.0 | MIT | Decode named character references |
| decompress-response | 6.0.0 | MIT | Decompress a HTTP response if needed |
| deep-extend | 0.6.0 | MIT | Recursive object extending |
| deepmerge | 4.3.1 | MIT | A library for deep (recursive) merging of Javascript objects |
| default-browser | 5.5.0 | MIT | Get the default browser |
| default-browser-id | 5.0.1 | MIT | Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari |
| defer-to-connect | 2.0.1 | MIT | The safe way to handle the connect socket event |
| define-data-property | 1.1.4 | MIT | Define a data property on an object. Will fall back to assignment in an engine without descriptors. |
| define-lazy-prop | 2.0.0 | MIT | Define a lazily evaluated property on an object |
| define-lazy-prop | 3.0.0 | MIT | Define a lazily evaluated property on an object |
| define-properties | 1.2.1 | MIT | Define multiple non-enumerable properties at once. Uses Object.defineProperty when available; falls back to standard assignment in older engines. |
| depd | 1.1.2 | MIT | Deprecate all the things |
| depd | 2.0.0 | MIT | Deprecate all the things |
| dequal | 2.0.3 | MIT | A tiny (304B to 489B) utility for check for deep equality |
| destroy | 1.2.0 | MIT | destroy a stream if possible |
| detect-node | 2.1.0 | MIT | Detect Node.JS (as opposite to browser environment) (reliable) |
| detect-port | 1.6.1 | MIT | Node.js implementation of port detector |
| devlop | 1.1.0 | MIT | Do things in development and nothing otherwise |
| dir-glob | 3.0.1 | MIT | Convert directories to glob compatible strings |
| dns-packet | 5.6.1 | MIT | An abstract-encoding compliant module for encoding / decoding DNS packets |
| dom-converter | 0.2.0 | MIT | converts bare objects to DOM objects or xml representations |
| dom-serializer | 1.4.1 | MIT | render domhandler DOM nodes to a string |
| dom-serializer | 2.0.0 | MIT | render domhandler DOM nodes to a string |
| domelementtype | 2.3.0 | BSD-2-Clause | all the types of nodes in htmlparser2's dom |
| domhandler | 4.3.1 | BSD-2-Clause | Handler for htmlparser2 that turns pages into a dom |
| domhandler | 5.0.3 | BSD-2-Clause | Handler for htmlparser2 that turns pages into a dom |
| domutils | 2.8.0 | BSD-2-Clause | Utilities for working with htmlparser2's dom |
| domutils | 3.2.2 | BSD-2-Clause | Utilities for working with htmlparser2's dom |
| dot-case | 3.0.4 | MIT | Transform into a lower case string with a period between words |
| dot-prop | 6.0.1 | MIT | Get, set, or delete a property from a nested object using a dot path |
| dunder-proto | 1.0.1 | MIT | If available, the Object.prototype.__proto__ accessor and mutator, call-bound |
| duplexer | 0.1.2 | MIT | Creates a duplex stream |
| eastasianwidth | 0.2.0 | MIT | Get East Asian Width from a character. |
| ee-first | 1.1.1 | MIT | return the first event in a set of ee/event pairs |
| electron-to-chromium | 1.5.313 | ISC | Provides a list of electron-to-chromium version mappings |
| emoji-regex | 8.0.0 | MIT | A regular expression to match all Emoji-only symbols as per the Unicode Standard. |
| emoji-regex | 9.2.2 | MIT | A regular expression to match all Emoji-only symbols as per the Unicode Standard. |
| emojilib | 2.4.0 | MIT | Emoji keyword library. |
| emojis-list | 3.0.0 | MIT | Complete list of standard emojis. |
| emoticon | 4.1.0 | MIT | Info on ASCII emoticons |
| encodeurl | 2.0.0 | MIT | Encode a URL to a percent-encoded form, excluding already-encoded sequences |
| encoding-sniffer | 0.2.1 | MIT | Implementation of the HTML encoding sniffer algo, with stream support |
| enhanced-resolve | 5.20.0 | MIT | Offers a async require.resolve function. It's highly configurable. |
| entities | 2.2.0 | BSD-2-Clause | Encode & decode XML and HTML entities with ease |
| entities | 4.5.0 | BSD-2-Clause | Encode & decode XML and HTML entities with ease & speed |
| entities | 6.0.1 | BSD-2-Clause | Encode & decode XML and HTML entities with ease & speed |
| entities | 7.0.1 | BSD-2-Clause | Encode & decode XML and HTML entities with ease & speed |
| error-ex | 1.3.4 | MIT | Easy error subclassing and stack customization |
| es-define-property | 1.0.1 | MIT | Object.defineProperty, but not IE 8's broken one. |
| es-errors | 1.3.0 | MIT | A simple cache for a few of the JS Error constructors. |
| es-module-lexer | 2.0.0 | MIT | Lexes ES modules returning their import/export metadata |
| es-object-atoms | 1.1.1 | MIT | ES Object-related atoms: Object, ToObject, RequireObjectCoercible |
| esast-util-from-estree | 2.0.0 | MIT | esast utility to transform from estree |
| esast-util-from-js | 2.0.1 | MIT | estree (and esast) utility to parse from JavaScript |
| escalade | 3.2.0 | MIT | A tiny (183B to 210B) and fast utility to ascend parent directories |
| escape-goat | 4.0.0 | MIT | Escape a string for use in HTML or the inverse |
| escape-html | 1.0.3 | MIT | Escape string for use in HTML |
| escape-string-regexp | 1.0.5 | MIT | Escape RegExp special characters |
| escape-string-regexp | 4.0.0 | MIT | Escape RegExp special characters |
| escape-string-regexp | 5.0.0 | MIT | Escape RegExp special characters |
| eslint-scope | 5.1.1 | BSD-2-Clause | ECMAScript scope analyzer for ESLint |
| esprima | 4.0.1 | BSD-2-Clause | ECMAScript parsing infrastructure for multipurpose analysis |
| esrecurse | 4.3.0 | BSD-2-Clause | ECMAScript AST recursive visitor |
| estraverse | 4.3.0 | BSD-2-Clause | ECMAScript JS AST traversal functions |
| estraverse | 5.3.0 | BSD-2-Clause | ECMAScript JS AST traversal functions |
| estree-util-attach-comments | 3.0.0 | MIT | Attach comments to estree nodes |
| estree-util-build-jsx | 3.0.1 | MIT | Transform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces) |
| estree-util-is-identifier-name | 3.0.0 | MIT | Check if something can be an ecmascript (javascript) identifier name |
| estree-util-scope | 1.0.0 | MIT | Check what’s defined in an estree scope |
| estree-util-to-js | 2.0.0 | MIT | estree (and esast) utility to serialize to JavaScript |
| estree-util-value-to-estree | 3.5.0 | MIT | Convert a JavaScript value to an estree expression |
| estree-util-visit | 2.0.0 | MIT | esast (and estree) utility to visit nodes |
| estree-walker | 3.0.3 | MIT | Traverse an ESTree-compliant AST |
| esutils | 2.0.3 | BSD-2-Clause | utility box for ECMAScript language tools |
| eta | 2.2.0 | MIT | Lightweight, fast, and powerful embedded JS template engine |
| etag | 1.8.1 | MIT | Create simple HTTP ETags |
| eval | 0.1.8 | MIT | Evaluate node require() module content directly |
| eventemitter3 | 4.0.7 | MIT | EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. |
| events | 3.3.0 | MIT | Node's event emitter for all engines. |
| execa | 5.1.1 | MIT | Process execution for humans |
| express | 4.22.1 | MIT | Fast, unopinionated, minimalist web framework |
| extend | 3.0.2 | MIT | Port of jQuery.extend for node.js and the browser |
| extend-shallow | 2.0.1 | MIT | Extend an object with the properties of additional objects. node.js/javascript util. |
| fast-deep-equal | 3.1.3 | MIT | Fast deep equal |
| fast-glob | 3.3.3 | MIT | It's a very fast and efficient glob library for Node.js |
| fast-json-stable-stringify | 2.1.0 | MIT | deterministic JSON.stringify() - a faster version of substack's json-stable-strigify without jsonify |
| fast-uri | 3.1.0 | BSD-3-Clause | Dependency-free RFC 3986 URI toolbox |
| fastq | 1.20.1 | ISC | Fast, in memory work queue |
| fault | 2.0.1 | MIT | Functional errors with formatted output |
| faye-websocket | 0.11.4 | Apache-2.0 | Standards-compliant WebSocket server and client |
| feed | 4.2.2 | MIT | Feed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive! |
| figures | 3.2.0 | MIT | Unicode symbols with Windows CMD fallbacks |
| file-loader | 6.2.0 | MIT | A file loader module for webpack |
| fill-range | 7.1.1 | MIT | 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 |
| finalhandler | 1.3.2 | MIT | Node.js final http responder |
| find-cache-dir | 4.0.0 | MIT | Finds the common standard cache directory |
| find-up | 6.3.0 | MIT | Find a file or directory by walking up parent directories |
| flat | 5.0.2 | BSD-3-Clause | Take a nested Javascript object and flatten it, or unflatten an object with delimited keys |
| follow-redirects | 1.15.11 | MIT | HTTP and HTTPS modules that follow redirects. |
| form-data-encoder | 2.1.4 | MIT | Encode FormData content into the multipart/form-data format |
| format | 0.2.2 | MIT | printf, sprintf, and vsprintf for JavaScript |
| forwarded | 0.2.0 | MIT | Parse HTTP X-Forwarded-For header |
| fraction.js | 5.3.4 | MIT | The RAW rational numbers library |
| fresh | 0.5.2 | MIT | HTTP response freshness testing |
| fs-extra | 10.1.0 | MIT | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. |
| fs-extra | 11.3.4 | MIT | fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove. |
| fsevents | 2.3.3 | MIT | Native Access to MacOS FSEvents |
| function-bind | 1.1.2 | MIT | Implementation of Function.prototype.bind |
| gensync | 1.0.0-beta.2 | MIT | Allows users to use generators in order to write common functions that can be both sync or async. |
| get-intrinsic | 1.3.0 | MIT | Get and robustly cache all JS language-level intrinsics at first require time |
| get-own-enumerable-property-symbols | 3.0.2 | ISC | Returns an array of all enumerable symbol properties found directly upon a given object |
| get-proto | 1.0.1 | MIT | Robustly get the [[Prototype]] of an object |
| get-stream | 6.0.1 | MIT | Get a stream as a string, buffer, or array |
| github-slugger | 1.5.0 | ISC | Generate a slug just like GitHub does for markdown headings. |
| glob-parent | 5.1.2 | ISC | Extract the non-magic parent path from a glob string. |
| glob-parent | 6.0.2 | ISC | Extract the non-magic parent path from a glob string. |
| glob-to-regex.js | 1.2.0 | Apache-2.0 | Transform GLOB patterns to JavaScript regular expressions for fast file path matching. |
| glob-to-regexp | 0.4.1 | BSD-2-Clause | Convert globs to regular expressions |
| global-dirs | 3.0.1 | MIT | Get the directory of globally installed packages and binaries |
| globby | 11.1.0 | MIT | User-friendly glob matching |
| globby | 13.2.2 | MIT | User-friendly glob matching |
| gopd | 1.2.0 | MIT | Object.getOwnPropertyDescriptor, but accounts for IE's broken implementation. |
| got | 12.6.1 | MIT | Human-friendly and powerful HTTP request library for Node.js |
| graceful-fs | 4.2.10 | ISC | A drop-in replacement for fs, making various improvements. |
| graceful-fs | 4.2.11 | ISC | A drop-in replacement for fs, making various improvements. |
| gray-matter | 4.0.3 | MIT | Parse front-matter from a string or file. Fast, reliable and easy to use. Parses YAML front matter by default, but also has support for YAML, JSON, TOML or Coffee Front-Matter, with options to set custom delimiters. Used by metalsmith, assemble, verb and |
| gzip-size | 6.0.0 | MIT | Get the gzipped size of a string or buffer |
| handle-thing | 2.0.1 | MIT | Wrap Streams2 instance into a HandleWrap |
| has-flag | 4.0.0 | MIT | Check if argv has a specific flag |
| has-property-descriptors | 1.0.2 | MIT | Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. |
| has-symbols | 1.1.0 | MIT | Determine if the JS environment has Symbol support. Supports spec, or shams. |
| has-yarn | 3.0.0 | MIT | Check if a project is using Yarn |
| hasown | 2.0.2 | MIT | A robust, ES3 compatible, "has own property" predicate. |
| hast-util-from-parse5 | 8.0.3 | MIT | hast utility to transform from a parse5 AST |
| hast-util-parse-selector | 4.0.0 | MIT | hast utility to create an element from a simple CSS selector |
| hast-util-raw | 9.1.0 | MIT | hast utility to reparse a tree |
| hast-util-to-estree | 3.1.3 | MIT | hast utility to transform to estree (JavaScript AST) JSX |
| hast-util-to-jsx-runtime | 2.3.6 | MIT | hast utility to transform to preact, react, solid, svelte, vue, etc |
| hast-util-to-parse5 | 8.0.1 | MIT | hast utility to transform to a parse5 AST |
| hast-util-whitespace | 3.0.0 | MIT | hast utility to check if a node is inter-element whitespace |
| hastscript | 9.0.1 | MIT | hast utility to create trees |
| he | 1.2.0 | MIT | A robust HTML entities encoder/decoder with full Unicode support. |
| history | 4.10.1 | MIT | Manage session history with JavaScript |
| hoist-non-react-statics | 3.3.2 | BSD-3-Clause | Copies non-react specific statics from a child component to a parent component |
| hpack.js | 2.1.6 | MIT | HPACK implementation |
| html-escaper | 2.0.2 | MIT | fast and safe way to escape and unescape &'" chars |
| html-minifier-terser | 6.1.0 | MIT | Highly configurable, well-tested, JavaScript-based HTML minifier. |
| html-minifier-terser | 7.2.0 | MIT | Highly configurable, well-tested, JavaScript-based HTML minifier. |
| html-tags | 3.3.1 | MIT | List of standard HTML tags |
| html-void-elements | 3.0.0 | MIT | List of HTML void tag names |
| html-webpack-plugin | 5.6.6 | MIT | Simplifies creation of HTML files to serve your webpack bundles |
| htmlparser2 | 10.1.0 | MIT | Fast & forgiving HTML/XML parser |
| htmlparser2 | 6.1.0 | MIT | Fast & forgiving HTML/XML parser |
| htmlparser2 | 8.0.2 | MIT | Fast & forgiving HTML/XML parser |
| http-cache-semantics | 4.2.0 | BSD-2-Clause | Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies |
| http-deceiver | 1.2.7 | MIT | Deceive HTTP parser |
| http-errors | 1.8.1 | MIT | Create HTTP error objects |
| http-errors | 2.0.1 | MIT | Create HTTP error objects |
| http-parser-js | 0.5.10 | MIT | A pure JS HTTP parser for node. |
| http-proxy | 1.18.1 | MIT | HTTP proxying for the masses |
| http-proxy-middleware | 2.0.9 | MIT | The one-liner node.js proxy middleware for connect, express and browser-sync |
| http2-wrapper | 2.2.1 | MIT | HTTP2 client, just with the familiar https API |
| human-signals | 2.1.0 | Apache-2.0 | Human-friendly process signals |
| hyperdyperid | 1.2.0 | MIT | Fastest random ID and random string generation for Node.js |
| iconv-lite | 0.4.24 | MIT | Convert character encodings in pure javascript. |
| iconv-lite | 0.6.3 | MIT | Convert character encodings in pure javascript. |
| icss-utils | 5.1.0 | ISC | ICSS utils for postcss ast |
| ignore | 5.3.2 | MIT | Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. |
| image-size | 2.0.2 | MIT | get dimensions of any image file |
| immediate | 3.3.0 | MIT | A cross browser microtask library |
| import-fresh | 3.3.1 | MIT | Import a module while bypassing the cache |
| import-lazy | 4.0.0 | MIT | Import a module lazily |
| imurmurhash | 0.1.4 | MIT | An incremental implementation of MurmurHash3 |
| indent-string | 4.0.0 | MIT | Indent each line in a string |
| infima | 0.2.0-alpha.45 | MIT | A UI framework for content-centric websites. |
| inherits | 2.0.4 | ISC | Browser-friendly inheritance fully compatible with standard node.js inherits() |
| ini | 1.3.8 | ISC | An ini encoder/decoder for node |
| ini | 2.0.0 | ISC | An ini encoder/decoder for node |
| inline-style-parser | 0.2.7 | MIT | An inline style parser. |
| invariant | 2.2.4 | MIT | invariant |
| ipaddr.js | 1.9.1 | MIT | A library for manipulating IPv4 and IPv6 addresses in JavaScript. |
| ipaddr.js | 2.3.0 | MIT | A library for manipulating IPv4 and IPv6 addresses in JavaScript. |
| is-alphabetical | 2.0.1 | MIT | Check if a character is alphabetical |
| is-alphanumerical | 2.0.1 | MIT | Check if a character is alphanumerical |
| is-arrayish | 0.2.1 | MIT | Determines if an object can be used as an array |
| is-binary-path | 2.1.0 | MIT | Check if a file path is a binary file |
| is-ci | 3.0.1 | MIT | Detect if the current environment is a CI server |
| is-core-module | 2.16.1 | MIT | Is this specifier a node.js core module? |
| is-decimal | 2.0.1 | MIT | Check if a character is decimal |
| is-docker | 2.2.1 | MIT | Check if the process is running inside a Docker container |
| is-docker | 3.0.0 | MIT | Check if the process is running inside a Docker container |
| is-extendable | 0.1.1 | MIT | Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. "can the value have keys?" |
| is-extglob | 2.1.1 | MIT | Returns true if a string has an extglob. |
| is-fullwidth-code-point | 3.0.0 | MIT | Check if the character represented by a given Unicode code point is fullwidth |
| is-glob | 4.0.3 | MIT | 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 |
| is-hexadecimal | 2.0.1 | MIT | Check if a character is hexadecimal |
| is-inside-container | 1.0.0 | MIT | Check if the process is running inside a container (Docker/Podman) |
| is-installed-globally | 0.4.0 | MIT | Check if your package was installed globally |
| is-network-error | 1.3.1 | MIT | Check if a value is a Fetch network error |
| is-npm | 6.1.0 | MIT | Check if your code is running as an npm script |
| is-number | 7.0.0 | MIT | Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. |
| is-obj | 1.0.1 | MIT | Check if a value is an object |
| is-obj | 2.0.0 | MIT | Check if a value is an object |
| is-path-inside | 3.0.3 | MIT | Check if a path is inside another path |
| is-plain-obj | 3.0.0 | MIT | Check if a value is a plain object |
| is-plain-obj | 4.1.0 | MIT | Check if a value is a plain object |
| is-plain-object | 2.0.4 | MIT | Returns true if an object was created by the Object constructor. |
| is-regexp | 1.0.0 | MIT | Check whether a variable is a regular expression |
| is-stream | 2.0.1 | MIT | Check if something is a Node.js stream |
| is-typedarray | 1.0.0 | MIT | Detect whether or not an object is a Typed Array |
| is-wsl | 2.2.0 | MIT | Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) |
| is-wsl | 3.1.1 | MIT | Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) |
| is-yarn-global | 0.4.1 | MIT | Check if installed by yarn globally without any fs calls |
| isarray | 0.0.1 | MIT | Array#isArray for older browsers |
| isarray | 1.0.0 | MIT | Array#isArray for older browsers |
| isexe | 2.0.0 | ISC | Minimal module to check if a file is executable. |
| isobject | 3.0.1 | MIT | Returns true if the value is an object and not an array or null. |
| jest-util | 29.7.0 | MIT | This packages is a collection of utilities and helper functions |
| jest-worker | 27.5.1 | MIT | Module for executing heavy tasks under forked processes in parallel, by providing a Promise based interface, minimum overhead, and bound workers. |
| jest-worker | 29.7.0 | MIT | Module for executing heavy tasks under forked processes in parallel, by providing a Promise based interface, minimum overhead, and bound workers. |
| jiti | 1.21.7 | MIT | Runtime typescript and ESM support for Node.js |
| joi | 17.13.3 | BSD-3-Clause | Object schema validation |
| js-tokens | 4.0.0 | MIT | A regex that tokenizes JavaScript. |
| js-yaml | 3.14.2 | MIT | YAML 1.2 parser and serializer |
| js-yaml | 4.1.1 | MIT | YAML 1.2 parser and serializer |
| jsesc | 3.1.0 | MIT | Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. |
| json-buffer | 3.0.1 | MIT | JSON parse & stringify that supports binary via bops & base64 |
| json-parse-even-better-errors | 2.3.1 | MIT | JSON.parse with context information on error |
| json-schema-traverse | 0.4.1 | MIT | Traverse JSON Schema passing each schema object to callback |
| json-schema-traverse | 1.0.0 | MIT | Traverse JSON Schema passing each schema object to callback |
| json5 | 2.2.3 | MIT | JSON for Humans |
| jsonfile | 6.2.0 | MIT | Easily read/write JSON files. |
| keyv | 4.5.4 | MIT | Simple key-value storage with support for multiple backends |
| kind-of | 6.0.3 | MIT | Get the native type of a value. |
| klaw-sync | 6.0.0 | MIT | Recursive, synchronous, and fast file system walker |
| kleur | 3.0.3 | MIT | The fastest Node.js library for formatting terminal text with ANSI colors~! |
| latest-version | 7.0.0 | MIT | Get the latest version of an npm package |
| launch-editor | 2.13.1 | MIT | launch editor from node.js |
| leven | 3.1.0 | MIT | Measure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm |
| lilconfig | 3.1.3 | MIT | A zero-dependency alternative to cosmiconfig |
| lines-and-columns | 1.2.4 | MIT | Maps lines and columns to character offsets and back. |
| loader-runner | 4.3.1 | MIT | Runs (webpack) loaders |
| loader-utils | 2.0.4 | MIT | utils for webpack loaders |
| locate-path | 7.2.0 | MIT | Get the first path that exists on disk of multiple paths |
| lodash | 4.17.23 | MIT | Lodash modular utilities. |
| lodash.debounce | 4.0.8 | MIT | The lodash method _.debounce exported as a module. |
| lodash.memoize | 4.1.2 | MIT | The lodash method _.memoize exported as a module. |
| lodash.uniq | 4.5.0 | MIT | The lodash method _.uniq exported as a module. |
| longest-streak | 3.1.0 | MIT | Count the longest repeating streak of a substring |
| loose-envify | 1.4.0 | MIT | Fast (and loose) selective process.env replacer using js-tokens instead of an AST |
| lower-case | 2.0.2 | MIT | Transforms the string to lower case |
| lowercase-keys | 3.0.0 | MIT | Lowercase the keys of an object |
| lru-cache | 5.1.1 | ISC | A cache object that deletes the least-recently-used items. |
| lunr | 2.3.9 | MIT | Simple full-text search in your browser. |
| lunr-languages | 1.20.0 | MPL-1.1 | A a collection of languages stemmers and stopwords for Lunr Javascript library |
| mark.js | 8.11.1 | MIT | Highlight keywords using JavaScript. Intended for every use case. Can e.g. be used to mark text in search results. |
| markdown-extensions | 2.0.0 | MIT | List of Markdown file extensions |
| markdown-table | 2.0.0 | MIT | Markdown tables |
| markdown-table | 3.0.4 | MIT | Generate a markdown (GFM) table |
| math-intrinsics | 1.1.0 | MIT | ES Math-related intrinsics and helpers, robustly cached. |
| mdast-util-directive | 3.1.0 | MIT | mdast extension to parse and serialize generic directives (:cite[smith04]) |
| mdast-util-find-and-replace | 3.0.2 | MIT | mdast utility to find and replace text in a tree |
| mdast-util-from-markdown | 2.0.3 | MIT | mdast utility to parse markdown |
| mdast-util-frontmatter | 2.0.1 | MIT | mdast extension to parse and serialize frontmatter (YAML, TOML, etc) |
| mdast-util-gfm | 3.1.0 | MIT | mdast extension to parse and serialize GFM (GitHub Flavored Markdown) |
| mdast-util-gfm-autolink-literal | 2.0.1 | MIT | mdast extension to parse and serialize GFM autolink literals |
| mdast-util-gfm-footnote | 2.1.0 | MIT | mdast extension to parse and serialize GFM footnotes |
| mdast-util-gfm-strikethrough | 2.0.0 | MIT | mdast extension to parse and serialize GFM strikethrough |
| mdast-util-gfm-table | 2.0.0 | MIT | mdast extension to parse and serialize GFM tables |
| mdast-util-gfm-task-list-item | 2.0.0 | MIT | mdast extension to parse and serialize GFM task list items |
| mdast-util-mdx | 3.0.0 | MIT | mdast extension to parse and serialize MDX (or MDX.js) |
| mdast-util-mdx-expression | 2.0.1 | MIT | mdast extension to parse and serialize MDX (or MDX.js) expressions |
| mdast-util-mdx-jsx | 3.2.0 | MIT | mdast extension to parse and serialize MDX or MDX.js JSX |
| mdast-util-mdxjs-esm | 2.0.1 | MIT | mdast extension to parse and serialize MDX.js ESM (import/exports) |
| mdast-util-phrasing | 4.1.0 | MIT | mdast utility to check if a node is phrasing content |
| mdast-util-to-hast | 13.2.1 | MIT | mdast utility to transform to hast |
| mdast-util-to-markdown | 2.1.2 | MIT | mdast utility to serialize markdown |
| mdast-util-to-string | 4.0.0 | MIT | mdast utility to get the plain text content of a node |
| mdn-data | 2.0.28 | CC0-1.0 | Open Web data by the Mozilla Developer Network |
| mdn-data | 2.0.30 | CC0-1.0 | Open Web data by the Mozilla Developer Network |
| media-typer | 0.3.0 | MIT | Simple RFC 6838 media type parser and formatter |
| memfs | 4.56.11 | Apache-2.0 | In-memory file-system with Node's fs API. |
| merge-descriptors | 1.0.3 | MIT | Merge objects using descriptors |
| merge-stream | 2.0.0 | MIT | Create a stream that emits events from multiple other streams |
| merge2 | 1.4.1 | MIT | Merge multiple streams into one stream in sequence or parallel. |
| methods | 1.1.2 | MIT | HTTP methods that node supports |
| micromark | 4.0.2 | MIT | small commonmark compliant markdown parser with positional info and concrete tokens |
| micromark-core-commonmark | 2.0.3 | MIT | The CommonMark markdown constructs |
| micromark-extension-directive | 3.0.2 | MIT | micromark extension to support generic directives (:cite[smith04]) |
| micromark-extension-frontmatter | 2.0.0 | MIT | micromark extension to support frontmatter (YAML, TOML, etc) |
| micromark-extension-gfm | 3.0.0 | MIT | micromark extension to support GFM (GitHub Flavored Markdown) |
| micromark-extension-gfm-autolink-literal | 2.1.0 | MIT | micromark extension to support GFM autolink literals |
| micromark-extension-gfm-footnote | 2.1.0 | MIT | micromark extension to support GFM footnotes |
| micromark-extension-gfm-strikethrough | 2.1.0 | MIT | micromark extension to support GFM strikethrough |
| micromark-extension-gfm-table | 2.1.1 | MIT | micromark extension to support GFM tables |
| micromark-extension-gfm-tagfilter | 2.0.0 | MIT | micromark extension to support GFM tagfilter |
| micromark-extension-gfm-task-list-item | 2.1.0 | MIT | micromark extension to support GFM task list items |
| micromark-extension-mdx-expression | 3.0.1 | MIT | micromark extension to support MDX or MDX JS expressions |
| micromark-extension-mdx-jsx | 3.0.2 | MIT | micromark extension to support MDX or MDX.js JSX |
| micromark-extension-mdx-md | 2.0.0 | MIT | micromark extension to turn some markdown features off for MDX |
| micromark-extension-mdxjs | 3.0.0 | MIT | micromark extension to support MDX.js |
| micromark-extension-mdxjs-esm | 3.0.0 | MIT | micromark extension to support MDX JS import/exports |
| micromark-factory-destination | 2.0.1 | MIT | micromark factory to parse destinations (found in resources, definitions) |
| micromark-factory-label | 2.0.1 | MIT | micromark factory to parse labels (found in media, definitions) |
| micromark-factory-mdx-expression | 2.0.3 | MIT | micromark factory to parse MDX expressions (found in JSX attributes, flow, text) |
| micromark-factory-space | 1.1.0 | MIT | micromark factory to parse markdown space (found in lots of places) |
| micromark-factory-space | 2.0.1 | MIT | micromark factory to parse markdown space (found in lots of places) |
| micromark-factory-title | 2.0.1 | MIT | micromark factory to parse markdown titles (found in resources, definitions) |
| micromark-factory-whitespace | 2.0.1 | MIT | micromark factory to parse markdown whitespace (found in lots of places) |
| micromark-util-character | 1.2.0 | MIT | micromark utility to handle character codes |
| micromark-util-character | 2.1.1 | MIT | micromark utility to handle character codes |
| micromark-util-chunked | 2.0.1 | MIT | micromark utility to splice and push with giant arrays |
| micromark-util-classify-character | 2.0.1 | MIT | micromark utility to classify whether a character is whitespace or punctuation |
| micromark-util-combine-extensions | 2.0.1 | MIT | micromark utility to combine syntax or html extensions |
| micromark-util-decode-numeric-character-reference | 2.0.2 | MIT | micromark utility to decode numeric character references |
| micromark-util-decode-string | 2.0.1 | MIT | micromark utility to decode markdown strings |
| micromark-util-encode | 2.0.1 | MIT | micromark utility to encode dangerous html characters |
| micromark-util-events-to-acorn | 2.0.3 | MIT | micromark utility to try and parse events w/ acorn |
| micromark-util-html-tag-name | 2.0.1 | MIT | micromark utility with list of html tag names |
| micromark-util-normalize-identifier | 2.0.1 | MIT | micromark utility normalize identifiers (as found in references, definitions) |
| micromark-util-resolve-all | 2.0.1 | MIT | micromark utility to resolve subtokens |
| micromark-util-sanitize-uri | 2.0.1 | MIT | micromark utility to sanitize urls |
| micromark-util-subtokenize | 2.1.0 | MIT | micromark utility to tokenize subtokens |
| micromark-util-symbol | 1.1.0 | MIT | micromark utility with symbols |
| micromark-util-symbol | 2.0.1 | MIT | micromark utility with symbols |
| micromark-util-types | 1.1.0 | MIT | micromark utility with a couple of typescript types |
| micromark-util-types | 2.0.2 | MIT | micromark utility with a couple of typescript types |
| micromatch | 4.0.8 | MIT | Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. |
| mime | 1.6.0 | MIT | A comprehensive library for mime-type mapping |
| mime-db | 1.33.0 | MIT | Media Type Database |
| mime-db | 1.52.0 | MIT | Media Type Database |
| mime-db | 1.54.0 | MIT | Media Type Database |
| mime-types | 2.1.18 | MIT | The ultimate javascript content-type utility. |
| mime-types | 2.1.35 | MIT | The ultimate javascript content-type utility. |
| mime-types | 3.0.2 | MIT | The ultimate javascript content-type utility. |
| mimic-fn | 2.1.0 | MIT | Make a function mimic another one |
| mimic-response | 3.1.0 | MIT | Mimic a Node.js HTTP response stream |
| mimic-response | 4.0.0 | MIT | Mimic a Node.js HTTP response stream |
| mini-css-extract-plugin | 2.10.1 | MIT | extracts CSS into separate files |
| minimalistic-assert | 1.0.1 | ISC | minimalistic-assert === |
| minimatch | 3.1.5 | ISC | a glob matcher in javascript |
| minimist | 1.2.8 | MIT | parse argument options |
| mrmime | 2.0.1 | MIT | A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename |
| ms | 2.0.0 | MIT | Tiny milisecond conversion utility |
| ms | 2.1.3 | MIT | Tiny millisecond conversion utility |
| multicast-dns | 7.2.5 | MIT | Low level multicast-dns implementation in pure javascript |
| nanoid | 3.3.11 | MIT | A tiny (116 bytes), secure URL-friendly unique string ID generator |
| negotiator | 0.6.3 | MIT | HTTP content negotiation |
| negotiator | 0.6.4 | MIT | HTTP content negotiation |
| neo-async | 2.6.2 | MIT | Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster |
| no-case | 3.0.4 | MIT | Transform into a lower cased string with spaces between words |
| node-emoji | 2.2.0 | MIT | Friendly emoji lookups and parsing utilities for Node.js. 💖 |
| node-releases | 2.0.36 | MIT | Node.js releases data |
| normalize-path | 3.0.0 | MIT | 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. |
| normalize-url | 8.1.1 | MIT | Normalize a URL |
| npm-run-path | 4.0.1 | MIT | Get your PATH prepended with locally installed binaries |
| nprogress | 0.2.0 | MIT | Simple slim progress bars |
| nth-check | 2.1.1 | BSD-2-Clause | Parses and compiles CSS nth-checks to highly optimized functions. |
| null-loader | 4.0.1 | MIT | A webpack loader that returns an empty module. |
| object-assign | 4.1.1 | MIT | ES2015 Object.assign() ponyfill |
| object-inspect | 1.13.4 | MIT | string representations of objects in node and the browser |
| object-keys | 1.1.1 | MIT | An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim |
| object.assign | 4.1.7 | MIT | ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim |
| obuf | 1.1.2 | MIT | Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges. |
| on-finished | 2.4.1 | MIT | Execute a callback when a request closes, finishes, or errors |
| on-headers | 1.1.0 | MIT | Execute a listener when a response is about to write headers |
| onetime | 5.1.2 | MIT | Ensure a function is only called once |
| open | 10.2.0 | MIT | Open stuff like URLs, files, executables. Cross-platform. |
| open | 8.4.2 | MIT | Open stuff like URLs, files, executables. Cross-platform. |
| opener | 1.5.2 | (WTFPL OR MIT) | Opens stuff, like webpages and files and executables, cross-platform |
| p-cancelable | 3.0.0 | MIT | Create a promise that can be canceled |
| p-finally | 1.0.0 | MIT | Promise#finally() ponyfill - Invoked when the promise is settled regardless of outcome |
| p-limit | 4.0.0 | MIT | Run multiple promise-returning & async functions with limited concurrency |
| p-locate | 6.0.0 | MIT | Get the first fulfilled promise that satisfies the provided testing function |
| p-map | 4.0.0 | MIT | Map over promises concurrently |
| p-queue | 6.6.2 | MIT | Promise queue with concurrency control |
| p-retry | 6.2.1 | MIT | Retry a promise-returning or async function |
| p-timeout | 3.2.0 | MIT | Timeout a promise after a specified amount of time |
| package-json | 8.1.1 | MIT | Get metadata of a package from the npm registry |
| param-case | 3.0.4 | MIT | Transform into a lower cased string with dashes between words |
| parent-module | 1.0.1 | MIT | Get the path of the parent module |
| parse-entities | 4.0.2 | MIT | Parse HTML character references |
| parse-json | 5.2.0 | MIT | Parse JSON with more helpful errors |
| parse-numeric-range | 1.3.0 | ISC | Takes a string, such as "1,2,3-10,5-8" and turns it into an array of numbers |
| parse5 | 7.3.0 | MIT | HTML parser and serializer. |
| parse5-htmlparser2-tree-adapter | 7.1.0 | MIT | htmlparser2 tree adapter for parse5. |
| parse5-parser-stream | 7.1.2 | MIT | Streaming HTML parser with scripting support. |
| parseurl | 1.3.3 | MIT | parse a url with memoization |
| pascal-case | 3.1.2 | MIT | Transform into a string of capitalized words without separators |
| path-exists | 5.0.0 | MIT | Check if a path exists |
| path-is-inside | 1.0.2 | (WTFPL OR MIT) | Tests whether one path is inside another path |
| path-key | 3.1.1 | MIT | Get the PATH environment variable key cross-platform |
| path-parse | 1.0.7 | MIT | Node.js path.parse() ponyfill |
| path-to-regexp | 0.1.12 | MIT | Express style path to RegExp utility |
| path-to-regexp | 1.9.0 | MIT | Express style path to RegExp utility |
| path-to-regexp | 3.3.0 | MIT | Express style path to RegExp utility |
| path-type | 4.0.0 | MIT | Check if a path is a file, directory, or symlink |
| picocolors | 1.1.1 | ISC | The tiniest and the fastest library for terminal output formatting with ANSI colors |
| picomatch | 2.3.1 | MIT | 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. |
| pkg-dir | 7.0.0 | MIT | Find the root directory of a Node.js project or npm package |
| pkijs | 3.3.3 | BSD-3-Clause | Public Key Infrastructure (PKI) is the basis of how identity and key management is performed on the web today. PKIjs is a pure JavaScript library implementing the formats that are used in PKI applications. It is built on WebCrypto and aspires to make it p |
| postcss | 8.5.8 | MIT | Tool for transforming styles with JS plugins |
| postcss-attribute-case-insensitive | 7.0.1 | MIT | Enable support for case insensitive attribute matching in selectors |
| postcss-calc | 9.0.1 | MIT | PostCSS plugin to reduce calc() |
| postcss-clamp | 4.1.0 | MIT | PostCSS plugin to transform clamp() to combination of min/max |
| postcss-color-functional-notation | 7.0.12 | MIT-0 | Use space and slash separated color notation in CSS |
| postcss-color-hex-alpha | 10.0.0 | MIT | Use 4 & 8 character hex color notation in CSS |
| postcss-color-rebeccapurple | 10.0.0 | MIT-0 | Use the rebeccapurple color keyword in CSS |
| postcss-colormin | 6.1.0 | MIT | Minify colors in your CSS files with PostCSS. |
| postcss-convert-values | 6.1.0 | MIT | Convert values with PostCSS (e.g. ms -> s) |
| postcss-custom-media | 11.0.6 | MIT | Use Custom Media Queries in CSS |
| postcss-custom-properties | 14.0.6 | MIT | Use Custom Properties Queries in CSS |
| postcss-custom-selectors | 8.0.5 | MIT | Use Custom Selectors in CSS |
| postcss-dir-pseudo-class | 9.0.1 | MIT-0 | Use the :dir pseudo-class in CSS |
| postcss-discard-comments | 6.0.2 | MIT | Discard comments in your CSS files with PostCSS. |
| postcss-discard-duplicates | 6.0.3 | MIT | Discard duplicate rules in your CSS files with PostCSS. |
| postcss-discard-empty | 6.0.3 | MIT | Discard empty rules and values with PostCSS. |
| postcss-discard-overridden | 6.0.2 | MIT | PostCSS plugin to discard overridden @keyframes or @counter-style. |
| postcss-discard-unused | 6.0.5 | MIT | Discard unused counter styles, keyframes and fonts. |
| postcss-double-position-gradients | 6.0.4 | MIT-0 | Use double-position gradients in CSS |
| postcss-focus-visible | 10.0.1 | MIT-0 | Use the :focus-visible pseudo-selector in CSS |
| postcss-focus-within | 9.0.1 | MIT-0 | Use the :focus-within pseudo-selector in CSS |
| postcss-font-variant | 5.0.0 | MIT | PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings) |
| postcss-gap-properties | 6.0.0 | MIT-0 | Use the gap, column-gap, and row-gap shorthand properties in CSS |
| postcss-image-set-function | 7.0.0 | MIT-0 | Display resolution-dependent images using the image-set() function in CSS |
| postcss-lab-function | 7.0.12 | MIT-0 | Use lab() and lch() color functions in CSS |
| postcss-loader | 7.3.4 | MIT | PostCSS loader for webpack |
| postcss-logical | 8.1.0 | MIT-0 | Use logical properties and values in CSS |
| postcss-merge-idents | 6.0.3 | MIT | Merge keyframe and counter style identifiers. |
| postcss-merge-longhand | 6.0.5 | MIT | Merge longhand properties into shorthand with PostCSS. |
| postcss-merge-rules | 6.1.1 | MIT | Merge CSS rules with PostCSS. |
| postcss-minify-font-values | 6.1.0 | MIT | Minify font declarations with PostCSS |
| postcss-minify-gradients | 6.0.3 | MIT | Minify gradient parameters with PostCSS. |
| postcss-minify-params | 6.1.0 | MIT | Minify at-rule params with PostCSS |
| postcss-minify-selectors | 6.0.4 | MIT | Minify selectors with PostCSS. |
| postcss-modules-extract-imports | 3.1.0 | ISC | A CSS Modules transform to extract local aliases for inline imports |
| postcss-modules-local-by-default | 4.2.0 | MIT | A CSS Modules transform to make local scope the default |
| postcss-modules-scope | 3.2.1 | ISC | A CSS Modules transform to extract export statements from local-scope classes |
| postcss-modules-values | 4.0.0 | ISC | PostCSS plugin for CSS Modules to pass arbitrary values between your module files |
| postcss-nesting | 13.0.2 | MIT-0 | Nest rules inside each other in CSS |
| postcss-normalize-charset | 6.0.2 | MIT | Add necessary or remove extra charset with PostCSS |
| postcss-normalize-display-values | 6.0.2 | MIT | Normalize multiple value display syntaxes into single values. |
| postcss-normalize-positions | 6.0.2 | MIT | Normalize keyword values for position into length values. |
| postcss-normalize-repeat-style | 6.0.2 | MIT | Convert two value syntax for repeat-style into one value. |
| postcss-normalize-string | 6.0.2 | MIT | Normalize wrapping quotes for CSS string literals. |
| postcss-normalize-timing-functions | 6.0.2 | MIT | Normalize CSS animation/transition timing functions. |
| postcss-normalize-unicode | 6.1.0 | MIT | Normalize unicode-range descriptors, and can convert to wildcard ranges. |
| postcss-normalize-url | 6.0.2 | MIT | Normalize URLs with PostCSS |
| postcss-normalize-whitespace | 6.0.2 | MIT | Trim whitespace inside and around CSS rules & declarations. |
| postcss-opacity-percentage | 3.0.0 | MIT | PostCSS plugin to transform percentage-based opacity values to more compatible floating-point values. |
| postcss-ordered-values | 6.0.2 | MIT | Ensure values are ordered consistently in your CSS. |
| postcss-overflow-shorthand | 6.0.0 | MIT-0 | Use the overflow shorthand in CSS |
| postcss-page-break | 3.0.4 | MIT | PostCSS plugin postcss-page-break to fallback break- properties with page-break- alias |
| postcss-place | 10.0.0 | MIT-0 | Use a place-* shorthand for align-* and justify-* in CSS |
| postcss-preset-env | 10.6.1 | MIT-0 | Convert modern CSS into something browsers understand |
| postcss-pseudo-class-any-link | 10.0.1 | MIT-0 | Use the :any-link pseudo-class in CSS |
| postcss-reduce-idents | 6.0.3 | MIT | Reduce custom identifiers with PostCSS. |
| postcss-reduce-initial | 6.1.0 | MIT | Reduce initial definitions to the actual initial value, where possible. |
| postcss-reduce-transforms | 6.0.2 | MIT | Reduce transform functions with PostCSS. |
| postcss-replace-overflow-wrap | 4.0.0 | MIT | PostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations. |
| postcss-selector-not | 8.0.1 | MIT | PostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors |
| postcss-selector-parser | 6.1.2 | MIT | > Selector parser with built in methods for working with selector strings. |
| postcss-selector-parser | 7.1.1 | MIT | > Selector parser with built in methods for working with selector strings. |
| postcss-sort-media-queries | 5.2.0 | MIT | PostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies |
| postcss-svgo | 6.0.3 | MIT | Optimise inline SVG with PostCSS. |
| postcss-unique-selectors | 6.0.4 | MIT | Ensure CSS selectors are unique. |
| postcss-value-parser | 4.2.0 | MIT | Transforms css values and at-rule params into the tree |
| postcss-zindex | 6.0.2 | MIT | Reduce z-index values with PostCSS. |
| pretty-error | 4.0.0 | MIT | See nodejs errors with less clutter |
| pretty-time | 1.1.0 | MIT | Easily format the time from node.js process.hrtime. Works with timescales ranging from weeks to nanoseconds. |
| prism-react-renderer | 2.4.1 | MIT | Renders highlighted Prism output using React |
| prismjs | 1.30.0 | MIT | Lightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet. |
| process-nextick-args | 2.0.1 | MIT | process.nextTick but always with args |
| prompts | 2.4.2 | MIT | Lightweight, beautiful and user-friendly prompts |
| prop-types | 15.8.1 | MIT | Runtime type checking for React props and similar objects. |
| property-information | 7.1.0 | MIT | Info on the properties and attributes of the web platform |
| proto-list | 1.2.4 | ISC | A utility for managing a prototype chain |
| proxy-addr | 2.0.7 | MIT | Determine address of proxied request |
| punycode | 2.3.1 | MIT | A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. |
| pupa | 3.3.0 | MIT | Simple micro templating |
| pvtsutils | 1.3.6 | MIT | pvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects. |
| pvutils | 1.1.5 | MIT | Common utilities for products from Peculiar Ventures |
| qs | 6.14.2 | BSD-3-Clause | A querystring parser that supports nesting and arrays, with a depth limit |
| queue-microtask | 1.2.3 | MIT | fast, tiny queueMicrotask shim for modern engines |
| quick-lru | 5.1.1 | MIT | Simple “Least Recently Used” (LRU) cache |
| randombytes | 2.1.0 | MIT | random bytes from browserify stand alone |
| range-parser | 1.2.0 | MIT | Range header field string parser |
| range-parser | 1.2.1 | MIT | Range header field string parser |
| raw-body | 2.5.3 | MIT | Get and validate the raw body of a readable stream. |
| rc | 1.2.8 | (BSD-2-Clause OR MIT OR Apache-2.0) | hardwired configuration loader |
| react | 19.2.7 | MIT | React is a JavaScript library for building user interfaces. |
| react-dom | 19.2.7 | MIT | React package for working with the DOM. |
| react-fast-compare | 3.2.2 | MIT | Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison. |
| react-is | 16.13.1 | MIT | Brand checking of React Elements. |
| react-json-view-lite | 2.5.0 | MIT | JSON viewer component for React focused on performance for large volume input while still providing few customiziation features |
| react-loadable-ssr-addon-v5-slorber | 1.0.1 | MIT | Server Side Render add-on for React Loadable. Load splitted chunks was never that easy. |
| react-loadable-ssr-addon-v5-slorber | 1.0.3 | MIT | Server Side Render add-on for React Loadable. Load splitted chunks was never that easy. |
| react-router | 5.3.4 | MIT | Declarative routing for React |
| react-router-config | 5.1.1 | MIT | Static route config matching for React Router |
| react-router-dom | 5.3.4 | MIT | DOM bindings for React Router |
| readable-stream | 2.3.8 | MIT | Streams3, a user-land copy of the stream library from Node.js |
| readable-stream | 3.6.2 | MIT | Streams3, a user-land copy of the stream library from Node.js |
| readdirp | 3.6.0 | MIT | Recursive version of fs.readdir with streaming API. |
| recma-build-jsx | 1.0.0 | MIT | recma plugin to add support for parsing and serializing JSX |
| recma-jsx | 1.0.1 | MIT | recma plugin to add support for parsing and serializing JSX |
| recma-parse | 1.0.0 | MIT | recma plugin to parse JavaScript |
| recma-stringify | 1.0.0 | MIT | recma plugin to serialize JavaScript |
| reflect-metadata | 0.2.2 | Apache-2.0 | Polyfill for Metadata Reflection API |
| regenerate | 1.4.2 | MIT | Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. |
| regenerate-unicode-properties | 10.2.2 | MIT | Regenerate sets for Unicode properties and values. |
| regexpu-core | 6.4.0 | MIT | regexpu’s core functionality (i.e. rewritePattern(pattern, flag)), capable of translating ES6 Unicode regular expressions to ES5. |
| registry-auth-token | 5.1.1 | MIT | Get the auth token set for an npm registry (if any) |
| registry-url | 6.0.1 | MIT | Get the set npm registry URL |
| regjsgen | 0.8.0 | MIT | Generate regular expressions from regjsparser’s AST. |
| regjsparser | 0.13.0 | BSD-2-Clause | Parsing the JavaScript's RegExp in JavaScript. |
| rehype-raw | 7.0.0 | MIT | rehype plugin to reparse the tree (and raw nodes) |
| rehype-recma | 1.0.0 | MIT | recma plugin to transform HTML (hast) to JS (estree) |
| relateurl | 0.2.7 | MIT | Minify URLs by converting them from absolute to relative. |
| remark-directive | 3.0.1 | MIT | remark plugin to support directives |
| remark-emoji | 4.0.1 | MIT | Emoji transformer plugin for Remark |
| remark-frontmatter | 5.0.0 | MIT | remark plugin to support frontmatter (yaml, toml, and more) |
| remark-gfm | 4.0.1 | MIT | remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists) |
| remark-mdx | 3.1.1 | MIT | remark plugin to support MDX syntax |
| remark-parse | 11.0.0 | MIT | remark plugin to add support for parsing markdown input |
| remark-rehype | 11.1.2 | MIT | remark plugin that turns markdown into HTML to support rehype |
| remark-stringify | 11.0.0 | MIT | remark plugin to add support for serializing markdown |
| renderkid | 3.0.0 | MIT | Stylish console.log for node |
| repeat-string | 1.6.1 | MIT | Repeat the given string n times. Fastest implementation for repeating a string. |
| require-from-string | 2.0.2 | MIT | Require module from string |
| require-like | 0.1.2 | MIT | Generates require functions that act as if they were operating in a given path. |
| requires-port | 1.0.0 | MIT | Check if a protocol requires a certain port number to be added to an URL. |
| resolve | 1.22.11 | MIT | resolve like require.resolve() on behalf of files asynchronously and synchronously |
| resolve-alpn | 1.2.1 | MIT | Detects the ALPN protocol |
| resolve-from | 4.0.0 | MIT | Resolve the path of a module like require.resolve() but from a given path |
| resolve-pathname | 3.0.0 | MIT | Resolve URL pathnames using JavaScript |
| responselike | 3.0.0 | MIT | A response-like object for mocking a Node.js HTTP response stream |
| retry | 0.13.1 | MIT | Abstraction for exponential and custom retry strategies for failed operations. |
| reusify | 1.1.0 | MIT | Reuse objects and functions with style |
| rtlcss | 4.3.0 | MIT | Framework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL) |
| run-applescript | 7.1.0 | MIT | Run AppleScript and get the result |
| run-parallel | 1.2.0 | MIT | Run an array of functions in parallel |
| safe-buffer | 5.1.2 | MIT | Safer Node.js Buffer API |
| safe-buffer | 5.2.1 | MIT | Safer Node.js Buffer API |
| safer-buffer | 2.1.2 | MIT | Modern Buffer API polyfill without footguns |
| sax | 1.5.0 | BlueOak-1.0.0 | An evented streaming XML parser in JavaScript |
| scheduler | 0.27.0 | MIT | Cooperative scheduler for the browser environment. |
| schema-dts | 1.1.5 | Apache-2.0 | A TypeScript package with latest Schema.org Schema Typings |
| schema-utils | 3.3.0 | MIT | webpack Validation Utils |
| schema-utils | 4.3.3 | MIT | webpack Validation Utils |
| search-insights | 2.17.3 | MIT | Library for reporting click, conversion and view metrics using the Algolia Insights API |
| section-matter | 1.0.0 | MIT | Like front-matter, but supports multiple sections in a document. |
| select-hose | 2.0.0 | MIT | Select protocol using first bytes of incoming data and hose stuff to the handler |
| selfsigned | 5.5.0 | MIT | Generate self signed certificates private and public keys |
| semver | 6.3.1 | ISC | The semantic version parser used by npm. |
| semver | 7.7.4 | ISC | The semantic version parser used by npm. |
| semver-diff | 4.0.0 | MIT | Get the diff type of two semver versions: 0.0.1 0.0.2 → patch |
| send | 0.19.2 | MIT | Better streaming static file server with Range and conditional-GET support |
| serialize-javascript | 6.0.2 | BSD-3-Clause | Serialize JavaScript to a superset of JSON that includes regular expressions and functions. |
| serve-handler | 6.1.7 | MIT | The routing foundation of serve |
| serve-index | 1.9.2 | MIT | Serve directory listings |
| serve-static | 1.16.3 | MIT | Serve static files |
| set-function-length | 1.2.2 | MIT | Set a function's length property |
| setprototypeof | 1.2.0 | ISC | A small polyfill for Object.setprototypeof |
| shallow-clone | 3.0.1 | MIT | Creates a shallow clone of any JavaScript value. |
| shallowequal | 1.1.0 | MIT | Like lodash isEqualWith but for shallow equal. |
| shebang-command | 2.0.0 | MIT | Get the command from a shebang |
| shebang-regex | 3.0.0 | MIT | Regular expression for matching a shebang line |
| shell-quote | 1.8.3 | MIT | quote and parse shell commands |
| side-channel | 1.1.0 | MIT | Store information about any JS value in a side channel. Uses WeakMap if available. |
| side-channel-list | 1.0.0 | MIT | Store information about any JS value in a side channel, using a linked list |
| side-channel-map | 1.0.1 | MIT | Store information about any JS value in a side channel, using a Map |
| side-channel-weakmap | 1.0.2 | MIT | Store information about any JS value in a side channel. Uses WeakMap if available. |
| signal-exit | 3.0.7 | ISC | when you want to fire an event no matter how a process exits. |
| sirv | 2.0.4 | MIT | The optimized & lightweight middleware for serving requests to static assets |
| sisteransi | 1.0.5 | MIT | ANSI escape codes for some terminal swag |
| sitemap | 7.1.3 | MIT | Sitemap-generating lib/cli |
| skin-tone | 2.0.0 | MIT | Change the skin tone of an emoji 👌👌🏻👌🏼👌🏽👌🏾👌🏿 |
| slash | 3.0.0 | MIT | Convert Windows backslash paths to slash paths |
| slash | 4.0.0 | MIT | Convert Windows backslash paths to slash paths |
| snake-case | 3.0.4 | MIT | Transform into a lower case string with underscores between words |
| sockjs | 0.3.24 | MIT | SockJS-node is a server counterpart of SockJS-client a JavaScript library that provides a WebSocket-like object in the browser. SockJS gives you a coherent, cross-browser, Javascript API which creates a low latency, full duplex, cross-domain communication |
| sort-css-media-queries | 2.2.0 | MIT | The custom sort method (mobile-first / desktop-first) of CSS media queries for postcss-sort-media-queries, css-mqpacker or pleeease (which uses css-mqpacker) or, perhaps, something else )) |
| source-map | 0.6.1 | BSD-3-Clause | Generates and consumes source maps |
| source-map | 0.7.6 | BSD-3-Clause | Generates and consumes source maps |
| source-map-js | 1.2.1 | BSD-3-Clause | Generates and consumes source maps |
| source-map-support | 0.5.21 | MIT | Fixes stack traces for files with source maps |
| space-separated-tokens | 2.0.2 | MIT | Parse and stringify space separated tokens |
| spdy | 4.0.2 | MIT | Implementation of the SPDY protocol on node.js. |
| spdy-transport | 3.0.0 | MIT | SPDY v2, v3, v3.1 and HTTP2 transport |
| sprintf-js | 1.0.3 | BSD-3-Clause | JavaScript sprintf implementation |
| srcset | 4.0.0 | MIT | Parse and stringify the HTML `` srcset attribute |
| statuses | 1.5.0 | MIT | HTTP status utility |
| statuses | 2.0.2 | MIT | HTTP status utility |
| std-env | 3.10.0 | MIT | Runtime agnostic JS utils |
| string-width | 4.2.3 | MIT | Get the visual width of a string - the number of columns required to display it |
| string-width | 5.1.2 | MIT | Get the visual width of a string - the number of columns required to display it |
| string_decoder | 1.1.1 | MIT | The string_decoder module from Node core |
| string_decoder | 1.3.0 | MIT | The string_decoder module from Node core |
| stringify-entities | 4.0.4 | MIT | Serialize (encode) HTML character references |
| stringify-object | 3.3.0 | BSD-2-Clause | Stringify an object/array like JSON.stringify just without all the double-quotes |
| strip-ansi | 6.0.1 | MIT | Strip ANSI escape codes from a string |
| strip-ansi | 7.2.0 | MIT | Strip ANSI escape codes from a string |
| strip-bom-string | 1.0.0 | MIT | Strip a byte order mark (BOM) from a string. |
| strip-final-newline | 2.0.0 | MIT | Strip the final newline character from a string/buffer |
| strip-json-comments | 2.0.1 | MIT | Strip comments from JSON. Lets you use comments in your JSON files! |
| strip-json-comments | 3.1.1 | MIT | Strip comments from JSON. Lets you use comments in your JSON files! |
| style-to-js | 1.1.21 | MIT | Parses CSS inline style to JavaScript object (camelCased). |
| style-to-object | 1.0.14 | MIT | Parse CSS inline style to JavaScript object. |
| stylehacks | 6.1.1 | MIT | Detect/remove browser hacks from CSS files. |
| supports-color | 7.2.0 | MIT | Detect whether a terminal supports color |
| supports-color | 8.1.1 | MIT | Detect whether a terminal supports color |
| supports-preserve-symlinks-flag | 1.0.0 | MIT | Determine if the current node version supports the --preserve-symlinks flag. |
| svg-parser | 2.0.4 | MIT | Create a JSON-friendly object from an SVG string |
| svgo | 3.3.3 | MIT | Nodejs-based tool for optimizing SVG vector graphics files |
| tapable | 2.3.0 | MIT | Just a little module for plugins. |
| terser | 5.46.1 | BSD-2-Clause | JavaScript parser, mangler/compressor and beautifier toolkit for ES6+ |
| terser-webpack-plugin | 5.4.0 | MIT | Terser plugin for webpack |
| thingies | 2.5.0 | MIT | Useful TypeScript utilities. |
| thunky | 1.1.0 | MIT | delay the evaluation of a paramless async function and cache the result |
| tiny-invariant | 1.3.3 | MIT | A tiny invariant function |
| tiny-warning | 1.0.3 | MIT | A tiny warning function |
| tinypool | 1.1.1 | MIT | A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features |
| to-regex-range | 5.0.1 | MIT | Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. |
| toidentifier | 1.0.1 | MIT | Convert a string of words to a JavaScript identifier |
| totalist | 3.0.1 | MIT | A tiny (195B to 220B) utility to recursively list all (total) files in a directory |
| tree-dump | 1.1.0 | Apache-2.0 | Tree or binary tree printer, print any tree to terminal or debug window |
| trim-lines | 3.0.1 | MIT | Remove spaces and tabs around line-breaks |
| trough | 2.2.0 | MIT | trough is middleware |
| tslib | 1.14.1 | 0BSD | Runtime library for TypeScript helper functions |
| tslib | 2.8.1 | 0BSD | Runtime library for TypeScript helper functions |
| tsyringe | 4.10.0 | MIT | Lightweight dependency injection container for JavaScript/TypeScript |
| type-fest | 0.21.3 | (MIT OR CC0-1.0) | A collection of essential TypeScript types |
| type-fest | 1.4.0 | (MIT OR CC0-1.0) | A collection of essential TypeScript types |
| type-fest | 2.19.0 | (MIT OR CC0-1.0) | A collection of essential TypeScript types |
| type-is | 1.6.18 | MIT | Infer the content-type of a request. |
| typedarray-to-buffer | 3.1.5 | MIT | Convert a typed array to a Buffer without a copy |
| typescript | 5.6.3 | Apache-2.0 | TypeScript is a language for application scale JavaScript development |
| undici | 7.25.0 | MIT | An HTTP/1.1 client, written from scratch for Node.js |
| undici-types | 7.18.2 | MIT | A stand-alone types package for Undici |
| unicode-canonical-property-names-ecmascript | 2.0.1 | MIT | The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. |
| unicode-emoji-modifier-base | 1.0.0 | MIT | The set of Unicode symbols that can serve as a base for emoji modifiers, i.e. those with the Emoji_Modifier_Base property set to Yes. |
| unicode-match-property-ecmascript | 2.0.0 | MIT | Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. |
| unicode-match-property-value-ecmascript | 2.2.1 | MIT | Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. |
| unicode-property-aliases-ecmascript | 2.2.0 | MIT | Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. |
| unified | 11.0.5 | MIT | parse, inspect, transform, and serialize content through syntax trees |
| unique-string | 3.0.0 | MIT | Generate a unique random string |
| unist-util-is | 6.0.1 | MIT | unist utility to check if a node passes a test |
| unist-util-position | 5.0.0 | MIT | unist utility to get the position of a node |
| unist-util-position-from-estree | 2.0.0 | MIT | unist utility to get a position from an estree node |
| unist-util-stringify-position | 4.0.0 | MIT | unist utility to serialize a node, position, or point as a human readable location |
| unist-util-visit | 5.1.0 | MIT | unist utility to visit nodes |
| unist-util-visit-parents | 6.0.2 | MIT | unist utility to recursively walk over nodes, with ancestral information |
| universalify | 2.0.1 | MIT | Make a callback- or promise-based function support both promises and callbacks. |
| unpipe | 1.0.0 | MIT | Unpipe a stream from all destinations |
| update-browserslist-db | 1.2.3 | MIT | CLI tool to update caniuse-lite to refresh target browsers from Browserslist config |
| update-notifier | 6.0.2 | BSD-2-Clause | Update notifications for your CLI app |
| uri-js | 4.4.1 | BSD-2-Clause | An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript. |
| url-loader | 4.1.1 | MIT | A loader for webpack which transforms files into base64 URIs |
| util-deprecate | 1.0.2 | MIT | The Node.js util.deprecate() function with browser support |
| utila | 0.4.0 | MIT | notareplacementforunderscore |
| utility-types | 3.11.0 | MIT | Utility Types Collection for TypeScript |
| utils-merge | 1.0.1 | MIT | merge() utility function |
| uuid | 8.3.2 | MIT | RFC4122 (v1, v4, and v5) UUIDs |
| value-equal | 1.0.1 | MIT | Are these two JavaScript values equal? |
| vary | 1.1.2 | MIT | Manipulate the HTTP Vary header |
| vfile | 6.0.3 | MIT | Virtual file format for text processing |
| vfile-location | 5.0.3 | MIT | vfile utility to convert between positional (line and column-based) and offset (range-based) locations |
| vfile-message | 4.0.3 | MIT | vfile utility to create a virtual message |
| watchpack | 2.5.1 | MIT | Wrapper library for directory and file watching. |
| wbuf | 1.7.3 | MIT | Write buffer |
| web-namespaces | 2.0.1 | MIT | Map of web namespaces |
| webpack | 5.105.4 | MIT | 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. |
| webpack-bundle-analyzer | 4.10.2 | MIT | Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap |
| webpack-dev-middleware | 7.4.5 | MIT | A development middleware for webpack |
| webpack-dev-server | 5.2.3 | MIT | Serves a webpack app. Updates the browser on changes. |
| webpack-merge | 5.10.0 | MIT | Variant of merge that's useful for webpack configuration |
| webpack-merge | 6.0.1 | MIT | Variant of merge that's useful for webpack configuration |
| webpack-sources | 3.3.4 | MIT | Source code handling classes for webpack |
| webpackbar | 6.0.1 | MIT | Elegant ProgressBar and Profiler for Webpack |
| webpackbar | 7.0.0 | MIT | Elegant ProgressBar and Profiler for Webpack and Rspack |
| websocket-driver | 0.7.4 | Apache-2.0 | WebSocket protocol handler with pluggable I/O |
| websocket-extensions | 0.1.4 | Apache-2.0 | Generic extension manager for WebSocket connections |
| whatwg-encoding | 3.1.1 | MIT | Decode strings according to the WHATWG Encoding Standard |
| whatwg-mimetype | 4.0.0 | MIT | Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard |
| which | 2.0.2 | ISC | Like which(1) unix command. Find the first instance of an executable in the PATH. |
| widest-line | 4.0.1 | MIT | Get the visual width of the widest line in a string - the number of columns required to display it |
| wildcard | 2.0.1 | MIT | Wildcard matching tools |
| wrap-ansi | 7.0.0 | MIT | Wordwrap a string with ANSI escape codes |
| wrap-ansi | 8.1.0 | MIT | Wordwrap a string with ANSI escape codes |
| write-file-atomic | 3.0.3 | ISC | Write files in an atomic fashion w/configurable ownership |
| ws | 7.5.10 | MIT | Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js |
| ws | 8.19.0 | MIT | Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js |
| wsl-utils | 0.1.0 | MIT | Utilities for working with Windows Subsystem for Linux (WSL) |
| xdg-basedir | 5.1.0 | MIT | Get XDG Base Directory paths |
| xml-js | 1.6.11 | MIT | A convertor between XML text and Javascript object / JSON text. |
| yallist | 3.1.1 | ISC | Yet Another Linked List |
| yocto-queue | 1.2.2 | MIT | Tiny queue data structure |
| zwitch | 2.0.4 | MIT | Handle values based on a property |