@babel/code-frame • 7.26.2 Generate errors that contain a code frame that point to source locations. DIRECT 3 1730310371 @babel/compat-data • 7.26.8 The compat-data to determine required Babel plugins INDIRECT 0 1739008761 @babel/core • 7.26.10 Babel compiler core. DIRECT 38 1741715716 @babel/generator • 7.27.0 Turns an AST into code. DIRECT 10 1742838109 @babel/helper-annotate-as-pure • 7.25.9 Helper function to annotate paths and nodes with #__PURE__ comment INDIRECT 3 1729610476 @babel/helper-compilation-targets • 7.27.0 Helper functions on Babel compilation targets INDIRECT 12 1742838100 @babel/helper-create-class-features-plugin • 7.27.0 Compile class public and private fields, private methods and decorators to ES6 INDIRECT 25 1742838113 @babel/helper-create-regexp-features-plugin • 7.27.0 Compile ESNext Regular Expressions to ES5 INDIRECT 15 1742838101 @babel/helper-define-polyfill-provider • 0.6.4 Babel helper to create your own polyfill provider INDIRECT 23 1742390646 @babel/helper-member-expression-to-functions • 7.25.9 Helper function to replace certain member expressions with function calls INDIRECT 19 1729610492 @babel/helper-module-imports • 7.25.9 Babel helper functions for inserting module loads INDIRECT 19 1729610492 @babel/helper-module-transforms • 7.26.0 Babel helper functions for implementing ES6 module transformations INDIRECT 20 1729863006 @babel/helper-optimise-call-expression • 7.25.9 Helper function to optimise call expression INDIRECT 3 1729610477 @babel/helper-plugin-utils • 7.26.5 General utilities for plugins to use INDIRECT 0 1736529106 @babel/helper-remap-async-to-generator • 7.25.9 Helper function to remap async functions to generators INDIRECT 21 1729610497 @babel/helper-replace-supers • 7.26.5 Helper function to replace supers INDIRECT 21 1736529118 @babel/helper-skip-transparent-expression-wrappers • 7.25.9 Helper which skips types and parentheses INDIRECT 19 1729610493 @babel/helper-string-parser • 7.25.9 A utility package to parse strings INDIRECT 0 1729610436 @babel/helper-validator-identifier • 7.25.9 Validate identifier/keywords name INDIRECT 0 1729610436 @babel/helper-validator-option • 7.25.9 Validate plugin/preset options INDIRECT 0 1729610439 @babel/helper-wrap-function • 7.25.9 Helper to wrap functions inside a function call. INDIRECT 19 1729610494 @babel/helpers • 7.27.0 Collection of helper functions used by Babel transforms. INDIRECT 8 1742838111 @babel/parser • 7.27.0 A JavaScript parser DIRECT 3 1742838107 @babel/plugin-bugfix-firefox-class-in-computed-class-key • 7.25.9 Wraps classes defined in computed keys of other classes affected by https://bugzilla.mozilla.org/show_bug.cgi?id=1887677 INDIRECT 20 1729610493 @babel/plugin-bugfix-safari-class-field-initializer-scope • 7.25.9 Wrap class field initializers with IIFE to workaround https://webkit.org/b/236843 INDIRECT 1 1729610443 @babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression • 7.25.9 Rename destructuring parameter to workaround https://bugs.webkit.org/show_bug.cgi?id=220517 INDIRECT 1 1729610444 @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining • 7.25.9 Transform optional chaining operators to workaround https://crbug.com/v8/11558 INDIRECT 22 1729610503 @babel/plugin-bugfix-v8-static-class-fields-redefine-readonly • 7.25.9 Transform static class fields assignments that are affected by https://crbug.com/v8/12421 INDIRECT 20 1729610495 @babel/plugin-proposal-class-properties • 7.18.6 This plugin transforms static class properties as well as properties declared with the property initializer syntax DIRECT 27 1656359444 @babel/plugin-proposal-private-property-in-object • 7.21.0-placeholder-for-preset-env.2 This plugin transforms checks for a private property in an object INDIRECT 0 1686222840 @babel/plugin-syntax-import-assertions • 7.26.0 Allow parsing of the module assertion attributes in the import statement INDIRECT 1 1729863008 @babel/plugin-syntax-import-attributes • 7.26.0 Allow parsing of the module attributes in the import statement INDIRECT 1 1729863009 @babel/plugin-syntax-jsx • 7.25.9 Allow parsing of jsx INDIRECT 1 1729610454 @babel/plugin-syntax-typescript • 7.25.9 Allow parsing of TypeScript syntax INDIRECT 1 1729610457 @babel/plugin-syntax-unicode-sets-regex • 7.18.6 Parse regular expressions' unicodeSets (v) flag. INDIRECT 17 1656359425 @babel/plugin-transform-arrow-functions • 7.25.9 Compile ES2015 arrow functions to ES5 INDIRECT 1 1729610457 @babel/plugin-transform-async-generator-functions • 7.26.8 Turn async generator functions into ES2015 generators INDIRECT 23 1739008772 @babel/plugin-transform-async-to-generator • 7.25.9 Turn async functions into ES2015 generators INDIRECT 24 1729610505 @babel/plugin-transform-block-scoped-functions • 7.26.5 Babel plugin to ensure function declarations at the block level are block scoped INDIRECT 1 1736529110 @babel/plugin-transform-block-scoping • 7.27.0 Compile ES2015 block scoping (const and let) to ES5 INDIRECT 1 1742838102 @babel/plugin-transform-class-properties • 7.25.9 This plugin transforms static class properties as well as properties declared with the property initializer syntax INDIRECT 27 1729610510 @babel/plugin-transform-class-static-block • 7.26.0 Transform class static blocks INDIRECT 27 1729863009 @babel/plugin-transform-classes • 7.25.9 Compile ES2015 classes to ES5 INDIRECT 36 1729610506 @babel/plugin-transform-computed-properties • 7.25.9 Compile ES2015 computed properties to ES5 INDIRECT 9 1729610486 @babel/plugin-transform-destructuring • 7.25.9 Compile ES2015 destructuring to ES5 INDIRECT 1 1729610459 @babel/plugin-transform-dotall-regex • 7.25.9 Compile regular expressions using the `s` (`dotAll`) flag to ES5. INDIRECT 17 1729610486 @babel/plugin-transform-duplicate-keys • 7.25.9 Compile objects with duplicate keys to valid strict ES5 INDIRECT 1 1729610459 @babel/plugin-transform-duplicate-named-capturing-groups-regex • 7.25.9 Compile regular expressions using duplicate named groups to index-based groups. INDIRECT 17 1729610488 @babel/plugin-transform-dynamic-import • 7.25.9 Transform import() expressions INDIRECT 1 1729610460 @babel/plugin-transform-exponentiation-operator • 7.26.3 Compile exponentiation operator to ES5 INDIRECT 1 1733315734 @babel/plugin-transform-export-namespace-from • 7.25.9 Compile export namespace to ES2015 INDIRECT 1 1729610460 @babel/plugin-transform-for-of • 7.26.9 Compile ES2015 for...of to ES5 INDIRECT 21 1739533680 @babel/plugin-transform-function-name • 7.25.9 Apply ES2015 function.name semantics to all functions INDIRECT 32 1729610495 @babel/plugin-transform-json-strings • 7.25.9 Escape U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR in JS strings INDIRECT 1 1729610462 @babel/plugin-transform-literals • 7.25.9 Compile ES2015 unicode string and number literals to ES5 INDIRECT 1 1729610462 @babel/plugin-transform-logical-assignment-operators • 7.25.9 Transforms logical assignment operators into short-circuited assignments INDIRECT 1 1729610463 @babel/plugin-transform-member-expression-literals • 7.25.9 Ensure that reserved words are quoted in property accesses INDIRECT 1 1729610464 @babel/plugin-transform-modules-amd • 7.25.9 This plugin transforms ES2015 modules to AMD INDIRECT 22 1729610506 @babel/plugin-transform-modules-commonjs • 7.26.3 This plugin transforms ES2015 modules to CommonJS INDIRECT 22 1733315735 @babel/plugin-transform-modules-systemjs • 7.25.9 This plugin transforms ES2015 modules to SystemJS INDIRECT 22 1729610507 @babel/plugin-transform-modules-umd • 7.25.9 This plugin transforms ES2015 modules to UMD INDIRECT 22 1729610508 @babel/plugin-transform-named-capturing-groups-regex • 7.25.9 Compile regular expressions using named groups to ES5. INDIRECT 17 1729610487 @babel/plugin-transform-new-target • 7.25.9 Transforms new.target meta property INDIRECT 1 1729610464 @babel/plugin-transform-nullish-coalescing-operator • 7.26.6 Remove nullish coalescing operator INDIRECT 1 1736790547 @babel/plugin-transform-numeric-separator • 7.25.9 Remove numeric separators from Decimal, Binary, Hex and Octal literals INDIRECT 1 1729610465 @babel/plugin-transform-object-rest-spread • 7.25.9 Compile object rest and spread to ES5 INDIRECT 15 1729610480 @babel/plugin-transform-object-super • 7.25.9 Compile ES2015 object super to ES5 INDIRECT 23 1729610508 @babel/plugin-transform-optional-catch-binding • 7.25.9 Compile optional catch bindings INDIRECT 1 1729610466 @babel/plugin-transform-optional-chaining • 7.25.9 Transform optional chaining operators into a series of nil checks INDIRECT 21 1729610501 @babel/plugin-transform-parameters • 7.25.9 Compile ES2015 default and rest parameters to ES5 INDIRECT 1 1729610466 @babel/plugin-transform-private-methods • 7.25.9 This plugin transforms private class methods INDIRECT 27 1729610511 @babel/plugin-transform-private-property-in-object • 7.25.9 This plugin transforms checks for a private property in an object INDIRECT 27 1729610512 @babel/plugin-transform-property-literals • 7.25.9 Ensure that reserved words are quoted in object property keys INDIRECT 1 1729610467 @babel/plugin-transform-react-display-name • 7.25.9 Add displayName to React.createClass calls INDIRECT 1 1729610469 @babel/plugin-transform-react-jsx-development • 7.25.9 Turn JSX into React function calls in development INDIRECT 24 1729610508 @babel/plugin-transform-react-jsx-self • 7.25.9 Add a __self prop to all JSX Elements INDIRECT 1 1729610469 @babel/plugin-transform-react-jsx-source • 7.25.9 Add a __source prop to all JSX Elements INDIRECT 1 1729610470 @babel/plugin-transform-react-jsx • 7.25.9 Turn JSX into React function calls INDIRECT 23 1729610501 @babel/plugin-transform-react-pure-annotations • 7.25.9 Mark top-level React method calls as pure for tree shaking INDIRECT 5 1729610482 @babel/plugin-transform-regenerator • 7.27.0 Explode async and generator functions into a state machine. INDIRECT 4 1742838102 @babel/plugin-transform-regexp-modifiers • 7.26.0 Compile inline regular expression modifiers INDIRECT 17 1729863010 @babel/plugin-transform-reserved-words • 7.25.9 Ensure that no reserved words are used. INDIRECT 1 1729610471 @babel/plugin-transform-shorthand-properties • 7.25.9 Compile ES2015 shorthand properties to ES5 INDIRECT 1 1729610471 @babel/plugin-transform-spread • 7.25.9 Compile ES2015 spread to ES5 INDIRECT 21 1729610501 @babel/plugin-transform-sticky-regex • 7.25.9 Compile ES2015 sticky regex to an ES5 RegExp constructor INDIRECT 1 1729610472 @babel/plugin-transform-template-literals • 7.26.8 Compile ES2015 template literals to ES5 INDIRECT 1 1739008763 @babel/plugin-transform-typeof-symbol • 7.27.0 This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols) INDIRECT 1 1742838101 @babel/plugin-transform-typescript • 7.27.0 Transform TypeScript into ES.next INDIRECT 28 1742838115 @babel/plugin-transform-unicode-escapes • 7.25.9 Compile ES2015 Unicode escapes to ES5 INDIRECT 1 1729610474 @babel/plugin-transform-unicode-property-regex • 7.25.9 Compile Unicode property escapes in Unicode regular expressions to ES5. INDIRECT 17 1729610489 @babel/plugin-transform-unicode-regex • 7.25.9 Compile ES2015 Unicode regex to ES5 INDIRECT 17 1729610489 @babel/plugin-transform-unicode-sets-regex • 7.25.9 Compile regular expressions' unicodeSets (v) flag. INDIRECT 17 1729610489 @babel/preset-env • 7.26.9 A Babel preset for each environment. DIRECT 129 1739533685 @babel/preset-modules • 0.1.6-no-external-plugins A Babel preset that targets modern browsers by fixing engine bugs. INDIRECT 5 1689960984 @babel/preset-react • 7.26.3 Babel preset for all React plugins. DIRECT 28 1733315735 @babel/preset-typescript • 7.27.0 Babel preset for TypeScript. DIRECT 34 1742838117 @babel/runtime • 7.27.0 babel's modular runtime helpers DIRECT 1 1742838103 @babel/template • 7.27.0 Generate an AST from a string template. DIRECT 7 1742838109 @babel/traverse • 7.27.0 The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes DIRECT 18 1742838111 @babel/types • 7.27.0 Babel Types is a Lodash-esque utility library for AST nodes DIRECT 2 1742838105 @cush/relative • 1.0.0 Fast relative path resolution INDIRECT 0 1617298013 @esbuild/android-arm • 0.15.18 A WebAssembly shim for esbuild on Android ARM. INDIRECT 0 1670205349 @esbuild/linux-loong64 • 0.15.18 The Linux LoongArch 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205370 @jridgewell/gen-mapping • 0.3.8 Generate source maps INDIRECT 4 1733944203 @jridgewell/resolve-uri • 3.1.2 Resolve a URI relative to an optional base URI INDIRECT 0 1707939158 @jridgewell/set-array • 1.2.1 Like a Set, but provides the index of the `key` in the backing array INDIRECT 0 1709186612 @jridgewell/sourcemap-codec • 1.5.0 Encode/decode sourcemap mappings INDIRECT 0 1720553292 @jridgewell/trace-mapping • 0.3.25 Trace the original position through a source map INDIRECT 2 1709362371 @ladle/react-context • 1.0.1 DIRECT 0 1655792763 @nodelib/fs.scandir • 2.1.5 List files and directories inside the specified directory INDIRECT 3 1622792604 @nodelib/fs.stat • 2.0.5 Get the status of a file with some features INDIRECT 0 1622792600 @nodelib/fs.walk • 1.2.8 A library for efficiently walking a directory recursively INDIRECT 6 1625769665 @pkgjs/parseargs • 0.11.0 Polyfill of future proposal for `util.parseArgs()` INDIRECT 0 1665411524 @vitejs/plugin-react • 2.2.0 The all-in-one Vite plugin for React projects. DIRECT 49 1666790236 accepts • 1.3.8 Higher-level content negotiation INDIRECT 3 1643845928 ansi-regex • 5.0.1 Regular expression for matching ANSI escape codes INDIRECT 0 1631634919 ansi-regex • 6.1.0 Regular expression for matching ANSI escape codes INDIRECT 0 1725890276 ansi-styles • 4.3.0 ANSI escape codes for styling strings in the terminal INDIRECT 2 1601839105 ansi-styles • 6.2.1 ANSI escape codes for styling strings in the terminal INDIRECT 0 1665592446 any-promise • 1.3.0 Resolve any installed ES6 compatible promise INDIRECT 0 1462709706 array-flatten • 1.1.1 Flatten an array of nested arrays into a single flat array INDIRECT 0 1436478175 babel-plugin-polyfill-corejs2 • 0.4.13 A Babel plugin to inject imports to core-js@2 polyfills INDIRECT 24 1742390649 babel-plugin-polyfill-corejs3 • 0.11.1 A Babel plugin to inject imports to core-js@3 polyfills INDIRECT 25 1737718711 babel-plugin-polyfill-regenerator • 0.6.4 A Babel plugin to inject imports to regenerator-runtime INDIRECT 24 1742390649 balanced-match • 1.0.2 Match balanced character pairs, like "{" and "}" INDIRECT 0 1617713469 binary-extensions • 2.3.0 List of binary file extensions INDIRECT 0 1710439839 body-parser • 1.20.3 Node.js body parsing middleware INDIRECT 40 1725923719 boxen • 7.1.1 Create boxes in the terminal DIRECT 18 1688469443 bplist-parser • 0.2.0 Binary plist parser. INDIRECT 1 1562962045 brace-expansion • 2.0.1 Brace expansion as known from sh/bash INDIRECT 1 1614010693 braces • 3.0.3 Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed. INDIRECT 3 1716281951 browserslist • 4.24.4 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1736336671 bundle-name • 3.0.0 Get bundle name from a bundle identifier (macOS): `com.apple.Safari` → `Safari` INDIRECT 17 1615124675 bytes • 3.1.2 Utility to parse a string bytes to bytes and vice-versa INDIRECT 0 1643346157 call-bind-apply-helpers • 1.0.2 Helper functions around Function call/apply/bind, for use in `call-bind` INDIRECT 2 1739388296 call-bound • 1.0.4 Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. INDIRECT 12 1741024203 camelcase • 7.0.1 Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar` INDIRECT 0 1670935595 chalk • 5.4.1 Terminal string styling done right INDIRECT 0 1734800693 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library DIRECT 14 1707260254 classnames • 2.5.1 A simple utility for conditionally joining classNames together DIRECT 0 1703865316 cli-boxes • 3.0.0 Boxes for use in the terminal INDIRECT 0 1610826678 color-convert • 2.0.1 Plain color conversion functions INDIRECT 1 1566248736 color-name • 1.1.4 A list of color names and its values INDIRECT 0 1537526936 commander • 4.1.1 the complete solution for node.js command-line programs INDIRECT 0 1580710556 commander • 9.5.0 the complete solution for node.js command-line programs DIRECT 0 1673075085 content-disposition • 0.5.4 Create and parse Content-Disposition header INDIRECT 1 1639176934 content-type • 1.0.5 Create and parse HTTP Content-Type header INDIRECT 0 1675020359 convert-source-map • 2.0.0 Converts a source-map from/to different formats and allows adding/changing properties. INDIRECT 0 1666044408 cookie-signature • 1.0.6 Sign and unsign cookies INDIRECT 0 1423002195 cookie • 0.7.1 HTTP server cookie parsing and serialization INDIRECT 0 1727979437 core-js-compat • 3.41.0 core-js compat INDIRECT 7 1740848181 cross-spawn-async • 2.2.5 Cross platform child_process#spawn INDIRECT 5 1477593815 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync DIRECT 5 1731938392 debug • 2.6.9 small debugging utility INDIRECT 1 1506087155 debug • 4.4.0 Lightweight debugging utility for Node.js and the browser DIRECT 1 1733488366 decode-uri-component • 0.2.2 A better decodeURIComponent INDIRECT 0 1669918979 default-browser-id • 3.0.0 Get the bundle identifier of the default browser (macOS). Example: com.apple.Safari INDIRECT 3 1615126428 default-browser • 3.1.0 Get the default browser DIRECT 34 1658055305 define-lazy-prop • 2.0.0 Define a lazily evaluated property on an object INDIRECT 0 1554885465 depd • 2.0.0 Deprecate all the things INDIRECT 0 1540576375 destroy • 1.2.0 destroy a stream if possible INDIRECT 0 1647802992 dir-glob • 3.0.1 Convert directories to glob compatible strings INDIRECT 1 1561825326 dunder-proto • 1.0.1 If available, the `Object.prototype.__proto__` accessor and mutator, call-bound INDIRECT 4 1734401567 eastasianwidth • 0.2.0 Get East Asian Width from a character. INDIRECT 0 1514798767 ee-first • 1.1.1 return the first event in a set of ee/event pairs INDIRECT 0 1432581508 emoji-regex • 8.0.0 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1551812303 emoji-regex • 9.2.2 A regular expression to match all Emoji-only symbols as per the Unicode Standard. INDIRECT 0 1614682689 encodeurl • 1.0.2 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1516591169 encodeurl • 2.0.0 Encode a URL to a percent-encoded form, excluding already-encoded sequences INDIRECT 0 1711670622 es-define-property • 1.0.1 `Object.defineProperty`, but not IE 8's broken one. INDIRECT 0 1733508962 es-errors • 1.3.0 A simple cache for a few of the JS Error constructors. INDIRECT 0 1707120351 es-object-atoms • 1.1.1 ES Object-related atoms: Object, ToObject, RequireObjectCoercible INDIRECT 1 1736901763 esbuild-android-64 • 0.15.18 A WebAssembly shim for esbuild on Android x64. INDIRECT 0 1670205350 esbuild-android-arm64 • 0.15.18 The Android ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205350 esbuild-darwin-64 • 0.15.18 The macOS 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205349 esbuild-darwin-arm64 • 0.15.18 The macOS ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205359 esbuild-freebsd-64 • 0.15.18 The FreeBSD 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205340 esbuild-freebsd-arm64 • 0.15.18 The FreeBSD ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205340 esbuild-linux-32 • 0.15.18 The Linux 32-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205359 esbuild-linux-64 • 0.15.18 The Linux 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205359 esbuild-linux-arm • 0.15.18 The Linux ARM binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205359 esbuild-linux-arm64 • 0.15.18 The Linux ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205369 esbuild-linux-mips64le • 0.15.18 The Linux MIPS 64-bit Little Endian binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205370 esbuild-linux-ppc64le • 0.15.18 The Linux PowerPC 64-bit Little Endian binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205377 esbuild-linux-riscv64 • 0.15.18 The Linux RISC-V 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205370 esbuild-linux-s390x • 0.15.18 The Linux IBM Z 64-bit Big Endian binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205378 esbuild-netbsd-64 • 0.15.18 The NetBSD AMD64 binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205340 esbuild-openbsd-64 • 0.15.18 The OpenBSD 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205339 esbuild-sunos-64 • 0.15.18 The illumos 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205328 esbuild-windows-32 • 0.15.18 The Windows 32-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205328 esbuild-windows-64 • 0.15.18 The Windows 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205328 esbuild-windows-arm64 • 0.15.18 The Windows ARM 64-bit binary for esbuild, a JavaScript bundler. INDIRECT 0 1670205326 esbuild • 0.15.18 An extremely fast JavaScript and CSS bundler and minifier. INDIRECT 22 1670205387 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 escape-html • 1.0.3 Escape string for use in HTML INDIRECT 0 1441082842 etag • 1.8.1 Create simple HTTP ETags INDIRECT 0 1505270624 execa • 0.2.2 A better `child_process` INDIRECT 10 1452515075 execa • 5.1.1 Process execution for humans INDIRECT 15 1622824691 express • 4.21.2 Fast, unopinionated, minimalist web framework DIRECT 68 1733437900 fast-glob • 3.3.3 It's a very fast and efficient glob library for Node.js INDIRECT 17 1736073522 fill-range • 7.1.1 Fill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex` INDIRECT 2 1716281151 filter-obj • 1.1.0 Filter object keys and values into a new object INDIRECT 0 1439402605 finalhandler • 1.3.1 Node.js final http responder INDIRECT 9 1726084302 forwarded • 0.2.0 Parse HTTP X-Forwarded-For header INDIRECT 0 1622503382 fresh • 0.5.2 HTTP response freshness testing INDIRECT 0 1505365392 fsevents • 2.3.3 Native Access to MacOS FSEvents INDIRECT 0 1692635062 function-bind • 1.1.2 Implementation of Function.prototype.bind INDIRECT 0 1697137699 gensync • 1.0.0-beta.2 Allows users to use generators in order to write common functions that can be both sync or async. INDIRECT 0 1603831420 get-intrinsic • 1.3.0 Get and robustly cache all JS language-level intrinsics at first require time INDIRECT 11 1740257660 get-port • 6.1.2 Get an available port DIRECT 0 1645716784 get-proto • 1.0.1 Robustly get the [[Prototype]] of an object INDIRECT 6 1735848482 get-stream • 6.0.1 Get a stream as a string, buffer, or array INDIRECT 0 1618462602 globals • 11.12.0 Global identifiers from different JavaScript environments INDIRECT 0 1556626185 globby • 13.2.2 User-friendly glob matching DIRECT 22 1688594635 globrex • 0.1.2 Glob to regular expression with support for extended globs INDIRECT 0 1544974492 gopd • 1.2.0 `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. INDIRECT 0 1733329312 has-symbols • 1.1.0 Determine if the JS environment has Symbol support. Supports spec, or shams. INDIRECT 0 1733157257 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 history • 5.3.0 Manage session history with JavaScript DIRECT 2 1645550285 http-errors • 2.0.0 Create HTTP error objects INDIRECT 5 1639798242 iconv-lite • 0.4.24 Convert character encodings in pure javascript. INDIRECT 1 1534969392 ignore • 5.3.2 Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. INDIRECT 0 1723452660 ipaddr.js • 1.9.1 A library for manipulating IPv4 and IPv6 addresses in JavaScript. INDIRECT 0 1563330499 is-binary-path • 2.1.0 Check if a file path is a binary file INDIRECT 1 1555648965 is-core-module • 2.16.1 Is this specifier a node.js core module? INDIRECT 2 1734816207 is-docker • 2.2.1 Check if the process is running inside a Docker container INDIRECT 0 1617958751 is-extglob • 2.1.1 Returns true if a string has an extglob. INDIRECT 0 1481429064 is-fullwidth-code-point • 3.0.0 Check if the character represented by a given Unicode code point is fullwidth INDIRECT 0 1552896545 is-glob • 4.0.3 Returns `true` if the given string looks like a glob pattern or an extglob pattern. This makes it easy to create code that only uses external modules like node-glob when necessary, resulting in much faster code execution and initialization time, and a bet INDIRECT 1 1632934367 is-number • 7.0.0 Returns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc. INDIRECT 0 1530716938 is-stream • 2.0.1 Check if something is a Node.js stream INDIRECT 0 1627296664 is-wsl • 2.2.0 Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) INDIRECT 1 1588492633 js-tokens • 4.0.0 A regex that tokenizes JavaScript. INDIRECT 0 1517140738 jsesc • 3.0.2 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1603892950 jsesc • 3.1.0 Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. INDIRECT 0 1733905474 json5 • 2.2.3 JSON for Humans INDIRECT 0 1672506692 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 lodash.debounce • 4.0.8 The lodash method `_.debounce` exported as a module. INDIRECT 0 1471109869 lodash.merge • 4.6.2 The Lodash method `_.merge` exported as a module. DIRECT 0 1562717981 loose-envify • 1.4.0 Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST INDIRECT 1 1531220985 magic-string • 0.26.7 Modify strings, generate sourcemaps INDIRECT 1 1665352834 math-intrinsics • 1.1.0 ES Math-related intrinsics and helpers, robustly cached. INDIRECT 0 1734587889 media-typer • 0.3.0 Simple RFC 6838 media type parser and formatter INDIRECT 0 1410150744 merge-descriptors • 1.0.3 Merge objects using descriptors INDIRECT 0 1700155732 merge-stream • 2.0.0 Create a stream that emits events from multiple other streams INDIRECT 0 1558618605 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 1591169950 methods • 1.1.2 HTTP methods that node supports INDIRECT 0 1453085636 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 1724430678 mime-db • 1.52.0 Media Type Database INDIRECT 0 1645472511 mime-types • 2.1.35 The ultimate javascript content-type utility. INDIRECT 1 1647108283 mime • 1.6.0 A comprehensive library for mime-type mapping INDIRECT 0 1511571199 mimic-fn • 2.1.0 Make a function mimic another one INDIRECT 0 1554054814 minimist • 1.2.8 parse argument options INDIRECT 0 1675976389 ms • 2.0.0 Tiny milisecond conversion utility INDIRECT 0 1494937566 ms • 2.1.3 Tiny millisecond conversion utility INDIRECT 0 1607435675 mz • 2.7.0 modernize node.js to current ECMAScript standards INDIRECT 4 1505325456 nanoid • 3.3.11 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1742339192 negotiator • 0.6.3 HTTP content negotiation INDIRECT 0 1642902613 node-releases • 2.0.19 Node.js releases data INDIRECT 0 1733801321 normalize-path • 3.0.0 Normalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled. INDIRECT 0 1524149687 npm-run-path • 1.0.0 Get your PATH prepended with locally installed binaries INDIRECT 1 1451328854 npm-run-path • 4.0.1 Get your PATH prepended with locally installed binaries INDIRECT 1 1577052272 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-inspect • 1.13.4 string representations of objects in node and the browser INDIRECT 0 1738718770 on-finished • 2.4.1 Execute a callback when a request closes, finishes, or errors INDIRECT 1 1645546248 onetime • 5.1.2 Ensure a function is only called once INDIRECT 1 1597004944 open • 8.4.2 Open stuff like URLs, files, executables. Cross-platform. DIRECT 3 1676897013 parseurl • 1.3.3 parse a url with memoization INDIRECT 0 1555388186 path-key • 1.0.0 Get the PATH environment variable key cross-platform INDIRECT 0 1451327811 path-key • 3.1.1 Get the PATH environment variable key cross-platform INDIRECT 0 1574441238 path-parse • 1.0.7 Node.js path.parse() ponyfill INDIRECT 0 1621947457 path-to-regexp • 0.1.12 Express style path to RegExp utility INDIRECT 0 1733436486 path-type • 4.0.0 Check if a path is a file, directory, or symlink INDIRECT 0 1552382718 picomatch • 2.3.1 Blazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions. INDIRECT 0 1641143904 pirates • 4.0.7 Properly hijack require, i.e., properly define require hooks and customizations INDIRECT 0 1743074518 postcss • 8.5.3 Tool for transforming styles with JS plugins INDIRECT 3 1739972744 prism-react-renderer • 1.3.5 Renders highlighted Prism output using React DIRECT 0 1656611294 prop-types • 15.8.1 Runtime type checking for React props and similar objects. DIRECT 4 1641341313 proxy-addr • 2.0.7 Determine address of proxied request INDIRECT 2 1622509048 query-string • 7.1.3 Parse and stringify URL query strings DIRECT 4 1670003139 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 range-parser • 1.2.1 Range header field string parser INDIRECT 0 1557534457 raw-body • 2.5.2 Get and validate the raw body of a readable stream. INDIRECT 10 1676999169 react-frame-component • 5.2.7 React component to wrap your application or component in an iFrame for encapsulation purposes DIRECT 0 1717048193 react-inspector • 6.0.2 Power of Browser DevTools inspectors right inside your React app DIRECT 0 1686060954 react-is • 16.13.1 Brand checking of React Elements. INDIRECT 0 1584647608 react-refresh • 0.14.2 React is a JavaScript library for building user interfaces. INDIRECT 0 1714149864 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 recrawl-sync • 2.2.3 [](https://www.npmjs.com/package/recrawl-sync) [](https://github.com/aleclarson/recrawl/actions/workflows/release.yml) INDIRECT 54 1666281689 regenerate-unicode-properties • 10.2.0 Regenerate sets for Unicode properties and values. INDIRECT 1 1726132062 regenerate • 1.4.2 Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points. INDIRECT 0 1604220132 regenerator-runtime • 0.14.1 Runtime for Regenerator-compiled generator and async functions. INDIRECT 0 1702673522 regenerator-transform • 0.15.2 Explode async and generator functions into a state machine. INDIRECT 2 1691169947 regexpu-core • 6.2.0 regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5. INDIRECT 9 1732220053 regjsgen • 0.8.0 Generate regular expressions from regjsparser’s AST. INDIRECT 0 1686069841 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 reusify • 1.1.0 Reuse objects and functions with style INDIRECT 0 1740499249 rollup • 2.79.2 Next-generation ES module bundler INDIRECT 1 1727376296 run-applescript • 5.0.0 Run AppleScript and get the result INDIRECT 16 1615124173 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 safe-buffer • 5.2.1 Safer Node.js Buffer API INDIRECT 0 1589128650 safer-buffer • 2.1.2 Modern Buffer API polyfill without footguns INDIRECT 0 1523184162 send • 0.19.0 Better streaming static file server with Range and conditional-GET support INDIRECT 18 1725928480 serve-static • 1.16.2 Serve static files INDIRECT 21 1726079074 shebang-command • 2.0.0 Get the command from a shebang INDIRECT 1 1567781605 shebang-regex • 3.0.0 Regular expression for matching a shebang line INDIRECT 0 1556361979 side-channel-list • 1.0.0 Store information about any JS value in a side channel, using a linked list INDIRECT 2 1733862025 side-channel-map • 1.0.1 Store information about any JS value in a side channel, using a Map INDIRECT 14 1733892798 side-channel-weakmap • 1.0.2 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 15 1733895551 side-channel • 1.1.0 Store information about any JS value in a side channel. Uses WeakMap if available. INDIRECT 17 1733936433 slash • 3.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1556425560 slash • 4.0.0 Convert Windows backslash paths to slash paths INDIRECT 0 1618384066 sourcemap-codec • 1.4.8 Encode/decode sourcemap mappings INDIRECT 0 1579200826 split-on-first • 1.1.0 Split a string on the first occurance of a given separator INDIRECT 0 1556010067 statuses • 2.0.1 HTTP status utility INDIRECT 0 1609655867 strict-uri-encode • 2.0.0 A stricter URI encode adhering to RFC 3986 INDIRECT 0 1476216540 string-width • 4.2.3 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1632417441 string-width • 5.1.2 Get the visual width of a string - the number of columns required to display it INDIRECT 4 1646036525 strip-ansi • 6.0.1 Strip ANSI escape codes from a string INDIRECT 1 1632414881 strip-ansi • 7.1.0 Strip ANSI escape codes from a string INDIRECT 1 1685267704 strip-bom • 3.0.0 Strip UTF-8 byte order mark (BOM) from a string INDIRECT 0 1462032164 strip-eof • 1.0.0 Strip the End-Of-File (EOF) character from a string/buffer INDIRECT 0 1449316193 strip-final-newline • 2.0.0 Strip the final newline character from a string/buffer INDIRECT 0 1540715802 sucrase • 3.35.0 Super-fast alternative to Babel for when you can target modern JS runtimes INDIRECT 49 1703208883 supports-preserve-symlinks-flag • 1.0.0 Determine if the current node version supports the `--preserve-symlinks` flag. INDIRECT 0 1641194576 thenify-all • 1.6.0 Promisifies all the selected functions in an object INDIRECT 2 1420910664 thenify • 3.3.1 Promisify a callback-based function INDIRECT 1 1592415057 titleize • 1.0.1 Capitalize every word in a string: unicorn cake → Unicorn Cake INDIRECT 0 1521782300 to-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 1554617077 toidentifier • 1.0.1 Convert a string of words to a JavaScript identifier INDIRECT 0 1636928349 tsconfig-paths • 4.2.0 Load node modules according to tsconfig paths, in run-time or via API. INDIRECT 3 1680122830 type-is • 1.6.18 Infer the content-type of a request. INDIRECT 3 1556287189 unicode-canonical-property-names-ecmascript • 2.0.1 The set of canonical Unicode property names supported in ECMAScript RegExp property escapes. INDIRECT 0 1726129249 unicode-match-property-ecmascript • 2.0.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 2 1631618585 unicode-match-property-value-ecmascript • 2.2.0 Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript. INDIRECT 0 1726132494 unicode-property-aliases-ecmascript • 2.1.0 Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes. INDIRECT 0 1663157048 unpipe • 1.0.0 Unpipe a stream from all destinations INDIRECT 0 1434313819 untildify • 4.0.0 Convert a tilde path to an absolute path: `~/dev` → `/Users/sindresorhus/dev` INDIRECT 0 1556510926 update-browserslist-db • 1.1.3 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1740591163 utils-merge • 1.0.1 merge() utility function INDIRECT 0 1505866719 vary • 1.1.2 Manipulate the HTTP Vary header INDIRECT 0 1506217631 vite-tsconfig-paths • 3.6.0 Vite resolver for TypeScript compilerOptions.paths DIRECT 62 1668878413 vite • 3.2.11 Native-ESM powered web dev build tool DIRECT 35 1726558488 widest-line • 4.0.1 Get the visual width of the widest line in a string - the number of columns required to display it INDIRECT 5 1634023777 wrap-ansi • 7.0.0 Wordwrap a string with ANSI escape codes INDIRECT 8 1587574403 wrap-ansi • 8.1.0 Wordwrap a string with ANSI escape codes INDIRECT 6 1674468804 xdg-default-browser • 2.1.0 Get default browser on Linux INDIRECT 12 1461327933