@alloc/quick-lru • 5.2.0 Simple “Least Recently Used” (LRU) cache INDIRECT 0 1617668898 @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 @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 @polka/url • 1.0.0-next.28 Super fast, memoized `req.url` parser INDIRECT 0 1726753904 @popperjs/core • 2.11.8 Tooltip and Popover Positioning Engine DIRECT 0 1685122045 @sveltejs/kit • 2.15.0 SvelteKit is the fastest way to build Svelte apps DIRECT 18 1734888757 @types/cookie • 0.6.0 TypeScript definitions for cookie INDIRECT 0 1701036422 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 arg • 5.0.2 Unopinionated, no-frills CLI argument parser INDIRECT 0 1654453209 autoprefixer • 10.4.20 Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website DIRECT 10 1722633102 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 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.3 Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset INDIRECT 6 1734107179 camelcase-css • 2.0.1 Convert a kebab-cased CSS property into a camelCased DOM property. INDIRECT 0 1533949161 chokidar • 3.6.0 Minimal and efficient cross-platform file watching library INDIRECT 14 1707260254 clsx • 2.1.1 A tiny (239B) utility for constructing className strings conditionally. DIRECT 0 1713849964 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 cookie • 0.6.0 HTTP server cookie parsing and serialization INDIRECT 0 1699333269 cross-spawn • 7.0.6 Cross platform child_process#spawn and child_process#spawnSync INDIRECT 5 1731938392 cssesc • 3.0.0 A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output. INDIRECT 0 1549298060 devalue • 5.1.1 Gets the job done when JSON.stringify can't INDIRECT 0 1727295067 dlv • 1.1.3 Safely get a dot-notated property within an object. INDIRECT 0 1558530846 eastasianwidth • 0.2.0 Get East Asian Width from a character. INDIRECT 0 1514798767 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 escalade • 3.2.0 A tiny (183B to 210B) and fast utility to ascend parent directories INDIRECT 0 1724972376 esm-env • 1.2.1 Uses export conditions to return environment information in a way that works with major bundlers and runtimes. INDIRECT 0 1732839756 fast-glob • 3.3.2 It's a very fast and efficient glob library for Node.js INDIRECT 17 1699274471 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 fraction.js • 4.3.7 A rational number library INDIRECT 0 1697128642 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 globalyzer • 0.1.0 Detects and extract the glob part of a string INDIRECT 0 1523774525 globrex • 0.1.2 Glob to regular expression with support for extended globs INDIRECT 0 1544974492 hasown • 2.0.2 A robust, ES3 compatible, "has own property" predicate. INDIRECT 1 1710092305 import-meta-resolve • 4.1.0 Resolve things like Node.js — ponyfill for `import.meta.resolve` INDIRECT 0 1714390070 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-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 jiti • 1.21.7 Runtime typescript and ESM support for Node.js INDIRECT 0 1734470449 kleur • 4.1.5 The fastest Node.js library for formatting terminal text with ANSI colors~! INDIRECT 0 1656269412 lilconfig • 3.1.3 A zero-dependency alternative to cosmiconfig INDIRECT 0 1733226557 lines-and-columns • 1.2.4 Maps lines and columns to character offsets and back. INDIRECT 0 1637465467 magic-string • 0.30.17 Modify strings, generate sourcemaps INDIRECT 1 1734329694 merge2 • 1.4.1 Merge multiple streams into one stream in sequence or parallel. INDIRECT 0 1591169950 micromatch • 4.0.8 Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. INDIRECT 5 1724430678 mri • 1.2.0 Quickly scan for CLI flags and arguments INDIRECT 0 1631486152 mrmime • 2.0.0 A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename INDIRECT 0 1703085882 mz • 2.7.0 modernize node.js to current ECMAScript standards INDIRECT 4 1505325456 nanoid • 3.3.8 A tiny (116 bytes), secure URL-friendly unique string ID generator INDIRECT 0 1732622105 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 normalize-range • 0.1.2 Utility for normalizing a numeric range, with a wrapping function useful for polar coordinates INDIRECT 0 1442121604 object-assign • 4.1.1 ES2015 `Object.assign()` ponyfill INDIRECT 0 1484580915 object-hash • 3.0.0 Generate hashes from javascript objects in node and the browser. INDIRECT 0 1645197047 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 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 pify • 2.3.0 Promisify a callback-style function INDIRECT 0 1445865378 pirates • 4.0.6 Properly hijack require, i.e., properly define require hooks and customizations INDIRECT 0 1687251749 postcss-import • 15.1.0 PostCSS plugin to import CSS files INDIRECT 9 1670449538 postcss-js • 4.0.1 PostCSS for CSS-in-JS and styles in JS objects INDIRECT 1 1675869138 postcss-load-config • 4.0.2 Autoload Config for PostCSS INDIRECT 2 1700440421 postcss-nested • 6.2.0 PostCSS plugin to unwrap nested rules like how Sass does it INDIRECT 3 1721425846 postcss-selector-parser • 6.1.2 > Selector parser with built in methods for working with selector strings. INDIRECT 2 1723459423 postcss-value-parser • 4.2.0 Transforms css values and at-rule params into the tree INDIRECT 0 1638185576 postcss • 8.4.49 Tool for transforming styles with JS plugins DIRECT 3 1731355149 queue-microtask • 1.2.3 fast, tiny `queueMicrotask` shim for modern engines INDIRECT 0 1616391430 read-cache • 1.0.0 Reads and caches the entire contents of a file until it is modified INDIRECT 1 1452477194 readdirp • 3.6.0 Recursive version of fs.readdir with streaming API. INDIRECT 1 1615717351 resolve • 1.22.10 resolve like require.resolve() on behalf of files asynchronously and synchronously INDIRECT 5 1734629351 reusify • 1.0.4 Reuse objects and functions with style INDIRECT 0 1516958898 run-parallel • 1.2.0 Run an array of functions in parallel INDIRECT 1 1612925888 sade • 1.8.1 Smooth (CLI) operator 🎶 INDIRECT 1 1641488973 set-cookie-parser • 2.7.1 Parses set-cookie headers into objects INDIRECT 0 1729535135 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 shikiji-core • 0.10.2 Core of Shikiji INDIRECT 0 1706274412 shikiji • 0.10.2 An ESM-focused rewrite of shiki DIRECT 1 1706274420 sirv • 3.0.0 The optimized & lightweight middleware for serving requests to static assets INDIRECT 3 1728659392 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 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 tailwind-merge • 2.6.0 Merge Tailwind CSS classes without style conflicts DIRECT 0 1734972358 tailwindcss • 3.4.17 A utility-first CSS framework for rapidly building custom user interfaces. DIRECT 105 1734464201 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 tiny-glob • 0.2.9 Tiny and extremely fast globbing INDIRECT 2 1621014826 tippy.js • 6.3.7 The complete tooltip, popover, dropdown, and menu solution for the web DIRECT 1 1636527192 to-regex-range • 5.0.1 Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions. INDIRECT 1 1554617077 totalist • 3.0.1 A tiny (195B to 220B) utility to recursively list all (total) files in a directory INDIRECT 0 1680546999 update-browserslist-db • 1.1.1 CLI tool to update caniuse-lite to refresh target browsers from Browserslist config INDIRECT 2 1727429554 util-deprecate • 1.0.2 The Node.js `util.deprecate()` function with browser support INDIRECT 0 1444243060 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