Third-party licenses
Chessivity builds on open-source software, fonts, and graphics. This page lists what we use and under which licenses. Dependency data was generated on ;
Fonts
- Nunito — Primary UI font, loaded via Next.js `next/font/google` (self-hosted subsets). Open Graph preview images load Nunito Bold at runtime from the Google Fonts API. SIL Open Font License 1.1 (source)
Chess graphics
- react-chessboard — Chessboard UI: piece movement, spare pieces, and annotations in the feed and composer. MIT License (project)
- Default chess piece SVGs (react-chessboard) — Rasterized/embedded SVG chess piece graphics displayed on the board unless overridden. Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) (Wikimedia category). Upstream attributes these to Wikimedia Commons (Category:SVG chess pieces) by Cburnett, CC BY-SA 3.0, as noted in react-chessboard `src/pieces.tsx`.
Icons
- Lucide (lucide-react) — Profile Active Streak metric (flame); profile Statistics global timeframe picker (calendar trigger and previous/next month controls, via the shared date calendar); member Feedback Ideas submit button (plus). ISC License (source)
Some decorative marks and illustrations are small inline SVGs authored for Chessivity.
Frontend (runtime)
Production dependency tree (439 packages; react-chessboard is under Chess graphics and lucide-react under Icons), grouped by SPDX or npm-reported license name.
(MIT OR CC0-1.0)
- type-fest@0.7.1 — A collection of essential TypeScript types (homepage)
0BSD
- tslib@2.8.1 — Runtime library for TypeScript helper functions (homepage)
Apache-2.0
- @img/sharp-linux-x64@0.34.5 — Prebuilt sharp for use with Linux (glibc) x64 (homepage)
- @opentelemetry/api@1.9.1 — Public API for OpenTelemetry (homepage)
- @opentelemetry/api-logs@0.207.0 — Public logs API for OpenTelemetry (homepage)
- @opentelemetry/core@2.6.1 — OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages. (homepage)
- @opentelemetry/instrumentation@0.207.0 — Base class for node which OpenTelemetry instrumentation modules extend (homepage)
- @opentelemetry/instrumentation-amqplib@0.61.0 — OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ (homepage)
- @opentelemetry/instrumentation-connect@0.57.0 — OpenTelemetry instrumentation for `connect` http middleware framework (homepage)
- @opentelemetry/instrumentation-dataloader@0.31.0 — OpenTelemetry instrumentation for `dataloader` data fetching layer (homepage)
- @opentelemetry/instrumentation-fs@0.33.0 — OpenTelemetry instrumentation for `node:fs` file system interactions module (homepage)
- @opentelemetry/instrumentation-generic-pool@0.57.0 — OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources (homepage)
- @opentelemetry/instrumentation-graphql@0.62.0 — OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL (homepage)
- @opentelemetry/instrumentation-hapi@0.60.0 — OpenTelemetry instrumentation for `@hapi/hapi` http web application framework (homepage)
- @opentelemetry/instrumentation-http@0.214.0 — OpenTelemetry instrumentation for `node:http` and `node:https` http client and server modules (homepage)
- @opentelemetry/instrumentation-kafkajs@0.23.0 — OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka (homepage)
- @opentelemetry/instrumentation-knex@0.58.0 — OpenTelemetry instrumentation for `knex` database SQL query builder (homepage)
- @opentelemetry/instrumentation-koa@0.62.0 — OpenTelemetry instrumentation for `koa` http web application framework (homepage)
- @opentelemetry/instrumentation-lru-memoizer@0.58.0 — OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache (homepage)
- @opentelemetry/instrumentation-mongodb@0.67.0 — OpenTelemetry instrumentation for `mongodb` database client for MongoDB (homepage)
- @opentelemetry/instrumentation-mongoose@0.60.0 — OpenTelemetry instrumentation for `mongoose` database object data modeling (ODM) library for MongoDB (homepage)
- @opentelemetry/instrumentation-mysql@0.60.0 — OpenTelemetry instrumentation for `mysql` database client for MySQL (homepage)
- @opentelemetry/instrumentation-mysql2@0.60.0 — OpenTelemetry instrumentation for `mysql2` database client for MySQL (homepage)
- @opentelemetry/instrumentation-pg@0.66.0 — OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL (homepage)
- @opentelemetry/instrumentation-tedious@0.33.0 — OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server (homepage)
- @opentelemetry/resources@2.7.1 — OpenTelemetry SDK resources (homepage)
- @opentelemetry/sdk-trace-base@2.7.1 — OpenTelemetry Tracing (homepage)
- @opentelemetry/semantic-conventions@1.41.1 — OpenTelemetry semantic conventions (homepage)
- @opentelemetry/sql-common@0.41.2 — Utilities for SQL instrumentations (homepage)
- @playwright/test@1.59.1 — A high-level API to automate web browsers (homepage)
- @prisma/instrumentation@7.6.0 — OpenTelemetry compliant instrumentation for Prisma Client (homepage)
- @swc/helpers@0.5.15 — External helpers for the swc project. (homepage)
- @webassemblyjs/leb128@1.13.2 — LEB128 decoder and encoder (homepage)
- @xtuc/long@4.2.2 — A Long class for representing a 64-bit two's-complement integer value. (homepage)
- baseline-browser-mapping@2.10.0 — A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. (homepage)
- class-variance-authority@0.7.1 — Class Variance Authority 🧬 (homepage)
- detect-libc@2.1.2 — Node.js module to detect the C standard library (libc) implementation family and version (homepage)
- import-in-the-middle@2.0.6 — Intercept imports in Node.js (homepage)
- playwright@1.59.1 — A high-level API to automate web browsers (homepage)
- playwright-core@1.59.1 — A high-level API to automate web browsers (homepage)
- sharp@0.34.5 — High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images (homepage)
BlueOak-1.0.0
- glob@13.0.6 — the most correct and second fastest glob implementation in JavaScript (homepage)
- lru-cache@11.3.5 — A cache object that deletes the least-recently-used items. (homepage)
- minimatch@10.2.4 — a glob matcher in javascript (homepage)
- minipass@7.1.3 — minimal implementation of a PassThrough stream (homepage)
- path-scurry@2.0.2 — walk paths fast and efficiently (homepage)
BSD-2-Clause
- chess.js@1.4.0 — Chess rules, FEN, and move validation in the browser. (homepage)
- dotenv@16.6.1 — Loads environment variables from .env file (homepage)
- eslint-scope@5.1.1 — ECMAScript scope analyzer for ESLint (homepage)
- esrecurse@4.3.0 — ECMAScript AST recursive visitor (homepage)
- estraverse@4.3.0 — ECMAScript JS AST traversal functions (homepage)
- glob-to-regexp@0.4.1 — Convert globs to regular expressions (homepage)
- terser@5.47.1 — JavaScript parser, mangler/compressor and beautifier toolkit for ES6+ (homepage)
- webidl-conversions@3.0.1 — Implements the WebIDL algorithms for converting to and from JavaScript values (homepage)
BSD-3-Clause
- @xtuc/ieee754@1.2.0 — Read/write IEEE754 floating point numbers from/to a Buffer or array-like object (homepage)
- d3-ease@3.0.1 — Easing functions for smooth animation. (homepage)
- fast-uri@3.1.2 — Dependency-free RFC 3986 URI toolbox (homepage)
- source-map@0.6.1 — Generates and consumes source maps (homepage)
- source-map-js@1.2.1 — Generates and consumes source maps (homepage)
CC-BY-4.0
- caniuse-lite@1.0.30001774 — A smaller version of caniuse-db, with only the essentials! (homepage)
FSL-1.1-MIT
ISC
- @ungap/structured-clone@1.3.0 — A structuredClone polyfill (homepage)
- d3-array@3.2.4 — Array manipulation, ordering, searching, summarizing, etc. (homepage)
- d3-color@3.1.0 — Color spaces! RGB, HSL, Cubehelix, Lab and HCL (Lch). (homepage)
- d3-format@3.1.2 — Format numbers for human consumption. (homepage)
- d3-interpolate@3.0.1 — Interpolate numbers, colors, strings, arrays, objects, whatever! (homepage)
- d3-path@3.1.0 — Serialize Canvas path commands to SVG. (homepage)
- d3-scale@4.0.2 — Encodings that map abstract data to visual representation. (homepage)
- d3-shape@3.2.0 — Graphical primitives for visualization, such as lines and areas. (homepage)
- d3-time@3.1.0 — A calculator for humanity’s peculiar conventions of time. (homepage)
- d3-time-format@4.1.0 — A JavaScript time formatter and parser inspired by strftime and strptime. (homepage)
- d3-timer@3.0.1 — An efficient queue capable of managing thousands of concurrent animations. (homepage)
- electron-to-chromium@1.5.302 — Provides a list of electron-to-chromium version mappings (homepage)
- graceful-fs@4.2.11 — A drop-in replacement for fs, making various improvements. (homepage)
- internmap@2.0.3 — Map and Set with automatic key interning (homepage)
- isexe@2.0.0 — Minimal module to check if a file is executable. (homepage)
- lru-cache@5.1.1 — A cache object that deletes the least-recently-used items. (homepage)
- lucide-react@1.14.0 — A Lucide icon library package for React applications. (homepage)
- pg-int8@1.0.1 — 64-bit big-endian signed integer-to-string conversion (homepage)
- picocolors@1.1.1 — The tiniest and the fastest library for terminal output formatting with ANSI colors (homepage)
- semver@6.3.1 — The semantic version parser used by npm. (homepage)
- which@2.0.2 — Like which(1) unix command. Find the first instance of an executable in the PATH. (homepage)
- yallist@3.1.1 — Yet Another Linked List (homepage)
LGPL-3.0-or-later
- @img/sharp-libvips-linux-x64@1.2.4 — Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64 (homepage)
MIT
- @babel/code-frame@7.29.0 — Generate errors that contain a code frame that point to source locations. (homepage)
- @babel/compat-data@7.29.0 — The compat-data to determine required Babel plugins (homepage)
- @babel/core@7.29.0 — Babel compiler core. (homepage)
- @babel/generator@7.29.1 — Turns an AST into code. (homepage)
- @babel/helper-compilation-targets@7.28.6 — Helper functions on Babel compilation targets (homepage)
- @babel/helper-globals@7.28.0 — A collection of JavaScript globals for Babel internal usage (homepage)
- @babel/helper-module-imports@7.28.6 — Babel helper functions for inserting module loads (homepage)
- @babel/helper-module-transforms@7.28.6 — Babel helper functions for implementing ES6 module transformations (homepage)
- @babel/helper-string-parser@7.27.1 — A utility package to parse strings (homepage)
- @babel/helper-validator-identifier@7.28.5 — Validate identifier/keywords name (homepage)
- @babel/helper-validator-option@7.27.1 — Validate plugin/preset options (homepage)
- @babel/helpers@7.28.6 — Collection of helper functions used by Babel transforms. (homepage)
- @babel/parser@7.29.0 — A JavaScript parser (homepage)
- @babel/template@7.28.6 — Generate an AST from a string template. (homepage)
- @babel/traverse@7.29.0 — The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes (homepage)
- @babel/types@7.29.0 — Babel Types is a Lodash-esque utility library for AST nodes (homepage)
- @date-fns/tz@1.4.1 — date-fns timezone utils (homepage)
- @dnd-kit/accessibility@3.1.1 — A generic toolkit to help with accessibility (homepage)
- @dnd-kit/core@6.3.1 — dnd kit – a lightweight React library for building performant and accessible drag and drop experiences (homepage)
- @dnd-kit/modifiers@9.0.0 — Translate modifier presets for use with `@dnd-kit` packages. (homepage)
- @dnd-kit/utilities@3.2.2 — Internal utilities to bee shared between `@dnd-kit` packages (homepage)
- @fastify/otel@0.18.0 — Official Fastify OpenTelemetry Instrumentation (homepage)
- @floating-ui/core@1.7.5 — Positioning library for floating elements: tooltips, popovers, dropdowns, and more (homepage)
- @floating-ui/dom@1.7.6 — Floating UI for the web (homepage)
- @floating-ui/react-dom@2.1.8 — Floating UI for React DOM (homepage)
- @floating-ui/utils@0.2.11 — Utilities for Floating UI (homepage)
- @img/colour@1.0.0 — The ESM-only 'color' package made compatible for use with CommonJS runtimes (homepage)
- @jridgewell/gen-mapping@0.3.13 — Generate source maps (homepage)
- @jridgewell/remapping@2.3.5 — Remap sequential sourcemaps through transformations to point at the original source code (homepage)
- @jridgewell/resolve-uri@3.1.2 — Resolve a URI relative to an optional base URI (homepage)
- @jridgewell/source-map@0.3.11 — Packages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API (homepage)
- @jridgewell/sourcemap-codec@1.5.5 — Encode/decode sourcemap mappings (homepage)
- @jridgewell/trace-mapping@0.3.31 — Trace the original position through a source map (homepage)
- @next/env@16.2.10 — Next.js dotenv file loading (homepage)
- @next/swc-linux-x64-gnu@16.2.10 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/number@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/primitive@1.1.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-arrow@1.1.7 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-collection@1.1.7 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-compose-refs@1.1.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-context@1.1.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-direction@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-dismissable-layer@1.1.11 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-focus-guards@1.1.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-focus-scope@1.1.7 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-id@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-popover@1.1.15 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-popper@1.2.8 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-portal@1.1.9 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-presence@1.1.5 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-primitive@2.1.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-radio-group@1.3.8 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-roving-focus@1.1.11 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-select@2.2.6 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-slot@1.2.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-switch@1.2.6 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-callback-ref@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-controllable-state@1.2.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-effect-event@0.0.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-escape-keydown@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-layout-effect@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-previous@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-rect@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-use-size@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/react-visually-hidden@1.2.3 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @radix-ui/rect@1.1.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- @reduxjs/toolkit@2.11.2 — The official, opinionated, batteries-included toolset for efficient Redux development (homepage)
- @rollup/plugin-commonjs@28.0.1 — Convert CommonJS modules to ES2015 (homepage)
- @rollup/pluginutils@5.3.0 — A set of utility functions commonly used by Rollup plugins (homepage)
- @rollup/rollup-linux-x64-gnu@4.60.4 — Native bindings for Rollup (homepage)
- @sentry-internal/browser-utils@10.53.1 — Browser Utilities for all Sentry JavaScript SDKs (homepage)
- @sentry-internal/feedback@10.53.1 — Sentry SDK integration for user feedback (homepage)
- @sentry-internal/replay@10.53.1 — User replays for Sentry (homepage)
- @sentry-internal/replay-canvas@10.53.1 — Replay canvas integration (homepage)
- @sentry/babel-plugin-component-annotate@5.3.0 — A Babel plugin that annotates frontend components with additional data to enrich the experience in Sentry (homepage)
- @sentry/browser@10.53.1 — Official Sentry SDK for browsers (homepage)
- @sentry/bundler-plugin-core@5.3.0 — Sentry Bundler Plugin Core (homepage)
- @sentry/core@10.53.1 — Base implementation for all Sentry JavaScript SDKs (homepage)
- @sentry/nextjs@10.53.1 — Official Sentry SDK for Next.js (homepage)
- @sentry/node@10.53.1 — Sentry Node SDK using OpenTelemetry for performance instrumentation (homepage)
- @sentry/node-core@10.53.1 — Sentry Node-Core SDK (homepage)
- @sentry/opentelemetry@10.53.1 — Official Sentry utilities for OpenTelemetry (homepage)
- @sentry/react@10.53.1 — Official Sentry SDK for React.js (homepage)
- @sentry/vercel-edge@10.53.1 — Official Sentry SDK for the Vercel Edge Runtime (homepage)
- @sentry/webpack-plugin@5.3.0 — Official Sentry Webpack plugin (homepage)
- @standard-schema/spec@1.1.0 — A family of specs for interoperable TypeScript (homepage)
- @standard-schema/utils@0.3.0 — The official runtime utils for Standard Schema (homepage)
- @tabby_ai/hijri-converter@1.0.5 — Typescript port of an accurate python Hijri-Gregorian dates converter based on the Umm al-Qura calendar: https://github.com/mhalshehri/hijri-converter
- @tanstack/react-virtual@3.13.25 — Headless UI for virtualizing scrollable elements in React (homepage)
- @tanstack/virtual-core@3.15.0 — Headless UI for virtualizing scrollable elements in TS/JS + Frameworks (homepage)
- @tiptap/core@3.22.4 — Rich text editor core (TipTap). (homepage)
- @tiptap/extension-bold@3.23.4 — bold extension for tiptap (homepage)
- @tiptap/extension-bubble-menu@3.22.4 — bubble-menu extension for tiptap (homepage)
- @tiptap/extension-code@3.23.4 — code extension for tiptap (homepage)
- @tiptap/extension-document@3.22.4 — document extension for tiptap (homepage)
- @tiptap/extension-floating-menu@3.22.4 — floating-menu extension for tiptap (homepage)
- @tiptap/extension-hard-break@3.22.4 — hard break extension for tiptap (homepage)
- @tiptap/extension-history@3.22.4 — history extension for tiptap (homepage)
- @tiptap/extension-italic@3.23.4 — italic extension for tiptap (homepage)
- @tiptap/extension-link@3.22.3 — link extension for tiptap (homepage)
- @tiptap/extension-paragraph@3.22.4 — paragraph extension for tiptap (homepage)
- @tiptap/extension-placeholder@3.22.4 — Placeholder styling for the editor. (homepage)
- @tiptap/extension-strike@3.23.4 — strike extension for tiptap (homepage)
- @tiptap/extension-text@3.22.4 — text extension for tiptap (homepage)
- @tiptap/extensions@3.22.4 — various extensions for tiptap (homepage)
- @tiptap/pm@3.22.4 — ProseMirror integration for TipTap. (homepage)
- @tiptap/react@3.22.4 — React bindings for TipTap. (homepage)
- @tiptap/suggestion@3.22.4 — Slash-command and move-picker suggestion UI for TipTap editors. (homepage)
- @types/connect@3.4.38 — TypeScript definitions for connect (homepage)
- @types/d3-array@3.2.2 — TypeScript definitions for d3-array (homepage)
- @types/d3-color@3.1.3 — TypeScript definitions for d3-color (homepage)
- @types/d3-ease@3.0.2 — TypeScript definitions for d3-ease (homepage)
- @types/d3-interpolate@3.0.4 — TypeScript definitions for d3-interpolate (homepage)
- @types/d3-path@3.1.1 — TypeScript definitions for d3-path (homepage)
- @types/d3-scale@4.0.9 — TypeScript definitions for d3-scale (homepage)
- @types/d3-shape@3.1.8 — TypeScript definitions for d3-shape (homepage)
- @types/d3-time@3.0.4 — TypeScript definitions for d3-time (homepage)
- @types/d3-timer@3.0.2 — TypeScript definitions for d3-timer (homepage)
- @types/debug@4.1.13 — TypeScript definitions for debug (homepage)
- @types/estree@1.0.8 — TypeScript definitions for estree (homepage)
- @types/estree-jsx@1.0.5 — TypeScript definitions for estree-jsx (homepage)
- @types/hast@3.0.4 — TypeScript definitions for hast (homepage)
- @types/json-schema@7.0.15 — TypeScript definitions for json-schema (homepage)
- @types/mdast@4.0.4 — TypeScript definitions for mdast (homepage)
- @types/ms@2.1.0 — TypeScript definitions for ms (homepage)
- @types/mysql@2.15.27 — TypeScript definitions for mysql (homepage)
- @types/node@20.19.35 — TypeScript definitions for node (homepage)
- @types/pg@8.15.6 — TypeScript definitions for pg (homepage)
- @types/pg-pool@2.0.7 — TypeScript definitions for pg-pool (homepage)
- @types/react@19.2.14 — TypeScript definitions for react (homepage)
- @types/react-dom@19.2.3 — TypeScript definitions for react-dom (homepage)
- @types/tedious@4.0.14 — TypeScript definitions for tedious (homepage)
- @types/unist@2.0.11 — TypeScript definitions for unist (homepage)
- @types/use-sync-external-store@0.0.6 — TypeScript definitions for use-sync-external-store (homepage)
- @webassemblyjs/ast@1.14.1 — AST utils for webassemblyjs (homepage)
- @webassemblyjs/floating-point-hex-parser@1.13.2 — A function to parse floating point hexadecimal strings as defined by the WebAssembly specification (homepage)
- @webassemblyjs/helper-api-error@1.13.2 — Common API errors (homepage)
- @webassemblyjs/helper-buffer@1.14.1 — Buffer manipulation utility (homepage)
- @webassemblyjs/helper-numbers@1.13.2 — Number parsing utility (homepage)
- @webassemblyjs/helper-wasm-bytecode@1.13.2 — WASM's Bytecode constants (homepage)
- @webassemblyjs/helper-wasm-section@1.14.1 — (homepage)
- @webassemblyjs/ieee754@1.13.2 — IEEE754 decoder and encoder (homepage)
- @webassemblyjs/utf8@1.13.2 — UTF8 encoder/decoder for WASM (homepage)
- @webassemblyjs/wasm-edit@1.14.1 — (homepage)
- @webassemblyjs/wasm-gen@1.14.1 — WebAssembly binary format printer (homepage)
- @webassemblyjs/wasm-opt@1.14.1 — (homepage)
- @webassemblyjs/wasm-parser@1.14.1 — WebAssembly binary format parser (homepage)
- @webassemblyjs/wast-printer@1.14.1 — WebAssembly text format printer (homepage)
- acorn@8.16.0 — ECMAScript parser (homepage)
- acorn-import-attributes@1.9.5 — Support for import attributes in acorn (homepage)
- acorn-import-phases@1.0.4 — Support for `import <defer|source>` phase syntax in Acorn (homepage)
- agent-base@6.0.2 — Turn a function into an `http.Agent` instance (homepage)
- ajv@8.20.0 — Another JSON Schema Validator (homepage)
- ajv-formats@2.1.1 — Format validation for Ajv v7+ (homepage)
- ajv-keywords@5.1.0 — Additional JSON-Schema keywords for Ajv JSON validator (homepage)
- altcha@3.0.2 — Privacy-first CAPTCHA widget, compliant with global regulations (GDPR/HIPAA/CCPA/LGDP/DPDPA/PIPL) and WCAG accessible. No tracking, self-verifying. (homepage)
- aria-hidden@1.2.6 — Cast aria-hidden to everything, except... (homepage)
- bail@2.0.2 — Throw a given error (homepage)
- balanced-match@4.0.4 — Match balanced character pairs, like "{" and "}" (homepage)
- brace-expansion@5.0.4 — Brace expansion as known from sh/bash (homepage)
- browserslist@4.28.1 — Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset (homepage)
- buffer-from@1.1.2 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- ccount@2.0.1 — Count how often a character (or substring) is used in a string (homepage)
- character-entities@2.0.2 — Map of named character references (homepage)
- character-entities-html4@2.1.0 — Map of named character references from HTML 4 (homepage)
- character-entities-legacy@3.0.0 — List of legacy HTML named character references that don’t need a trailing semicolon (homepage)
- character-reference-invalid@2.0.1 — Map of invalid numeric character references to their replacements, according to HTML (homepage)
- chrome-trace-event@1.0.4 — A library to create a trace of your node app per Google's Trace Event format. (homepage)
- cjs-module-lexer@2.2.0 — Lexes CommonJS modules, returning their named exports metadata (homepage)
- client-only@0.0.1 — This is a marker package to indicate that a module can only be used in Client Components. (homepage)
- clsx@2.1.1 — A tiny (239B) utility for constructing className strings conditionally. (homepage)
- comma-separated-tokens@2.0.3 — Parse and stringify comma-separated tokens (homepage)
- commander@2.20.3 — the complete solution for node.js command-line programs (homepage)
- commondir@1.0.1 — compute the closest common parent for file paths (homepage)
- convert-source-map@2.0.0 — Converts a source-map from/to different formats and allows adding/changing properties. (homepage)
- csstype@3.2.3 — Strict TypeScript and Flow types for style based on MDN data (homepage)
- date-fns@4.1.0 — Modern JavaScript date utility library (homepage)
- date-fns-jalali@4.1.0-0 — Modern JavaScript date utility library for jalali calendar (homepage)
- debug@4.4.3 — Lightweight debugging utility for Node.js and the browser (homepage)
- decimal.js-light@2.5.1 — An arbitrary-precision Decimal type for JavaScript. (homepage)
- decode-named-character-reference@1.3.0 — Decode named character references (homepage)
- dequal@2.0.3 — A tiny (304B to 489B) utility for check for deep equality (homepage)
- detect-node-es@1.1.0 — Detect Node.JS (as opposite to browser environment). ESM modification (homepage)
- devlop@1.1.0 — Do things in development and nothing otherwise (homepage)
- emoji-picker-react@4.18.0 — MIT emoji picker (native Unicode insert) for compose and comment fields. (homepage)
- enhanced-resolve@5.21.6 — Offers a async require.resolve function. It's highly configurable. (homepage)
- es-module-lexer@2.1.0 — Lexes ES modules returning their import/export metadata (homepage)
- es-toolkit@1.45.1 — A state-of-the-art, high-performance JavaScript utility library with a small bundle size and strong type annotations. (homepage)
- escalade@3.2.0 — A tiny (183B to 210B) and fast utility to ascend parent directories (homepage)
- estree-util-is-identifier-name@3.0.0 — Check if something can be an ecmascript (javascript) identifier name (homepage)
- estree-walker@2.0.2 — Traverse an ESTree-compliant AST (homepage)
- eventemitter3@5.0.4 — EventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface. (homepage)
- events@3.3.0 — Node's event emitter for all engines. (homepage)
- extend@3.0.2 — Port of jQuery.extend for node.js and the browser (homepage)
- fast-deep-equal@3.1.3 — Fast deep equal (homepage)
- fast-equals@5.4.0 — A blazing fast equality comparison, either shallow or deep (homepage)
- fdir@6.5.0 — The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s (homepage)
- find-up@5.0.0 — Find a file or directory by walking up parent directories (homepage)
- flairup@1.0.0 — 🎩 Lightweight CSS-in-JS solution for npm packages (homepage)
- forwarded-parse@2.1.2 — Parse the Forwarded header (RFC 7239) into an array of objects (homepage)
- gensync@1.0.0-beta.2 — Allows users to use generators in order to write common functions that can be both sync or async. (homepage)
- get-nonce@1.0.1 — returns nonce (homepage)
- has-flag@4.0.0 — Check if argv has a specific flag (homepage)
- hash-wasm@4.12.0 — Lightning fast hash functions for browsers and Node.js using hand-tuned WebAssembly binaries (MD4, MD5, SHA-1, SHA-2, SHA-3, Keccak, BLAKE2, BLAKE3, PBKDF2, Argon2, bcrypt, scrypt, Adler-32, CRC32, CRC32C, RIPEMD-160, HMAC, xxHash, SM3, Whirlpool) (homepage)
- hast-util-to-jsx-runtime@2.3.6 — hast utility to transform to preact, react, solid, svelte, vue, etc (homepage)
- hast-util-whitespace@3.0.0 — hast utility to check if a node is inter-element whitespace (homepage)
- html-to-image@1.11.13 — Generates an image from a DOM node using HTML5 canvas and SVG. (homepage)
- html-url-attributes@3.0.1 — Map of URL attributes in HTML (homepage)
- https-proxy-agent@5.0.1 — An HTTP(s) proxy `http.Agent` implementation for HTTPS (homepage)
- immer@10.2.0 — Create your next immutable state by mutating the current one (homepage)
- inline-style-parser@0.2.7 — An inline style parser. (homepage)
- is-alphabetical@2.0.1 — Check if a character is alphabetical (homepage)
- is-alphanumerical@2.0.1 — Check if a character is alphanumerical (homepage)
- is-decimal@2.0.1 — Check if a character is decimal (homepage)
- is-hexadecimal@2.0.1 — Check if a character is hexadecimal (homepage)
- is-plain-obj@4.1.0 — Check if a value is a plain object (homepage)
- is-reference@1.2.1 — Determine whether an AST node is a reference (homepage)
- jest-worker@27.5.1 — Bundled as a transitive or runtime dependency of the frontend. (homepage)
- js-tokens@4.0.0 — A regex that tokenizes JavaScript. (homepage)
- jsesc@3.1.0 — Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. (homepage)
- json-schema-traverse@1.0.0 — Traverse JSON Schema passing each schema object to callback (homepage)
- json5@2.2.3 — JSON for Humans (homepage)
- linkifyjs@4.3.2 — Find URLs, email addresses, #hashtags and @mentions in plain-text strings, then convert them into HTML <a> links. (homepage)
- loader-runner@4.3.2 — Runs (webpack) loaders (homepage)
- locate-path@6.0.0 — Get the first path that exists on disk of multiple paths (homepage)
- longest-streak@3.1.0 — Count the longest repeating streak of a substring (homepage)
- magic-string@0.30.21 — Modify strings, generate sourcemaps (homepage)
- mdast-util-from-markdown@2.0.3 — mdast utility to parse markdown (homepage)
- mdast-util-mdx-expression@2.0.1 — mdast extension to parse and serialize MDX (or MDX.js) expressions (homepage)
- mdast-util-mdx-jsx@3.2.0 — mdast extension to parse and serialize MDX or MDX.js JSX (homepage)
- mdast-util-mdxjs-esm@2.0.1 — mdast extension to parse and serialize MDX.js ESM (import/exports) (homepage)
- mdast-util-phrasing@4.1.0 — mdast utility to check if a node is phrasing content (homepage)
- mdast-util-to-hast@13.2.1 — mdast utility to transform to hast (homepage)
- mdast-util-to-markdown@2.1.2 — mdast utility to serialize markdown (homepage)
- mdast-util-to-string@4.0.0 — mdast utility to get the plain text content of a node (homepage)
- merge-stream@2.0.0 — Create a stream that emits events from multiple other streams (homepage)
- micromark@4.0.2 — small commonmark compliant markdown parser with positional info and concrete tokens (homepage)
- micromark-core-commonmark@2.0.3 — The CommonMark markdown constructs (homepage)
- micromark-factory-destination@2.0.1 — micromark factory to parse destinations (found in resources, definitions) (homepage)
- micromark-factory-label@2.0.1 — micromark factory to parse labels (found in media, definitions) (homepage)
- micromark-factory-space@2.0.1 — micromark factory to parse markdown space (found in lots of places) (homepage)
- micromark-factory-title@2.0.1 — micromark factory to parse markdown titles (found in resources, definitions) (homepage)
- micromark-factory-whitespace@2.0.1 — micromark factory to parse markdown whitespace (found in lots of places) (homepage)
- micromark-util-character@2.1.1 — micromark utility to handle character codes (homepage)
- micromark-util-chunked@2.0.1 — micromark utility to splice and push with giant arrays (homepage)
- micromark-util-classify-character@2.0.1 — micromark utility to classify whether a character is whitespace or punctuation (homepage)
- micromark-util-combine-extensions@2.0.1 — micromark utility to combine syntax or html extensions (homepage)
- micromark-util-decode-numeric-character-reference@2.0.2 — micromark utility to decode numeric character references (homepage)
- micromark-util-decode-string@2.0.1 — micromark utility to decode markdown strings (homepage)
- micromark-util-encode@2.0.1 — micromark utility to encode dangerous html characters (homepage)
- micromark-util-html-tag-name@2.0.1 — micromark utility with list of html tag names (homepage)
- micromark-util-normalize-identifier@2.0.1 — micromark utility normalize identifiers (as found in references, definitions) (homepage)
- micromark-util-resolve-all@2.0.1 — micromark utility to resolve subtokens (homepage)
- micromark-util-sanitize-uri@2.0.1 — micromark utility to sanitize urls (homepage)
- micromark-util-subtokenize@2.1.0 — micromark utility to tokenize subtokens (homepage)
- micromark-util-symbol@2.0.1 — micromark utility with symbols (homepage)
- micromark-util-types@2.0.2 — micromark utility with a couple of typescript types (homepage)
- mime-db@1.54.0 — Media Type Database (homepage)
- module-details-from-path@1.0.4 — Resolve npm package details, like name and base path, given an absolute path to a file inside a package (homepage)
- ms@2.1.3 — Tiny millisecond conversion utility (homepage)
- nanoid@3.3.11 — A tiny (116 bytes), secure URL-friendly unique string ID generator (homepage)
- neo-async@2.6.2 — Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster (homepage)
- next@16.2.10 — React framework, routing, and server components. (homepage)
- node-fetch@2.7.0 — A light-weight module that brings window.fetch to node.js (homepage)
- node-releases@2.0.27 — Node.js releases data (homepage)
- orderedmap@2.1.1 — Persistent ordered mapping from strings (homepage)
- p-limit@3.1.0 — Run multiple promise-returning & async functions with limited concurrency (homepage)
- p-locate@5.0.0 — Get the first fulfilled promise that satisfies the provided testing function (homepage)
- parse-entities@4.0.2 — Parse HTML character references (homepage)
- path-exists@4.0.0 — Check if a path exists (homepage)
- pg-protocol@1.14.0 — The postgres client/server binary protocol, implemented in TypeScript (homepage)
- pg-types@2.2.0 — Query result type converters for node-postgres (homepage)
- picomatch@4.0.3 — 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. (homepage)
- postcss@8.4.31 — Tool for transforming styles with JS plugins (homepage)
- postgres-array@2.0.0 — Parse postgres array columns (homepage)
- postgres-bytea@1.0.1 — Postgres bytea parser (homepage)
- postgres-date@1.0.7 — Postgres date column parser (homepage)
- postgres-interval@1.2.0 — Parse Postgres interval columns (homepage)
- progress@2.0.3 — Flexible ascii progress bar (homepage)
- property-information@7.1.0 — Info on the properties and attributes of the web platform (homepage)
- prosemirror-changeset@2.4.0 — Distills a series of editing steps into deleted and added ranges (homepage)
- prosemirror-commands@1.7.1 — Editing commands for ProseMirror (homepage)
- prosemirror-dropcursor@1.8.2 — Drop cursor plugin for ProseMirror (homepage)
- prosemirror-gapcursor@1.4.0 — ProseMirror plugin for cursors at normally impossible-to-reach positions (homepage)
- prosemirror-history@1.5.0 — Undo history for ProseMirror (homepage)
- prosemirror-keymap@1.2.3 — Keymap plugin for ProseMirror (homepage)
- prosemirror-model@1.25.4 — ProseMirror's document model (homepage)
- prosemirror-schema-list@1.5.1 — List-related schema elements and commands for ProseMirror (homepage)
- prosemirror-state@1.4.4 — ProseMirror editor state (homepage)
- prosemirror-tables@1.8.5 — ProseMirror's rowspan/colspan tables component (homepage)
- prosemirror-transform@1.11.0 — ProseMirror document transformations (homepage)
- prosemirror-view@1.41.6 — ProseMirror's view component (homepage)
- proxy-from-env@1.1.0 — Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables. (homepage)
- react@19.2.6 — UI library. (homepage)
- react-day-picker@9.14.0 — Customizable Date Picker for React (homepage)
- react-dom@19.2.6 — React DOM renderer. (homepage)
- react-is@17.0.2 — Brand checking of React Elements. (homepage)
- react-markdown@10.1.0 — React component to render markdown (homepage)
- react-redux@9.2.0 — Official React bindings for Redux (homepage)
- react-remove-scroll@2.7.2 — Disables scroll outside of `children` node. (homepage)
- react-remove-scroll-bar@2.3.8 — Removes body scroll without content _shake_ (homepage)
- react-style-singleton@2.2.3 — Just create a single stylesheet... (homepage)
- recharts@3.8.0 — Profile and statistics charts. (homepage)
- redux@5.0.1 — Predictable state container for JavaScript apps (homepage)
- redux-thunk@3.1.0 — Thunk middleware for Redux. (homepage)
- remark-parse@11.0.0 — remark plugin to add support for parsing markdown input (homepage)
- remark-rehype@11.1.2 — remark plugin that turns markdown into HTML to support rehype (homepage)
- require-from-string@2.0.2 — Require module from string (homepage)
- require-in-the-middle@8.0.1 — Module to hook into the Node.js require function (homepage)
- reselect@5.1.1 — Selectors for Redux. (homepage)
- rollup@4.60.4 — Next-generation ES module bundler (homepage)
- rope-sequence@1.3.4 — Rope-based persistent sequence type (homepage)
- scheduler@0.27.0 — Cooperative scheduler for the browser environment. (homepage)
- schema-utils@4.3.3 — webpack Validation Utils (homepage)
- server-only@0.0.1 — Marks server-only modules so they are not imported from client bundles. (homepage)
- source-map-support@0.5.21 — Fixes stack traces for files with source maps (homepage)
- space-separated-tokens@2.0.2 — Parse and stringify space separated tokens (homepage)
- stacktrace-parser@0.1.11 — Parses every stack trace into a nicely formatted array of hashes. (homepage)
- stringify-entities@4.0.4 — Serialize (encode) HTML character references (homepage)
- style-to-js@1.1.21 — Parses CSS inline style to JavaScript object (camelCased). (homepage)
- style-to-object@1.0.14 — Parse CSS inline style to JavaScript object. (homepage)
- styled-jsx@5.1.6 — Full CSS support for JSX without compromises (homepage)
- supports-color@8.1.1 — Detect whether a terminal supports color (homepage)
- tailwind-merge@3.5.0 — Merge Tailwind CSS classes without style conflicts (homepage)
- tapable@2.3.3 — Just a little module for plugins. (homepage)
- terser-webpack-plugin@5.6.0 — Minimizer plugin for webpack (homepage)
- tiny-invariant@1.3.3 — A tiny invariant function (homepage)
- tr46@0.0.3 — An implementation of the Unicode TR46 spec (homepage)
- trim-lines@3.0.1 — Remove spaces and tabs around line-breaks (homepage)
- trough@2.2.0 — `trough` is middleware (homepage)
- undici-types@6.21.0 — A stand-alone types package for Undici (homepage)
- unified@11.0.5 — parse, inspect, transform, and serialize content through syntax trees (homepage)
- unist-util-is@6.0.1 — unist utility to check if a node passes a test (homepage)
- unist-util-position@5.0.0 — unist utility to get the position of a node (homepage)
- unist-util-stringify-position@4.0.0 — unist utility to serialize a node, position, or point as a human readable location (homepage)
- unist-util-visit@5.1.0 — unist utility to visit nodes (homepage)
- unist-util-visit-parents@6.0.2 — unist utility to recursively walk over nodes, with ancestral information (homepage)
- update-browserslist-db@1.2.3 — CLI tool to update caniuse-lite to refresh target browsers from Browserslist config (homepage)
- use-callback-ref@1.3.3 — The same useRef, but with callback (homepage)
- use-sidecar@1.1.3 — Sidecar code splitting utils (homepage)
- use-sync-external-store@1.6.0 — Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks. (homepage)
- vfile@6.0.3 — Virtual file format for text processing (homepage)
- vfile-message@4.0.3 — vfile utility to create a virtual message (homepage)
- w3c-keyname@2.2.8 — Get a KeyboardEvent.key-style string from an event (homepage)
- watchpack@2.5.1 — (homepage)
- webpack@5.107.0 — Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff. (homepage)
- webpack-sources@3.4.1 — Source code handling classes for webpack (homepage)
- whatwg-url@5.0.0 — An implementation of the WHATWG URL Standard's URL API and parsing machinery (homepage)
- xtend@4.0.2 — extend like a boss (homepage)
- yocto-queue@0.1.0 — Tiny queue data structure (homepage)
- zwitch@2.0.4 — Handle values based on a property (homepage)
MIT AND ISC
- victory-vendor@37.3.6 — Vendored dependencies for Victory (homepage)
MPL-2.0
Frontend (development tooling)
Packages used only during development and builds (596 packages).
(MIT OR CC0-1.0)
- type-fest@4.41.0 — A collection of essential TypeScript types (homepage)
(WTFPL OR MIT)
- opener@1.5.2 — Opens stuff, like webpages and files and executables, cross-platform (homepage)
0BSD
- tslib@2.8.1 — Runtime library for TypeScript helper functions (homepage)
Apache-2.0
- @eslint/config-array@0.21.1 — General purpose glob-based configuration matching. (homepage)
- @eslint/config-helpers@0.4.2 — Helper utilities for creating ESLint configuration (homepage)
- @eslint/core@0.17.0 — Runtime-agnostic core of ESLint (homepage)
- @eslint/object-schema@2.1.7 — An object schema merger/validator (homepage)
- @eslint/plugin-kit@0.4.1 — Utilities for building ESLint plugins. (homepage)
- @humanfs/core@0.19.1 — The core of the humanfs library. (homepage)
- @humanfs/node@0.16.7 — The Node.js bindings of the humanfs library. (homepage)
- @humanwhocodes/module-importer@1.0.1 — Universal module importer for Node.js (homepage)
- @humanwhocodes/retry@0.4.3 — A utility to retry failed async methods. (homepage)
- @opentelemetry/api@1.9.1 — Public API for OpenTelemetry (homepage)
- @opentelemetry/api-logs@0.57.2 — Public logs API for OpenTelemetry (homepage)
- @opentelemetry/context-async-hooks@1.30.1 — OpenTelemetry AsyncHooks-based Context Manager (homepage)
- @opentelemetry/core@1.30.1 — OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages. (homepage)
- @opentelemetry/instrumentation@0.57.2 — Base class for node which OpenTelemetry instrumentation modules extend (homepage)
- @opentelemetry/instrumentation-amqplib@0.46.1 — OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ (homepage)
- @opentelemetry/instrumentation-connect@0.43.1 — OpenTelemetry instrumentation for `connect` http middleware framework (homepage)
- @opentelemetry/instrumentation-dataloader@0.16.1 — OpenTelemetry instrumentation for `dataloader` data fetching layer (homepage)
- @opentelemetry/instrumentation-express@0.47.1 — OpenTelemetry instrumentation for `express` http web application framework (homepage)
- @opentelemetry/instrumentation-fs@0.19.1 — OpenTelemetry instrumentation for `node:fs` file system interactions module (homepage)
- @opentelemetry/instrumentation-generic-pool@0.43.1 — OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources (homepage)
- @opentelemetry/instrumentation-graphql@0.47.1 — OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL (homepage)
- @opentelemetry/instrumentation-hapi@0.45.2 — OpenTelemetry instrumentation for `@hapi/hapi` http web application framework (homepage)
- @opentelemetry/instrumentation-http@0.57.2 — OpenTelemetry instrumentation for `node:http` and `node:https` http client and server modules (homepage)
- @opentelemetry/instrumentation-ioredis@0.47.1 — OpenTelemetry instrumentation for `ioredis` database redis client for Redis (homepage)
- @opentelemetry/instrumentation-kafkajs@0.7.1 — OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka (homepage)
- @opentelemetry/instrumentation-knex@0.44.1 — OpenTelemetry instrumentation for `knex` database SQL query builder (homepage)
- @opentelemetry/instrumentation-koa@0.47.1 — OpenTelemetry instrumentation for `koa` http web application framework (homepage)
- @opentelemetry/instrumentation-lru-memoizer@0.44.1 — OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache (homepage)
- @opentelemetry/instrumentation-mongodb@0.52.0 — OpenTelemetry instrumentation for `mongodb` database client for MongoDB (homepage)
- @opentelemetry/instrumentation-mongoose@0.46.1 — OpenTelemetry instrumentation for `mongoose` database object data modeling (ODM) library for MongoDB (homepage)
- @opentelemetry/instrumentation-mysql@0.45.1 — OpenTelemetry instrumentation for `mysql` database client for MySQL (homepage)
- @opentelemetry/instrumentation-mysql2@0.45.2 — OpenTelemetry instrumentation for `mysql2` database client for MySQL (homepage)
- @opentelemetry/instrumentation-pg@0.51.1 — OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL (homepage)
- @opentelemetry/instrumentation-redis-4@0.46.1 — OpenTelemetry instrumentation for `redis` v4 database client for Redis (homepage)
- @opentelemetry/instrumentation-tedious@0.18.1 — OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server (homepage)
- @opentelemetry/instrumentation-undici@0.10.1 — OpenTelemetry instrumentation for `undici` http client and Node.js fetch() (homepage)
- @opentelemetry/redis-common@0.36.2 — Redis utilities for redis instrumentations (homepage)
- @opentelemetry/resources@1.30.1 — OpenTelemetry SDK resources (homepage)
- @opentelemetry/sdk-trace-base@1.30.1 — OpenTelemetry Tracing (homepage)
- @opentelemetry/semantic-conventions@1.28.0 — OpenTelemetry semantic conventions (homepage)
- @opentelemetry/sql-common@0.40.1 — Utilities for SQL instrumentations (homepage)
- @playwright/test@1.59.1 — A high-level API to automate web browsers (homepage)
- @prisma/instrumentation@6.11.1 — OpenTelemetry compliant instrumentation for Prisma Client (homepage)
- @puppeteer/browsers@2.13.2 — Download and launch browsers (homepage)
- aria-query@5.3.0 — Programmatic access to the ARIA specification (homepage)
- axobject-query@4.1.0 — Programmatic access to information about the AXObject Model (homepage)
- b4a@1.8.1 — Bridging the gap between buffers and typed arrays (homepage)
- bare-events@2.9.1 — Event emitters for JavaScript (homepage)
- bare-fs@4.7.3 — Native file system operations for Bare (homepage)
- bare-os@3.9.3 — Operating system utilities for Bare (homepage)
- bare-path@3.0.1 — Path manipulation library for JavaScript (homepage)
- bare-stream@2.13.3 — Streaming data for JavaScript (homepage)
- bare-url@2.4.5 — WHATWG URL implementation for JavaScript (homepage)
- baseline-browser-mapping@2.10.0 — A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status. (homepage)
- chrome-launcher@1.2.1 — Launch latest Chrome with the Devtools Protocol port open (homepage)
- chromium-bidi@14.0.0 — An implementation of the WebDriver BiDi protocol for Chromium implemented as a JavaScript layer translating between BiDi and CDP, running inside a Chrome tab. (homepage)
- csp_evaluator@1.1.5 — Evaluate Content Security Policies for a wide range of bypasses and weaknesses (homepage)
- detect-libc@2.1.2 — Node.js module to detect the C standard library (libc) implementation family and version (homepage)
- doctrine@2.1.0 — JSDoc parser (homepage)
- eslint-visitor-keys@3.4.3 — Constants and utilities about visitor keys to traverse AST. (homepage)
- events-universal@1.0.1 — Universal wrapper for the Node.js events module (homepage)
- expect-type@1.3.0 — Development or build tooling. (homepage)
- import-in-the-middle@1.15.0 — Intercept imports in Node.js (homepage)
- legacy-javascript@0.0.1 — Identify legacy polyfills and code transforms. (homepage)
- lighthouse@12.8.2 — Automated auditing, performance metrics, and best practices for the web. (homepage)
- lighthouse-logger@2.0.2 — Development or build tooling. (homepage)
- lighthouse-stack-packs@1.12.2 — Lighthouse Stack Packs (homepage)
- marky@1.3.0 — Performance timer based on performance.mark() and measure() (homepage)
- playwright@1.59.1 — A high-level API to automate web browsers (homepage)
- playwright-core@1.59.1 — A high-level API to automate web browsers (homepage)
- puppeteer-core@24.43.1 — A high-level API to control headless Chrome over the DevTools Protocol (homepage)
- text-decoder@1.2.7 — Streaming text decoder that preserves multibyte Unicode characters (homepage)
- typescript@5.9.3 — TypeScript is a language for application scale JavaScript development (homepage)
- webdriver-bidi-protocol@0.4.1 — (homepage)
- xml-name-validator@5.0.0 — Validates whether a string matches the production for an XML name or qualified name (homepage)
BlueOak-1.0.0
BSD
- parse-cache-control@1.0.1 — Parse Cache-Control headers. (homepage)
BSD-2-Clause
- configstore@7.1.0 — Easily load and save config without having to think about where and how (homepage)
- damerau-levenshtein@1.0.8 — Damerau - Levenshtein distance by The Spanish Inquisition + relative distance (homepage)
- entities@8.0.0 — Encode & decode XML and HTML entities with ease & speed (homepage)
- escodegen@2.1.0 — ECMAScript code generator (homepage)
- eslint-scope@8.4.0 — ECMAScript scope analyzer for ESLint (homepage)
- espree@10.4.0 — An Esprima-compatible JavaScript parser built on Acorn (homepage)
- esprima@4.0.1 — ECMAScript parsing infrastructure for multipurpose analysis (homepage)
- esrecurse@4.3.0 — ECMAScript AST recursive visitor (homepage)
- estraverse@5.3.0 — ECMAScript JS AST traversal functions (homepage)
- esutils@2.0.3 — utility box for ECMAScript language tools (homepage)
- extract-zip@2.0.1 — unzip a zip file into a directory using 100% javascript (homepage)
- shimmer@1.2.1 — Safe(r) monkeypatching for JavaScript. (homepage)
- uri-js@4.4.1 — An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript. (homepage)
- webidl-conversions@8.0.1 — Implements the WebIDL algorithms for converting to and from JavaScript values (homepage)
BSD-3-Clause
- @paulirish/trace_engine@0.0.59 —
- devtools-protocol@0.0.1507524 — The Chrome DevTools Protocol JSON (homepage)
- esquery@1.7.0 — A query library for ECMAScript AST using a CSS selector like query language. (homepage)
- intl-messageformat@10.7.18 — Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages. (homepage)
- jpeg-js@0.4.4 — A pure javascript JPEG encoder and decoder (homepage)
- source-map-js@1.2.1 — Generates and consumes source maps (homepage)
- tough-cookie@6.0.1 — RFC6265 Cookies and Cookie Jar for node.js (homepage)
CC-BY-4.0
- caniuse-lite@1.0.30001774 — A smaller version of caniuse-db, with only the essentials! (homepage)
CC0-1.0
ISC
- cliui@8.0.1 — easily create complex multi-column command-line-interfaces (homepage)
- electron-to-chromium@1.5.302 — Provides a list of electron-to-chromium version mappings (homepage)
- eslint-import-resolver-typescript@3.10.1 — This plugin adds `TypeScript` support to `eslint-plugin-import` (homepage)
- fastq@1.20.1 — Fast, in memory work queue (homepage)
- flatted@3.3.3 — A super light and fast circular JSON parser. (homepage)
- get-caller-file@2.0.5 — (homepage)
- glob-parent@5.1.2 — Extract the non-magic parent path from a glob string. (homepage)
- graceful-fs@4.2.11 — A drop-in replacement for fs, making various improvements. (homepage)
- isexe@2.0.0 — Minimal module to check if a file is executable. (homepage)
- lru-cache@5.1.1 — A cache object that deletes the least-recently-used items. (homepage)
- minimatch@3.1.5 — a glob matcher in javascript (homepage)
- once@1.4.0 — Run a function exactly one time (homepage)
- pg-int8@1.0.1 — 64-bit big-endian signed integer-to-string conversion (homepage)
- picocolors@1.1.1 — The tiniest and the fastest library for terminal output formatting with ANSI colors (homepage)
- saxes@6.0.0 — An evented streaming XML parser in JavaScript (homepage)
- semver@6.3.1 — The semantic version parser used by npm. (homepage)
- siginfo@2.0.0 — Utility module to print pretty messages on SIGINFO/SIGUSR1 (homepage)
- which@2.0.2 — Like which(1) unix command. Find the first instance of an executable in the PATH. (homepage)
- wrappy@1.0.2 — Callback wrapping utility (homepage)
- y18n@5.0.8 — the bare-bones internationalization library used by yargs (homepage)
- yallist@3.1.1 — Yet Another Linked List (homepage)
- yargs-parser@21.1.1 — the mighty option parser used by yargs (homepage)
MIT
- @adobe/css-tools@4.4.4 — A modern CSS parser and stringifier with TypeScript support (homepage)
- @alloc/quick-lru@5.2.0 — Simple “Least Recently Used” (LRU) cache (homepage)
- @asamuzakjp/css-color@5.1.11 — CSS color - Resolve and convert CSS colors. (homepage)
- @asamuzakjp/dom-selector@7.1.1 — A CSS selector engine. (homepage)
- @asamuzakjp/generational-cache@1.0.1 — A generational pseudo-LRU cache with strict maximum size limits. (homepage)
- @asamuzakjp/nwsapi@2.3.9 — Fast CSS Selectors API Engine (homepage)
- @babel/code-frame@7.29.0 — Generate errors that contain a code frame that point to source locations. (homepage)
- @babel/compat-data@7.29.0 — The compat-data to determine required Babel plugins (homepage)
- @babel/core@7.29.0 — Babel compiler core. (homepage)
- @babel/generator@7.29.1 — Turns an AST into code. (homepage)
- @babel/helper-compilation-targets@7.28.6 — Helper functions on Babel compilation targets (homepage)
- @babel/helper-globals@7.28.0 — A collection of JavaScript globals for Babel internal usage (homepage)
- @babel/helper-module-imports@7.28.6 — Babel helper functions for inserting module loads (homepage)
- @babel/helper-module-transforms@7.28.6 — Babel helper functions for implementing ES6 module transformations (homepage)
- @babel/helper-string-parser@7.27.1 — A utility package to parse strings (homepage)
- @babel/helper-validator-identifier@7.28.5 — Validate identifier/keywords name (homepage)
- @babel/helper-validator-option@7.27.1 — Validate plugin/preset options (homepage)
- @babel/helpers@7.28.6 — Collection of helper functions used by Babel transforms. (homepage)
- @babel/parser@7.29.0 — A JavaScript parser (homepage)
- @babel/runtime@7.29.2 — babel's modular runtime helpers (homepage)
- @babel/template@7.28.6 — Generate an AST from a string template. (homepage)
- @babel/traverse@7.29.0 — The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes (homepage)
- @babel/types@7.29.0 — Babel Types is a Lodash-esque utility library for AST nodes (homepage)
- @bramus/specificity@2.4.2 — Calculate specificity of a CSS Selector (homepage)
- @csstools/css-calc@3.2.0 — Solve CSS math expressions (homepage)
- @csstools/css-color-parser@4.1.0 — Parse CSS color values (homepage)
- @csstools/css-parser-algorithms@4.0.0 — Algorithms to help you parse CSS from an array of tokens. (homepage)
- @csstools/css-tokenizer@4.0.0 — Tokenize CSS (homepage)
- @discoveryjs/json-ext@0.5.7 — A set of utilities that extend the use of JSON (homepage)
- @eslint-community/eslint-utils@4.9.1 — Utilities for ESLint plugins. (homepage)
- @eslint-community/regexpp@4.12.2 — Regular expression parser for ECMAScript. (homepage)
- @eslint/eslintrc@3.3.4 — The legacy ESLintRC config file format for ESLint (homepage)
- @eslint/js@9.39.3 — ESLint JavaScript language implementation (homepage)
- @exodus/bytes@1.15.0 — Various operations on Uint8Array data (homepage)
- @formatjs/ecma402-abstract@2.3.6 — A collection of implementation for ECMAScript abstract operations (homepage)
- @formatjs/fast-memoize@2.2.7 — fork of fast-memoize and support esm (homepage)
- @formatjs/icu-messageformat-parser@2.11.4 — Development or build tooling. (homepage)
- @formatjs/icu-skeleton-parser@1.8.16 — Development or build tooling. (homepage)
- @formatjs/intl-localematcher@0.6.2 — Intl.LocaleMatcher ponyfill (homepage)
- @jridgewell/gen-mapping@0.3.13 — Generate source maps (homepage)
- @jridgewell/remapping@2.3.5 — Remap sequential sourcemaps through transformations to point at the original source code (homepage)
- @jridgewell/resolve-uri@3.1.2 — Resolve a URI relative to an optional base URI (homepage)
- @jridgewell/sourcemap-codec@1.5.5 — Encode/decode sourcemap mappings (homepage)
- @jridgewell/trace-mapping@0.3.31 — Trace the original position through a source map (homepage)
- @next/bundle-analyzer@16.2.10 — Development or build tooling. (homepage)
- @next/eslint-plugin-next@16.2.10 — ESLint plugin for Next.js. (homepage)
- @nodelib/fs.scandir@2.1.5 — List files and directories inside the specified directory (homepage)
- @nodelib/fs.stat@2.0.5 — Get the status of a file with some features (homepage)
- @nodelib/fs.walk@1.2.8 — A library for efficiently walking a directory recursively (homepage)
- @nolyfill/is-core-module@1.0.39 — Development or build tooling. (homepage)
- @polka/url@1.0.0-next.29 — Super fast, memoized `req.url` parser (homepage)
- @rtsao/scc@1.1.0 — Development or build tooling. (homepage)
- @sentry/core@9.47.1 — Base implementation for all Sentry JavaScript SDKs (homepage)
- @sentry/node@9.47.1 — Sentry Node SDK using OpenTelemetry for performance instrumentation (homepage)
- @sentry/node-core@9.47.1 — Sentry Node-Core SDK (homepage)
- @sentry/opentelemetry@9.47.1 — Official Sentry utilities for OpenTelemetry (homepage)
- @tailwindcss/node@4.2.1 — A utility-first CSS framework for rapidly building custom user interfaces. (homepage)
- @tailwindcss/oxide@4.2.1 — Development or build tooling. (homepage)
- @tailwindcss/postcss@4.2.1 — PostCSS plugin for Tailwind CSS, a utility-first CSS framework for rapidly building custom user interfaces (homepage)
- @testing-library/dom@10.4.1 — Simple and complete DOM testing utilities that encourage good testing practices. (homepage)
- @testing-library/jest-dom@6.9.1 — Custom jest matchers to test the state of the DOM (homepage)
- @testing-library/react@16.3.2 — Simple and complete React DOM testing utilities that encourage good testing practices. (homepage)
- @testing-library/user-event@14.6.1 — Fire events the same way the user does (homepage)
- @tootallnate/quickjs-emscripten@0.23.0 — Development or build tooling. (homepage)
- @types/aria-query@5.0.4 — TypeScript definitions for aria-query (homepage)
- @types/chai@5.2.3 — TypeScript definitions for chai (homepage)
- @types/connect@3.4.38 — TypeScript definitions for connect (homepage)
- @types/deep-eql@4.0.2 — TypeScript definitions for deep-eql (homepage)
- @types/estree@1.0.8 — TypeScript definitions for estree (homepage)
- @types/json-schema@7.0.15 — TypeScript definitions for json-schema (homepage)
- @types/json5@0.0.29 — TypeScript definitions for JSON5 (homepage)
- @types/mysql@2.15.26 — TypeScript definitions for mysql (homepage)
- @types/node@20.19.35 — TypeScript definitions for node (homepage)
- @types/pg@8.6.1 — TypeScript definitions for pg (homepage)
- @types/pg-pool@2.0.6 — TypeScript definitions for pg-pool (homepage)
- @types/react@19.2.14 — TypeScript definitions for react (homepage)
- @types/react-dom@19.2.3 — TypeScript definitions for react-dom (homepage)
- @types/shimmer@1.2.0 — TypeScript definitions for shimmer (homepage)
- @types/tedious@4.0.14 — TypeScript definitions for tedious (homepage)
- @typescript-eslint/eslint-plugin@8.56.1 — TypeScript plugin for ESLint (homepage)
- @typescript-eslint/parser@8.56.1 — An ESLint custom parser which leverages TypeScript ESTree (homepage)
- @typescript-eslint/project-service@8.56.1 — Standalone TypeScript project service wrapper for linting. (homepage)
- @typescript-eslint/scope-manager@8.56.1 — TypeScript scope analyser for ESLint (homepage)
- @typescript-eslint/tsconfig-utils@8.56.1 — Utilities for collecting TSConfigs for linting scenarios. (homepage)
- @typescript-eslint/type-utils@8.56.1 — Type utilities for working with TypeScript + ESLint together (homepage)
- @typescript-eslint/types@8.56.1 — Types for the TypeScript-ESTree AST spec (homepage)
- @typescript-eslint/typescript-estree@8.56.1 — A parser that converts TypeScript source code into an ESTree compatible form (homepage)
- @typescript-eslint/utils@8.56.1 — Utilities for working with TypeScript + ESLint together (homepage)
- @typescript-eslint/visitor-keys@8.56.1 — Visitor keys used to help traverse the TypeScript-ESTree AST (homepage)
- @vitest/expect@3.2.4 — Jest's expect matchers as a Chai plugin (homepage)
- @vitest/mocker@3.2.4 — Vitest module mocker implementation (homepage)
- @vitest/pretty-format@3.2.4 — Fork of pretty-format with support for ESM (homepage)
- @vitest/runner@3.2.4 — Vitest test runner (homepage)
- @vitest/snapshot@3.2.4 — Vitest snapshot manager (homepage)
- @vitest/spy@3.2.4 — Lightweight Jest compatible spy implementation (homepage)
- @vitest/utils@3.2.4 — Shared Vitest utility functions (homepage)
- acorn@8.16.0 — ECMAScript parser (homepage)
- acorn-import-attributes@1.9.5 — Support for import attributes in acorn (homepage)
- acorn-jsx@5.3.2 — Modern, fast React.js JSX parser (homepage)
- acorn-walk@8.3.5 — ECMAScript (ESTree) AST walker (homepage)
- agent-base@7.1.4 — Turn a function into an `http.Agent` instance (homepage)
- ajv@6.14.0 — Another JSON Schema Validator (homepage)
- ansi-colors@4.1.3 — Easily add ANSI colors to your text and symbols in the terminal. A faster drop-in replacement for chalk, kleur and turbocolor (without the dependencies and rendering bugs). (homepage)
- ansi-regex@5.0.1 — Regular expression for matching ANSI escape codes (homepage)
- ansi-styles@4.3.0 — ANSI escape codes for styling strings in the terminal (homepage)
- array-buffer-byte-length@1.0.2 — Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method. (homepage)
- array-includes@3.1.9 — An ES7/ES2016 spec-compliant `Array.prototype.includes` shim/polyfill/replacement that works as far down as ES3. (homepage)
- array.prototype.findlast@1.2.5 — An ESnext spec-compliant `Array.prototype.findLast` shim/polyfill/replacement that works as far down as ES3. (homepage)
- array.prototype.findlastindex@1.2.6 — An ESnext spec-compliant `Array.prototype.findLastIndex` shim/polyfill/replacement that works as far down as ES3. (homepage)
- array.prototype.flat@1.3.3 — An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3. (homepage)
- array.prototype.flatmap@1.3.3 — An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3. (homepage)
- array.prototype.tosorted@1.1.4 — An ESnext spec-compliant `Array.prototype.toSorted` shim/polyfill/replacement that works as far down as ES3. (homepage)
- arraybuffer.prototype.slice@1.0.4 — ES spec-compliant shim for ArrayBuffer.prototype.slice (homepage)
- assertion-error@2.0.1 — Error constructor for test and validation frameworks that implements standardized AssertionError specification. (homepage)
- ast-types@0.13.4 — Esprima-compatible implementation of the Mozilla JS Parser API (homepage)
- ast-types-flow@0.0.8 — Flow types for the Javascript AST (homepage)
- async-function@1.0.0 — A function that returns the normally hidden `AsyncFunction` constructor (homepage)
- atomically@2.1.1 — Read and write files atomically and reliably. (homepage)
- available-typed-arrays@1.0.7 — Returns an array of Typed Array names that are available in the current environment (homepage)
- balanced-match@1.0.2 — Match balanced character pairs, like "{" and "}" (homepage)
- basic-ftp@5.3.1 — FTP client for Node.js, supports FTPS over TLS, IPv6, Async/Await, and Typescript. (homepage)
- bidi-js@1.0.3 — A JavaScript implementation of the Unicode Bidirectional Algorithm (homepage)
- brace-expansion@1.1.12 — Brace expansion as known from sh/bash (homepage)
- 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. (homepage)
- browserslist@4.28.1 — Share target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset (homepage)
- buffer-crc32@0.2.13 — A pure javascript CRC32 algorithm that plays nice with binary data (homepage)
- cac@6.7.14 — Simple yet powerful framework for building command-line apps. (homepage)
- call-bind@1.0.8 — Robustly `.call.bind()` a function (homepage)
- call-bind-apply-helpers@1.0.2 — Helper functions around Function call/apply/bind, for use in `call-bind` (homepage)
- call-bound@1.0.4 — Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`. (homepage)
- callsites@3.1.0 — Get callsites from the V8 stack trace API (homepage)
- chai@5.3.3 — BDD/TDD assertion library for node.js and the browser. Test framework agnostic. (homepage)
- chalk@4.1.2 — Terminal string styling done right (homepage)
- check-error@2.1.3 — Error comparison and information related utility for node and the browser (homepage)
- cjs-module-lexer@1.4.3 — Lexes CommonJS modules, returning their named exports metadata (homepage)
- color-convert@2.0.1 — Plain color conversion functions (homepage)
- color-name@1.1.4 — A list of color names and its values (homepage)
- commander@7.2.0 — the complete solution for node.js command-line programs (homepage)
- concat-map@0.0.1 — concatenative mapdashery (homepage)
- convert-source-map@2.0.0 — Converts a source-map from/to different formats and allows adding/changing properties. (homepage)
- cross-spawn@7.0.6 — Cross platform child_process#spawn and child_process#spawnSync (homepage)
- css-tree@3.2.1 — A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations (homepage)
- css.escape@1.5.1 — A robust polyfill for the `CSS.escape` utility method as defined in CSSOM. (homepage)
- csstype@3.2.3 — Strict TypeScript and Flow types for style based on MDN data (homepage)
- data-uri-to-buffer@6.0.2 — Create an ArrayBuffer instance from a Data URI string (homepage)
- data-urls@7.0.0 — Parses data: URLs (homepage)
- data-view-buffer@1.0.2 — Get the ArrayBuffer out of a DataView, robustly. (homepage)
- data-view-byte-length@1.0.2 — Get the byteLength out of a DataView, robustly. (homepage)
- data-view-byte-offset@1.0.1 — Get the byteOffset out of a DataView, robustly. (homepage)
- debounce@1.2.1 — Creates and returns a new debounced version of the passed function that will postpone its execution until after wait milliseconds have elapsed since the last time it was invoked (homepage)
- debug@3.2.7 — Lightweight debugging utility for Node.js and the browser (homepage)
- decimal.js@10.6.0 — An arbitrary-precision Decimal type for JavaScript. (homepage)
- deep-eql@5.0.2 — Improved deep equality testing for Node.js and the browser. (homepage)
- deep-is@0.1.4 — node's assert.deepEqual algorithm except for NaN being equal to NaN (homepage)
- define-data-property@1.1.4 — Define a data property on an object. Will fall back to assignment in an engine without descriptors. (homepage)
- define-lazy-prop@2.0.0 — Define a lazily evaluated property on an object (homepage)
- define-properties@1.2.1 — Define multiple non-enumerable properties at once. Uses `Object.defineProperty` when available; falls back to standard assignment in older engines. (homepage)
- degenerator@5.0.1 — Compiles sync functions into async generator functions (homepage)
- dequal@2.0.3 — A tiny (304B to 489B) utility for check for deep equality (homepage)
- dom-accessibility-api@0.5.16 — Implements https://w3c.github.io/accname/ (homepage)
- dot-prop@9.0.0 — Get, set, or delete a property from a nested object using a dot path (homepage)
- dunder-proto@1.0.1 — If available, the `Object.prototype.__proto__` accessor and mutator, call-bound (homepage)
- duplexer@0.1.2 — Creates a duplex stream (homepage)
- emoji-regex@8.0.0 — A regular expression to match all Emoji-only symbols as per the Unicode Standard. (homepage)
- end-of-stream@1.4.5 — Call a callback when a readable/writable/duplex stream has completed or failed. (homepage)
- enhanced-resolve@5.20.0 — Offers a async require.resolve function. It's highly configurable. (homepage)
- enquirer@2.4.1 — Stylish, intuitive and user-friendly prompt system. Fast and lightweight enough for small projects, powerful and extensible enough for the most advanced use cases. (homepage)
- es-abstract@1.24.1 — ECMAScript spec abstract operations. (homepage)
- es-define-property@1.0.1 — `Object.defineProperty`, but not IE 8's broken one. (homepage)
- es-errors@1.3.0 — A simple cache for a few of the JS Error constructors. (homepage)
- es-iterator-helpers@1.2.2 — An ESnext spec-compliant iterator helpers shim/polyfill/replacement that works as far down as ES3. (homepage)
- es-module-lexer@1.7.0 — Lexes ES modules returning their import/export metadata (homepage)
- es-object-atoms@1.1.1 — ES Object-related atoms: Object, ToObject, RequireObjectCoercible (homepage)
- es-set-tostringtag@2.1.0 — A helper to optimistically set Symbol.toStringTag, when possible. (homepage)
- es-shim-unscopables@1.1.0 — Helper package to shim a method into `Array.prototype[Symbol.unscopables]` (homepage)
- es-to-primitive@1.3.0 — ECMAScript “ToPrimitive” algorithm. Provides ES5 and ES2015 versions. (homepage)
- esbuild@0.27.7 — An extremely fast JavaScript and CSS bundler and minifier. (homepage)
- escalade@3.2.0 — A tiny (183B to 210B) and fast utility to ascend parent directories (homepage)
- escape-string-regexp@4.0.0 — Escape RegExp special characters (homepage)
- eslint@9.39.3 — An AST-based pattern checker for JavaScript. (homepage)
- eslint-config-next@16.2.10 — ESLint configuration used by Next.js. (homepage)
- eslint-config-prettier@10.1.8 — Turns off all rules that are unnecessary or might conflict with Prettier. (homepage)
- eslint-import-resolver-node@0.3.9 — Node default behavior import resolution plugin for eslint-plugin-import. (homepage)
- eslint-module-utils@2.12.1 — Core utilities to support eslint-plugin-import and other module-related plugins. (homepage)
- eslint-plugin-import@2.32.0 — Import with sanity. (homepage)
- eslint-plugin-jsx-a11y@6.10.2 — Static AST checker for accessibility rules on JSX elements. (homepage)
- eslint-plugin-react@7.37.5 — React specific linting rules for ESLint (homepage)
- eslint-plugin-react-hooks@7.0.1 — ESLint rules for React Hooks (homepage)
- estree-walker@3.0.3 — Traverse an ESTree-compliant AST (homepage)
- fast-deep-equal@3.1.3 — Fast deep equal (homepage)
- fast-fifo@1.3.2 — A fast fifo implementation similar to the one powering nextTick in Node.js core (homepage)
- fast-glob@3.3.1 — It's a very fast and efficient glob library for Node.js (homepage)
- fast-json-stable-stringify@2.1.0 — deterministic `JSON.stringify()` - a faster version of substack's json-stable-strigify without jsonify (homepage)
- fast-levenshtein@2.0.6 — Efficient implementation of Levenshtein algorithm with locale-specific collator support. (homepage)
- fd-slicer@1.1.0 — safely create multiple ReadStream or WriteStream objects from the same file descriptor (homepage)
- fdir@6.5.0 — The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s (homepage)
- file-entry-cache@8.0.0 — Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process (homepage)
- 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` (homepage)
- find-up@5.0.0 — Find a file or directory by walking up parent directories (homepage)
- flat-cache@4.0.1 — A stupidly simple key/value storage using files to persist some data (homepage)
- for-each@0.3.5 — A better forEach (homepage)
- forwarded-parse@2.1.2 — Parse the Forwarded header (RFC 7239) into an array of objects (homepage)
- function-bind@1.1.2 — Implementation of Function.prototype.bind (homepage)
- function.prototype.name@1.1.8 — An ES2015 spec-compliant `Function.prototype.name` shim (homepage)
- functions-have-names@1.2.3 — Does this JS environment support the `name` property on functions? (homepage)
- generator-function@2.0.1 — A function that returns the normally hidden `GeneratorFunction` constructor (homepage)
- gensync@1.0.0-beta.2 — Allows users to use generators in order to write common functions that can be both sync or async. (homepage)
- get-intrinsic@1.3.0 — Get and robustly cache all JS language-level intrinsics at first require time (homepage)
- get-proto@1.0.1 — Robustly get the [[Prototype]] of an object (homepage)
- get-stream@5.2.0 — Get a stream as a string, buffer, or array (homepage)
- get-symbol-description@1.1.0 — Gets the description of a Symbol. Handles `Symbol()` vs `Symbol('')` properly when possible. (homepage)
- get-tsconfig@4.13.6 — Find and parse the tsconfig.json file from a directory path (homepage)
- get-uri@6.0.5 — Returns a `stream.Readable` from a URI string (homepage)
- globals@14.0.0 — Global identifiers from different JavaScript environments (homepage)
- globalthis@1.0.4 — ECMAScript spec-compliant polyfill/shim for `globalThis` (homepage)
- gopd@1.2.0 — `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. (homepage)
- gzip-size@6.0.0 — Get the gzipped size of a string or buffer (homepage)
- has-bigints@1.1.0 — Determine if the JS environment has BigInt support. (homepage)
- has-flag@4.0.0 — Check if argv has a specific flag (homepage)
- has-property-descriptors@1.0.2 — Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. (homepage)
- has-proto@1.2.0 — Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`? (homepage)
- has-symbols@1.1.0 — Determine if the JS environment has Symbol support. Supports spec, or shams. (homepage)
- has-tostringtag@1.0.2 — Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams. (homepage)
- hasown@2.0.2 — A robust, ES3 compatible, "has own property" predicate. (homepage)
- hermes-estree@0.25.1 — Flow types for the Flow-ESTree spec produced by the hermes parser (homepage)
- hermes-parser@0.25.1 — A JavaScript parser built from the Hermes engine (homepage)
- html-encoding-sniffer@6.0.0 — Sniff the encoding from a HTML byte stream (homepage)
- html-escaper@2.0.2 — fast and safe way to escape and unescape &<>'" chars (homepage)
- http-link-header@1.1.3 — Parse & format HTTP link headers according to RFC 8288 (homepage)
- http-proxy-agent@7.0.2 — An HTTP(s) proxy `http.Agent` implementation for HTTP (homepage)
- https-proxy-agent@7.0.6 — An HTTP(s) proxy `http.Agent` implementation for HTTPS (homepage)
- ignore@5.3.2 — Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others. (homepage)
- image-ssim@0.2.0 — Image structural similarity (SSIM). In TypeScript/JavaScript. For browser/server. (homepage)
- import-fresh@3.3.1 — Import a module while bypassing the cache (homepage)
- imurmurhash@0.1.4 — An incremental implementation of MurmurHash3 (homepage)
- indent-string@4.0.0 — Indent each line in a string (homepage)
- internal-slot@1.1.0 — ES spec-like internal slots (homepage)
- ip-address@10.2.0 — A library for parsing IPv4 and IPv6 IP addresses in node and the browser. (homepage)
- is-array-buffer@3.0.5 — Is this value a JS ArrayBuffer? (homepage)
- is-async-function@2.1.1 — Determine if a function is a native async function. (homepage)
- is-bigint@1.1.0 — Is this value an ES BigInt? (homepage)
- is-boolean-object@1.2.2 — Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-bun-module@2.0.0 — Is this specifier a Bun core module or supported Node one? (homepage)
- is-callable@1.2.7 — Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag. (homepage)
- is-core-module@2.16.1 — Is this specifier a node.js core module? (homepage)
- is-data-view@1.0.2 — Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. (homepage)
- is-date-object@1.1.0 — Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-docker@2.2.1 — Check if the process is running inside a Docker container (homepage)
- is-extglob@2.1.1 — Returns true if a string has an extglob. (homepage)
- is-finalizationregistry@1.1.1 — Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-fullwidth-code-point@3.0.0 — Check if the character represented by a given Unicode code point is fullwidth (homepage)
- is-generator-function@1.1.2 — Determine if a function is a native generator function. (homepage)
- 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 better user experience. (homepage)
- is-map@2.0.3 — Is this value a JS Map? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-negative-zero@2.0.3 — Is this value negative zero? === will lie to you (homepage)
- 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. (homepage)
- is-number-object@1.1.1 — Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-plain-object@5.0.0 — Returns true if an object was created by the `Object` constructor, or Object.create(null). (homepage)
- is-potential-custom-element-name@1.0.1 — Check whether a given string matches the `PotentialCustomElementName` production as defined in the HTML Standard. (homepage)
- is-regex@1.2.1 — Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag (homepage)
- is-set@2.0.3 — Is this value a JS Set? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-shared-array-buffer@1.0.4 — Is this value a JS SharedArrayBuffer? (homepage)
- is-string@1.1.1 — Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-symbol@1.1.1 — Determine if a value is an ES6 Symbol or not. (homepage)
- is-typed-array@1.1.15 — Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag. (homepage)
- is-weakmap@2.0.2 — Is this value a JS WeakMap? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-weakref@1.1.1 — Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-weakset@2.0.4 — Is this value a JS WeakSet? This module works cross-realm/iframe, and despite ES6 @@toStringTag. (homepage)
- is-wsl@2.2.0 — Check if the process is running inside Windows Subsystem for Linux (Bash on Windows) (homepage)
- isarray@2.0.5 — Array#isArray for older browsers (homepage)
- iterator.prototype@1.1.5 — `Iterator.prototype`, or a shared object to use. (homepage)
- jiti@2.6.1 — Runtime typescript and ESM support for Node.js (homepage)
- js-library-detector@6.7.0 — Detects the JavaScript libraries running on a page (homepage)
- js-tokens@4.0.0 — Tiny JavaScript tokenizer. (homepage)
- js-yaml@4.1.1 — YAML 1.2 parser and serializer (homepage)
- jsdom@29.1.1 — A JavaScript implementation of many web standards (homepage)
- jsesc@3.1.0 — Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data. (homepage)
- json-buffer@3.0.1 — JSON parse & stringify that supports binary via bops & base64 (homepage)
- json-schema-traverse@0.4.1 — Traverse JSON Schema passing each schema object to callback (homepage)
- json-stable-stringify-without-jsonify@1.0.1 — deterministic JSON.stringify() with custom sorting to get deterministic hashes from stringified results, with no public domain dependencies (homepage)
- json5@1.0.2 — JSON for Humans (homepage)
- jsx-ast-utils@3.3.5 — AST utility module for statically analyzing JSX (homepage)
- keyv@4.5.4 — Simple key-value storage with support for multiple backends (homepage)
- language-tags@1.0.9 — Work with IANA language tags. (homepage)
- levn@0.4.1 — Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible (homepage)
- locate-path@6.0.0 — Get the first path that exists on disk of multiple paths (homepage)
- lodash-es@4.18.1 — Lodash exported as ES modules. (homepage)
- lodash.merge@4.6.2 — The Lodash method `_.merge` exported as a module. (homepage)
- lookup-closest-locale@6.2.0 — Lookup the closest locale from among object keys (homepage)
- loose-envify@1.4.0 — Fast (and loose) selective `process.env` replacer using js-tokens instead of an AST (homepage)
- loupe@3.2.1 — Inspect utility for Node.js and browsers (homepage)
- lz-string@1.5.0 — LZ-based compression algorithm (homepage)
- magic-string@0.30.21 — Modify strings, generate sourcemaps (homepage)
- math-intrinsics@1.1.0 — ES Math-related intrinsics and helpers, robustly cached. (homepage)
- merge2@1.4.1 — Merge multiple streams into one stream in sequence or parallel. (homepage)
- metaviewport-parser@0.3.0 — Parser for the content attribute of the meta viewport (homepage)
- micromatch@4.0.8 — Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch. (homepage)
- min-indent@1.0.1 — Get the shortest leading whitespace from lines in a string (homepage)
- minimist@1.2.8 — parse argument options (homepage)
- mitt@3.0.1 — Tiny 200b functional Event Emitter / pubsub. (homepage)
- module-details-from-path@1.0.4 — Resolve npm package details, like name and base path, given an absolute path to a file inside a package (homepage)
- mrmime@2.0.1 — A tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename (homepage)
- ms@2.1.3 — Tiny millisecond conversion utility (homepage)
- nanoid@3.3.11 — A tiny (116 bytes), secure URL-friendly unique string ID generator (homepage)
- napi-postinstall@0.3.4 — The `postinstall` script helper for handling native bindings in legacy `npm` versions (homepage)
- natural-compare@1.4.0 — Compare strings containing a mix of letters and numbers in the way a human being would in sort order. (homepage)
- netmask@2.1.1 — Parse and lookup IP network blocks (homepage)
- node-exports-info@1.6.0 — Info about node `exports` field support: version ranges, categories, etc. (homepage)
- node-releases@2.0.27 — Node.js releases data (homepage)
- object-assign@4.1.1 — ES2015 `Object.assign()` ponyfill (homepage)
- object-inspect@1.13.4 — string representations of objects in node and the browser (homepage)
- object-keys@1.1.1 — An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim (homepage)
- object.assign@4.1.7 — ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim (homepage)
- object.entries@1.1.9 — ES2017 spec-compliant Object.entries shim. (homepage)
- object.fromentries@2.0.8 — ES proposal-spec-compliant Object.fromEntries shim. (homepage)
- object.groupby@1.0.3 — An ESnext spec-compliant `Object.groupBy` shim/polyfill/replacement that works as far down as ES3. (homepage)
- object.values@1.2.1 — ES2017 spec-compliant Object.values shim. (homepage)
- open@8.4.2 — Open stuff like URLs, files, executables. Cross-platform. (homepage)
- optionator@0.9.4 — option parsing and help generation (homepage)
- own-keys@1.0.1 — Robustly get an object's own property keys (strings and symbols), including non-enumerables when possible (homepage)
- p-limit@3.1.0 — Run multiple promise-returning & async functions with limited concurrency (homepage)
- p-locate@5.0.0 — Get the first fulfilled promise that satisfies the provided testing function (homepage)
- pac-proxy-agent@7.2.0 — A PAC file proxy `http.Agent` implementation for HTTP (homepage)
- pac-resolver@7.0.1 — Generates an asynchronous resolver function from a PAC file (homepage)
- parent-module@1.0.1 — Get the path of the parent module (homepage)
- parse5@8.0.1 — HTML parser and serializer. (homepage)
- path-exists@4.0.0 — Check if a path exists (homepage)
- path-key@3.1.1 — Get the PATH environment variable key cross-platform (homepage)
- path-parse@1.0.7 — Node.js path.parse() ponyfill (homepage)
- pathe@2.0.3 — Universal filesystem path utils (homepage)
- pathval@2.0.1 — Object value retrieval given a string path (homepage)
- pend@1.2.0 — dead-simple optimistic async helper (homepage)
- pg-protocol@1.14.0 — The postgres client/server binary protocol, implemented in TypeScript (homepage)
- pg-types@2.2.0 — Query result type converters for node-postgres (homepage)
- 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. (homepage)
- possible-typed-array-names@1.1.0 — A simple list of possible Typed Array names. (homepage)
- postcss@8.5.6 — Tool for transforming styles with JS plugins (homepage)
- postgres-array@2.0.0 — Parse postgres array columns (homepage)
- postgres-bytea@1.0.1 — Postgres bytea parser (homepage)
- postgres-date@1.0.7 — Postgres date column parser (homepage)
- postgres-interval@1.2.0 — Parse Postgres interval columns (homepage)
- prelude-ls@1.2.1 — prelude.ls is a functionally oriented utility library. It is powerful and flexible. Almost all of its functions are curried. It is written in, and is the recommended base library for, LiveScript. (homepage)
- prettier@3.8.1 — Prettier is an opinionated code formatter (homepage)
- prettier-plugin-tailwindcss@0.7.2 — A Prettier plugin for sorting Tailwind CSS classes. (homepage)
- pretty-format@27.5.1 — Stringify any JavaScript value. (homepage)
- progress@2.0.3 — Flexible ascii progress bar (homepage)
- prop-types@15.8.1 — Runtime type checking for React props and similar objects. (homepage)
- proxy-agent@6.5.0 — Maps proxy protocols to `http.Agent` implementations (homepage)
- proxy-from-env@1.1.0 — Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables. (homepage)
- pump@3.0.4 — pipe streams together and close all of them if one of them closes (homepage)
- punycode@2.3.1 — A robust Punycode converter that fully complies to RFC 3492 and RFC 5891, and works on nearly all JavaScript platforms. (homepage)
- queue-microtask@1.2.3 — fast, tiny `queueMicrotask` shim for modern engines (homepage)
- react@19.2.6 — React is a JavaScript library for building user interfaces. (homepage)
- react-dom@19.2.6 — React package for working with the DOM. (homepage)
- react-is@16.13.1 — Brand checking of React Elements. (homepage)
- redent@3.0.0 — Strip redundant indentation and indent the string (homepage)
- reflect.getprototypeof@1.0.10 — An ES2015 mostly-spec-compliant `Reflect.getPrototypeOf` sham/polyfill/replacement that works in as many engines as possible (homepage)
- regexp.prototype.flags@1.5.4 — ES6 spec-compliant RegExp.prototype.flags shim. (homepage)
- require-directory@2.1.1 — Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules. (homepage)
- require-from-string@2.0.2 — Require module from string (homepage)
- require-in-the-middle@7.5.2 — Module to hook into the Node.js require function (homepage)
- resolve@1.22.11 — resolve like require.resolve() on behalf of files asynchronously and synchronously (homepage)
- resolve-from@4.0.0 — Resolve the path of a module like `require.resolve()` but from a given path (homepage)
- resolve-pkg-maps@1.0.0 — Resolve package.json exports & imports maps (homepage)
- reusify@1.1.0 — Reuse objects and functions with style (homepage)
- robots-parser@3.0.1 — A specification compliant robots.txt parser with wildcard (*) matching support. (homepage)
- rollup@4.60.1 — Next-generation ES module bundler (homepage)
- run-parallel@1.2.0 — Run an array of functions in parallel (homepage)
- safe-array-concat@1.1.3 — `Array.prototype.concat`, but made safe by ignoring Symbol.isConcatSpreadable (homepage)
- safe-push-apply@1.0.0 — Push an array of items into an array, while being robust against prototype modification (homepage)
- safe-regex-test@1.1.0 — Give a regex, get a robust predicate function that tests it against a string. (homepage)
- scheduler@0.27.0 — Cooperative scheduler for the browser environment. (homepage)
- set-function-length@1.2.2 — Set a function's length property (homepage)
- set-function-name@2.0.2 — Set a function's name property (homepage)
- set-proto@1.0.0 — Robustly set the [[Prototype]] of an object (homepage)
- shebang-command@2.0.0 — Get the command from a shebang (homepage)
- shebang-regex@3.0.0 — Regular expression for matching a shebang line (homepage)
- side-channel@1.1.0 — Store information about any JS value in a side channel. Uses WeakMap if available. (homepage)
- side-channel-list@1.0.0 — Store information about any JS value in a side channel, using a linked list (homepage)
- side-channel-map@1.0.1 — Store information about any JS value in a side channel, using a Map (homepage)
- side-channel-weakmap@1.0.2 — Store information about any JS value in a side channel. Uses WeakMap if available. (homepage)
- sirv@2.0.4 — The optimized & lightweight middleware for serving requests to static assets (homepage)
- smart-buffer@4.2.0 — smart-buffer is a Buffer wrapper that adds automatic read & write offset tracking, string operations, data insertions, and more. (homepage)
- socks@2.8.9 — Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a, and SOCKSv5. Includes Bind and Associate functionality. (homepage)
- socks-proxy-agent@8.0.5 — A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS (homepage)
- speedline-core@1.4.3 — Get the speed index from chrome dev tool timeline files (homepage)
- stable-hash@0.0.5 — Stable JS value hash. (homepage)
- stackback@0.0.2 — return list of CallSite objects from a captured stacktrace (homepage)
- std-env@3.10.0 — Runtime agnostic JS utils (homepage)
- stop-iteration-iterator@1.1.0 — Firefox 17-26 iterators throw a StopIteration object to indicate "done". This normalizes it. (homepage)
- streamx@2.28.0 — An iteration of the Node.js core streams with a series of improvements (homepage)
- string-width@4.2.3 — Get the visual width of a string - the number of columns required to display it (homepage)
- string.prototype.includes@2.0.1 — A robust & optimized `String.prototype.includes` polyfill, based on the ECMAScript 6 specification. (homepage)
- string.prototype.matchall@4.0.12 — Spec-compliant polyfill for String.prototype.matchAll (homepage)
- string.prototype.repeat@1.0.0 — A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification. (homepage)
- string.prototype.trim@1.2.10 — ES5 spec-compliant shim for String.prototype.trim (homepage)
- string.prototype.trimend@1.0.9 — ES2019 spec-compliant String.prototype.trimEnd shim. (homepage)
- string.prototype.trimstart@1.0.8 — ES2019 spec-compliant String.prototype.trimStart shim. (homepage)
- strip-ansi@6.0.1 — Strip ANSI escape codes from a string (homepage)
- strip-bom@3.0.0 — Strip UTF-8 byte order mark (BOM) from a string (homepage)
- strip-indent@3.0.0 — Strip leading whitespace from each line in a string (homepage)
- strip-json-comments@3.1.1 — Strip comments from JSON. Lets you use comments in your JSON files! (homepage)
- strip-literal@3.1.0 — Strip comments and string literals from JavaScript code (homepage)
- stubborn-fs@2.0.0 — Stubborn versions of Node's fs functions that try really hard to do their job. (homepage)
- stubborn-utils@1.0.2 — A small collection of utilities for making functions somewhat resilient against errors. (homepage)
- supports-color@7.2.0 — Detect whether a terminal supports color (homepage)
- supports-preserve-symlinks-flag@1.0.0 — Determine if the current node version supports the `--preserve-symlinks` flag. (homepage)
- symbol-tree@3.2.4 — Turn any collection of objects into its own efficient tree or linked list using Symbol (homepage)
- tailwindcss@4.2.1 — A utility-first CSS framework for rapidly building custom user interfaces. (homepage)
- tapable@2.3.0 — Just a little module for plugins. (homepage)
- tar-fs@3.1.3 — filesystem bindings for tar-stream (homepage)
- tar-stream@3.2.0 — tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system. (homepage)
- teex@1.0.1 — Turn a readable stream into multiple readable streamx streams (homepage)
- third-party-web@0.27.0 — Categorized data on third party entities on the web. (homepage)
- tinybench@2.9.0 — Development or build tooling. (homepage)
- tinyexec@0.3.2 — A minimal library for executing processes in Node (homepage)
- tinyglobby@0.2.15 — A fast and minimal alternative to globby and fast-glob (homepage)
- tinypool@1.1.1 — A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features (homepage)
- tinyrainbow@2.0.0 — A small library to print colourful messages. (homepage)
- tinyspy@4.0.4 — A minimal fork of nanospy, with more features (homepage)
- tldts@7.0.30 — Library to work against complex domain names, subdomains and URIs. (homepage)
- tldts-core@7.0.30 — tldts core primitives (internal module) (homepage)
- tldts-icann@7.4.6 — Library to work against complex domain names, subdomains and URIs. Only contains ICANN section. (homepage)
- 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. (homepage)
- totalist@3.0.1 — A tiny (195B to 220B) utility to recursively list all (total) files in a directory (homepage)
- tr46@6.0.0 — An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing (homepage)
- ts-api-utils@2.4.0 — Utility functions for working with TypeScript's API. Successor to the wonderful tsutils. 🛠️️ (homepage)
- tsconfig-paths@3.15.0 — Load node modules according to tsconfig paths, in run-time or via API. (homepage)
- type-check@0.4.0 — type-check allows you to check the types of JavaScript values at runtime with a Haskell like type syntax. (homepage)
- typed-array-buffer@1.0.3 — Get the ArrayBuffer out of a TypedArray, robustly. (homepage)
- typed-array-byte-length@1.0.3 — Robustly get the byte length of a Typed Array (homepage)
- typed-array-byte-offset@1.0.4 — Robustly get the byte offset of a Typed Array (homepage)
- typed-array-length@1.0.7 — Robustly get the length of a Typed Array (homepage)
- typed-query-selector@2.12.2 — Better typed `querySelector` and `querySelectorAll`. (homepage)
- typescript-eslint@8.56.1 — Tooling which enables you to use TypeScript with ESLint (homepage)
- unbox-primitive@1.1.0 — Unbox a boxed JS primitive value. (homepage)
- undici@7.25.0 — An HTTP/1.1 client, written from scratch for Node.js (homepage)
- undici-types@6.21.0 — A stand-alone types package for Undici (homepage)
- unrs-resolver@1.11.1 — UnRS Resolver Node API with PNP support (homepage)
- update-browserslist-db@1.2.3 — CLI tool to update caniuse-lite to refresh target browsers from Browserslist config (homepage)
- vite@7.3.2 — Native-ESM powered web dev build tool (homepage)
- vite-node@3.2.4 — Vite as Node.js runtime (homepage)
- vitest@3.2.4 — Next generation testing framework powered by Vite (homepage)
- w3c-xmlserializer@5.0.0 — A per-spec XML serializer implementation (homepage)
- webpack-bundle-analyzer@4.10.1 — Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap (homepage)
- whatwg-mimetype@5.0.0 — Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard (homepage)
- whatwg-url@16.0.1 — An implementation of the WHATWG URL Standard's URL API and parsing machinery (homepage)
- when-exit@2.1.5 — Execute a function right before the process, or the browser's tab, is about to exit. (homepage)
- which-boxed-primitive@1.1.1 — Which kind of boxed JS primitive is this? (homepage)
- which-builtin-type@1.2.1 — What is the type of this builtin JS value? (homepage)
- which-collection@1.0.2 — Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. (homepage)
- which-typed-array@1.1.20 — Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag. (homepage)
- why-is-node-running@2.3.0 — Node is running but you don't know why? why-is-node-running is here to help you. (homepage)
- word-wrap@1.2.5 — Wrap words to a specified length. (homepage)
- wrap-ansi@7.0.0 — Wordwrap a string with ANSI escape codes (homepage)
- ws@7.5.11 — Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js (homepage)
- xdg-basedir@5.1.0 — Get XDG Base Directory paths (homepage)
- xmlchars@2.2.0 — Utilities for determining if characters belong to character classes defined by the XML specs. (homepage)
- xtend@4.0.2 — extend like a boss (homepage)
- yargs@17.7.3 — yargs the modern, pirate-themed, successor to optimist. (homepage)
- yauzl@2.10.0 — yet another unzip library for node (homepage)
- yocto-queue@0.1.0 — Tiny queue data structure (homepage)
- zod@3.25.76 — TypeScript-first schema declaration and validation library with static type inference (homepage)
- zod-validation-error@4.0.2 — Wrap zod validation errors in user-friendly readable messages (homepage)
MIT-0
MPL-2.0
Python-2.0
- argparse@2.0.1 — CLI arguments parser. Native port of python's argparse. (homepage)
Backend (Python)
Runtime environment (107 packages), grouped by reported license.
3-Clause BSD License
- protobuf 7.34.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache License 2.0
- multidict 6.7.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache Software License
- aiosignal 1.4.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- bcrypt 5.0.0 — Password hashing. (homepage)
- flatbuffers 25.12.19 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- google-auth 2.49.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- lingua-language-detector 2.2.0 — Deterministic local source-language detection for posts and comments. (homepage)
- propcache 0.4.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- requests 2.33.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- s3transfer 0.16.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- sortedcontainers 2.4.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- websocket-client 1.9.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache Software License; BSD License
- python-dateutil 2.9.0.post0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache-2.0
- boto3 1.42.89 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- botocore 1.42.89 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- frozenlist 1.8.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- msgpack 1.2.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- yarl 1.23.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache-2.0 AND BSD-2-Clause
- prometheus_client 0.25.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache-2.0 AND MIT
- aiohttp 3.13.5 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache-2.0 OR BSD-2-Clause
- packaging 26.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Apache-2.0 OR BSD-3-Clause
- cryptography 46.0.5 — Cryptographic primitives used by dependencies. (homepage)
BSD License
- httpx 0.28.1 — Outbound HTTP client (e.g. OAuth, integrations). (homepage)
- itsdangerous 2.2.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- Jinja2 3.1.6 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- mpmath 1.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- pyasn1_modules 0.4.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- pyzmq 27.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- sympy 1.14.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
BSD-2-Clause
BSD-3-Clause
- click 8.3.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- fakeredis 2.35.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- Flask 3.1.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- httpcore 1.0.9 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- idna 3.11 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- MarkupSafe 3.0.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- psutil 7.2.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- pycparser 3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- starlette 1.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- uvicorn 0.41.0 — ASGI server. (homepage)
- websockets 16.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- Werkzeug 3.1.8 — Bundled as a transitive or runtime dependency of the backend. (homepage)
BSD-3-Clause AND 0BSD AND MIT AND Zlib AND CC0-1.0
- numpy 2.4.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)
GNU General Public License v3 or later (GPLv3+)
- chess 1.11.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
GNU Library or Lesser General Public License (LGPL)
- psycopg2-binary 2.9.11 — PostgreSQL database driver. (homepage)
ISC
- prometheus-fastapi-instrumentator 8.0.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
ISC License (ISCL)
- dnspython 2.8.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
LGPL-3.0-only
- fpdf2 2.8.7 — Bundled as a transitive or runtime dependency of the backend. (homepage)
MIT
- alembic 1.18.4 — Database schema migrations. (homepage)
- annotated-doc 0.0.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- anyio 4.12.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- attrs 26.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- brotli 1.2.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- cffi 2.0.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- charset-normalizer 3.4.7 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- execnet 2.1.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- fastapi 0.135.1 — HTTP API framework. (homepage)
- flask-cors 6.0.5 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- fonttools 4.63.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- gevent 25.9.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- geventhttpclient 2.3.9 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- iniconfig 2.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- librt 0.9.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- mypy 1.20.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- mypy_extensions 1.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- pydantic 2.12.5 — Request/response validation and settings. (homepage)
- pydantic_core 2.41.5 — Core validation runtime for Pydantic. (homepage)
- PyJWT 2.12.0 — JSON Web Token handling. (homepage)
- pytest 9.0.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- pytest-xdist 3.8.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- python-engineio 4.13.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- python-socketio 5.16.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- redis 7.4.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- sentry-sdk 2.60.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- SQLAlchemy 2.0.48 — ORM and database access. (homepage)
- typing-inspection 0.4.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- urllib3 2.6.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- wsproto 1.3.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
MIT AND PSF-2.0
- greenlet 3.3.2 — Bundled as a transitive or runtime dependency of the backend. (homepage)
MIT License
- altcha 2.0.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- annotated-types 0.7.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- blinker 1.9.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- ConfigArgParse 1.7.5 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- Flask-Login 0.6.3 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- h11 0.16.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- http_ece 1.2.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- jmespath 1.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- locust 2.44.1 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- Mako 1.3.10 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- onnxruntime 1.24.4 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- pluggy 1.6.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- simple-websocket 1.1.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- six 1.17.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
- watchfiles 1.2.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
MIT-CMU
- pillow 12.2.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Mozilla Public License 2.0 (MPL 2.0)
MPL-2.0
PSF-2.0
- typing_extensions 4.15.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)
Python Software Foundation License
The Unlicense (Unlicense)
- email-validator 2.3.0 — Bundled as a transitive or runtime dependency of the backend. (homepage)