Skip to main content

Manual

The following table represents the Software Bill of Materials (SBOM) for the manual, detailing included third-party components, their versions, licenses, and purposes.

NameVersionLicenseDescription
@algolia/abtesting1.15.2MITJavaScript client for abtesting
@algolia/autocomplete-core1.19.2MITCore primitives for building autocomplete experiences.
@algolia/autocomplete-plugin-algolia-insights1.19.2MITA plugin to add Algolia Insights to Algolia Autocomplete.
@algolia/autocomplete-shared1.19.2MITShared utils for Autocomplete packages.
@algolia/client-abtesting5.49.2MITJavaScript client for client-abtesting
@algolia/client-analytics5.49.2MITJavaScript client for client-analytics
@algolia/client-common5.49.2MITCommon package for the Algolia JavaScript API client.
@algolia/client-insights5.49.2MITJavaScript client for client-insights
@algolia/client-personalization5.49.2MITJavaScript client for client-personalization
@algolia/client-query-suggestions5.49.2MITJavaScript client for client-query-suggestions
@algolia/client-search5.49.2MITJavaScript client for client-search
@algolia/events4.0.1MITNode's event emitter for all engines.
@algolia/ingestion1.49.2MITJavaScript client for ingestion
@algolia/monitoring1.49.2MITJavaScript client for monitoring
@algolia/recommend5.49.2MITJavaScript client for recommend
@algolia/requester-browser-xhr5.49.2MITPromise-based request library for browser using xhr.
@algolia/requester-fetch5.49.2MITPromise-based request library using Fetch.
@algolia/requester-node-http5.49.2MITPromise-based request library for node using the native http module.
@babel/code-frame7.29.0MITGenerate errors that contain a code frame that point to source locations.
@babel/compat-data7.29.0MITThe compat-data to determine required Babel plugins
@babel/core7.29.0MITBabel compiler core.
@babel/generator7.29.1MITTurns an AST into code.
@babel/helper-annotate-as-pure7.27.3MITHelper function to annotate paths and nodes with #PURE comment
@babel/helper-compilation-targets7.28.6MITHelper functions on Babel compilation targets
@babel/helper-create-class-features-plugin7.28.6MITCompile class public and private fields, private methods and decorators to ES6
@babel/helper-create-regexp-features-plugin7.28.5MITCompile ESNext Regular Expressions to ES5
@babel/helper-define-polyfill-provider0.6.8MITBabel helper to create your own polyfill provider
@babel/helper-globals7.28.0MITA collection of JavaScript globals for Babel internal usage
@babel/helper-member-expression-to-functions7.28.5MITHelper function to replace certain member expressions with function calls
@babel/helper-module-imports7.28.6MITBabel helper functions for inserting module loads
@babel/helper-module-transforms7.28.6MITBabel helper functions for implementing ES6 module transformations
@babel/helper-optimise-call-expression7.27.1MITHelper function to optimise call expression
@babel/helper-plugin-utils7.28.6MITGeneral utilities for plugins to use
@babel/helper-remap-async-to-generator7.27.1MITHelper function to remap async functions to generators
@babel/helper-replace-supers7.28.6MITHelper function to replace supers
@babel/helper-skip-transparent-expression-wrappers7.27.1MITHelper which skips types and parentheses
@babel/helper-string-parser7.27.1MITA utility package to parse strings
@babel/helper-validator-identifier7.28.5MITValidate identifier/keywords name
@babel/helper-validator-option7.27.1MITValidate plugin/preset options
@babel/helper-wrap-function7.28.6MITHelper to wrap functions inside a function call.
@babel/helpers7.28.6MITCollection of helper functions used by Babel transforms.
@babel/parser7.29.0MITA JavaScript parser
@babel/plugin-bugfix-firefox-class-in-computed-class-key7.28.5MITWraps 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-scope7.27.1MITWrap class field initializers with IIFE to workaround https://webkit.org/b/236843
@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression7.27.1MITRename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517
@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining7.27.1MITTransform optional chaining operators to workaround https://crbug.com/v8/11558
@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly7.28.6MITTransform static class fields assignments that are affected by https://crbug.com/v8/12421
@babel/plugin-proposal-private-property-in-object7.21.0-placeholder-for-preset-env.2MITThis plugin transforms checks for a private property in an object
@babel/plugin-syntax-dynamic-import7.8.3MITAllow parsing of import()
@babel/plugin-syntax-import-assertions7.28.6MITAllow parsing of the module assertion attributes in the import statement
@babel/plugin-syntax-import-attributes7.28.6MITAllow parsing of the module attributes in the import statement
@babel/plugin-syntax-jsx7.28.6MITAllow parsing of jsx
@babel/plugin-syntax-typescript7.28.6MITAllow parsing of TypeScript syntax
@babel/plugin-syntax-unicode-sets-regex7.18.6MITParse regular expressions' unicodeSets (v) flag.
@babel/plugin-transform-arrow-functions7.27.1MITCompile ES2015 arrow functions to ES5
@babel/plugin-transform-async-generator-functions7.29.0MITTurn async generator functions into ES2015 generators
@babel/plugin-transform-async-to-generator7.28.6MITTurn async functions into ES2015 generators
@babel/plugin-transform-block-scoped-functions7.27.1MITBabel plugin to ensure function declarations at the block level are block scoped
@babel/plugin-transform-block-scoping7.28.6MITCompile ES2015 block scoping (const and let) to ES5
@babel/plugin-transform-class-properties7.28.6MITThis plugin transforms static class properties as well as properties declared with the property initializer syntax
@babel/plugin-transform-class-static-block7.28.6MITTransform class static blocks
@babel/plugin-transform-classes7.28.6MITCompile ES2015 classes to ES5
@babel/plugin-transform-computed-properties7.28.6MITCompile ES2015 computed properties to ES5
@babel/plugin-transform-destructuring7.28.5MITCompile ES2015 destructuring to ES5
@babel/plugin-transform-dotall-regex7.28.6MITCompile regular expressions using the s (dotAll) flag to ES5.
@babel/plugin-transform-duplicate-keys7.27.1MITCompile objects with duplicate keys to valid strict ES5
@babel/plugin-transform-duplicate-named-capturing-groups-regex7.29.0MITCompile regular expressions using duplicate named groups to index-based groups.
@babel/plugin-transform-dynamic-import7.27.1MITTransform import() expressions
@babel/plugin-transform-explicit-resource-management7.28.6MITCompile using and await using declarations to ES2015
@babel/plugin-transform-exponentiation-operator7.28.6MITCompile exponentiation operator to ES5
@babel/plugin-transform-export-namespace-from7.27.1MITCompile export namespace to ES2015
@babel/plugin-transform-for-of7.27.1MITCompile ES2015 for...of to ES5
@babel/plugin-transform-function-name7.27.1MITApply ES2015 function.name semantics to all functions
@babel/plugin-transform-json-strings7.28.6MITEscape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings
@babel/plugin-transform-literals7.27.1MITCompile ES2015 unicode string and number literals to ES5
@babel/plugin-transform-logical-assignment-operators7.28.6MITTransforms logical assignment operators into short-circuited assignments
@babel/plugin-transform-member-expression-literals7.27.1MITEnsure that reserved words are quoted in property accesses
@babel/plugin-transform-modules-amd7.27.1MITThis plugin transforms ES2015 modules to AMD
@babel/plugin-transform-modules-commonjs7.28.6MITThis plugin transforms ES2015 modules to CommonJS
@babel/plugin-transform-modules-systemjs7.29.0MITThis plugin transforms ES2015 modules to SystemJS
@babel/plugin-transform-modules-umd7.27.1MITThis plugin transforms ES2015 modules to UMD
@babel/plugin-transform-named-capturing-groups-regex7.29.0MITCompile regular expressions using named groups to ES5.
@babel/plugin-transform-new-target7.27.1MITTransforms new.target meta property
@babel/plugin-transform-nullish-coalescing-operator7.28.6MITRemove nullish coalescing operator
@babel/plugin-transform-numeric-separator7.28.6MITRemove numeric separators from Decimal, Binary, Hex and Octal literals
@babel/plugin-transform-object-rest-spread7.28.6MITCompile object rest and spread to ES5
@babel/plugin-transform-object-super7.27.1MITCompile ES2015 object super to ES5
@babel/plugin-transform-optional-catch-binding7.28.6MITCompile optional catch bindings
@babel/plugin-transform-optional-chaining7.28.6MITTransform optional chaining operators into a series of nil checks
@babel/plugin-transform-parameters7.27.7MITCompile ES2015 default and rest parameters to ES5
@babel/plugin-transform-private-methods7.28.6MITThis plugin transforms private class methods
@babel/plugin-transform-private-property-in-object7.28.6MITThis plugin transforms checks for a private property in an object
@babel/plugin-transform-property-literals7.27.1MITEnsure that reserved words are quoted in object property keys
@babel/plugin-transform-react-constant-elements7.27.1MITTreat React JSX elements as value types and hoist them to the highest scope
@babel/plugin-transform-react-display-name7.28.0MITAdd displayName to React.createClass calls
@babel/plugin-transform-react-jsx7.28.6MITTurn JSX into React function calls
@babel/plugin-transform-react-jsx-development7.27.1MITTurn JSX into React function calls in development
@babel/plugin-transform-react-pure-annotations7.27.1MITMark top-level React method calls as pure for tree shaking
@babel/plugin-transform-regenerator7.29.0MITExplode async and generator functions into a state machine.
@babel/plugin-transform-regexp-modifiers7.28.6MITCompile inline regular expression modifiers
@babel/plugin-transform-reserved-words7.27.1MITEnsure that no reserved words are used.
@babel/plugin-transform-runtime7.29.0MITExternalise references to helpers and builtins, automatically polyfilling your code without polluting globals
@babel/plugin-transform-shorthand-properties7.27.1MITCompile ES2015 shorthand properties to ES5
@babel/plugin-transform-spread7.28.6MITCompile ES2015 spread to ES5
@babel/plugin-transform-sticky-regex7.27.1MITCompile ES2015 sticky regex to an ES5 RegExp constructor
@babel/plugin-transform-template-literals7.27.1MITCompile ES2015 template literals to ES5
@babel/plugin-transform-typeof-symbol7.27.1MITThis transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
@babel/plugin-transform-typescript7.28.6MITTransform TypeScript into ES.next
@babel/plugin-transform-unicode-escapes7.27.1MITCompile ES2015 Unicode escapes to ES5
@babel/plugin-transform-unicode-property-regex7.28.6MITCompile Unicode property escapes in Unicode regular expressions to ES5.
@babel/plugin-transform-unicode-regex7.27.1MITCompile ES2015 Unicode regex to ES5
@babel/plugin-transform-unicode-sets-regex7.28.6MITCompile regular expressions' unicodeSets (v) flag.
@babel/preset-env7.29.0MITA Babel preset for each environment.
@babel/preset-modules0.1.6-no-external-pluginsMITA Babel preset that targets modern browsers by fixing engine bugs.
@babel/preset-react7.28.5MITBabel preset for all React plugins.
@babel/preset-typescript7.28.5MITBabel preset for TypeScript.
@babel/runtime7.28.6MITbabel's modular runtime helpers
@babel/runtime-corejs37.29.0MITbabel's modular runtime helpers with core-js@3 polyfilling
@babel/template7.28.6MITGenerate an AST from a string template.
@babel/traverse7.29.0MITThe Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/types7.29.0MITBabel Types is a Lodash-esque utility library for AST nodes
@colors/colors1.5.0MITget colors in your node.js console
@csstools/cascade-layer-name-parser2.0.5MITParse CSS Cascade Layer names.
@csstools/color-helpers5.1.0MIT-0Color helpers to ease transformation between formats, gamut, etc
@csstools/css-calc2.1.4MITSolve CSS math expressions
@csstools/css-color-parser3.1.0MITParse CSS color values
@csstools/css-parser-algorithms3.0.5MITAlgorithms to help you parse CSS from an array of tokens.
@csstools/css-tokenizer3.0.4MITTokenize CSS
@csstools/media-query-list-parser4.0.3MITParse CSS media query lists.
@csstools/postcss-alpha-function1.0.1MIT-0Use the alpha() function in CSS
@csstools/postcss-cascade-layers5.0.2MIT-0Use cascade layers in CSS
@csstools/postcss-color-function4.0.12MIT-0Use the color() function in CSS
@csstools/postcss-color-function-display-p3-linear1.0.1MIT-0Use the display-p3-linear color space on the color() function in CSS
@csstools/postcss-color-mix-function3.0.12MIT-0Use the color-mix function in CSS
@csstools/postcss-color-mix-variadic-function-arguments1.0.2MIT-0Mix any number of colors with the color-mix function in CSS
@csstools/postcss-content-alt-text2.0.8MIT-0Generate fallback values for content with alt text
@csstools/postcss-contrast-color-function2.0.12MIT-0Dynamically specify a text color with adequate contrast
@csstools/postcss-exponential-functions2.0.9MIT-0Use pow(), sqrt(), hypot(), log(), exp() exponential functions in CSS
@csstools/postcss-font-format-keywords4.0.0MIT-0Use unquoted format on @font-face CSS definitions.
@csstools/postcss-gamut-mapping2.0.11MIT-0Gamut map css colors to fit display specific gamuts
@csstools/postcss-gradients-interpolation-method5.0.12MIT-0Use interpolation methods in CSS gradient functions
@csstools/postcss-hwb-function4.0.12MIT-0Use hwb() color functions in CSS
@csstools/postcss-ic-unit4.0.4MIT-0Use the ic length unit
@csstools/postcss-initial2.0.1MIT-0PostCSS plugin to fallback initial keyword.
@csstools/postcss-is-pseudo-class5.0.3MIT-0A pseudo-class for matching elements in a selector list
@csstools/postcss-light-dark-function2.0.11MIT-0Use the light-dark() color function in CSS
@csstools/postcss-logical-float-and-clear3.0.0MIT-0Use flow-relative (inline-start and inline-end) values for float and clear
@csstools/postcss-logical-overflow2.0.0MIT-0Use logical overflow properties and values in CSS
@csstools/postcss-logical-overscroll-behavior2.0.0MIT-0Use logical overscroll behavior properties and values in CSS
@csstools/postcss-logical-resize3.0.0MIT-0Use logical values in the resize property
@csstools/postcss-logical-viewport-units3.0.4MIT-0Use vb and vi length units in CSS
@csstools/postcss-media-minmax2.0.9MITUse the range notation in CSS media queries
@csstools/postcss-media-queries-aspect-ratio-number-values3.0.5MIT-0Use number values in aspect-ratio media queries.
@csstools/postcss-nested-calc4.0.0MIT-0Use nested calc() expressions in CSS
@csstools/postcss-normalize-display-values4.0.1MIT-0Use two values display syntax for inner and outer display types.
@csstools/postcss-oklab-function4.0.12MIT-0Use oklab() and oklch() color functions in CSS
@csstools/postcss-position-area-property1.0.0MIT-0Fallback position-area to the alternate name inset-area
@csstools/postcss-progressive-custom-properties4.2.1MIT-0Correctly declare progressive enhancements for CSS Custom Properties.
@csstools/postcss-property-rule-prelude-list1.0.0MIT-0Declare a list of custom properties in a single at-property rule
@csstools/postcss-random-function2.0.1MIT-0Use the random function in CSS
@csstools/postcss-relative-color-syntax3.0.12MIT-0Use the relative color syntax in CSS
@csstools/postcss-scope-pseudo-class4.0.1MIT-0The Reference Element Pseudo-class: :scope
@csstools/postcss-sign-functions1.1.4MIT-0Use sign and abs functions in CSS
@csstools/postcss-stepped-value-functions4.0.9MIT-0Use round, rem and mod functions in CSS
@csstools/postcss-syntax-descriptor-syntax-production1.0.1MIT-0Use the syntax production in syntax descriptors
@csstools/postcss-system-ui-font-family1.0.0MIT-0Use the system-ui keyword
@csstools/postcss-text-decoration-shorthand4.0.3MIT-0Use text-decoration in it's shorthand form in CSS
@csstools/postcss-trigonometric-functions4.0.9MIT-0Use sin(), cos(), tan(), acos(), atan(), and atan2() to compute trigonometric relationships
@csstools/postcss-unset-value4.0.0MIT-0Use the unset keyword in CSS.
@csstools/selector-resolve-nested3.1.0MIT-0Resolve nested CSS selectors
@csstools/selector-specificity5.0.0MIT-0Determine selector specificity with postcss-selector-parser
@csstools/utilities2.0.0MIT-0Utilities for PostCSS plugins
@discoveryjs/json-ext0.5.7MITA set of utilities that extend the use of JSON
@docsearch/core4.6.0MITCore package logic for DocSearch
@docsearch/css4.6.0MITStyles for DocSearch.
@docsearch/react4.6.0MITReact package for DocSearch, the best search experience for docs.
@docusaurus/babel3.10.1MITDocusaurus package for Babel-related utils.
@docusaurus/babel3.9.2MITDocusaurus package for Babel-related utils.
@docusaurus/bundler3.10.1MITDocusaurus util package to abstract the current bundler.
@docusaurus/bundler3.9.2MITDocusaurus util package to abstract the current bundler.
@docusaurus/core3.10.1MITEasy to Maintain Open Source Documentation Websites
@docusaurus/core3.9.2MITEasy to Maintain Open Source Documentation Websites
@docusaurus/cssnano-preset3.10.1MITAdvanced cssnano preset for maximum optimization.
@docusaurus/cssnano-preset3.9.2MITAdvanced cssnano preset for maximum optimization.
@docusaurus/logger3.10.1MITAn encapsulated logger for semantically formatting console messages.
@docusaurus/logger3.9.2MITAn encapsulated logger for semantically formatting console messages.
@docusaurus/mdx-loader3.10.1MITDocusaurus Loader for MDX
@docusaurus/mdx-loader3.9.2MITDocusaurus Loader for MDX
@docusaurus/module-type-aliases3.10.1MITDocusaurus module type aliases.
@docusaurus/module-type-aliases3.9.2MITDocusaurus module type aliases.
@docusaurus/plugin-content-blog3.10.1MITBlog plugin for Docusaurus.
@docusaurus/plugin-content-docs3.10.1MITDocs plugin for Docusaurus.
@docusaurus/plugin-content-docs3.9.2MITDocs plugin for Docusaurus.
@docusaurus/plugin-content-pages3.10.1MITPages plugin for Docusaurus.
@docusaurus/plugin-css-cascade-layers3.10.1MITCSS Cascade Layer plugin for Docusaurus.
@docusaurus/plugin-debug3.10.1MITDebug plugin for Docusaurus.
@docusaurus/plugin-google-analytics3.10.1MITGlobal analytics (analytics.js) plugin for Docusaurus.
@docusaurus/plugin-google-gtag3.10.1MITGlobal Site Tag (gtag.js) plugin for Docusaurus.
@docusaurus/plugin-google-tag-manager3.10.1MITGoogle Tag Manager (gtm.js) plugin for Docusaurus.
@docusaurus/plugin-sitemap3.10.1MITSimple sitemap generation plugin for Docusaurus.
@docusaurus/plugin-svgr3.10.1MITSVGR plugin for Docusaurus.
@docusaurus/preset-classic3.10.1MITClassic preset for Docusaurus.
@docusaurus/react-loadable6.0.0MITA higher order component for loading components with promises
@docusaurus/theme-classic3.10.1MITClassic theme for Docusaurus
@docusaurus/theme-common3.10.1MITCommon code for Docusaurus themes.
@docusaurus/theme-common3.9.2MITCommon code for Docusaurus themes.
@docusaurus/theme-search-algolia3.10.1MITAlgolia search component for Docusaurus.
@docusaurus/theme-translations3.10.1MITDocusaurus theme translations.
@docusaurus/theme-translations3.9.2MITDocusaurus theme translations.
@docusaurus/tsconfig3.10.1MITBase TypeScript configuration for Docusaurus websites
@docusaurus/types3.10.1MITCommon types for Docusaurus packages.
@docusaurus/types3.9.2MITCommon types for Docusaurus packages.
@docusaurus/utils3.10.1MITNode utility functions for Docusaurus packages.
@docusaurus/utils3.9.2MITNode utility functions for Docusaurus packages.
@docusaurus/utils-common3.10.1MITCommon (Node/Browser) utility functions for Docusaurus packages.
@docusaurus/utils-common3.9.2MITCommon (Node/Browser) utility functions for Docusaurus packages.
@docusaurus/utils-validation3.10.1MITNode validation utility functions for Docusaurus packages.
@docusaurus/utils-validation3.9.2MITNode validation utility functions for Docusaurus packages.
@easyops-cn/autocomplete.js0.38.1MITFast and fully-featured autocomplete library
@easyops-cn/docusaurus-search-local0.55.2MITAn offline/local search plugin for Docusaurus v3
@emnapi/core1.10.0MITemnapi core
@emnapi/runtime1.10.0MITemnapi runtime
@emnapi/wasi-threads1.2.1MITWASI threads proposal implementation in JavaScript
@hapi/hoek9.3.0BSD-3-ClauseGeneral purpose node utilities
@hapi/topo5.1.0BSD-3-ClauseTopological sorting with grouping support
@jest/schemas29.6.3MITExperimental and currently incomplete module for JSON schemas for Jest's configuration.
@jest/types29.6.3MITThis package contains shared types of Jest's packages.
@jridgewell/gen-mapping0.3.13MITGenerate source maps
@jridgewell/remapping2.3.5MITRemap sequential sourcemaps through transformations to point at the original source code
@jridgewell/resolve-uri3.1.2MITResolve a URI relative to an optional base URI
@jridgewell/source-map0.3.11MITPackages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API
@jridgewell/sourcemap-codec1.5.5MITEncode/decode sourcemap mappings
@jridgewell/trace-mapping0.3.31MITTrace the original position through a source map
@jsonjoy.com/base641.1.2Apache-2.0High-performance Base64 encoder and decoder
@jsonjoy.com/base6417.67.0Apache-2.0High-performance Base64 encoder and decoder
@jsonjoy.com/buffers1.2.1Apache-2.0Various helper utilities for working with buffers and binary data
@jsonjoy.com/buffers17.67.0Apache-2.0Various helper utilities for working with buffers and binary data
@jsonjoy.com/codegen1.0.0Apache-2.0No-dependencies, low-level, high-performance JIT code generation package for JavaScript
@jsonjoy.com/codegen17.67.0Apache-2.0No-dependencies, low-level, high-performance JIT code generation package for JavaScript
@jsonjoy.com/fs-core4.56.11Apache-2.0Core filesystem primitives: Node, Link, File, Superblock
@jsonjoy.com/fs-fsa4.56.11Apache-2.0File System Access API implementation backed by core filesystem primitives
@jsonjoy.com/fs-node4.56.11Apache-2.0In-memory filesystem with Node.js fs-compatible API
@jsonjoy.com/fs-node-builtins4.56.11Apache-2.0Node.js standard library dependencies for fs-related packages
@jsonjoy.com/fs-node-to-fsa4.56.11Apache-2.0Adapter to convert Node.js fs API to File System Access API
@jsonjoy.com/fs-node-utils4.56.11Apache-2.0Utility functions for Node.js fs module
@jsonjoy.com/fs-print4.56.11Apache-2.0File system tree printer - print a file system structure as a tree
@jsonjoy.com/fs-snapshot4.56.11Apache-2.0File system snapshot - serialize and deserialize file system trees to binary or JSON
@jsonjoy.com/json-pack1.21.0Apache-2.0High-performance JSON serialization library
@jsonjoy.com/json-pack17.67.0Apache-2.0High-performance JSON serialization library
@jsonjoy.com/json-pointer1.0.2Apache-2.0High-performance JSON Pointer implementation
@jsonjoy.com/json-pointer17.67.0Apache-2.0High-performance JSON Pointer implementation
@jsonjoy.com/util1.9.0Apache-2.0Various helper utilities
@jsonjoy.com/util17.67.0Apache-2.0Various helper utilities
@leichtgewicht/ip-codec2.0.5MITSmall package to encode or decode IP addresses from buffers to strings.
@mdx-js/mdx3.1.1MITMDX compiler
@mdx-js/react3.1.1MITReact context for MDX
@napi-rs/wasm-runtime0.2.12MITRuntime and polyfill for wasm targets
@noble/hashes1.4.0MITAudited & minimal 0-dependency JS implementation of SHA, RIPEMD, BLAKE, HMAC, HKDF, PBKDF & Scrypt
@node-rs/jieba1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-android-arm-eabi1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-android-arm641.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-darwin-arm641.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-darwin-x641.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-freebsd-x641.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-linux-arm-gnueabihf1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-linux-arm64-gnu1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-linux-arm64-musl1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-linux-x64-gnu1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-linux-x64-musl1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-wasm32-wasi1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-win32-arm64-msvc1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-win32-ia32-msvc1.10.4MITFastest Chinese word segmentation in Node.js
@node-rs/jieba-win32-x64-msvc1.10.4MITFastest Chinese word segmentation in Node.js
@nodelib/fs.scandir2.1.5MITList files and directories inside the specified directory
@nodelib/fs.stat2.0.5MITGet the status of a file with some features
@nodelib/fs.walk1.2.8MITA library for efficiently walking a directory recursively
@peculiar/asn1-cms2.6.1MITASN.1 schema of Cryptographic Message Syntax (CMS) (RFC5652)
@peculiar/asn1-csr2.6.1MITASN.1 schema of PKCS #10: Certification Request Syntax Specification Version 1.7 (RFC2986)
@peculiar/asn1-ecc2.6.1MITASN.1 schema of Elliptic Curve Private Key Structure (RFC5915)
@peculiar/asn1-pfx2.6.1MITASN.1 schema of PKCS #12: Personal Information Exchange Syntax v1.1 (RFC7292)
@peculiar/asn1-pkcs82.6.1MITASN.1 schema of Public-Key Cryptography Standards (PKCS) #8: Private-Key Information Syntax Specification Version 1.2 (RFC5208)
@peculiar/asn1-pkcs92.6.1MITASN.1 schema based on PKCS#9 (RFC 2985)
@peculiar/asn1-rsa2.6.1MITASN.1 schema of RSA Cryptography Specifications Version 2.2 (RFC8017)
@peculiar/asn1-schema2.6.0MITDecorators for ASN.1 schemas building
@peculiar/asn1-x5092.6.1MITASN.1 schema of Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile (RFC5280)
@peculiar/asn1-x509-attr2.6.1MITASN.1 schema of An Internet Attribute Certificate (RFC3281)
@peculiar/x5091.14.3MIT@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-replace1.1.0MIT
@pnpm/network.ca-file1.0.2MIT
@pnpm/npm-conf3.0.2MITGet the npm config
@polka/url1.0.0-next.29MITSuper fast, memoized req.url parser
@sideway/address4.1.5BSD-3-ClauseEmail address and domain validation
@sideway/formula3.0.1BSD-3-ClauseMath and string formula parser.
@sideway/pinpoint2.0.0BSD-3-ClauseReturn the filename and line number of the calling function
@sinclair/typebox0.27.10MITJSONSchema Type Builder with Static Type Resolution for TypeScript
@sindresorhus/is4.6.0MITType check values
@sindresorhus/is5.6.0MITType check values
@slorber/react-helmet-async1.3.0Apache-2.0Thread-safe Helmet for React 16+ and friends
@slorber/remark-comment1.0.0MITRemark plugin to support comments
@svgr/babel-plugin-add-jsx-attribute8.0.0MITAdd JSX attribute
@svgr/babel-plugin-remove-jsx-attribute8.0.0MITRemove JSX attribute
@svgr/babel-plugin-remove-jsx-empty-expression8.0.0MITRemove JSX empty expression
@svgr/babel-plugin-replace-jsx-attribute-value8.0.0MITReplace JSX attribute value
@svgr/babel-plugin-svg-dynamic-title8.0.0MITTransform SVG by adding a dynamic title element
@svgr/babel-plugin-svg-em-dimensions8.0.0MITTransform SVG to use em-based dimensions
@svgr/babel-plugin-transform-react-native-svg8.1.0MITTransform DOM elements into react-native-svg components
@svgr/babel-plugin-transform-svg-component8.0.0MITTransform SVG into component
@svgr/babel-preset8.1.0MITSVGR preset that apply transformations from config
@svgr/core8.1.0MITTransform SVG into React Components.
@svgr/hast-util-to-babel-ast8.0.0MITTransform HAST to Babel AST (JSX)
@svgr/plugin-jsx8.1.0MITTransform SVG into JSX
@svgr/plugin-svgo8.1.0MITOptimize SVG
@svgr/webpack8.1.0MITSVGR webpack loader.
@szmarczak/http-timer5.0.1MITTimings for HTTP requests
@tybys/wasm-util0.10.2MITWASI polyfill for browser and some wasm util
@types/body-parser1.19.6MITTypeScript definitions for body-parser
@types/bonjour3.5.13MITTypeScript definitions for bonjour
@types/connect3.4.38MITTypeScript definitions for connect
@types/connect-history-api-fallback1.5.4MITTypeScript definitions for connect-history-api-fallback
@types/debug4.1.12MITTypeScript definitions for debug
@types/eslint9.6.1MITTypeScript definitions for eslint
@types/eslint-scope3.7.7MITTypeScript definitions for eslint-scope
@types/estree1.0.8MITTypeScript definitions for estree
@types/estree-jsx1.0.5MITTypeScript definitions for estree-jsx
@types/express4.17.25MITTypeScript definitions for express
@types/express-serve-static-core4.19.8MITTypeScript definitions for express-serve-static-core
@types/gtag.js0.0.20MITTypeScript definitions for gtag.js
@types/hast3.0.4MITTypeScript definitions for hast
@types/history4.7.11MITTypeScript definitions for history
@types/html-minifier-terser6.1.0MITTypeScript definitions for html-minifier-terser
@types/http-cache-semantics4.2.0MITTypeScript definitions for http-cache-semantics
@types/http-errors2.0.5MITTypeScript definitions for http-errors
@types/http-proxy1.17.17MITTypeScript definitions for http-proxy
@types/istanbul-lib-coverage2.0.6MITTypeScript definitions for istanbul-lib-coverage
@types/istanbul-lib-report3.0.3MITTypeScript definitions for istanbul-lib-report
@types/istanbul-reports3.0.4MITTypeScript definitions for istanbul-reports
@types/json-schema7.0.15MITTypeScript definitions for json-schema
@types/mdast4.0.4MITTypeScript definitions for mdast
@types/mdx2.0.13MITTypeScript definitions for mdx
@types/mime1.3.5MITTypeScript definitions for mime
@types/ms2.1.0MITTypeScript definitions for ms
@types/node17.0.45MITTypeScript definitions for Node.js
@types/node25.5.0MITTypeScript definitions for node
@types/prismjs1.26.6MITTypeScript definitions for prismjs
@types/qs6.15.0MITTypeScript definitions for qs
@types/range-parser1.2.7MITTypeScript definitions for range-parser
@types/react19.2.14MITTypeScript definitions for react
@types/react-router5.1.20MITTypeScript definitions for React Router
@types/react-router-config5.0.11MITTypeScript definitions for react-router-config
@types/react-router-dom5.3.3MITTypeScript definitions for react-router-dom
@types/retry0.12.2MITTypeScript definitions for retry
@types/sax1.2.7MITTypeScript definitions for sax
@types/send0.17.6MITTypeScript definitions for send
@types/send1.2.1MITTypeScript definitions for send
@types/serve-index1.9.4MITTypeScript definitions for serve-index
@types/serve-static1.15.10MITTypeScript definitions for serve-static
@types/sockjs0.3.36MITTypeScript definitions for sockjs
@types/unist2.0.11MITTypeScript definitions for unist
@types/unist3.0.3MITTypeScript definitions for unist
@types/ws8.18.1MITTypeScript definitions for ws
@types/yargs17.0.35MITTypeScript definitions for yargs
@types/yargs-parser21.0.3MITTypeScript definitions for yargs-parser
@ungap/structured-clone1.3.0ISCA structuredClone polyfill
@webassemblyjs/ast1.14.1MITAST utils for webassemblyjs
@webassemblyjs/floating-point-hex-parser1.13.2MITA function to parse floating point hexadecimal strings as defined by the WebAssembly specification
@webassemblyjs/helper-api-error1.13.2MITCommon API errors
@webassemblyjs/helper-buffer1.14.1MITBuffer manipulation utility
@webassemblyjs/helper-numbers1.13.2MITNumber parsing utility
@webassemblyjs/helper-wasm-bytecode1.13.2MITWASM's Bytecode constants
@webassemblyjs/helper-wasm-section1.14.1MIT
@webassemblyjs/ieee7541.13.2MITIEEE754 decoder and encoder
@webassemblyjs/leb1281.13.2Apache-2.0LEB128 decoder and encoder
@webassemblyjs/utf81.13.2MITUTF8 encoder/decoder for WASM
@webassemblyjs/wasm-edit1.14.1MIT> Rewrite a WASM binary
@webassemblyjs/wasm-gen1.14.1MITWebAssembly binary format printer
@webassemblyjs/wasm-opt1.14.1MIT
@webassemblyjs/wasm-parser1.14.1MITWebAssembly binary format parser
@webassemblyjs/wast-printer1.14.1MITWebAssembly text format printer
@xtuc/ieee7541.2.0BSD-3-ClauseRead/write IEEE754 floating point numbers from/to a Buffer or array-like object
@xtuc/long4.2.2Apache-2.0A Long class for representing a 64-bit two's-complement integer value.
accepts1.3.8MITHigher-level content negotiation
acorn8.16.0MITECMAScript parser
acorn-import-phases1.0.4MITSupport for import phase syntax in Acorn
acorn-jsx5.3.2MITModern, fast React.js JSX parser
acorn-walk8.3.5MITECMAScript (ESTree) AST walker
address1.2.2MITGet current machine IP, MAC and DNS servers.
aggregate-error3.1.0MITCreate an error from multiple errors
ajv6.14.0MITAnother JSON Schema Validator
ajv8.18.0MITAnother JSON Schema Validator
ajv-formats2.1.1MITFormat validation for Ajv v7+
ajv-keywords3.5.2MITCustom JSON-Schema keywords for Ajv validator
ajv-keywords5.1.0MITAdditional JSON-Schema keywords for Ajv JSON validator
algoliasearch5.49.2MITA fully-featured and blazing-fast JavaScript API client to interact with Algolia API.
algoliasearch-helper3.28.0MITHelper for implementing advanced search features with algolia
ansi-align3.0.1ISCalign-text with ANSI support for CLIs
ansi-escapes4.3.2MITANSI escape codes for manipulating the terminal
ansi-html-community0.0.8Apache-2.0An elegant lib that converts the chalked (ANSI) text to HTML. (Community)
ansi-regex5.0.1MITRegular expression for matching ANSI escape codes
ansi-regex6.2.2MITRegular expression for matching ANSI escape codes
ansi-styles4.3.0MITANSI escape codes for styling strings in the terminal
ansi-styles6.2.3MITANSI escape codes for styling strings in the terminal
ansis3.17.0ISCANSI color lib
anymatch3.1.3ISCMatches strings against configurable strings, globs, regular expressions, and/or functions
arg5.0.2MITUnopinionated, no-frills CLI argument parser
argparse1.0.10MITVery powerful CLI arguments parser. Native port of argparse - python's options parsing library
argparse2.0.1Python-2.0CLI arguments parser. Native port of python's argparse.
array-flatten1.1.1MITFlatten an array of nested arrays into a single flat array
array-union2.1.0MITCreate an array of unique values, in order, from the input arrays
asn1js3.0.7BSD-3-Clauseasn1js 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
astring1.9.0MITJavaScript code generator from an ESTree-compliant AST.
autoprefixer10.4.27MITParse CSS and add vendor prefixes to CSS rules using values from the Can I Use website
babel-loader9.2.1MITbabel module loader for webpack
babel-plugin-dynamic-import-node2.3.3MITBabel plugin to transpile import() to a deferred require(), for node
babel-plugin-polyfill-corejs20.4.17MITA Babel plugin to inject imports to core-js@2 polyfills
babel-plugin-polyfill-corejs30.13.0MITA Babel plugin to inject imports to core-js@3 polyfills
babel-plugin-polyfill-corejs30.14.2MITA Babel plugin to inject imports to core-js@3 polyfills
babel-plugin-polyfill-regenerator0.6.8MITA Babel plugin to inject imports to regenerator-runtime
bail2.0.2MITThrow a given error
balanced-match1.0.2MITMatch balanced character pairs, like " and "
baseline-browser-mapping2.10.8Apache-2.0A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
batch0.6.1MITSimple async batch with concurrency control and progress reporting.
big.js5.2.2MITA small, fast, easy-to-use library for arbitrary-precision decimal arithmetic
binary-extensions2.3.0MITList of binary file extensions
body-parser1.20.4MITNode.js body parsing middleware
bonjour-service1.3.0MITA Bonjour/Zeroconf implementation in TypeScript
boolbase1.0.0ISCtwo functions: One that returns true, one that returns false
boxen6.2.1MITCreate boxes in the terminal
boxen7.1.1MITCreate boxes in the terminal
brace-expansion1.1.12MITBrace expansion as known from sh/bash
braces3.0.3MITBash-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.
browserslist4.28.1MITShare target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
buffer-from1.1.2MITA ponyfill for Buffer.from, uses native implementation if available.
bundle-name4.1.0MITGet bundle name from a bundle identifier (macOS): com.apple.SafariSafari
bytes3.0.0MITUtility to parse a string bytes to bytes and vice-versa
bytes3.1.2MITUtility to parse a string bytes to bytes and vice-versa
bytestreamjs2.0.1BSD-3-ClauseByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
cacheable-lookup7.0.0MITA cacheable dns.lookup(…) that respects TTL
cacheable-request10.2.14MITWrap native HTTP requests with RFC compliant cache support
call-bind1.0.8MITRobustly .call.bind() a function
call-bind-apply-helpers1.0.2MITHelper functions around Function call/apply/bind, for use in call-bind
call-bound1.0.4MITRobust call-bound JavaScript intrinsics, using call-bind and get-intrinsic.
callsites3.1.0MITGet callsites from the V8 stack trace API
camel-case4.1.2MITTransform into a string with the separator denoted by the next word capitalized
camelcase6.3.0MITConvert a dash/dot/underscore/space separated string to camelCase or PascalCase: foo-barfooBar
camelcase7.0.1MITConvert a dash/dot/underscore/space separated string to camelCase or PascalCase: foo-barfooBar
caniuse-api3.0.0MITrequest the caniuse data to check browsers compatibilities
caniuse-lite1.0.30001779CC-BY-4.0A smaller version of caniuse-db, with only the essentials!
ccount2.0.1MITCount how often a character (or substring) is used in a string
chalk4.1.2MITTerminal string styling done right
chalk5.6.2MITTerminal string styling done right
char-regex1.0.2MITA regex to match any full character, considering weird character ranges.
character-entities2.0.2MITMap of named character references
character-entities-html42.1.0MITMap of named character references from HTML 4
character-entities-legacy3.0.0MITList of legacy HTML named character references that don’t need a trailing semicolon
character-reference-invalid2.0.1MITMap of invalid numeric character references to their replacements, according to HTML
cheerio1.0.0-rc.12MITTiny, fast, and elegant implementation of core jQuery designed specifically for the server
cheerio1.2.0MITThe fast, flexible & elegant library for parsing and manipulating HTML and XML.
cheerio-select2.1.0BSD-2-ClauseCSS selector engine supporting jQuery selectors
chokidar3.6.0MITMinimal and efficient cross-platform file watching library
chrome-trace-event1.0.4MITA library to create a trace of your node app per Google's Trace Event format.
ci-info3.9.0MITGet details about the current Continuous Integration environment
clean-css5.3.3MITA well-tested CSS minifier
clean-stack2.2.0MITClean up error stack traces
cli-boxes3.0.0MITBoxes for use in the terminal
cli-table30.6.5MITPretty unicode tables for the command line. Based on the original cli-table.
clone-deep4.0.1MITRecursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives.
clsx2.1.1MITA tiny (239B) utility for constructing className strings conditionally.
collapse-white-space2.1.0MITCollapse white space
color-convert2.0.1MITPlain color conversion functions
color-name1.1.4MITA list of color names and its values
colord2.9.3MIT👑 A tiny yet powerful tool for high-performance color manipulations and conversions
colorette2.0.20MIT🌈Easily set your terminal text color & styles.
combine-promises1.2.0MITNPM [CI](https://github.com/slorber/combine-promises/actions/work
comlink4.4.2Apache-2.0Comlink makes WebWorkers enjoyable
comma-separated-tokens2.0.3MITParse and stringify comma-separated tokens
commander10.0.1MITthe complete solution for node.js command-line programs
commander2.20.3MITthe complete solution for node.js command-line programs
commander5.1.0MITthe complete solution for node.js command-line programs
commander7.2.0MITthe complete solution for node.js command-line programs
commander8.3.0MITthe complete solution for node.js command-line programs
common-path-prefix3.0.0ISCComputes the longest prefix string that is common to each path, excluding the base component
compressible2.0.18MITCompressible Content-Type / mime checking
compression1.8.1MITNode.js compression middleware
concat-map0.0.1MITconcatenative mapdashery
config-chain1.1.13MITHANDLE CONFIGURATION ONCE AND FOR ALL
configstore6.0.0BSD-2-ClauseEasily load and save config without having to think about where and how
connect-history-api-fallback2.0.0MITProvides a fallback for non-existing directories so that the HTML 5 history API can be used.
consola3.4.2MITElegant Console Wrapper
content-disposition0.5.2MITCreate and parse Content-Disposition header
content-disposition0.5.4MITCreate and parse Content-Disposition header
content-type1.0.5MITCreate and parse HTTP Content-Type header
convert-source-map2.0.0MITConverts a source-map from/to different formats and allows adding/changing properties.
cookie0.7.2MITHTTP server cookie parsing and serialization
cookie-signature1.0.7MITSign and unsign cookies
copy-text-to-clipboard3.2.2MITCopy text to the clipboard in modern browsers (0.2 kB)
copy-webpack-plugin11.0.0MITCopy files && directories with webpack
core-js3.49.0MITStandard library
core-js-compat3.49.0MITcore-js compat
core-js-pure3.49.0MITStandard library
core-util-is1.0.3MITThe util.is* functions introduced in Node v0.12.
cosmiconfig8.3.6MITFind and load configuration from a package.json property, rc file, TypeScript module, and more!
cross-spawn7.0.6MITCross platform child_process#spawn and child_process#spawnSync
crypto-random-string4.0.0MITGenerate a cryptographically strong random string
css-blank-pseudo7.0.1MIT-0Style form elements when they are empty
css-declaration-sorter7.3.1ISCSorts CSS declarations fast and automatically in a certain order.
css-has-pseudo7.0.3MIT-0Style elements relative to other elements in CSS
css-loader6.11.0MITcss loader module for webpack
css-minimizer-webpack-plugin5.0.1MITCSS minimizer (minifier) plugin for Webpack
css-prefers-color-scheme10.0.0MIT-0Use light and dark color schemes in all browsers
css-select4.3.0BSD-2-Clausea CSS selector compiler/engine
css-select5.2.2BSD-2-Clausea CSS selector compiler/engine
css-tree2.2.1MITA 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-tree2.3.1MITA 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-what6.2.2BSD-2-Clausea CSS selector parser
cssdb8.8.0MIT-0A list of CSS features and their positions in the process of becoming implemented web standards
cssesc3.0.0MITA JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
cssnano6.1.2MITA modular minifier, built on top of the PostCSS ecosystem.
cssnano-preset-advanced6.1.2MITAdvanced optimisations for cssnano; may or may not break your CSS!
cssnano-preset-default6.1.2MITSafe defaults for cssnano which require minimal configuration.
cssnano-utils4.0.2MITUtility methods and plugin for cssnano projects
csso5.0.5MITCSS minifier with structural optimisations
csstype3.2.3MITStrict TypeScript and Flow types for style based on MDN data
debounce1.2.1MITCreates 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
debug2.6.9MITsmall debugging utility
debug4.4.3MITLightweight debugging utility for Node.js and the browser
decode-named-character-reference1.3.0MITDecode named character references
decompress-response6.0.0MITDecompress a HTTP response if needed
deep-extend0.6.0MITRecursive object extending
deepmerge4.3.1MITA library for deep (recursive) merging of Javascript objects
default-browser5.5.0MITGet the default browser
default-browser-id5.0.1MITGet the bundle identifier of the default browser (macOS). Example: com.apple.Safari
defer-to-connect2.0.1MITThe safe way to handle the connect socket event
define-data-property1.1.4MITDefine a data property on an object. Will fall back to assignment in an engine without descriptors.
define-lazy-prop2.0.0MITDefine a lazily evaluated property on an object
define-lazy-prop3.0.0MITDefine a lazily evaluated property on an object
define-properties1.2.1MITDefine multiple non-enumerable properties at once. Uses Object.defineProperty when available; falls back to standard assignment in older engines.
depd1.1.2MITDeprecate all the things
depd2.0.0MITDeprecate all the things
dequal2.0.3MITA tiny (304B to 489B) utility for check for deep equality
destroy1.2.0MITdestroy a stream if possible
detect-node2.1.0MITDetect Node.JS (as opposite to browser environment) (reliable)
detect-port1.6.1MITNode.js implementation of port detector
devlop1.1.0MITDo things in development and nothing otherwise
dir-glob3.0.1MITConvert directories to glob compatible strings
dns-packet5.6.1MITAn abstract-encoding compliant module for encoding / decoding DNS packets
dom-converter0.2.0MITconverts bare objects to DOM objects or xml representations
dom-serializer1.4.1MITrender domhandler DOM nodes to a string
dom-serializer2.0.0MITrender domhandler DOM nodes to a string
domelementtype2.3.0BSD-2-Clauseall the types of nodes in htmlparser2's dom
domhandler4.3.1BSD-2-ClauseHandler for htmlparser2 that turns pages into a dom
domhandler5.0.3BSD-2-ClauseHandler for htmlparser2 that turns pages into a dom
domutils2.8.0BSD-2-ClauseUtilities for working with htmlparser2's dom
domutils3.2.2BSD-2-ClauseUtilities for working with htmlparser2's dom
dot-case3.0.4MITTransform into a lower case string with a period between words
dot-prop6.0.1MITGet, set, or delete a property from a nested object using a dot path
dunder-proto1.0.1MITIf available, the Object.prototype.__proto__ accessor and mutator, call-bound
duplexer0.1.2MITCreates a duplex stream
eastasianwidth0.2.0MITGet East Asian Width from a character.
ee-first1.1.1MITreturn the first event in a set of ee/event pairs
electron-to-chromium1.5.313ISCProvides a list of electron-to-chromium version mappings
emoji-regex8.0.0MITA regular expression to match all Emoji-only symbols as per the Unicode Standard.
emoji-regex9.2.2MITA regular expression to match all Emoji-only symbols as per the Unicode Standard.
emojilib2.4.0MITEmoji keyword library.
emojis-list3.0.0MITComplete list of standard emojis.
emoticon4.1.0MITInfo on ASCII emoticons
encodeurl2.0.0MITEncode a URL to a percent-encoded form, excluding already-encoded sequences
encoding-sniffer0.2.1MITImplementation of the HTML encoding sniffer algo, with stream support
enhanced-resolve5.20.0MITOffers a async require.resolve function. It's highly configurable.
entities2.2.0BSD-2-ClauseEncode & decode XML and HTML entities with ease
entities4.5.0BSD-2-ClauseEncode & decode XML and HTML entities with ease & speed
entities6.0.1BSD-2-ClauseEncode & decode XML and HTML entities with ease & speed
entities7.0.1BSD-2-ClauseEncode & decode XML and HTML entities with ease & speed
error-ex1.3.4MITEasy error subclassing and stack customization
es-define-property1.0.1MITObject.defineProperty, but not IE 8's broken one.
es-errors1.3.0MITA simple cache for a few of the JS Error constructors.
es-module-lexer2.0.0MITLexes ES modules returning their import/export metadata
es-object-atoms1.1.1MITES Object-related atoms: Object, ToObject, RequireObjectCoercible
esast-util-from-estree2.0.0MITesast utility to transform from estree
esast-util-from-js2.0.1MITestree (and esast) utility to parse from JavaScript
escalade3.2.0MITA tiny (183B to 210B) and fast utility to ascend parent directories
escape-goat4.0.0MITEscape a string for use in HTML or the inverse
escape-html1.0.3MITEscape string for use in HTML
escape-string-regexp1.0.5MITEscape RegExp special characters
escape-string-regexp4.0.0MITEscape RegExp special characters
escape-string-regexp5.0.0MITEscape RegExp special characters
eslint-scope5.1.1BSD-2-ClauseECMAScript scope analyzer for ESLint
esprima4.0.1BSD-2-ClauseECMAScript parsing infrastructure for multipurpose analysis
esrecurse4.3.0BSD-2-ClauseECMAScript AST recursive visitor
estraverse4.3.0BSD-2-ClauseECMAScript JS AST traversal functions
estraverse5.3.0BSD-2-ClauseECMAScript JS AST traversal functions
estree-util-attach-comments3.0.0MITAttach comments to estree nodes
estree-util-build-jsx3.0.1MITTransform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
estree-util-is-identifier-name3.0.0MITCheck if something can be an ecmascript (javascript) identifier name
estree-util-scope1.0.0MITCheck what’s defined in an estree scope
estree-util-to-js2.0.0MITestree (and esast) utility to serialize to JavaScript
estree-util-value-to-estree3.5.0MITConvert a JavaScript value to an estree expression
estree-util-visit2.0.0MITesast (and estree) utility to visit nodes
estree-walker3.0.3MITTraverse an ESTree-compliant AST
esutils2.0.3BSD-2-Clauseutility box for ECMAScript language tools
eta2.2.0MITLightweight, fast, and powerful embedded JS template engine
etag1.8.1MITCreate simple HTTP ETags
eval0.1.8MITEvaluate node require() module content directly
eventemitter34.0.7MITEventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.
events3.3.0MITNode's event emitter for all engines.
execa5.1.1MITProcess execution for humans
express4.22.1MITFast, unopinionated, minimalist web framework
extend3.0.2MITPort of jQuery.extend for node.js and the browser
extend-shallow2.0.1MITExtend an object with the properties of additional objects. node.js/javascript util.
fast-deep-equal3.1.3MITFast deep equal
fast-glob3.3.3MITIt's a very fast and efficient glob library for Node.js
fast-json-stable-stringify2.1.0MITdeterministic JSON.stringify() - a faster version of substack's json-stable-strigify without jsonify
fast-uri3.1.0BSD-3-ClauseDependency-free RFC 3986 URI toolbox
fastq1.20.1ISCFast, in memory work queue
fault2.0.1MITFunctional errors with formatted output
faye-websocket0.11.4Apache-2.0Standards-compliant WebSocket server and client
feed4.2.2MITFeed is a RSS, Atom and JSON feed generator for Node.js, making content syndication simple and intuitive!
figures3.2.0MITUnicode symbols with Windows CMD fallbacks
file-loader6.2.0MITA file loader module for webpack
fill-range7.1.1MITFill in a range of numbers or letters, optionally passing an increment or step to use, or create a regex-compatible range with options.toRegex
finalhandler1.3.2MITNode.js final http responder
find-cache-dir4.0.0MITFinds the common standard cache directory
find-up6.3.0MITFind a file or directory by walking up parent directories
flat5.0.2BSD-3-ClauseTake a nested Javascript object and flatten it, or unflatten an object with delimited keys
follow-redirects1.15.11MITHTTP and HTTPS modules that follow redirects.
form-data-encoder2.1.4MITEncode FormData content into the multipart/form-data format
format0.2.2MITprintf, sprintf, and vsprintf for JavaScript
forwarded0.2.0MITParse HTTP X-Forwarded-For header
fraction.js5.3.4MITThe RAW rational numbers library
fresh0.5.2MITHTTP response freshness testing
fs-extra10.1.0MITfs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
fs-extra11.3.4MITfs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
fsevents2.3.3MITNative Access to MacOS FSEvents
function-bind1.1.2MITImplementation of Function.prototype.bind
gensync1.0.0-beta.2MITAllows users to use generators in order to write common functions that can be both sync or async.
get-intrinsic1.3.0MITGet and robustly cache all JS language-level intrinsics at first require time
get-own-enumerable-property-symbols3.0.2ISCReturns an array of all enumerable symbol properties found directly upon a given object
get-proto1.0.1MITRobustly get the [[Prototype]] of an object
get-stream6.0.1MITGet a stream as a string, buffer, or array
github-slugger1.5.0ISCGenerate a slug just like GitHub does for markdown headings.
glob-parent5.1.2ISCExtract the non-magic parent path from a glob string.
glob-parent6.0.2ISCExtract the non-magic parent path from a glob string.
glob-to-regex.js1.2.0Apache-2.0Transform GLOB patterns to JavaScript regular expressions for fast file path matching.
glob-to-regexp0.4.1BSD-2-ClauseConvert globs to regular expressions
global-dirs3.0.1MITGet the directory of globally installed packages and binaries
globby11.1.0MITUser-friendly glob matching
globby13.2.2MITUser-friendly glob matching
gopd1.2.0MITObject.getOwnPropertyDescriptor, but accounts for IE's broken implementation.
got12.6.1MITHuman-friendly and powerful HTTP request library for Node.js
graceful-fs4.2.10ISCA drop-in replacement for fs, making various improvements.
graceful-fs4.2.11ISCA drop-in replacement for fs, making various improvements.
gray-matter4.0.3MITParse 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-size6.0.0MITGet the gzipped size of a string or buffer
handle-thing2.0.1MITWrap Streams2 instance into a HandleWrap
has-flag4.0.0MITCheck if argv has a specific flag
has-property-descriptors1.0.2MITDoes the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD.
has-symbols1.1.0MITDetermine if the JS environment has Symbol support. Supports spec, or shams.
has-yarn3.0.0MITCheck if a project is using Yarn
hasown2.0.2MITA robust, ES3 compatible, "has own property" predicate.
hast-util-from-parse58.0.3MIThast utility to transform from a parse5 AST
hast-util-parse-selector4.0.0MIThast utility to create an element from a simple CSS selector
hast-util-raw9.1.0MIThast utility to reparse a tree
hast-util-to-estree3.1.3MIThast utility to transform to estree (JavaScript AST) JSX
hast-util-to-jsx-runtime2.3.6MIThast utility to transform to preact, react, solid, svelte, vue, etc
hast-util-to-parse58.0.1MIThast utility to transform to a parse5 AST
hast-util-whitespace3.0.0MIThast utility to check if a node is inter-element whitespace
hastscript9.0.1MIThast utility to create trees
he1.2.0MITA robust HTML entities encoder/decoder with full Unicode support.
history4.10.1MITManage session history with JavaScript
hoist-non-react-statics3.3.2BSD-3-ClauseCopies non-react specific statics from a child component to a parent component
hpack.js2.1.6MITHPACK implementation
html-escaper2.0.2MITfast and safe way to escape and unescape &'" chars
html-minifier-terser6.1.0MITHighly configurable, well-tested, JavaScript-based HTML minifier.
html-minifier-terser7.2.0MITHighly configurable, well-tested, JavaScript-based HTML minifier.
html-tags3.3.1MITList of standard HTML tags
html-void-elements3.0.0MITList of HTML void tag names
html-webpack-plugin5.6.6MITSimplifies creation of HTML files to serve your webpack bundles
htmlparser210.1.0MITFast & forgiving HTML/XML parser
htmlparser26.1.0MITFast & forgiving HTML/XML parser
htmlparser28.0.2MITFast & forgiving HTML/XML parser
http-cache-semantics4.2.0BSD-2-ClauseParses Cache-Control and other headers. Helps building correct HTTP caches and proxies
http-deceiver1.2.7MITDeceive HTTP parser
http-errors1.8.1MITCreate HTTP error objects
http-errors2.0.1MITCreate HTTP error objects
http-parser-js0.5.10MITA pure JS HTTP parser for node.
http-proxy1.18.1MITHTTP proxying for the masses
http-proxy-middleware2.0.9MITThe one-liner node.js proxy middleware for connect, express and browser-sync
http2-wrapper2.2.1MITHTTP2 client, just with the familiar https API
human-signals2.1.0Apache-2.0Human-friendly process signals
hyperdyperid1.2.0MITFastest random ID and random string generation for Node.js
iconv-lite0.4.24MITConvert character encodings in pure javascript.
iconv-lite0.6.3MITConvert character encodings in pure javascript.
icss-utils5.1.0ISCICSS utils for postcss ast
ignore5.3.2MITIgnore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
image-size2.0.2MITget dimensions of any image file
immediate3.3.0MITA cross browser microtask library
import-fresh3.3.1MITImport a module while bypassing the cache
import-lazy4.0.0MITImport a module lazily
imurmurhash0.1.4MITAn incremental implementation of MurmurHash3
indent-string4.0.0MITIndent each line in a string
infima0.2.0-alpha.45MITA UI framework for content-centric websites.
inherits2.0.4ISCBrowser-friendly inheritance fully compatible with standard node.js inherits()
ini1.3.8ISCAn ini encoder/decoder for node
ini2.0.0ISCAn ini encoder/decoder for node
inline-style-parser0.2.7MITAn inline style parser.
invariant2.2.4MITinvariant
ipaddr.js1.9.1MITA library for manipulating IPv4 and IPv6 addresses in JavaScript.
ipaddr.js2.3.0MITA library for manipulating IPv4 and IPv6 addresses in JavaScript.
is-alphabetical2.0.1MITCheck if a character is alphabetical
is-alphanumerical2.0.1MITCheck if a character is alphanumerical
is-arrayish0.2.1MITDetermines if an object can be used as an array
is-binary-path2.1.0MITCheck if a file path is a binary file
is-ci3.0.1MITDetect if the current environment is a CI server
is-core-module2.16.1MITIs this specifier a node.js core module?
is-decimal2.0.1MITCheck if a character is decimal
is-docker2.2.1MITCheck if the process is running inside a Docker container
is-docker3.0.0MITCheck if the process is running inside a Docker container
is-extendable0.1.1MITReturns 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-extglob2.1.1MITReturns true if a string has an extglob.
is-fullwidth-code-point3.0.0MITCheck if the character represented by a given Unicode code point is fullwidth
is-glob4.0.3MITReturns 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-hexadecimal2.0.1MITCheck if a character is hexadecimal
is-inside-container1.0.0MITCheck if the process is running inside a container (Docker/Podman)
is-installed-globally0.4.0MITCheck if your package was installed globally
is-network-error1.3.1MITCheck if a value is a Fetch network error
is-npm6.1.0MITCheck if your code is running as an npm script
is-number7.0.0MITReturns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
is-obj1.0.1MITCheck if a value is an object
is-obj2.0.0MITCheck if a value is an object
is-path-inside3.0.3MITCheck if a path is inside another path
is-plain-obj3.0.0MITCheck if a value is a plain object
is-plain-obj4.1.0MITCheck if a value is a plain object
is-plain-object2.0.4MITReturns true if an object was created by the Object constructor.
is-regexp1.0.0MITCheck whether a variable is a regular expression
is-stream2.0.1MITCheck if something is a Node.js stream
is-typedarray1.0.0MITDetect whether or not an object is a Typed Array
is-wsl2.2.0MITCheck if the process is running inside Windows Subsystem for Linux (Bash on Windows)
is-wsl3.1.1MITCheck if the process is running inside Windows Subsystem for Linux (Bash on Windows)
is-yarn-global0.4.1MITCheck if installed by yarn globally without any fs calls
isarray0.0.1MITArray#isArray for older browsers
isarray1.0.0MITArray#isArray for older browsers
isexe2.0.0ISCMinimal module to check if a file is executable.
isobject3.0.1MITReturns true if the value is an object and not an array or null.
jest-util29.7.0MITThis packages is a collection of utilities and helper functions
jest-worker27.5.1MITModule for executing heavy tasks under forked processes in parallel, by providing a Promise based interface, minimum overhead, and bound workers.
jest-worker29.7.0MITModule for executing heavy tasks under forked processes in parallel, by providing a Promise based interface, minimum overhead, and bound workers.
jiti1.21.7MITRuntime typescript and ESM support for Node.js
joi17.13.3BSD-3-ClauseObject schema validation
js-tokens4.0.0MITA regex that tokenizes JavaScript.
js-yaml3.14.2MITYAML 1.2 parser and serializer
js-yaml4.1.1MITYAML 1.2 parser and serializer
jsesc3.1.0MITGiven some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
json-buffer3.0.1MITJSON parse & stringify that supports binary via bops & base64
json-parse-even-better-errors2.3.1MITJSON.parse with context information on error
json-schema-traverse0.4.1MITTraverse JSON Schema passing each schema object to callback
json-schema-traverse1.0.0MITTraverse JSON Schema passing each schema object to callback
json52.2.3MITJSON for Humans
jsonfile6.2.0MITEasily read/write JSON files.
keyv4.5.4MITSimple key-value storage with support for multiple backends
kind-of6.0.3MITGet the native type of a value.
klaw-sync6.0.0MITRecursive, synchronous, and fast file system walker
kleur3.0.3MITThe fastest Node.js library for formatting terminal text with ANSI colors~!
latest-version7.0.0MITGet the latest version of an npm package
launch-editor2.13.1MITlaunch editor from node.js
leven3.1.0MITMeasure the difference between two strings using the fastest JS implementation of the Levenshtein distance algorithm
lilconfig3.1.3MITA zero-dependency alternative to cosmiconfig
lines-and-columns1.2.4MITMaps lines and columns to character offsets and back.
loader-runner4.3.1MITRuns (webpack) loaders
loader-utils2.0.4MITutils for webpack loaders
locate-path7.2.0MITGet the first path that exists on disk of multiple paths
lodash4.17.23MITLodash modular utilities.
lodash.debounce4.0.8MITThe lodash method _.debounce exported as a module.
lodash.memoize4.1.2MITThe lodash method _.memoize exported as a module.
lodash.uniq4.5.0MITThe lodash method _.uniq exported as a module.
longest-streak3.1.0MITCount the longest repeating streak of a substring
loose-envify1.4.0MITFast (and loose) selective process.env replacer using js-tokens instead of an AST
lower-case2.0.2MITTransforms the string to lower case
lowercase-keys3.0.0MITLowercase the keys of an object
lru-cache5.1.1ISCA cache object that deletes the least-recently-used items.
lunr2.3.9MITSimple full-text search in your browser.
lunr-languages1.20.0MPL-1.1A a collection of languages stemmers and stopwords for Lunr Javascript library
mark.js8.11.1MITHighlight keywords using JavaScript. Intended for every use case. Can e.g. be used to mark text in search results.
markdown-extensions2.0.0MITList of Markdown file extensions
markdown-table2.0.0MITMarkdown tables
markdown-table3.0.4MITGenerate a markdown (GFM) table
math-intrinsics1.1.0MITES Math-related intrinsics and helpers, robustly cached.
mdast-util-directive3.1.0MITmdast extension to parse and serialize generic directives (:cite[smith04])
mdast-util-find-and-replace3.0.2MITmdast utility to find and replace text in a tree
mdast-util-from-markdown2.0.3MITmdast utility to parse markdown
mdast-util-frontmatter2.0.1MITmdast extension to parse and serialize frontmatter (YAML, TOML, etc)
mdast-util-gfm3.1.0MITmdast extension to parse and serialize GFM (GitHub Flavored Markdown)
mdast-util-gfm-autolink-literal2.0.1MITmdast extension to parse and serialize GFM autolink literals
mdast-util-gfm-footnote2.1.0MITmdast extension to parse and serialize GFM footnotes
mdast-util-gfm-strikethrough2.0.0MITmdast extension to parse and serialize GFM strikethrough
mdast-util-gfm-table2.0.0MITmdast extension to parse and serialize GFM tables
mdast-util-gfm-task-list-item2.0.0MITmdast extension to parse and serialize GFM task list items
mdast-util-mdx3.0.0MITmdast extension to parse and serialize MDX (or MDX.js)
mdast-util-mdx-expression2.0.1MITmdast extension to parse and serialize MDX (or MDX.js) expressions
mdast-util-mdx-jsx3.2.0MITmdast extension to parse and serialize MDX or MDX.js JSX
mdast-util-mdxjs-esm2.0.1MITmdast extension to parse and serialize MDX.js ESM (import/exports)
mdast-util-phrasing4.1.0MITmdast utility to check if a node is phrasing content
mdast-util-to-hast13.2.1MITmdast utility to transform to hast
mdast-util-to-markdown2.1.2MITmdast utility to serialize markdown
mdast-util-to-string4.0.0MITmdast utility to get the plain text content of a node
mdn-data2.0.28CC0-1.0Open Web data by the Mozilla Developer Network
mdn-data2.0.30CC0-1.0Open Web data by the Mozilla Developer Network
media-typer0.3.0MITSimple RFC 6838 media type parser and formatter
memfs4.56.11Apache-2.0In-memory file-system with Node's fs API.
merge-descriptors1.0.3MITMerge objects using descriptors
merge-stream2.0.0MITCreate a stream that emits events from multiple other streams
merge21.4.1MITMerge multiple streams into one stream in sequence or parallel.
methods1.1.2MITHTTP methods that node supports
micromark4.0.2MITsmall commonmark compliant markdown parser with positional info and concrete tokens
micromark-core-commonmark2.0.3MITThe CommonMark markdown constructs
micromark-extension-directive3.0.2MITmicromark extension to support generic directives (:cite[smith04])
micromark-extension-frontmatter2.0.0MITmicromark extension to support frontmatter (YAML, TOML, etc)
micromark-extension-gfm3.0.0MITmicromark extension to support GFM (GitHub Flavored Markdown)
micromark-extension-gfm-autolink-literal2.1.0MITmicromark extension to support GFM autolink literals
micromark-extension-gfm-footnote2.1.0MITmicromark extension to support GFM footnotes
micromark-extension-gfm-strikethrough2.1.0MITmicromark extension to support GFM strikethrough
micromark-extension-gfm-table2.1.1MITmicromark extension to support GFM tables
micromark-extension-gfm-tagfilter2.0.0MITmicromark extension to support GFM tagfilter
micromark-extension-gfm-task-list-item2.1.0MITmicromark extension to support GFM task list items
micromark-extension-mdx-expression3.0.1MITmicromark extension to support MDX or MDX JS expressions
micromark-extension-mdx-jsx3.0.2MITmicromark extension to support MDX or MDX.js JSX
micromark-extension-mdx-md2.0.0MITmicromark extension to turn some markdown features off for MDX
micromark-extension-mdxjs3.0.0MITmicromark extension to support MDX.js
micromark-extension-mdxjs-esm3.0.0MITmicromark extension to support MDX JS import/exports
micromark-factory-destination2.0.1MITmicromark factory to parse destinations (found in resources, definitions)
micromark-factory-label2.0.1MITmicromark factory to parse labels (found in media, definitions)
micromark-factory-mdx-expression2.0.3MITmicromark factory to parse MDX expressions (found in JSX attributes, flow, text)
micromark-factory-space1.1.0MITmicromark factory to parse markdown space (found in lots of places)
micromark-factory-space2.0.1MITmicromark factory to parse markdown space (found in lots of places)
micromark-factory-title2.0.1MITmicromark factory to parse markdown titles (found in resources, definitions)
micromark-factory-whitespace2.0.1MITmicromark factory to parse markdown whitespace (found in lots of places)
micromark-util-character1.2.0MITmicromark utility to handle character codes
micromark-util-character2.1.1MITmicromark utility to handle character codes
micromark-util-chunked2.0.1MITmicromark utility to splice and push with giant arrays
micromark-util-classify-character2.0.1MITmicromark utility to classify whether a character is whitespace or punctuation
micromark-util-combine-extensions2.0.1MITmicromark utility to combine syntax or html extensions
micromark-util-decode-numeric-character-reference2.0.2MITmicromark utility to decode numeric character references
micromark-util-decode-string2.0.1MITmicromark utility to decode markdown strings
micromark-util-encode2.0.1MITmicromark utility to encode dangerous html characters
micromark-util-events-to-acorn2.0.3MITmicromark utility to try and parse events w/ acorn
micromark-util-html-tag-name2.0.1MITmicromark utility with list of html tag names
micromark-util-normalize-identifier2.0.1MITmicromark utility normalize identifiers (as found in references, definitions)
micromark-util-resolve-all2.0.1MITmicromark utility to resolve subtokens
micromark-util-sanitize-uri2.0.1MITmicromark utility to sanitize urls
micromark-util-subtokenize2.1.0MITmicromark utility to tokenize subtokens
micromark-util-symbol1.1.0MITmicromark utility with symbols
micromark-util-symbol2.0.1MITmicromark utility with symbols
micromark-util-types1.1.0MITmicromark utility with a couple of typescript types
micromark-util-types2.0.2MITmicromark utility with a couple of typescript types
micromatch4.0.8MITGlob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
mime1.6.0MITA comprehensive library for mime-type mapping
mime-db1.33.0MITMedia Type Database
mime-db1.52.0MITMedia Type Database
mime-db1.54.0MITMedia Type Database
mime-types2.1.18MITThe ultimate javascript content-type utility.
mime-types2.1.35MITThe ultimate javascript content-type utility.
mime-types3.0.2MITThe ultimate javascript content-type utility.
mimic-fn2.1.0MITMake a function mimic another one
mimic-response3.1.0MITMimic a Node.js HTTP response stream
mimic-response4.0.0MITMimic a Node.js HTTP response stream
mini-css-extract-plugin2.10.1MITextracts CSS into separate files
minimalistic-assert1.0.1ISCminimalistic-assert ===
minimatch3.1.5ISCa glob matcher in javascript
minimist1.2.8MITparse argument options
mrmime2.0.1MITA tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename
ms2.0.0MITTiny milisecond conversion utility
ms2.1.3MITTiny millisecond conversion utility
multicast-dns7.2.5MITLow level multicast-dns implementation in pure javascript
nanoid3.3.11MITA tiny (116 bytes), secure URL-friendly unique string ID generator
negotiator0.6.3MITHTTP content negotiation
negotiator0.6.4MITHTTP content negotiation
neo-async2.6.2MITNeo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
no-case3.0.4MITTransform into a lower cased string with spaces between words
node-emoji2.2.0MITFriendly emoji lookups and parsing utilities for Node.js. 💖
node-releases2.0.36MITNode.js releases data
normalize-path3.0.0MITNormalize 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-url8.1.1MITNormalize a URL
npm-run-path4.0.1MITGet your PATH prepended with locally installed binaries
nprogress0.2.0MITSimple slim progress bars
nth-check2.1.1BSD-2-ClauseParses and compiles CSS nth-checks to highly optimized functions.
null-loader4.0.1MITA webpack loader that returns an empty module.
object-assign4.1.1MITES2015 Object.assign() ponyfill
object-inspect1.13.4MITstring representations of objects in node and the browser
object-keys1.1.1MITAn Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
object.assign4.1.7MITES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
obuf1.1.2MITByte 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-finished2.4.1MITExecute a callback when a request closes, finishes, or errors
on-headers1.1.0MITExecute a listener when a response is about to write headers
onetime5.1.2MITEnsure a function is only called once
open10.2.0MITOpen stuff like URLs, files, executables. Cross-platform.
open8.4.2MITOpen stuff like URLs, files, executables. Cross-platform.
opener1.5.2(WTFPL OR MIT)Opens stuff, like webpages and files and executables, cross-platform
p-cancelable3.0.0MITCreate a promise that can be canceled
p-finally1.0.0MITPromise#finally() ponyfill - Invoked when the promise is settled regardless of outcome
p-limit4.0.0MITRun multiple promise-returning & async functions with limited concurrency
p-locate6.0.0MITGet the first fulfilled promise that satisfies the provided testing function
p-map4.0.0MITMap over promises concurrently
p-queue6.6.2MITPromise queue with concurrency control
p-retry6.2.1MITRetry a promise-returning or async function
p-timeout3.2.0MITTimeout a promise after a specified amount of time
package-json8.1.1MITGet metadata of a package from the npm registry
param-case3.0.4MITTransform into a lower cased string with dashes between words
parent-module1.0.1MITGet the path of the parent module
parse-entities4.0.2MITParse HTML character references
parse-json5.2.0MITParse JSON with more helpful errors
parse-numeric-range1.3.0ISCTakes a string, such as "1,2,3-10,5-8" and turns it into an array of numbers
parse57.3.0MITHTML parser and serializer.
parse5-htmlparser2-tree-adapter7.1.0MIThtmlparser2 tree adapter for parse5.
parse5-parser-stream7.1.2MITStreaming HTML parser with scripting support.
parseurl1.3.3MITparse a url with memoization
pascal-case3.1.2MITTransform into a string of capitalized words without separators
path-exists5.0.0MITCheck if a path exists
path-is-inside1.0.2(WTFPL OR MIT)Tests whether one path is inside another path
path-key3.1.1MITGet the PATH environment variable key cross-platform
path-parse1.0.7MITNode.js path.parse() ponyfill
path-to-regexp0.1.12MITExpress style path to RegExp utility
path-to-regexp1.9.0MITExpress style path to RegExp utility
path-to-regexp3.3.0MITExpress style path to RegExp utility
path-type4.0.0MITCheck if a path is a file, directory, or symlink
picocolors1.1.1ISCThe tiniest and the fastest library for terminal output formatting with ANSI colors
picomatch2.3.1MITBlazing 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-dir7.0.0MITFind the root directory of a Node.js project or npm package
pkijs3.3.3BSD-3-ClausePublic 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
postcss8.5.8MITTool for transforming styles with JS plugins
postcss-attribute-case-insensitive7.0.1MITEnable support for case insensitive attribute matching in selectors
postcss-calc9.0.1MITPostCSS plugin to reduce calc()
postcss-clamp4.1.0MITPostCSS plugin to transform clamp() to combination of min/max
postcss-color-functional-notation7.0.12MIT-0Use space and slash separated color notation in CSS
postcss-color-hex-alpha10.0.0MITUse 4 & 8 character hex color notation in CSS
postcss-color-rebeccapurple10.0.0MIT-0Use the rebeccapurple color keyword in CSS
postcss-colormin6.1.0MITMinify colors in your CSS files with PostCSS.
postcss-convert-values6.1.0MITConvert values with PostCSS (e.g. ms -> s)
postcss-custom-media11.0.6MITUse Custom Media Queries in CSS
postcss-custom-properties14.0.6MITUse Custom Properties Queries in CSS
postcss-custom-selectors8.0.5MITUse Custom Selectors in CSS
postcss-dir-pseudo-class9.0.1MIT-0Use the :dir pseudo-class in CSS
postcss-discard-comments6.0.2MITDiscard comments in your CSS files with PostCSS.
postcss-discard-duplicates6.0.3MITDiscard duplicate rules in your CSS files with PostCSS.
postcss-discard-empty6.0.3MITDiscard empty rules and values with PostCSS.
postcss-discard-overridden6.0.2MITPostCSS plugin to discard overridden @keyframes or @counter-style.
postcss-discard-unused6.0.5MITDiscard unused counter styles, keyframes and fonts.
postcss-double-position-gradients6.0.4MIT-0Use double-position gradients in CSS
postcss-focus-visible10.0.1MIT-0Use the :focus-visible pseudo-selector in CSS
postcss-focus-within9.0.1MIT-0Use the :focus-within pseudo-selector in CSS
postcss-font-variant5.0.0MITPostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)
postcss-gap-properties6.0.0MIT-0Use the gap, column-gap, and row-gap shorthand properties in CSS
postcss-image-set-function7.0.0MIT-0Display resolution-dependent images using the image-set() function in CSS
postcss-lab-function7.0.12MIT-0Use lab() and lch() color functions in CSS
postcss-loader7.3.4MITPostCSS loader for webpack
postcss-logical8.1.0MIT-0Use logical properties and values in CSS
postcss-merge-idents6.0.3MITMerge keyframe and counter style identifiers.
postcss-merge-longhand6.0.5MITMerge longhand properties into shorthand with PostCSS.
postcss-merge-rules6.1.1MITMerge CSS rules with PostCSS.
postcss-minify-font-values6.1.0MITMinify font declarations with PostCSS
postcss-minify-gradients6.0.3MITMinify gradient parameters with PostCSS.
postcss-minify-params6.1.0MITMinify at-rule params with PostCSS
postcss-minify-selectors6.0.4MITMinify selectors with PostCSS.
postcss-modules-extract-imports3.1.0ISCA CSS Modules transform to extract local aliases for inline imports
postcss-modules-local-by-default4.2.0MITA CSS Modules transform to make local scope the default
postcss-modules-scope3.2.1ISCA CSS Modules transform to extract export statements from local-scope classes
postcss-modules-values4.0.0ISCPostCSS plugin for CSS Modules to pass arbitrary values between your module files
postcss-nesting13.0.2MIT-0Nest rules inside each other in CSS
postcss-normalize-charset6.0.2MITAdd necessary or remove extra charset with PostCSS
postcss-normalize-display-values6.0.2MITNormalize multiple value display syntaxes into single values.
postcss-normalize-positions6.0.2MITNormalize keyword values for position into length values.
postcss-normalize-repeat-style6.0.2MITConvert two value syntax for repeat-style into one value.
postcss-normalize-string6.0.2MITNormalize wrapping quotes for CSS string literals.
postcss-normalize-timing-functions6.0.2MITNormalize CSS animation/transition timing functions.
postcss-normalize-unicode6.1.0MITNormalize unicode-range descriptors, and can convert to wildcard ranges.
postcss-normalize-url6.0.2MITNormalize URLs with PostCSS
postcss-normalize-whitespace6.0.2MITTrim whitespace inside and around CSS rules & declarations.
postcss-opacity-percentage3.0.0MITPostCSS plugin to transform percentage-based opacity values to more compatible floating-point values.
postcss-ordered-values6.0.2MITEnsure values are ordered consistently in your CSS.
postcss-overflow-shorthand6.0.0MIT-0Use the overflow shorthand in CSS
postcss-page-break3.0.4MITPostCSS plugin postcss-page-break to fallback break- properties with page-break- alias
postcss-place10.0.0MIT-0Use a place-* shorthand for align-* and justify-* in CSS
postcss-preset-env10.6.1MIT-0Convert modern CSS into something browsers understand
postcss-pseudo-class-any-link10.0.1MIT-0Use the :any-link pseudo-class in CSS
postcss-reduce-idents6.0.3MITReduce custom identifiers with PostCSS.
postcss-reduce-initial6.1.0MITReduce initial definitions to the actual initial value, where possible.
postcss-reduce-transforms6.0.2MITReduce transform functions with PostCSS.
postcss-replace-overflow-wrap4.0.0MITPostCSS plugin to replace overflow-wrap with word-wrap or optionally retain both declarations.
postcss-selector-not8.0.1MITPostCSS plugin to transform :not() W3C CSS level 4 pseudo class to :not() CSS level 3 selectors
postcss-selector-parser6.1.2MIT> Selector parser with built in methods for working with selector strings.
postcss-selector-parser7.1.1MIT> Selector parser with built in methods for working with selector strings.
postcss-sort-media-queries5.2.0MITPostCSS plugin for sorting and combining CSS media queries with mobile first / **desktop first methodologies
postcss-svgo6.0.3MITOptimise inline SVG with PostCSS.
postcss-unique-selectors6.0.4MITEnsure CSS selectors are unique.
postcss-value-parser4.2.0MITTransforms css values and at-rule params into the tree
postcss-zindex6.0.2MITReduce z-index values with PostCSS.
pretty-error4.0.0MITSee nodejs errors with less clutter
pretty-time1.1.0MITEasily format the time from node.js process.hrtime. Works with timescales ranging from weeks to nanoseconds.
prism-react-renderer2.4.1MITRenders highlighted Prism output using React
prismjs1.30.0MITLightweight, robust, elegant syntax highlighting. A spin-off project from Dabblet.
process-nextick-args2.0.1MITprocess.nextTick but always with args
prompts2.4.2MITLightweight, beautiful and user-friendly prompts
prop-types15.8.1MITRuntime type checking for React props and similar objects.
property-information7.1.0MITInfo on the properties and attributes of the web platform
proto-list1.2.4ISCA utility for managing a prototype chain
proxy-addr2.0.7MITDetermine address of proxied request
punycode2.3.1MITA robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms.
pupa3.3.0MITSimple micro templating
pvtsutils1.3.6MITpvtsutils is a set of common utility functions used in various Peculiar Ventures TypeScript based projects.
pvutils1.1.5MITCommon utilities for products from Peculiar Ventures
qs6.14.2BSD-3-ClauseA querystring parser that supports nesting and arrays, with a depth limit
queue-microtask1.2.3MITfast, tiny queueMicrotask shim for modern engines
quick-lru5.1.1MITSimple “Least Recently Used” (LRU) cache
randombytes2.1.0MITrandom bytes from browserify stand alone
range-parser1.2.0MITRange header field string parser
range-parser1.2.1MITRange header field string parser
raw-body2.5.3MITGet and validate the raw body of a readable stream.
rc1.2.8(BSD-2-Clause OR MIT OR Apache-2.0)hardwired configuration loader
react19.2.7MITReact is a JavaScript library for building user interfaces.
react-dom19.2.7MITReact package for working with the DOM.
react-fast-compare3.2.2MITFastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
react-is16.13.1MITBrand checking of React Elements.
react-json-view-lite2.5.0MITJSON viewer component for React focused on performance for large volume input while still providing few customiziation features
react-loadable-ssr-addon-v5-slorber1.0.1MITServer Side Render add-on for React Loadable. Load splitted chunks was never that easy.
react-loadable-ssr-addon-v5-slorber1.0.3MITServer Side Render add-on for React Loadable. Load splitted chunks was never that easy.
react-router5.3.4MITDeclarative routing for React
react-router-config5.1.1MITStatic route config matching for React Router
react-router-dom5.3.4MITDOM bindings for React Router
readable-stream2.3.8MITStreams3, a user-land copy of the stream library from Node.js
readable-stream3.6.2MITStreams3, a user-land copy of the stream library from Node.js
readdirp3.6.0MITRecursive version of fs.readdir with streaming API.
recma-build-jsx1.0.0MITrecma plugin to add support for parsing and serializing JSX
recma-jsx1.0.1MITrecma plugin to add support for parsing and serializing JSX
recma-parse1.0.0MITrecma plugin to parse JavaScript
recma-stringify1.0.0MITrecma plugin to serialize JavaScript
reflect-metadata0.2.2Apache-2.0Polyfill for Metadata Reflection API
regenerate1.4.2MITGenerate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
regenerate-unicode-properties10.2.2MITRegenerate sets for Unicode properties and values.
regexpu-core6.4.0MITregexpu’s core functionality (i.e. rewritePattern(pattern, flag)), capable of translating ES6 Unicode regular expressions to ES5.
registry-auth-token5.1.1MITGet the auth token set for an npm registry (if any)
registry-url6.0.1MITGet the set npm registry URL
regjsgen0.8.0MITGenerate regular expressions from regjsparser’s AST.
regjsparser0.13.0BSD-2-ClauseParsing the JavaScript's RegExp in JavaScript.
rehype-raw7.0.0MITrehype plugin to reparse the tree (and raw nodes)
rehype-recma1.0.0MITrecma plugin to transform HTML (hast) to JS (estree)
relateurl0.2.7MITMinify URLs by converting them from absolute to relative.
remark-directive3.0.1MITremark plugin to support directives
remark-emoji4.0.1MITEmoji transformer plugin for Remark
remark-frontmatter5.0.0MITremark plugin to support frontmatter (yaml, toml, and more)
remark-gfm4.0.1MITremark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
remark-mdx3.1.1MITremark plugin to support MDX syntax
remark-parse11.0.0MITremark plugin to add support for parsing markdown input
remark-rehype11.1.2MITremark plugin that turns markdown into HTML to support rehype
remark-stringify11.0.0MITremark plugin to add support for serializing markdown
renderkid3.0.0MITStylish console.log for node
repeat-string1.6.1MITRepeat the given string n times. Fastest implementation for repeating a string.
require-from-string2.0.2MITRequire module from string
require-like0.1.2MITGenerates require functions that act as if they were operating in a given path.
requires-port1.0.0MITCheck if a protocol requires a certain port number to be added to an URL.
resolve1.22.11MITresolve like require.resolve() on behalf of files asynchronously and synchronously
resolve-alpn1.2.1MITDetects the ALPN protocol
resolve-from4.0.0MITResolve the path of a module like require.resolve() but from a given path
resolve-pathname3.0.0MITResolve URL pathnames using JavaScript
responselike3.0.0MITA response-like object for mocking a Node.js HTTP response stream
retry0.13.1MITAbstraction for exponential and custom retry strategies for failed operations.
reusify1.1.0MITReuse objects and functions with style
rtlcss4.3.0MITFramework for transforming cascading style sheets (CSS) from left-to-right (LTR) to right-to-left (RTL)
run-applescript7.1.0MITRun AppleScript and get the result
run-parallel1.2.0MITRun an array of functions in parallel
safe-buffer5.1.2MITSafer Node.js Buffer API
safe-buffer5.2.1MITSafer Node.js Buffer API
safer-buffer2.1.2MITModern Buffer API polyfill without footguns
sax1.5.0BlueOak-1.0.0An evented streaming XML parser in JavaScript
scheduler0.27.0MITCooperative scheduler for the browser environment.
schema-dts1.1.5Apache-2.0A TypeScript package with latest Schema.org Schema Typings
schema-utils3.3.0MITwebpack Validation Utils
schema-utils4.3.3MITwebpack Validation Utils
search-insights2.17.3MITLibrary for reporting click, conversion and view metrics using the Algolia Insights API
section-matter1.0.0MITLike front-matter, but supports multiple sections in a document.
select-hose2.0.0MITSelect protocol using first bytes of incoming data and hose stuff to the handler
selfsigned5.5.0MITGenerate self signed certificates private and public keys
semver6.3.1ISCThe semantic version parser used by npm.
semver7.7.4ISCThe semantic version parser used by npm.
semver-diff4.0.0MITGet the diff type of two semver versions: 0.0.1 0.0.2 → patch
send0.19.2MITBetter streaming static file server with Range and conditional-GET support
serialize-javascript6.0.2BSD-3-ClauseSerialize JavaScript to a superset of JSON that includes regular expressions and functions.
serve-handler6.1.7MITThe routing foundation of serve
serve-index1.9.2MITServe directory listings
serve-static1.16.3MITServe static files
set-function-length1.2.2MITSet a function's length property
setprototypeof1.2.0ISCA small polyfill for Object.setprototypeof
shallow-clone3.0.1MITCreates a shallow clone of any JavaScript value.
shallowequal1.1.0MITLike lodash isEqualWith but for shallow equal.
shebang-command2.0.0MITGet the command from a shebang
shebang-regex3.0.0MITRegular expression for matching a shebang line
shell-quote1.8.3MITquote and parse shell commands
side-channel1.1.0MITStore information about any JS value in a side channel. Uses WeakMap if available.
side-channel-list1.0.0MITStore information about any JS value in a side channel, using a linked list
side-channel-map1.0.1MITStore information about any JS value in a side channel, using a Map
side-channel-weakmap1.0.2MITStore information about any JS value in a side channel. Uses WeakMap if available.
signal-exit3.0.7ISCwhen you want to fire an event no matter how a process exits.
sirv2.0.4MITThe optimized & lightweight middleware for serving requests to static assets
sisteransi1.0.5MITANSI escape codes for some terminal swag
sitemap7.1.3MITSitemap-generating lib/cli
skin-tone2.0.0MITChange the skin tone of an emoji 👌👌🏻👌🏼👌🏽👌🏾👌🏿
slash3.0.0MITConvert Windows backslash paths to slash paths
slash4.0.0MITConvert Windows backslash paths to slash paths
snake-case3.0.4MITTransform into a lower case string with underscores between words
sockjs0.3.24MITSockJS-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-queries2.2.0MITThe 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-map0.6.1BSD-3-ClauseGenerates and consumes source maps
source-map0.7.6BSD-3-ClauseGenerates and consumes source maps
source-map-js1.2.1BSD-3-ClauseGenerates and consumes source maps
source-map-support0.5.21MITFixes stack traces for files with source maps
space-separated-tokens2.0.2MITParse and stringify space separated tokens
spdy4.0.2MITImplementation of the SPDY protocol on node.js.
spdy-transport3.0.0MITSPDY v2, v3, v3.1 and HTTP2 transport
sprintf-js1.0.3BSD-3-ClauseJavaScript sprintf implementation
srcset4.0.0MITParse and stringify the HTML `` srcset attribute
statuses1.5.0MITHTTP status utility
statuses2.0.2MITHTTP status utility
std-env3.10.0MITRuntime agnostic JS utils
string-width4.2.3MITGet the visual width of a string - the number of columns required to display it
string-width5.1.2MITGet the visual width of a string - the number of columns required to display it
string_decoder1.1.1MITThe string_decoder module from Node core
string_decoder1.3.0MITThe string_decoder module from Node core
stringify-entities4.0.4MITSerialize (encode) HTML character references
stringify-object3.3.0BSD-2-ClauseStringify an object/array like JSON.stringify just without all the double-quotes
strip-ansi6.0.1MITStrip ANSI escape codes from a string
strip-ansi7.2.0MITStrip ANSI escape codes from a string
strip-bom-string1.0.0MITStrip a byte order mark (BOM) from a string.
strip-final-newline2.0.0MITStrip the final newline character from a string/buffer
strip-json-comments2.0.1MITStrip comments from JSON. Lets you use comments in your JSON files!
strip-json-comments3.1.1MITStrip comments from JSON. Lets you use comments in your JSON files!
style-to-js1.1.21MITParses CSS inline style to JavaScript object (camelCased).
style-to-object1.0.14MITParse CSS inline style to JavaScript object.
stylehacks6.1.1MITDetect/remove browser hacks from CSS files.
supports-color7.2.0MITDetect whether a terminal supports color
supports-color8.1.1MITDetect whether a terminal supports color
supports-preserve-symlinks-flag1.0.0MITDetermine if the current node version supports the --preserve-symlinks flag.
svg-parser2.0.4MITCreate a JSON-friendly object from an SVG string
svgo3.3.3MITNodejs-based tool for optimizing SVG vector graphics files
tapable2.3.0MITJust a little module for plugins.
terser5.46.1BSD-2-ClauseJavaScript parser, mangler/compressor and beautifier toolkit for ES6+
terser-webpack-plugin5.4.0MITTerser plugin for webpack
thingies2.5.0MITUseful TypeScript utilities.
thunky1.1.0MITdelay the evaluation of a paramless async function and cache the result
tiny-invariant1.3.3MITA tiny invariant function
tiny-warning1.0.3MITA tiny warning function
tinypool1.1.1MITA minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features
to-regex-range5.0.1MITPass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
toidentifier1.0.1MITConvert a string of words to a JavaScript identifier
totalist3.0.1MITA tiny (195B to 220B) utility to recursively list all (total) files in a directory
tree-dump1.1.0Apache-2.0Tree or binary tree printer, print any tree to terminal or debug window
trim-lines3.0.1MITRemove spaces and tabs around line-breaks
trough2.2.0MITtrough is middleware
tslib1.14.10BSDRuntime library for TypeScript helper functions
tslib2.8.10BSDRuntime library for TypeScript helper functions
tsyringe4.10.0MITLightweight dependency injection container for JavaScript/TypeScript
type-fest0.21.3(MIT OR CC0-1.0)A collection of essential TypeScript types
type-fest1.4.0(MIT OR CC0-1.0)A collection of essential TypeScript types
type-fest2.19.0(MIT OR CC0-1.0)A collection of essential TypeScript types
type-is1.6.18MITInfer the content-type of a request.
typedarray-to-buffer3.1.5MITConvert a typed array to a Buffer without a copy
typescript5.6.3Apache-2.0TypeScript is a language for application scale JavaScript development
undici7.25.0MITAn HTTP/1.1 client, written from scratch for Node.js
undici-types7.18.2MITA stand-alone types package for Undici
unicode-canonical-property-names-ecmascript2.0.1MITThe set of canonical Unicode property names supported in ECMAScript RegExp property escapes.
unicode-emoji-modifier-base1.0.0MITThe 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-ecmascript2.0.0MITMatch 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-ecmascript2.2.1MITMatch 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-ecmascript2.2.0MITUnicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.
unified11.0.5MITparse, inspect, transform, and serialize content through syntax trees
unique-string3.0.0MITGenerate a unique random string
unist-util-is6.0.1MITunist utility to check if a node passes a test
unist-util-position5.0.0MITunist utility to get the position of a node
unist-util-position-from-estree2.0.0MITunist utility to get a position from an estree node
unist-util-stringify-position4.0.0MITunist utility to serialize a node, position, or point as a human readable location
unist-util-visit5.1.0MITunist utility to visit nodes
unist-util-visit-parents6.0.2MITunist utility to recursively walk over nodes, with ancestral information
universalify2.0.1MITMake a callback- or promise-based function support both promises and callbacks.
unpipe1.0.0MITUnpipe a stream from all destinations
update-browserslist-db1.2.3MITCLI tool to update caniuse-lite to refresh target browsers from Browserslist config
update-notifier6.0.2BSD-2-ClauseUpdate notifications for your CLI app
uri-js4.4.1BSD-2-ClauseAn RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.
url-loader4.1.1MITA loader for webpack which transforms files into base64 URIs
util-deprecate1.0.2MITThe Node.js util.deprecate() function with browser support
utila0.4.0MITnotareplacementforunderscore
utility-types3.11.0MITUtility Types Collection for TypeScript
utils-merge1.0.1MITmerge() utility function
uuid8.3.2MITRFC4122 (v1, v4, and v5) UUIDs
value-equal1.0.1MITAre these two JavaScript values equal?
vary1.1.2MITManipulate the HTTP Vary header
vfile6.0.3MITVirtual file format for text processing
vfile-location5.0.3MITvfile utility to convert between positional (line and column-based) and offset (range-based) locations
vfile-message4.0.3MITvfile utility to create a virtual message
watchpack2.5.1MITWrapper library for directory and file watching.
wbuf1.7.3MITWrite buffer
web-namespaces2.0.1MITMap of web namespaces
webpack5.105.4MITPacks 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-analyzer4.10.2MITWebpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
webpack-dev-middleware7.4.5MITA development middleware for webpack
webpack-dev-server5.2.3MITServes a webpack app. Updates the browser on changes.
webpack-merge5.10.0MITVariant of merge that's useful for webpack configuration
webpack-merge6.0.1MITVariant of merge that's useful for webpack configuration
webpack-sources3.3.4MITSource code handling classes for webpack
webpackbar6.0.1MITElegant ProgressBar and Profiler for Webpack
webpackbar7.0.0MITElegant ProgressBar and Profiler for Webpack and Rspack
websocket-driver0.7.4Apache-2.0WebSocket protocol handler with pluggable I/O
websocket-extensions0.1.4Apache-2.0Generic extension manager for WebSocket connections
whatwg-encoding3.1.1MITDecode strings according to the WHATWG Encoding Standard
whatwg-mimetype4.0.0MITParses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard
which2.0.2ISCLike which(1) unix command. Find the first instance of an executable in the PATH.
widest-line4.0.1MITGet the visual width of the widest line in a string - the number of columns required to display it
wildcard2.0.1MITWildcard matching tools
wrap-ansi7.0.0MITWordwrap a string with ANSI escape codes
wrap-ansi8.1.0MITWordwrap a string with ANSI escape codes
write-file-atomic3.0.3ISCWrite files in an atomic fashion w/configurable ownership
ws7.5.10MITSimple to use, blazing fast and thoroughly tested websocket client and server for Node.js
ws8.19.0MITSimple to use, blazing fast and thoroughly tested websocket client and server for Node.js
wsl-utils0.1.0MITUtilities for working with Windows Subsystem for Linux (WSL)
xdg-basedir5.1.0MITGet XDG Base Directory paths
xml-js1.6.11MITA convertor between XML text and Javascript object / JSON text.
yallist3.1.1ISCYet Another Linked List
yocto-queue1.2.2MITTiny queue data structure
zwitch2.0.4MITHandle values based on a property