Licences

@adobe/css-tools by TJ Holowaychuk - MITA modern CSS parser and stringifier with TypeScript support
@alloc/quick-lru by Sindre Sorhus - MITSimple “Least Recently Used” (LRU) cache
@antfu/install-pkg by Anthony Fu - MITInstall package programmatically.
@antfu/utils by Anthony Fu - MITOpinionated collection of common JavaScript / TypeScript utils by @antfu
@babel/code-frame by The Babel Team - MITGenerate errors that contain a code frame that point to source locations.
@babel/compat-data by The Babel Team - MITThe compat-data to determine required Babel plugins
@babel/core by The Babel Team - MITBabel compiler core.
@babel/generator by The Babel Team - MITTurns an AST into code.
@babel/helper-compilation-targets by The Babel Team - MITHelper functions on Babel compilation targets
@babel/helper-globals by The Babel Team - MITA collection of JavaScript globals for Babel internal usage
@babel/helper-module-imports by The Babel Team - MITBabel helper functions for inserting module loads
@babel/helper-module-transforms by The Babel Team - MITBabel helper functions for implementing ES6 module transformations
@babel/helper-plugin-utils by The Babel Team - MITGeneral utilities for plugins to use
@babel/helper-string-parser by The Babel Team - MITA utility package to parse strings
@babel/helper-validator-identifier by The Babel Team - MITValidate identifier/keywords name
@babel/helper-validator-option by The Babel Team - MITValidate plugin/preset options
@babel/helpers by The Babel Team - MITCollection of helper functions used by Babel transforms.
@babel/parser by The Babel Team - MITA JavaScript parser
@babel/plugin-syntax-jsx by The Babel Team - MITAllow parsing of jsx
@babel/plugin-syntax-typescript by The Babel Team - MITAllow parsing of TypeScript syntax
@babel/template by The Babel Team - MITGenerate an AST from a string template.
@babel/traverse by The Babel Team - MITThe Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
@babel/types by The Babel Team - MITBabel Types is a Lodash-esque utility library for AST nodes
@corvu/utils by Jasmin Noetzli - MITUtilities for corvu
@deno/shim-deno by Thomas Rory Gummerson - MITDeno namespace shim for Node.js
@deno/shim-deno-test by The Deno authors - MITDeno.test only shim.
@esbuild/linux-x64 - MITThe Linux 64-bit binary for esbuild, a JavaScript bundler.
@floating-ui/core by atomiks - MITPositioning library for floating elements: tooltips, popovers, dropdowns, and more
@floating-ui/dom by atomiks - MITFloating UI for the web
@floating-ui/utils by atomiks - MITUtilities for Floating UI
@hcaptcha/loader by hCaptcha team and contributors - MITThis is a JavaScript library to easily configure the loading of the hCaptcha JS client SDK with built-in error handling.
@hcaptcha/types - MIThCaptcha Type Definitions
@hono/node-server by Yusuke Wada - MITNode.js Adapter for Hono
@iconify/json - MITHundreds of open source icon sets in IconifyJSON format
@iconify/types by Vjacheslav Trushkin - MITTypes for Iconify data
@iconify/utils by Vjacheslav Trushkin - MITCommon functions for working with Iconify icon sets used by various packages.
@img/colour - MITThe ESM-only 'color' package made compatible for use with CommonJS runtimes
@ioredis/commands by Zihua Li - MITRedis commands
@jridgewell/gen-mapping by Justin Ridgewell - MITGenerate source maps
@jridgewell/remapping by Justin Ridgewell - MITRemap sequential sourcemaps through transformations to point at the original source code
@jridgewell/resolve-uri by Justin Ridgewell - MITResolve a URI relative to an optional base URI
@jridgewell/source-map by Justin Ridgewell - MITPackages @jridgewell/trace-mapping and @jridgewell/gen-mapping into the familiar source-map API
@jridgewell/sourcemap-codec by Justin Ridgewell - MITEncode/decode sourcemap mappings
@jridgewell/trace-mapping by Justin Ridgewell - MITTrace the original position through a source map
@jsr/sn__assert - MIT
@jsr/sn__babel-plugin-here - MIT
@jsr/sn__nanulid - MIT
@jsr/sn__ulid - MIT
@jsr/std__bytes - MIT
@jsr/std__csv - MIT
@jsr/std__encoding - MIT
@jsr/std__streams - MIT
@jsr/valibot__valibot - MIT
@kobalte/core by jer3m01 - MITUnstyled components and primitives for building accessible web apps and design systems with SolidJS.
@kobalte/utils by Fabien Marie-Louise - MITCommon utilities and types for Kobalte.
@mdx-js/mdx by John Otander - MITMDX compiler
@mrleebo/prisma-ast by Jeremy Liberman - MITThis library uses an abstract syntax tree to parse schema.prisma files into an object in JavaScript. It is similar to [@prisma/sdk](https://github.com/prisma/prisma/tree/master/src/packages/sdk) except that it preserves comments and model attributes.
@nodelib/fs.scandir - MITList files and directories inside the specified directory
@nodelib/fs.stat - MITGet the status of a file with some features
@nodelib/fs.walk - MITA library for efficiently walking a directory recursively
@oxc-resolver/binding-linux-x64-gnu - MITOxc Resolver Node API
@parcel/watcher - MITA native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
@parcel/watcher-linux-x64-glibc - MITA native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
@parcel/watcher-wasm - MITA native C++ Node module for querying and subscribing to filesystem events. Used by Parcel 2.
@pkgjs/parseargs - MITPolyfill of future proposal for `util.parseArgs()`
@polka/url by Luke Edwards - MITSuper fast, memoized `req.url` parser
@poppinss/colors by virk - MITA wrapper on top of kleur with ability to write test against the color functions
@poppinss/dumper by Harminder Virk - MITPretty print JavaScript data types in the terminal and the browser
@poppinss/exception by Harminder Virk - MITUtility to create custom exceptions
@rollup/plugin-alias by Johannes Stein - MITDefine and resolve aliases for bundle dependencies
@rollup/plugin-babel by Rich Harris - MITSeamless integration between Rollup and Babel.
@rollup/plugin-commonjs by Rich Harris - MITConvert CommonJS modules to ES2015
@rollup/plugin-inject by Rich Harris - MITScan modules for global variables and injects `import` statements where necessary
@rollup/plugin-json by rollup - MITConvert .json files to ES6 modules
@rollup/plugin-node-resolve by Rich Harris - MITLocate and bundle third-party dependencies in node_modules
@rollup/plugin-replace by Rich Harris - MITReplace strings in files while bundling
@rollup/plugin-terser by Peter Placzek - MITGenerate minified bundle
@rollup/pluginutils by Rich Harris - MITA set of utility functions commonly used by Rollup plugins
@rollup/rollup-linux-x64-gnu by Lukas Taegert-Atkinson - MITNative bindings for Rollup
@samual/duration by Samual Norman - MITNormalize and format durations of time.
@samual/lib by Samual Norman - MIT
@samual/try by Samual Norman - MITTry
@samual/types - MIT
@samual/vinxi by Nikhil Saraf - MIT
@shikijs/core by Pine Wu - MITCore of Shiki
@shikijs/engine-javascript by Anthony Fu - MITEngine for Shiki using JavaScript's native RegExp
@shikijs/engine-oniguruma by Anthony Fu - MITEngine for Shiki using Oniguruma RegExp engine in WebAssembly
@shikijs/langs by Anthony Fu - MITTextMate grammars for Shiki in ESM
@shikijs/themes by Anthony Fu - MITTextMate themes for Shiki in ESM
@shikijs/types by Anthony Fu - MITType definitions for Shiki
@shikijs/vscode-textmate by Microsoft Corporation - MITShiki's fork of `vscode-textmate`
@sindresorhus/is by Sindre Sorhus - MITType check values
@sindresorhus/merge-streams by Sindre Sorhus - MITMerge multiple streams into a unified stream
@solid-primitives/event-listener by David Di Biase - MITSolidJS Primitives to manage creating event listeners.
@solid-primitives/keyed by Damian Tarnawski @thetarnav - MITControl Flow primitives and components that require specifying explicit keys to identify or rerender elements.
@solid-primitives/lifecycle by Damian Tarnawski - MITPackage providing extra layer of lifecycle primitives for Solid.
@solid-primitives/map by Damian Tarnawski @thetarnav - MITThe Map & WeakMap data structures as a reactive signals.
@solid-primitives/media by David Di Biase - MITPrimitives for media query and device features
@solid-primitives/memo by Damian Tarnawski @thetarnav - MITCollection of custom memo primitives. They extend Solid's createMemo functionality while keeping the usage similar.
@solid-primitives/props by Damian Tarnawski - MITLibrary of primitives focused around component props.
@solid-primitives/refs by Damian Tarnawski @thetarnav - MITLibrary of primitives, components and directives for SolidJS that help managing references to JSX elements.
@solid-primitives/resize-observer by Moshe Udimar - MITReactive primitives for observing resizing of HTML elements.
@solid-primitives/rootless by Damian Tarnawski @thetarnav - MITA collection of helpers that aim to simplify using reactive primitives outside of reactive roots, and managing disposal of reactive roots.
@solid-primitives/scheduled - MITPrimitives for creating scheduled — throttled or debounced — callbacks.
@solid-primitives/static-store by Damian Tarnawski - MITPrimitives for creating small reactive objects that doesn't change their shape over time - don't need a proxy wrapper.
@solid-primitives/timer by David Di Biase - MITPrimitives to manage timeout and interval
@solid-primitives/trigger by Damian Tarnawski - MITA set of primitives based on Solid signals, used to trigger computations.
@solid-primitives/utils by Damian Tarnawski @thetarnav - MITA bunch of reactive utility types and functions, for building primitives with Solid.js
@solidjs/meta by Ryan Carniato - MITWrite meta tags to the document head
@solidjs/router by Ryan Carniato - MITUniversal router for SolidJS
@solidjs/start by Ryan Carniato - MIT
@standard-schema/spec by Colin McDonnell - MITA family of specs for interoperable TypeScript
@standard-schema/utils by Fabian Hiller - MITThe official runtime utils for Standard Schema
@tanstack/devtools-event-client by Tanner Linsley - MITTanStack Event Client is a lightweight event client for TanStack Devtools event bus.
@tanstack/directive-functions-plugin by Tanner Linsley - MITModern and scalable routing for React applications
@tanstack/match-sorter-utils - MITA fork of match-sorter with separated filtering and sorting phases
@tanstack/pacer by Tanner Linsley - MITUtilities for debouncing, throttling, rate-limiting, queuing, and more.
@tanstack/router-utils by Tanner Linsley - MITModern and scalable routing for React applications
@tanstack/server-functions-plugin by Tanner Linsley - MITModern and scalable routing for React applications
@tanstack/solid-pacer by Tanner Linsley - MITUtilities for debouncing and throttling functions in Solid.
@tanstack/solid-store by Tanner Linsley - MITFramework agnostic type-safe store w/ reactive framework adapters
@tanstack/solid-table by Tanner Linsley - MITHeadless UI for building powerful tables & datagrids for Solid.
@tanstack/store by Tanner Linsley - MITFramework agnostic type-safe store w/ reactive framework adapters
@tanstack/table-core by Tanner Linsley - MITHeadless UI for building powerful tables & datagrids for TS/JS.
@testing-library/jest-dom by Ernesto Garcia - MITCustom jest matchers to test the state of the DOM
@total-typescript/ts-reset by Matt Pocock - MITA CSS reset for TypeScript, improving types for common JavaScript API's
@types/babel__core - MITTypeScript definitions for @babel/core
@types/babel__generator - MITTypeScript definitions for @babel/generator
@types/babel__template - MITTypeScript definitions for @babel/template
@types/babel__traverse - MITTypeScript definitions for @babel/traverse
@types/braces - MITTypeScript definitions for braces
@types/debug - MITTypeScript definitions for debug
@types/estree - MITTypeScript definitions for estree
@types/estree-jsx - MITTypeScript definitions for estree-jsx
@types/geojson - MITTypeScript definitions for geojson
@types/hast - MITTypeScript definitions for hast
@types/html-minifier-terser - MITTypeScript definitions for html-minifier-terser
@types/js-levenshtein - MITTypeScript definitions for js-levenshtein
@types/mdast - MITTypeScript definitions for mdast
@types/mdx - MITTypeScript definitions for mdx
@types/micromatch - MITTypeScript definitions for micromatch
@types/ms - MITTypeScript definitions for ms
@types/node - MITTypeScript definitions for node
@types/nodemailer - MITTypeScript definitions for nodemailer
@types/react - MITTypeScript definitions for react
@types/relateurl - MITTypeScript definitions for relateurl
@types/resolve - MITTypeScript definitions for resolve
@types/spdx-expression-parse - MITTypeScript definitions for spdx-expression-parse
@types/unist - MITTypeScript definitions for unist
@types/w3c-web-usb - MITTypeScript definitions for w3c-web-usb
@types/web-bluetooth - MITTypeScript definitions for web-bluetooth
@unocss/astro by Anthony Fu - MITUnoCSS integration for Astro
@unocss/cli by Johann Schopplich - MITCLI for UnoCSS
@unocss/config by Anthony Fu - MITConfig loader for UnoCSS
@unocss/core by Anthony Fu - MITThe instant on-demand Atomic CSS engine.
@unocss/extractor-arbitrary-variants by Anthony Fu - MITExtractor arbitrary variants for utilities
@unocss/inspector by Anthony Fu - MITThe inspector UI for UnoCSS
@unocss/postcss by sibbng - MITPostCSS plugin for UnoCSS
@unocss/preset-attributify by Anthony Fu - MITAttributify preset for UnoCSS
@unocss/preset-icons by Anthony Fu - MITPure CSS Icons for UnoCSS
@unocss/preset-mini by Anthony Fu - MITThe minimal preset for UnoCSS
@unocss/preset-tagify by Anthony Fu - MITTagify preset for UnoCSS
@unocss/preset-typography by Jeff Yang - MITTypography preset for UnoCSS
@unocss/preset-uno by Anthony Fu - MITThe default preset for UnoCSS
@unocss/preset-web-fonts by Anthony Fu - MITWeb Fonts support for Uno CSS
@unocss/preset-wind by Anthony Fu - MITTailwind / Windi CSS compact preset for UnoCSS
@unocss/reset by Anthony Fu - MITCollection of CSS resetting
@unocss/rule-utils by Anthony Fu - MITUtilities for UnoCSS
@unocss/transformer-attributify-jsx by Anthony Fu - MITSupport valueless attributify in JSX/TSX.
@unocss/transformer-compile-class by Anthony Fu - MITCompile group of classes into one class
@unocss/transformer-directives by hannoeru - MITUnoCSS transformer for `@apply` directive
@unocss/transformer-variant-group by Anthony Fu - MITVariant group transformer for UnoCSS
@unocss/vite by Anthony Fu - MITThe Vite plugin for UnoCSS
@vercel/nft - MIT
@vinxi/listhen - MIT👂 Elegant HTTP Listener
@vinxi/plugin-directives by Nikhil Saraf - MIT
@vinxi/plugin-mdx - MITVinxi plugin for MDX
@vinxi/server-components by Nikhil Saraf - MIT
@vue/compiler-core by Evan You - MIT@vue/compiler-core
@vue/compiler-dom by Evan You - MIT@vue/compiler-dom
@vue/compiler-sfc by Evan You - MIT@vue/compiler-sfc
@vue/compiler-ssr by Evan You - MIT@vue/compiler-ssr
@vue/reactivity by Evan You - MIT@vue/reactivity
@vue/runtime-core by Evan You - MIT@vue/runtime-core
@vue/runtime-dom by Evan You - MIT@vue/runtime-dom
@vue/server-renderer by Evan You - MIT@vue/server-renderer
@vue/shared by Evan You - MITinternal utils shared across @vue packages
@xterm/xterm - MITFull xterm terminal, in your browser
abort-controller by Toru Nagashima - MITAn implementation of WHATWG AbortController interface.
acorn - MITECMAScript parser
acorn-import-attributes by Sven Sauleau - MITSupport for import attributes in acorn
acorn-jsx - MITModern, fast React.js JSX parser
acorn-loose - MITError-tolerant ECMAScript parser
acorn-typescript by tyrealhu - MITAlternative, TypeScript parser
ag-grid-community by Niall Crosby - MITAdvanced Data Grid / Data Table supporting Javascript / Typescript / React / Angular / Vue
agent-base by Nathan Rajlich - MITTurn a function into an `http.Agent` instance
ansi-regex by Sindre Sorhus - MITRegular expression for matching ANSI escape codes
ansi-styles by Sindre Sorhus - MITANSI escape codes for styling strings in the terminal
archiver by Chris Talkington - MITa streaming interface for archive generation
archiver-utils by Chris Talkington - MITutility functions for archiver
ast-types by Ben Newman - MITEsprima-compatible implementation of the Mozilla JS Parser API
astring by David Bonnet - MITJavaScript code generator from an ESTree-compliant AST.
async by Caolan McMahon - MITHigher-order functions and common patterns for asynchronous code
async-sema by Olli Vanhoja - MITSemaphore using `async` and `await`
aws-ssl-profiles by https://github.com/wellwelwel - MITAWS RDS SSL certificates bundles.
babel-dead-code-elimination by pcattori - MITComposable primitives for dead code elimination in Babel
babel-plugin-jsx-dom-expressions by Ryan Carniato - MITA JSX to DOM plugin that wraps expressions for fine grained change detection
babel-plugin-transform-regex by Steven Levithan - MITBabel plugin for Regex+
babel-preset-solid by Ryan Carniato - MITBabel preset to transform JSX for Solid.js
bail by Titus Wormer - MITThrow a given error
balanced-match - MITMatch balanced character pairs, like "{" and "}"
base64-js by T. Jameson Little - MITBase64 encoding/decoding in pure JS
bcrypt-ts by Mr.Hope - MITbcrypt written in typescript
binary-extensions by Sindre Sorhus - MITList of binary file extensions
bindings by Nathan Rajlich - MITHelper module for loading your native module's .node file
boxen by Sindre Sorhus - MITCreate boxes in the terminal
brace-expansion - MITBrace expansion as known from sh/bash
braces by Jon Schlinkert - MITBash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.
browserslist by Andrey Sitnik - MITShare target browsers between different front-end tools, like Autoprefixer, Stylelint and babel-env-preset
buffer by Feross Aboukhadijeh - MITNode.js Buffer API, for the browser
buffer-crc32 by Brian J. Brennan - MITA pure javascript CRC32 algorithm that plays nice with binary data
buffer-from - MIT
bundle-require - MITbundle and require a file
c12 - MITSmart Config Loader
cac by egoist - MITSimple yet powerful framework for building command-line apps.
callsites by Sindre Sorhus - MITGet callsites from the V8 stack trace API
camel-case by Blake Embrey - MITTransform into a string with the separator denoted by the next word capitalized
camelcase by Sindre Sorhus - MITConvert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
caniuse-api - MITrequest the caniuse data to check browsers compatibilities
case-anything by Luca Ban - Mesqueeb - MITcamelCase, kebab-case, PascalCase... a simple integration with nano package size. (SMALL footprint!)
ccount by Titus Wormer - MITCount how often a character (or substring) is used in a string
chalk - MITTerminal string styling done right
character-entities by Titus Wormer - MITMap of named character references
character-entities-html4 by Titus Wormer - MITMap of named character references from HTML 4
character-entities-legacy by Titus Wormer - MITList of legacy HTML named character references that don’t need a trailing semicolon
character-reference-invalid by Titus Wormer - MITMap of invalid numeric character references to their replacements, according to HTML
chokidar by Paul Miller - MITMinimal and efficient cross-platform file watching library
citty - MITElegant CLI Builder
clean-css by Jakub Pawlowicz - MITA well-tested CSS minifier
cli-boxes by Sindre Sorhus - MITBoxes for use in the terminal
clipboardy by Sindre Sorhus - MITAccess the system clipboard (copy/paste)
collapse-white-space by Titus Wormer - MITCollapse white space
color-convert by Heather Arthur - MITPlain color conversion functions
color-name by DY - MITA list of color names and its values
colord by Vlad Shilov - MIT👑 A tiny yet powerful tool for high-performance color manipulations and conversions
colorette by Jorge Bucaran - MIT🌈Easily set your terminal text color & styles.
comma-separated-tokens by Titus Wormer - MITParse and stringify comma-separated tokens
commander by TJ Holowaychuk - MITthe complete solution for node.js command-line programs
commondir by James Halliday - MITcompute the closest common parent for file paths
compatx - MIT🌴 Gradual feature flags.
compress-commons by Chris Talkington - MITa library that defines a common interface for working with archive formats within node
confbox - MITCompact YAML, TOML, JSONC, JSON5 and INI parser and serializer
consola - MITElegant Console Wrapper
convert-source-map by Thorsten Lorenz - MITConverts a source-map from/to different formats and allows adding/changing properties.
cookie-es - MIT
core-util-is by Isaac Z. Schlueter - MITThe `util.is*` functions introduced in Node v0.12.
cosmiconfig by Daniel Fischer - MITFind and load configuration from a package.json property, rc file, TypeScript module, and more!
crc32-stream by Chris Talkington - MITa streaming CRC32 checksumer
croner by Hexagon - MITTrigger functions and/or evaluate cron expressions in JavaScript. No dependencies. Most features. All environments.
cross-spawn by André Cruz - MITCross platform child_process#spawn and child_process#spawnSync
crossws - MITCross-platform WebSocket Servers for Node.js, Deno, Bun and Cloudflare Workers
css-tree by Roman Dvornov - MITA tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations
css.escape by Mathias Bynens - MITA robust polyfill for the `CSS.escape` utility method as defined in CSSOM.
cssesc by Mathias Bynens - MITA JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
cssnano by Ben Briggs - MITA modular minifier, built on top of the PostCSS ecosystem.
cssnano-preset-default by Ben Briggs - MITSafe defaults for cssnano which require minimal configuration.
cssnano-utils - MITUtility methods and plugin for cssnano projects
csso by Sergey Kryzhanovsky - MITCSS minifier with structural optimisations
csstype by Fredrik Nicol - MITStrict TypeScript and Flow types for style based on MDN data
dax-sh - MITCross platform shell tools inspired by zx.
db0 - MITLightweight SQL Connector
debug by Josh Junon - MITLightweight debugging utility for Node.js and the browser
decode-named-character-reference by Titus Wormer - MITDecode named character references
deepmerge - MITA library for deep (recursive) merging of Javascript objects
define-lazy-prop by Sindre Sorhus - MITDefine a lazily evaluated property on an object
defu - MITRecursively assign default properties. Lightweight and Fast!
depd by Douglas Christopher Wilson - MITDeprecate all the things
dequal by Luke Edwards - MITA tiny (304B to 489B) utility for check for deep equality
destr - MITA faster, secure and convenient alternative for JSON.parse
destroy by Jonathan Ong - MITdestroy a stream if possible
devlop by Titus Wormer - MITDo things in development and nothing otherwise
dom-accessibility-api - MITImplements https://w3c.github.io/accname/
dom-serializer by Felix Boehm - MITrender domhandler DOM nodes to a string
dot-case by Blake Embrey - MITTransform into a lower case string with a period between words
dot-prop by Sindre Sorhus - MITGet, set, or delete a property from a nested object using a dot path
dprint-node by Devon Govett - MITA node API for the dprint TypeScript and JavaScript code formatter
duplexer by Raynos - MITCreates a duplex stream
eastasianwidth by Masaki Komagata - MITGet East Asian Width from a character.
ee-first by Jonathan Ong - MITreturn the first event in a set of ee/event pairs
effect - MITThe missing standard library for TypeScript, for writing production-grade software.
emoji-regex by Mathias Bynens - MITA regular expression to match all Emoji-only symbols as per the Unicode Standard.
emoji-regex-xs by Steven Levithan - MITA regular expression to match all emoji-only symbols
empathic by Luke Edwards - MITA set of small and fast Node.js utilities to understand your pathing needs.
encodeurl - MITEncode a URL to a percent-encoded form, excluding already-encoded sequences
env-paths by Sindre Sorhus - MITGet paths for storing things like data, config, cache, etc
error-ex - MITEasy error subclassing and stack customization
error-stack-parser - MITExtract meaning from JS Errors
error-stack-parser-es - MITCross-browser Error parser
es-module-lexer by Guy Bedford - MITLexes ES modules returning their import/export metadata
esbuild - MITAn extremely fast JavaScript and CSS bundler and minifier.
escalade by Luke Edwards - MITA tiny (183B to 210B) and fast utility to ascend parent directories
escape-html - MITEscape string for use in HTML
escape-string-regexp by Sindre Sorhus - MITEscape RegExp special characters
estree-util-attach-comments by Titus Wormer - MITAttach comments to estree nodes
estree-util-build-jsx by Titus Wormer - MITTransform JSX in estrees to function calls (for react, preact, and most hyperscript interfaces)
estree-util-is-identifier-name by Titus Wormer - MITCheck if something can be an ecmascript (javascript) identifier name
estree-util-to-js by Titus Wormer - MITestree (and esast) utility to serialize to JavaScript
estree-util-visit by Titus Wormer - MITesast (and estree) utility to visit nodes
estree-walker by Rich Harris - MITTraverse an ESTree-compliant AST
etag - MITCreate simple HTTP ETags
event-target-shim by Toru Nagashima - MITAn implementation of WHATWG EventTarget interface.
eventemitter3 by Arnout Kazemier - MITEventEmitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.
events by Irakli Gozalishvili - MITNode's event emitter for all engines.
execa by Sindre Sorhus - MITProcess execution for humans
exsolve - MITModule resolution utilities based on Node.js upstream implementation.
extend by Stefan Thomas - MITPort of jQuery.extend for node.js and the browser
fast-check by Nicolas DUBIEN - MITProperty based testing framework for JavaScript (like QuickCheck)
fast-fifo by Mathias Buus - MITA fast fifo implementation similar to the one powering nextTick in Node.js core
fast-glob by Denis Malinochkin - MITIt's a very fast and efficient glob library for Node.js
fd-package-json by James Garbutt - MITUtilities for finding the closest package.json file
fdir by thecodrr - MITThe fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s
file-uri-to-path by Nathan Rajlich - MITConvert a file: URI to a file path
fill-range by Jon Schlinkert - MITFill in a range of numbers or letters, optionally passing an increment or `step` to use, or create a regex-compatible range with `options.toRegex`
follow-redirects by Ruben Verborgh - MITHTTP and HTTPS modules that follow redirects.
formatly by Josh Goldberg ✨ - MITFormats your code with whatever formatter your project is already using. 🧼
fresh by TJ Holowaychuk - MITHTTP response freshness testing
fs-extra by JP Richardson - MITfs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
function-bind by Raynos - MITImplementation of Function.prototype.bind
generate-function by Mathias Buus - MITModule that helps you write generated functions in Node
gensync by Logan Smyth - MITAllows users to use generators in order to write common functions that can be both sync or async.
get-east-asian-width by Sindre Sorhus - MITDetermine the East Asian Width of a Unicode character
get-port-please - MITGet an available TCP port to listen
get-stream by Sindre Sorhus - MITGet a stream as a string, Buffer, ArrayBuffer or array
get-tsconfig by Hiroki Osame - MITFind and parse the tsconfig.json file from a directory path
giget - MITDownload templates and git repositories with pleasure!
globals by Sindre Sorhus - MITGlobal identifiers from different JavaScript environments
globby by Sindre Sorhus - MITUser-friendly glob matching
grammex - MITA tiny, PEG-like system for building language grammars with regexes.
graphmatch - MITA low-level utility for matching a string against a directed acyclic graph of regexes.
gzip-size by Sindre Sorhus - MITGet the gzipped size of a string or buffer
h3 - MITMinimal H(TTP) framework built for high performance and portability.
has-flag by Sindre Sorhus - MITCheck if argv has a specific flag
hasown by Jordan Harband - MITA robust, ES3 compatible, "has own property" predicate.
hast-util-to-estree by Titus Wormer - MIThast utility to transform to estree (JavaScript AST) JSX
hast-util-to-html by Titus Wormer - MIThast utility to serialize to HTML
hast-util-to-jsx-runtime by Titus Wormer - MIThast utility to transform to preact, react, solid, svelte, vue, etc
hast-util-whitespace by Titus Wormer - MIThast utility to check if a node is inter-element whitespace
hono by Yusuke Wada - MITWeb framework built on Web Standards
hookable - MITAwaitable hook system
html-entities by Marat Dulin - MITFastest HTML entities encode/decode library.
html-minifier-terser by Daniel Ruf - MITHighly configurable, well-tested, JavaScript-based HTML minifier.
html-to-image by bubkooo - MITGenerates an image from a DOM node using HTML5 canvas and SVG.
html-void-elements by Titus Wormer - MITList of HTML void tag names
htmlnano by Kirill Maltsev - MITModular HTML minifier, built on top of the PostHTML
htmlparser2 by Felix Boehm - MITFast & forgiving HTML/XML parser
http-errors by Jonathan Ong - MITCreate HTTP error objects
http-proxy by Charlie Robbins - MITHTTP proxying for the masses
http-shutdown by Dillon Buchanan - MITGracefully shutdown a running HTTP server.
http-status-codes by Bryce Neal - MITConstants enumerating the HTTP status codes. Based on the Java Apache HttpStatus API.
https-proxy-agent by Nathan Rajlich - MITAn HTTP(s) proxy `http.Agent` implementation for HTTPS
httpxy - MITA full-featured HTTP proxy for Node.js.
iconv-lite by Alexander Shtuchkin - MITConvert character encodings in pure javascript.
ignore by kael - MITIgnore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
import-fresh by Sindre Sorhus - MITImport a module while bypassing the cache
importx by Anthony Fu - MITUnified tool for importing TypeScript modules at runtime
indent-string by Sindre Sorhus - MITIndent each line in a string
inline-style-parser - MITAn inline style parser.
internet-address by whitequark - MITParse, query, manipulate, and serialize IPv4/6 addresses.
ioredis by Zihua Li - MITA robust, performance-focused and full-featured Redis client for Node.js.
iron-webcrypto by Divyansh Singh - MITa cryptographic utility for sealing-unsealing a JSON object using symmetric key encryption with message integrity verification
is-alphabetical by Titus Wormer - MITCheck if a character is alphabetical
is-alphanumerical by Titus Wormer - MITCheck if a character is alphanumerical
is-arrayish by Qix - MITDetermines if an object can be used as an array
is-binary-path by Sindre Sorhus - MITCheck if a file path is a binary file
is-buffer by Feross Aboukhadijeh - MITDetermine if an object is a Buffer
is-core-module by Jordan Harband - MITIs this specifier a node.js core module?
is-decimal by Titus Wormer - MITCheck if a character is decimal
is-docker by Sindre Sorhus - MITCheck if the process is running inside a Docker container
is-extglob by Jon Schlinkert - MITReturns true if a string has an extglob.
is-fullwidth-code-point by Sindre Sorhus - MITCheck if the character represented by a given Unicode code point is fullwidth
is-glob by Jon Schlinkert - MITReturns `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.
is-hexadecimal by Titus Wormer - MITCheck if a character is hexadecimal
is-inside-container by Sindre Sorhus - MITCheck if the process is running inside a container (Docker/Podman)
is-module by Jonathan Ong - MITcheck if a source string is an es6 module
is-number by Jon Schlinkert - MITReturns true if a number or string value is a finite number. Useful for regex matches, parsing, user input, etc.
is-path-inside by Sindre Sorhus - MITCheck if a path is inside another path
is-plain-obj by Sindre Sorhus - MITCheck if a value is a plain object
is-property by Mikola Lysenko - MITTests if a JSON property can be accessed using . syntax
is-reference by Rich Harris - MITDetermine whether an AST node is a reference
is-stream by Sindre Sorhus - MITCheck if something is a Node.js stream
is-what by Luca Ban - Mesqueeb - MITJS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
is-wsl by Sindre Sorhus - MITCheck if the process is running inside Windows Subsystem for Linux (Bash on Windows)
is64bit by Sindre Sorhus - MITCheck whether operating system CPU architecture is 64-bit or 32-bit (Supports browsers)
isarray by Julian Gruber - MITArray#isArray for older browsers
jiti - MITRuntime typescript and ESM support for Node.js
js-levenshtein by Gustaf Andersson - MITThe most efficient JS implementation calculating the Levenshtein distance, i.e. the difference between two strings.
js-tokens by Simon Lydell - MITTiny JavaScript tokenizer.
js-yaml by Vladimir Zapparov - MITYAML 1.2 parser and serializer
jsesc by Mathias Bynens - MITGiven some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.
jsodd by Samual Norman - MITCapture JavaScript values as a string in excruciating detail.
json-parse-even-better-errors by Kat Marchán - MITJSON.parse with context information on error
json5 by Aseem Kishore - MITJSON for Humans
jsonfile by JP Richardson - MITEasily read/write JSON files.
kleur by Luke Edwards - MITThe fastest Node.js library for formatting terminal text with ANSI colors~!
klona by Luke Edwards - MITA tiny (240B to 501B) and fast utility to "deep clone" Objects, Arrays, Dates, RegExps, and more!
knitwork - MITUtilities to generate JavaScript code.
kolorist by Marvin Hagemeister - MITA tiny utility to colorize stdin/stdout
lazystream by Jonas Pommerening - MITOpen Node Streams on demand.
libphonenumber-js by catamphetamine - MITA simpler (and smaller) rewrite of Google Android's libphonenumber library in javascript
lilconfig by antonk52 - MITA zero-dependency alternative to cosmiconfig
lines-and-columns by Brian Donovan - MITMaps lines and columns to character offsets and back.
listhen - MIT👂 Elegant HTTP Listener
load-tsconfig - MITLoad tsconfig.json
local-pkg by Anthony Fu - MITGet information on local packages.
lodash by John-David Dalton - MITLodash modular utilities.
lodash.defaults by John-David Dalton - MITThe lodash method `_.defaults` exported as a module.
lodash.isarguments by John-David Dalton - MITThe lodash method `_.isArguments` exported as a module.
lodash.memoize by John-David Dalton - MITThe lodash method `_.memoize` exported as a module.
lodash.uniq by John-David Dalton - MITThe lodash method `_.uniq` exported as a module.
loggingsucks by Samual Norman - MITInspired by https://loggingsucks.com/
longest-streak by Titus Wormer - MITCount the longest repeating streak of a substring
lower-case by Blake Embrey - MITTransforms the string to lower case
lru.min by https://github.com/wellwelwel - MIT🔥 An extremely fast and efficient LRU cache for JavaScript with high compatibility (including Browsers).
magic-string by Rich Harris - MITModify strings, generate sourcemaps
magicast - MITModify a JS/TS file and write back magically just like JSON!
markdown-extensions by Sindre Sorhus - MITList of Markdown file extensions
mdast-util-from-markdown by Titus Wormer - MITmdast utility to parse markdown
mdast-util-mdx by Titus Wormer - MITmdast extension to parse and serialize MDX (or MDX.js)
mdast-util-mdx-expression by Titus Wormer - MITmdast extension to parse and serialize MDX (or MDX.js) expressions
mdast-util-mdx-jsx by Titus Wormer - MITmdast extension to parse and serialize MDX or MDX.js JSX
mdast-util-mdxjs-esm by Titus Wormer - MITmdast extension to parse and serialize MDX.js ESM (import/exports)
mdast-util-phrasing by Victor Felder - MITmdast utility to check if a node is phrasing content
mdast-util-to-hast by Titus Wormer - MITmdast utility to transform to hast
mdast-util-to-markdown by Titus Wormer - MITmdast utility to serialize markdown
mdast-util-to-string by Titus Wormer - MITmdast utility to get the plain text content of a node
merge-anything by Luca Ban - Mesqueeb - MITMerge objects & other types recursively. A simple & small integration.
merge-stream by Stephen Sugden - MITCreate a stream that emits events from multiple other streams
merge2 - MITMerge multiple streams into one stream in sequence or parallel.
micromark by Titus Wormer - MITsmall commonmark compliant markdown parser with positional info and concrete tokens
micromark-core-commonmark by Titus Wormer - MITThe CommonMark markdown constructs
micromark-extension-mdx-expression by Titus Wormer - MITmicromark extension to support MDX or MDX JS expressions
micromark-extension-mdx-jsx by Titus Wormer - MITmicromark extension to support MDX or MDX.js JSX
micromark-extension-mdx-md by Titus Wormer - MITmicromark extension to turn some markdown features off for MDX
micromark-extension-mdxjs by Titus Wormer - MITmicromark extension to support MDX.js
micromark-extension-mdxjs-esm by Titus Wormer - MITmicromark extension to support MDX JS import/exports
micromark-factory-destination by Titus Wormer - MITmicromark factory to parse destinations (found in resources, definitions)
micromark-factory-label by Titus Wormer - MITmicromark factory to parse labels (found in media, definitions)
micromark-factory-mdx-expression by Titus Wormer - MITmicromark factory to parse MDX expressions (found in JSX attributes, flow, text)
micromark-factory-space by Titus Wormer - MITmicromark factory to parse markdown space (found in lots of places)
micromark-factory-title by Titus Wormer - MITmicromark factory to parse markdown titles (found in resources, definitions)
micromark-factory-whitespace by Titus Wormer - MITmicromark factory to parse markdown whitespace (found in lots of places)
micromark-util-character by Titus Wormer - MITmicromark utility to handle character codes
micromark-util-chunked by Titus Wormer - MITmicromark utility to splice and push with giant arrays
micromark-util-classify-character by Titus Wormer - MITmicromark utility to classify whether a character is whitespace or punctuation
micromark-util-combine-extensions by Titus Wormer - MITmicromark utility to combine syntax or html extensions
micromark-util-decode-numeric-character-reference by Titus Wormer - MITmicromark utility to decode numeric character references
micromark-util-decode-string by Titus Wormer - MITmicromark utility to decode markdown strings
micromark-util-encode by Titus Wormer - MITmicromark utility to encode dangerous html characters
micromark-util-events-to-acorn by Titus Wormer - MITmicromark utility to try and parse events w/ acorn
micromark-util-html-tag-name by Titus Wormer - MITmicromark utility with list of html tag names
micromark-util-normalize-identifier by Titus Wormer - MITmicromark utility normalize identifiers (as found in references, definitions)
micromark-util-resolve-all by Titus Wormer - MITmicromark utility to resolve subtokens
micromark-util-sanitize-uri by Titus Wormer - MITmicromark utility to sanitize urls
micromark-util-subtokenize by Titus Wormer - MITmicromark utility to tokenize subtokens
micromark-util-symbol by Titus Wormer - MITmicromark utility with symbols
micromark-util-types by Titus Wormer - MITmicromark utility with a couple of typescript types
micromatch by Jon Schlinkert - MITGlob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.
mime by Robert Kieffer - MITA comprehensive library for mime-type mapping
mime-db - MITMedia Type Database
mime-types - MITThe ultimate javascript content-type utility.
mimic-fn by Sindre Sorhus - MITMake a function mimic another one
min-indent by James Kyle - MITGet the shortest leading whitespace from lines in a string
minimist by James Halliday - MITparse argument options
minizlib by Isaac Z. Schlueter - MITA small fast zlib stream built on [minipass](http://npm.im/minipass) and Node.js's zlib binding.
mlly - MITMissing ECMAScript module utils for Node.js
mrmime by Luke Edwards - MITA tiny (2.8kB) and fast utility for getting a MIME type from an extension or filename
ms - MITTiny millisecond conversion utility
mysql2 by Andrey Sidorov - MITfast mysql driver. Implements core protocol, prepared statements, ssl and compression in native JS
named-placeholders by Andrey Sidorov - MITsql named placeholders to unnamed compiler
nanoid by Andrey Sitnik - MITA tiny (118 bytes), secure URL-friendly unique string ID generator
nitropack - MITBuild and Deploy Universal JavaScript Servers
no-case by Blake Embrey - MITTransform into a lower cased string with spaces between words
node-addon-api - MITNode.js API (Node-API)
node-fetch by David Frank - MITA light-weight module that brings window.fetch to node.js
node-fetch-native - MITbetter fetch for Node.js. Works on any JavaScript runtime!
node-gyp-build by Mathias Buus - MITBuild tool and bindings loader for node-gyp that supports prebuilds
node-mock-http - MIT
node-releases by Sergey Rubanov - MITNode.js releases data
normalize-path by Jon Schlinkert - MITNormalize slashes in a file path to be posix/unix-like forward slashes. Also condenses repeat slashes to a single slash and removes and trailing slashes, unless disabled.
npm-run-path by Sindre Sorhus - MITGet your PATH prepended with locally installed binaries
nypm - MITUnified Package Manager for Node.js
ofetch - MITA better fetch API. Works on node, browser and workers.
ohash - MITSimple object hashing, serialization and comparison utils.
on-finished - MITExecute a callback when a request closes, finishes, or errors
onetime by Sindre Sorhus - MITEnsure a function is only called once
oniguruma-to-es by Steven Levithan - MITConvert Oniguruma patterns to native JavaScript RegExp
open by Sindre Sorhus - MITOpen stuff like URLs, files, executables. Cross-platform.
oxc-resolver - MITOxc Resolver Node API
package-manager-detector by Anthony Fu - MITPackage manager detector
param-case by Blake Embrey - MITTransform into a lower cased string with dashes between words
parent-module by Sindre Sorhus - MITGet the path of the parent module
parse-entities by Titus Wormer - MITParse HTML character references
parse-json by Sindre Sorhus - MITParse JSON with more helpful errors
parse5 by Ivan Nikulin - MITHTML parser and serializer.
parseurl - MITparse a url with memoization
pascal-case by Blake Embrey - MITTransform into a string of capitalized words without separators
path-key by Sindre Sorhus - MITGet the PATH environment variable key cross-platform
path-parse by Javier Blanco - MITNode.js path.parse() ponyfill
path-to-regexp - MITExpress style path to RegExp utility
pathe - MITUniversal filesystem path utils
perfect-debounce - MIT
periscopic - MITperiscopic
picomatch by Jon Schlinkert - MITBlazing fast and accurate glob matcher written in JavaScript, with no dependencies and full support for standard and extended Bash glob features, including braces, extglobs, POSIX brackets, and regular expressions.
pkg-types - MITNode.js utilities and TypeScript definitions for `package.json` and `tsconfig.json`
postcss by Andrey Sitnik - MITTool for transforming styles with JS plugins
postcss-calc by Andy Jansson - MITPostCSS plugin to reduce calc()
postcss-colormin by Ben Briggs - MITMinify colors in your CSS files with PostCSS.
postcss-convert-values by Ben Briggs - MITConvert values with PostCSS (e.g. ms -> s)
postcss-discard-comments by Ben Briggs - MITDiscard comments in your CSS files with PostCSS.
postcss-discard-duplicates by Ben Briggs - MITDiscard duplicate rules in your CSS files with PostCSS.
postcss-discard-empty by Ben Briggs - MITDiscard empty rules and values with PostCSS.
postcss-discard-overridden by Justineo - MITPostCSS plugin to discard overridden @keyframes or @counter-style.
postcss-merge-longhand by Ben Briggs - MITMerge longhand properties into shorthand with PostCSS.
postcss-merge-rules by Ben Briggs - MITMerge CSS rules with PostCSS.
postcss-minify-font-values by Bogdan Chadkin - MITMinify font declarations with PostCSS
postcss-minify-gradients by Ben Briggs - MITMinify gradient parameters with PostCSS.
postcss-minify-params by Bogdan Chadkin - MITMinify at-rule params with PostCSS
postcss-minify-selectors by Ben Briggs - MITMinify selectors with PostCSS.
postcss-normalize-charset by Bogdan Chadkin - MITAdd necessary or remove extra charset with PostCSS
postcss-normalize-display-values by Ben Briggs - MITNormalize multiple value display syntaxes into single values.
postcss-normalize-positions by Ben Briggs - MITNormalize keyword values for position into length values.
postcss-normalize-repeat-style by Ben Briggs - MITConvert two value syntax for repeat-style into one value.
postcss-normalize-string by Ben Briggs - MITNormalize wrapping quotes for CSS string literals.
postcss-normalize-timing-functions by Ben Briggs - MITNormalize CSS animation/transition timing functions.
postcss-normalize-unicode by Ben Briggs - MITNormalize unicode-range descriptors, and can convert to wildcard ranges.
postcss-normalize-url by Ben Briggs - MITNormalize URLs with PostCSS
postcss-normalize-whitespace by Ben Briggs - MITTrim whitespace inside and around CSS rules & declarations.
postcss-ordered-values by Ben Briggs - MITEnsure values are ordered consistently in your CSS.
postcss-reduce-initial by Ben Briggs - MITReduce initial definitions to the actual initial value, where possible.
postcss-reduce-transforms by Ben Briggs - MITReduce transform functions with PostCSS.
postcss-selector-parser - MIT
postcss-svgo by Ben Briggs - MITOptimise inline SVG with PostCSS.
postcss-unique-selectors by Ben Briggs - MITEnsure CSS selectors are unique.
postcss-value-parser by Bogdan Chadkin - MITTransforms css values and at-rule params into the tree
posthtml by Ivan Voischev - MITHTML/XML processor
posthtml-parser by Ivan Voischev - MITParse HTML/XML to PostHTMLTree
posthtml-render by Ivan Voischev - MITRenders PostHTML Tree to HTML/XML
pretty-bytes by Sindre Sorhus - MITConvert bytes to a human readable string: 1337 → 1.34 kB
process by Roman Shtylman - MITprocess information for node.js and browsers
process-nextick-args - MITprocess.nextTick but always with args
promise-polyfill by Taylor Hakes - MITLightweight promise polyfill. A+ compliant
proper-lockfile by André Cruz - MITA inter-process and inter-machine lockfile utility that works on a local or network file system
property-information by Titus Wormer - MITInfo on the properties and attributes of the web platform
pure-rand by Nicolas DUBIEN - MIT Pure random number generator written in TypeScript
quansync by Anthony Fu - MITCreate sync/async APIs with usable logic
queue-microtask by Feross Aboukhadijeh - MITfast, tiny `queueMicrotask` shim for modern engines
rad-event-listener - MITSimple wrapper for addEventListener that returns a cleanup function so you don't have to call removeEventListener manually. The rad part is that it works with typescript 🤯
radix3 - MITLightweight and fast router for JavaScript based on Radix Tree
randombytes - MITrandom bytes from browserify stand alone
range-parser by TJ Holowaychuk - MITRange header field string parser
rc9 - MITRead/Write config couldn't be easier!
react - MITReact is a JavaScript library for building user interfaces.
react-dom - MITReact package for working with the DOM.
readable-stream - MITNode.js Streams, a user-land copy of the stream library from Node.js
readdirp by Thorsten Lorenz - MITRecursive version of fs.readdir with small RAM & CPU footprint
recast by Ben Newman - MITJavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator
redent by Sindre Sorhus - MITStrip redundant indentation and indent the string
redis-errors by Ruben Bridgewater - MITError classes used in node_redis
redis-parser by Ruben Bridgewater - MITJavascript Redis protocol (RESP) parser
regex by Steven Levithan - MITRegex template tag with extended syntax, context-aware interpolation, and always-on best practices
regex-recursion by Steven Levithan - MITRecursive matching plugin for Regex+
regex-utilities by Steven Levithan - MITTiny helpers for processing regex syntax
regexp-to-ast by Shahar Soel - MITParses a Regular Expression and outputs an AST
relateurl by Steven Vachon - MITMinify URLs by converting them from absolute to relative.
remark-mdx by Titus Wormer - MITremark plugin to support MDX syntax
remark-parse by Titus Wormer - MITremark plugin to add support for parsing markdown input
remark-rehype by Titus Wormer - MITremark plugin that turns markdown into HTML to support rehype
remeda by Łukasz Sentkiewicz - MITA utility library for JavaScript and Typescript.
remove-accents by Marin Atanasov - MITConverting the accented characters to their corresponding non-accented ASCII characters.
require-directory by Troy Goode - MITRecursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.
requires-port by Arnout Kazemier - MITCheck if a protocol requires a certain port number to be added to an URL.
resolve by James Halliday - MITresolve like require.resolve() on behalf of files asynchronously and synchronously
resolve-from by Sindre Sorhus - MITResolve the path of a module like `require.resolve()` but from a given path
resolve-pkg-maps by Hiroki Osame - MITResolve package.json exports & imports maps
retry by Tim Koschützki - MITAbstraction for exponential and custom retry strategies for failed operations.
reusify by Matteo Collina - MITReuse objects and functions with style
rollup by Rich Harris - MITNext-generation ES module bundler
rollup-plugin-visualizer by Denis Bardadym - MIT
run-parallel by Feross Aboukhadijeh - MITRun an array of functions in parallel
safe-buffer by Feross Aboukhadijeh - MITSafer Node.js Buffer API
safer-buffer by Nikita Skovoroda - MITModern Buffer API polyfill without footguns
scheduler - MITCooperative scheduler for the browser environment.
scule - MITString case utils
send by TJ Holowaychuk - MITBetter streaming static file server with Range and conditional-GET support
seq-queue by changchang - MITA simple tool to keep requests to be executed in order.
seroval by Alexis Munsayac - MITStringify JS values
seroval-plugins by Alexis Munsayac - MITStringify JS values
serve-placeholder - MITSmart placeholder for missing assets
serve-static by Douglas Christopher Wilson - MITServe static files
shebang-command by Kevin Mårtensson - MITGet the command from a shebang
shebang-regex by Sindre Sorhus - MITRegular expression for matching a shebang line
shiki by Pine Wu - MITA beautiful Syntax Highlighter.
sirv by Luke Edwards - MITThe optimized & lightweight middleware for serving requests to static assets
slash by Sindre Sorhus - MITConvert Windows backslash paths to slash paths
smob by Peter Placzek - MITZero dependency library to safe merge objects.
solid-ag-grid by Niall Crosby - MITAG Grid SolidJS Component
solid-hcaptcha by Mikkel ALMONTE--RINGAUD - MIThCaptcha Component Library for Solid.
solid-js by Ryan Carniato - MITA declarative JavaScript library for building user interfaces.
solid-mdx - MIT
solid-presence by Jasmin Noetzli - MITSolidJS utility that manages the presence of an element in the DOM while being aware of pending animations.
solid-prevent-scroll by Jasmin Noetzli - MITSolidJS utility that prevents scrolling outside of a given DOM element. Works by preventing events that else would lead to scrolling.
solid-refresh by Ryan Carniato - MITUniversal HMR for SolidJS
solid-use by Alexis Munsayac - MITA collection of SolidJS utilities
source-map-support - MITFixes stack traces for files with source maps
space-separated-tokens by Titus Wormer - MITParse and stringify space separated tokens
spdx-expression-parse by Kyle E. Mitchell - MITparse SPDX license expressions
sqlstring - MITSimple SQL escape and format for MySQL
stackframe - MITJS Object representation of a stack frame
standard-as-callback by luin - MITA performant and standard (Bluebird) library that registers a node-style callback on a promise
statuses - MITHTTP status utility
std-env - MITRuntime agnostic JS utils
streamx by Mathias Buus - MITAn iteration of the Node.js core streams with a series of improvements
string_decoder - MITThe string_decoder module from Node core
string-width by Sindre Sorhus - MITGet the visual width of a string - the number of columns required to display it
stringify-entities by Titus Wormer - MITSerialize (encode) HTML character references
strip-ansi by Sindre Sorhus - MITStrip ANSI escape codes from a string
strip-final-newline by Sindre Sorhus - MITStrip the final newline character from a string/buffer
strip-indent by Sindre Sorhus - MITStrip leading whitespace from each line in a string
strip-json-comments by Sindre Sorhus - MITStrip comments from JSON. Lets you use comments in your JSON files!
strip-literal by Anthony Fu - MITStrip comments and string literals from JavaScript code
style-to-js by Mark - MITParses CSS inline style to JavaScript object (camelCased).
style-to-object by Mark - MITParse CSS inline style to JavaScript object.
stylehacks by Ben Briggs - MITDetect/remove browser hacks from CSS files.
supports-color by Sindre Sorhus - MITDetect whether a terminal supports color
supports-preserve-symlinks-flag by Jordan Harband - MITDetermine if the current node version supports the `--preserve-symlinks` flag.
svgo by Kir Belevich - MITSVGO is a Node.js library and command-line application for optimizing vector images.
system-architecture by Sindre Sorhus - MITGet the operating system CPU architecture
tagged-tag by Sindre Sorhus - MITUnique tag for use in the type-fest Tagged type
tar-stream by Mathias Buus - MITtar-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.
teex by Mathias Buus - MITTurn a readable stream into multiple readable streamx streams
terracotta by Alexis Munsayac - MITHeadless UI for SolidJS
tiny-invariant by Alex Reardon - MITA tiny invariant function
tiny-ulid by Samual Norman - MITMake and decode ULIDs.
tinyexec by James Garbutt - MITA minimal library for executing processes in Node
tinyglobby by Superchupu - MITA fast and minimal alternative to globby and fast-glob
to-regex-range by Jon Schlinkert - MITPass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
toidentifier by Douglas Christopher Wilson - MITConvert a string of words to a JavaScript identifier
totalist by Luke Edwards - MITA tiny (195B to 220B) utility to recursively list all (total) files in a directory
tr46 by Sebastian Mayr - MITAn implementation of the Unicode TR46 spec
trim-lines by Titus Wormer - MITRemove spaces and tabs around line-breaks
trough by Titus Wormer - MIT`trough` is middleware
try by Arthur Fiorette - MITA 373-byte Spec-Compliant Runtime-Only Implementation of the ECMAScript Try Operator Proposal Result class
tsx by Hiroki Osame - MITTypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files
ufo - MITURL utils for humans
ultrahtml by Nate Moore - MIT
unconfig by Anthony Fu - MITA universal solution for loading configurations.
uncrypto - MITSingle API for Web Crypto API and Crypto Subtle working in Node.js, Browsers and other runtimes
unctx - MITComposition-api in Vanilla js
undici-types - MITA stand-alone types package for Undici
unenv - MIT
unicorn-magic by Sindre Sorhus - MITSome useful utilities I often need
unified by Titus Wormer - MITparse, inspect, transform, and serialize content through syntax trees
unimport - MITUnified utils for auto importing APIs in modules
unist-util-is by Titus Wormer - MITunist utility to check if a node passes a test
unist-util-position by Titus Wormer - MITunist utility to get the position of a node
unist-util-position-from-estree by Titus Wormer - MITunist utility to get a position from an estree node
unist-util-stringify-position by Titus Wormer - MITunist utility to serialize a node, position, or point as a human readable location
unist-util-visit by Titus Wormer - MITunist utility to visit nodes
unist-util-visit-parents by Titus Wormer - MITunist utility to recursively walk over nodes, with ancestral information
universalify by Ryan Zimmerman - MITMake a callback- or promise-based function support both promises and callbacks.
unocss by Anthony Fu - MITThe instant on-demand Atomic CSS engine.
unocss-preset-primitives by zirbest - MITA UnoCSS preset and variants for styling headlessui, radix-ui, kobalte state or custom one
unplugin - MITUnified plugin system for build tools
unplugin-utils by Kevin Deng - MITA set of utility functions commonly used by unplugins.
unstorage - MITUniversal Storage Layer
untun - MITTunnel your local HTTP(s) server to the world! Powered by Cloudflare Quick Tunnels.
untyped - MIT
unwasm - MITWebAssembly tools for JavaScript
update-browserslist-db by Andrey Sitnik - MITCLI tool to update caniuse-lite to refresh target browsers from Browserslist config
uqr by Anthony Fu - MITGenerate QR Code universally, in any runtime, to ANSI, Unicode or SVG.
util-deprecate by Nathan Rajlich - MITThe Node.js `util.deprecate()` function with browser support
valibot by Fabian Hiller - MITThe modular and type safe schema library for validating structural data
vfile by Titus Wormer - MITVirtual file format for text processing
vfile-message by Titus Wormer - MITvfile utility to create a virtual message
vite by Evan You - MITNative-ESM powered web dev build tool
vite-plugin-solid by Alexandre Mouton-Brady - MITsolid-js integration plugin for vite 3/4/5/6
vitefu - MITUtilities for building frameworks with Vite
vscode-jsonrpc by Microsoft Corporation - MITA json rpc implementation over streams
vscode-languageserver by Microsoft Corporation - MITLanguage server implementation for node
vscode-languageserver-protocol by Microsoft Corporation - MITVSCode Language Server Protocol implementation
vscode-languageserver-textdocument by Microsoft Corporation - MITA simple text document implementation for Node LSP servers
vscode-languageserver-types by Microsoft Corporation - MITTypes used by the Language server for node
vscode-uri by Microsoft - MITThe URI implementation that is used by VS Code and its extensions
vue by Evan You - MITThe progressive JavaScript framework for building modern web UI.
vue-flow-layout by Chris - MIT🌊 The Vue waterfull layout component.
webpack-virtual-modules by SysGears INC - MITWebpack Virtual Modules
whatwg-url by Sebastian Mayr - MITAn implementation of the WHATWG URL Standard's URL API and parsing machinery
widest-line by Sindre Sorhus - MITGet the visual width of the widest line in a string - the number of columns required to display it
wrap-ansi by Sindre Sorhus - MITWordwrap a string with ANSI escape codes
yargs - MITyargs the modern, pirate-themed, successor to optimist.
youch by Harminder Virk - MITPretty print JavaScript errors on the Web and the Terminal
youch-core by Harminder Virk - MITError parser to parse an error instance into a collection of frames
zeptomatch - MITAn absurdly small glob matcher that packs a punch.
zip-stream by Chris Talkington - MITa streaming zip archive generator.
zod by Colin McDonnell - MITTypeScript-first schema declaration and validation library with static type inference
zwitch by Titus Wormer - MITHandle values based on a property
@ampproject/remapping by Justin Ridgewell - Apache-2.0Remap sequential sourcemaps through transformations to point at the original source code
@chevrotain/cst-dts-gen - Apache-2.0Generates type definitions for chevrotain CST nodes
@chevrotain/gast - Apache-2.0Grammar AST structure for Chevrotain Parsers
@chevrotain/types by Shahar Soel - Apache-2.0Type Signatures and API Website for Chevrotain
@chevrotain/utils by Shahar Soel - Apache-2.0common utilities
@electric-sql/pglite by Electric DB Limited - Apache-2.0PGlite is a WASM Postgres build packaged into a TypeScript client library that enables you to run Postgres in the browser, Node.js and Bun, with no need to install any other dependencies. It is only 3.7mb gzipped.
@electric-sql/pglite-socket by Electric DB Limited - Apache-2.0A socket implementation for PGlite enabling remote connections
@electric-sql/pglite-tools by Electric DB Limited - Apache-2.0Tools for working with PGlite databases
@img/sharp-linux-x64 by Lovell Fuller - Apache-2.0Prebuilt sharp for use with Linux (glibc) x64
@internationalized/date - Apache-2.0Internationalized calendar, date, and time manipulation utilities
@internationalized/number - Apache-2.0Internationalized number formatting and parsing utilities
@paypal/paypal-js - Apache-2.0Loading wrapper and TypeScript types for the PayPal JS SDK
@prisma/adapter-mariadb by Jacek Malec - Apache-2.0Prisma's driver adapter for "mariadb"
@prisma/client by Tim Suchanek - Apache-2.0Prisma Client is an auto-generated, type-safe and modern JavaScript/TypeScript ORM for Node.js that's tailored to your data. Supports PostgreSQL, CockroachDB, MySQL, MariaDB, SQL Server, SQLite & MongoDB databases.
@prisma/client-runtime-utils - Apache-2.0Utility types and singletons used by the Prisma Client.
@prisma/config by Alberto Schiabel - Apache-2.0Internal package used to define and read Prisma configuration files
@prisma/debug by Tim Suchanek - Apache-2.0This package is intended for Prisma's internal use
@prisma/driver-adapter-utils by Alberto Schiabel - Apache-2.0Internal set of utilities and types for Prisma's driver adapters.
@prisma/engines by Tim Suchanek - Apache-2.0This package is intended for Prisma's internal use
@prisma/engines-version by Tim Suchanek - Apache-2.0
@prisma/fetch-engine by Tim Suchanek - Apache-2.0This package is intended for Prisma's internal use
@prisma/get-platform by Tim Suchanek - Apache-2.0This package is intended for Prisma's internal use
@prisma/language-server by Prisma - Apache-2.0Prisma Language Server
@prisma/prisma-schema-wasm by Prisma - Apache-2.0The Wasm package for prisma-fmt
@prisma/query-plan-executor - Apache-2.0This package is intended for Prisma's internal use
@prisma/schema-files-loader by Serhii Tatarintsev - Apache-2.0Package for resolving and loading schema files when schema is split into multiple files
@prisma/studio-core by Igal Klebanov - Apache-2.0Modular Prisma Studio components
@swc/helpers by 강동윤 - Apache-2.0External helpers for the swc project.
aria-query by Jesse Beach - Apache-2.0Programmatic access to the ARIA specification
b4a by Holepunch - Apache-2.0Bridging the gap between buffers and typed arrays
bare-events by Holepunch - Apache-2.0Event emitters for JavaScript
bare-fs by Holepunch - Apache-2.0Native file system operations for Javascript
bare-os by Holepunch - Apache-2.0Operating system utilities for Javascript
bare-path by Holepunch - Apache-2.0Path manipulation library for JavaScript
bare-stream by Holepunch - Apache-2.0Streaming data for JavaScript
bare-url by Holepunch - Apache-2.0WHATWG URL implementation for JavaScript
baseline-browser-mapping - Apache-2.0A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
chevrotain by Shahar Soel - Apache-2.0Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers
cluster-key-slot by Mike Diarmid - Apache-2.0Generates CRC hashes for strings - for use by node redis clients to determine key slots.
crc-32 by sheetjs - Apache-2.0Pure-JS CRC-32
denque by Invertase - Apache-2.0The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries. Maintains compatability with deque.
detect-libc by Lovell Fuller - Apache-2.0Node.js module to detect the C standard library (libc) implementation family and version
events-universal by Holepunch - Apache-2.0Universal wrapper for the Node.js events module
human-signals by ehmicky - Apache-2.0Human-friendly process signals
long by Daniel Wirtz - Apache-2.0A Long class for representing a 64-bit two's-complement integer value.
prisma by Tim Suchanek - Apache-2.0Prisma is an open-source database toolkit. It includes a JavaScript/TypeScript ORM for Node.js, migrations and a modern GUI to view and edit the data in your database. You can use Prisma in new projects or add it to an existing one.
readdir-glob by Yann Armelin - Apache-2.0Recursive fs.readdir with streaming API and glob filtering.
sharp by Lovell Fuller - Apache-2.0High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images
text-decoder by Holepunch - Apache-2.0Streaming text decoder that preserves multibyte Unicode characters
ts-poet by Stephen Haberman - Apache-2.0code generation DSL for TypeScript
typescript by Microsoft Corp. - Apache-2.0TypeScript is a language for application scale JavaScript development
@bufbuild/protobuf - (Apache-2.0 AND BSD-3-Clause)A complete implementation of Protocol Buffers in TypeScript, suitable for web browsers and Node.js.
@cloudflare/kv-asset-handler by wrangler@cloudflare.com - MIT OR Apache-2.0Routes requests to KV assets
@img/sharp-libvips-linux-x64 by Lovell Fuller - LGPL-3.0-or-laterPrebuilt libvips and dependencies for use with sharp on Linux (glibc) x64
@isaacs/cliui by Ben Coe - ISCeasily create complex multi-column command-line-interfaces
@isaacs/fs-minipass by Isaac Z. Schlueter - ISCfs read and write streams based on minipass
@prisma/dev by Igal Klebanov - ISCA local Prisma Postgres server for development and testing
@ungap/structured-clone by Andrea Giammarchi - ISCA structuredClone polyfill
abbrev by GitHub Inc. - ISCLike ruby's abbrev module, but in js
ansi-align by nexdrew - ISCalign-text with ANSI support for CLIs
ansis by webdiscus - ISCANSI color lib
anymatch by Elan Shanker - ISCMatches strings against configurable strings, globs, regular expressions, and/or functions
boolbase by Felix Boehm - ISCtwo functions: One that returns true, one that returns false
cliui by Ben Coe - ISCeasily create complex multi-column command-line-interfaces
css-declaration-sorter by Selwyn - ISCSorts CSS declarations fast and automatically in a certain order.
electron-to-chromium by Kilian Valkhof - ISCProvides a list of electron-to-chromium version mappings
fastq by Matteo Collina - ISCFast, in memory work queue
foreground-child by Isaac Z. Schlueter - ISCRun a child as if it's the foreground process. Give it stdio. Exit when it exits.
get-caller-file by Stefan Penner - ISC
glob by Isaac Z. Schlueter - ISCthe most correct and second fastest glob implementation in JavaScript
glob-parent by Gulp Team - ISCExtract the non-magic parent path from a glob string.
graceful-fs - ISCA drop-in replacement for fs, making various improvements.
inherits - ISCBrowser-friendly inheritance fully compatible with standard node.js inherits()
is-json by @joaquimserafim - ISCcheck if a string is a valid JSON string without using Try/Catch
isexe by Isaac Z. Schlueter - ISCMinimal module to check if a file is executable.
knip by Lars Kappert - ISCFind and fix unused dependencies, exports and files in your TypeScript and JavaScript projects
lru-cache by Isaac Z. Schlueter - ISCA cache object that deletes the least-recently-used items.
minimatch by Isaac Z. Schlueter - ISCa glob matcher in javascript
nopt by GitHub Inc. - ISCOption parsing for Node, supporting types, shorthands, etc. Used by npm.
picocolors by Alexey Raspopov - ISCThe tiniest and the fastest library for terminal output formatting with ANSI colors
semver by GitHub Inc. - ISCThe semantic version parser used by npm.
setprototypeof by Wes Todd - ISCA small polyfill for Object.setprototypeof
signal-exit by Ben Coe - ISCwhen you want to fire an event no matter how a process exits.
ts-proto - ISC
ts-proto-descriptors - ISC
unbash by Lars Kappert - ISCFast 0-deps bash parser written in TypeScript
walk-up-path by Isaac Z. Schlueter - ISCGiven a path string, return a generator that walks up the path, emitting each dirname.
which by GitHub Inc. - ISCLike which(1) unix command. Find the first instance of an executable in the PATH.
y18n by Ben Coe - ISCthe bare-bones internationalization library used by yargs
yallist by Isaac Z. Schlueter - ISCYet Another Linked List
yaml by Eemeli Aro - ISCJavaScript parser and stringifier for YAML
yargs-parser by Ben Coe - ISCthe mighty option parser used by yargs
@jsr/samual__cookie - Unknown
@jsr/samual__types - Unknown
@mapbox/node-pre-gyp by Dane Springmeyer - BSD-3-ClauseNode.js native addon binary install tool
deepmerge-ts by Rebecca Stevens - BSD-3-ClauseDeeply merge 2 or more objects respecting type information.
diff - BSD-3-ClauseA JavaScript text diff implementation.
ieee754 by Feross Aboukhadijeh - BSD-3-ClauseRead/write IEEE754 floating point numbers from/to a Buffer or array-like object
serialize-javascript by Eric Ferraiuolo - BSD-3-ClauseSerialize JavaScript to a superset of JSON that includes regular expressions and functions.
smol-toml by Cynthia - BSD-3-ClauseA small, fast, and correct TOML parser/serializer
source-map by Nick Fitzgerald - BSD-3-ClauseGenerates and consumes source maps
source-map-js by Valentin 7rulnik Semirulnik - BSD-3-ClauseGenerates and consumes source maps
@speed-highlight/core by matubu - CC0-1.0🌈 Light, fast, and easy to use, dependencies free javascript syntax highlighter, with automatic language detection
mdn-data by Mozilla Developer Network - CC0-1.0Open Web data by the Mozilla Developer Network
spdx-license-ids by Shinnosuke Watanabe - CC0-1.0A list of SPDX license identifiers
argparse - Python-2.0CLI arguments parser. Native port of python's argparse.
caniuse-lite by Ben Briggs - CC-BY-4.0A smaller version of caniuse-db, with only the essentials!
chownr by Isaac Z. Schlueter - BlueOak-1.0.0like `chown -R`
glob by Isaac Z. Schlueter - BlueOak-1.0.0the most correct and second fastest glob implementation in JavaScript
isexe by Isaac Z. Schlueter - BlueOak-1.0.0Minimal module to check if a file is executable.
jackspeak by Isaac Z. Schlueter - BlueOak-1.0.0A very strict and proper argument parser.
lru-cache by Isaac Z. Schlueter - BlueOak-1.0.0A cache object that deletes the least-recently-used items.
minimatch by Isaac Z. Schlueter - BlueOak-1.0.0a glob matcher in javascript
minipass by Isaac Z. Schlueter - BlueOak-1.0.0minimal implementation of a PassThrough stream
package-json-from-dist by Isaac Z. Schlueter - BlueOak-1.0.0Load the local package.json from either src or dist folder
path-scurry by Isaac Z. Schlueter - BlueOak-1.0.0walk paths fast and efficiently
sax by Isaac Z. Schlueter - BlueOak-1.0.0An evented streaming XML parser in JavaScript
tar by Isaac Z. Schlueter - BlueOak-1.0.0tar for node
yallist by Isaac Z. Schlueter - BlueOak-1.0.0Yet Another Linked List
css-select by Felix Boehm - BSD-2-Clausea CSS selector compiler/engine
css-what by Felix Böhm - BSD-2-Clausea CSS selector parser
domelementtype by Felix Boehm - BSD-2-Clauseall the types of nodes in htmlparser2's dom
domhandler by Felix Boehm - BSD-2-ClauseHandler for htmlparser2 that turns pages into a dom
domutils by Felix Boehm - BSD-2-ClauseUtilities for working with htmlparser2's dom
dotenv - BSD-2-ClauseLoads environment variables from .env file
entities by Felix Boehm - BSD-2-ClauseEncode & decode XML and HTML entities with ease & speed
esprima by Ariya Hidayat - BSD-2-ClauseECMAScript parsing infrastructure for multipurpose analysis
nth-check by Felix Boehm - BSD-2-ClauseParses and compiles CSS nth-checks to highly optimized functions.
terser by Mihai Bazon - BSD-2-ClauseJavaScript parser, mangler/compressor and beautifier toolkit for ES6+
webidl-conversions by Domenic Denicola - BSD-2-ClauseImplements the WebIDL algorithms for converting to and from JavaScript values
mariadb by Diego Dupin - LGPL-2.1-or-laterfast mariadb or mysql connector.
node-forge by Digital Bazaar, Inc. - (BSD-3-Clause OR GPL-2.0)JavaScript implementations of network transports, cryptography, ciphers, PKI, message digests, and various utilities.
nodemailer by Andris Reinman - MIT-0Easy as cake e-mail sending from your Node.js applications
postgres by Rasmus Porsager - UnlicenseFastest full featured PostgreSQL client for Node.js
spdx-exceptions by The Linux Foundation - CC-BY-3.0list of SPDX standard license exceptions
tslib by Microsoft Corp. - 0BSDRuntime library for TypeScript helper functions
type-fest by Sindre Sorhus - (MIT OR CC0-1.0)A collection of essential TypeScript types