Third-Party Software Licenses

This application uses third-party software packages provided under the following licenses:

MIT License

abort-controller

An implementation of WHATWG AbortController interface.

AuthorToru Nagashima (https://github.com/mysticatea)

accepts

Higher-level content negotiation

acorn

ECMAScript parser

acorn-import-attributes

Support for import attributes in acorn

AuthorSven Sauleau <sven@sauleau.com>

agent-base

Turn a function into an `http.Agent` instance

AuthorNathan Rajlich <nathan@tootallnate.net> (http://n8.io/)

ajv

Another JSON Schema Validator

AuthorEvgeny Poberezkin

ajv-formats

Format validation for Ajv v7+

AuthorEvgeny Poberezkin

ansi-regex

Regular expression for matching ANSI escape codes

AuthorSindre Sorhus

ansi-styles

ANSI escape codes for styling strings in the terminal

AuthorSindre Sorhus

anynum

Normalize all Unicode decimal digits (Devanagari, Arabic, Thai, etc.) to ASCII numerals. Zero dependencies, performance-first.

AuthorAmit Gupta (https://solothought.work/)

array-flatten

Flatten an array of nested arrays into a single flat array

AuthorBlake Embrey

arrify

Convert a value to an array

AuthorSindre Sorhus

async

Higher-order functions and common patterns for asynchronous code

AuthorCaolan McMahon

async-mutex

A mutex for guarding async workflows

AuthorChristian Speckner <cnspeckn@googlemail.com> (https://github.com/DirtyHairy/)

async-retry

Retrying made simple, easy and async

asynckit

Minimal async jobs utility library, with streams support

AuthorAlex Indigo <iam@alexindigo.com>

bail

Throw a given error

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

balanced-match

Match balanced character pairs, like "{" and "}"

AuthorJulian Gruber

base64-js

Base64 encoding/decoding in pure JS

AuthorT. Jameson Little <t.jameson.little@gmail.com>

big.js

A small, fast, easy-to-use library for arbitrary-precision decimal arithmetic

AuthorMichael Mclaughlin

bignumber.js

A library for arbitrary-precision decimal and non-decimal arithmetic

AuthorMichael Mclaughlin

body-parser

Node.js body parsing middleware

brace-expansion

Brace expansion as known from sh/bash

AuthorJulian Gruber

bytes

Utility to parse a string bytes to bytes and vice-versa

AuthorTJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)

call-bind-apply-helpers

Helper functions around Function call/apply/bind, for use in `call-bind`

AuthorJordan Harband <ljharb@gmail.com>

call-bound

Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.

AuthorJordan Harband <ljharb@gmail.com>

ccount

Count how often a character (or substring) is used in a string

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

@cfworker/json-schema

A JSON schema validator that will run on Cloudflare workers. Supports drafts 4, 7, 2019-09, and 2020-12.

AuthorJeremy Danyow <jdanyow@gmail.com>

character-entities

Map of named character references

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

character-entities-html4

Map of named character references from HTML 4

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

character-entities-legacy

List of legacy HTML named character references that don’t need a trailing semicolon

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

character-reference-invalid

Map of invalid numeric character references to their replacements, according to HTML

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

cjs-module-lexer

Lexes CommonJS modules, returning their named exports metadata

AuthorGuy Bedford

client-only

This is a marker package to indicate that a module can only be used in Client Components.

clsx

A tiny (239B) utility for constructing className strings conditionally.

AuthorLuke Edwards

color

Color conversion and manipulation with CSS string support

color-convert

Plain color conversion functions

AuthorHeather Arthur <fayearthur@gmail.com>

color-name

A list of color names and its values

AuthorDY <dfcreative@gmail.com>

color-string

Parser and generator for CSS color strings

AuthorJosh Junon (https://github.com/qix-)

colorette

🌈Easily set your terminal text color & styles.

AuthorJorge Bucaran

@colors/colors

get colors in your node.js console

AuthorDABH

combined-stream

A stream that emits multiple other streams one after another.

AuthorFelix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)

comma-separated-tokens

Parse and stringify comma-separated tokens

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

content-disposition

Create and parse Content-Disposition header

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

content-type

Create and parse HTTP Content-Type header

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

cookie

HTTP server cookie parsing and serialization

AuthorRoman Shtylman <shtylman@gmail.com>

cookie-signature

Sign and unsign cookies

AuthorTJ Holowaychuk <tj@learnboost.com>

cors

Node.js CORS middleware

AuthorTroy Goode <troygoode@gmail.com> (https://github.com/troygoode/)

cross-spawn

Cross platform child_process#spawn and child_process#spawnSync

AuthorAndré Cruz <andre@moxy.studio>

csstype

Strict TypeScript and Flow types for style based on MDN data

AuthorFredrik Nicol <fredrik.nicol@gmail.com>

@dabh/diagnostics

Tools for debugging your node.js modules and event loop

AuthorArnout Kazemier

data-uri-to-buffer

Generate a Buffer instance from a Data URI string

AuthorNathan Rajlich <nathan@tootallnate.net> (http://n8.io/)

debug

small debugging utility

AuthorTJ Holowaychuk <tj@vision-media.ca>

decode-named-character-reference

Decode named character references

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

delayed-stream

Buffers events from a stream until you are ready to handle them.

AuthorFelix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)

depd

Deprecate all the things

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

dequal

A tiny (304B to 489B) utility for check for deep equality

AuthorLuke Edwards

destroy

destroy a stream if possible

AuthorJonathan Ong

devlop

Do things in development and nothing otherwise

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

dot-prop

Get, set, or delete a property from a nested object using a dot path

AuthorSindre Sorhus

dunder-proto

If available, the `Object.prototype.__proto__` accessor and mutator, call-bound

AuthorJordan Harband <ljharb@gmail.com>

duplexify

Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input

AuthorMathias Buus

eastasianwidth

Get East Asian Width from a character.

AuthorMasaki Komagata

ee-first

return the first event in a set of ee/event pairs

AuthorJonathan Ong

emoji-regex

A regular expression to match all Emoji-only symbols as per the Unicode Standard.

AuthorMathias Bynens

enabled

Check if a certain debug flag is enabled.

AuthorArnout Kazemier

encodeurl

Encode a URL to a percent-encoded form, excluding already-encoded sequences

end-of-stream

Call a callback when a readable/writable/duplex stream has completed or failed.

AuthorMathias Buus <mathiasbuus@gmail.com>

es-define-property

`Object.defineProperty`, but not IE 8's broken one.

AuthorJordan Harband <ljharb@gmail.com>

es-errors

A simple cache for a few of the JS Error constructors.

AuthorJordan Harband <ljharb@gmail.com>

es-object-atoms

ES Object-related atoms: Object, ToObject, RequireObjectCoercible

AuthorJordan Harband <ljharb@gmail.com>

es-set-tostringtag

A helper to optimistically set Symbol.toStringTag, when possible.

AuthorJordan Harband <ljharb@gmail.com>

escalade

A tiny (183B to 210B) and fast utility to ascend parent directories

AuthorLuke Edwards

escape-html

Escape string for use in HTML

estree-util-is-identifier-name

Check if something can be an ecmascript (javascript) identifier name

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

etag

Create simple HTTP ETags

event-target-shim

An implementation of WHATWG EventTarget interface.

AuthorToru Nagashima

express

Fast, unopinionated, minimalist web framework

AuthorTJ Holowaychuk <tj@vision-media.ca>

extend

Port of jQuery.extend for node.js and the browser

AuthorStefan Thomas <justmoon@members.fsf.org> (http://www.justmoon.net)

farmhash-modern

FarmHash functions compiled using Rust and WebAssembly to make them easy to use in node.js and the browser

AuthorForbes Lindesay <forbes@lindesay.co.uk>

fast-deep-equal

Fast deep equal

AuthorEvgeny Poberezkin

fast-xml-builder

Build XML from JSON without C/C++ based libraries

AuthorAmit Gupta (https://solothought.com)

fast-xml-parser

Validate XML, Parse XML, Build XML without C/C++ based libraries

AuthorAmit Gupta (https://solothought.com)

@fastify/busboy

A streaming parser for HTML form data for node.js

AuthorBrian White <mscdex@mscdex.net>

fecha

Date formatting and parsing

AuthorTaylor Hakes

fetch-blob

Blob & File implementation in Node.js, originally from node-fetch.

AuthorJimmy Wärting <jimmy@warting.se> (https://jimmy.warting.se)

finalhandler

Node.js final http responder

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

firebase-functions

Firebase SDK for Cloud Functions

AuthorFirebase Team

fn.name

Extract names from functions

AuthorArnout Kazemier

form-data

A library to create readable "multipart/form-data" streams. Can be used to submit forms and file uploads to other web applications.

AuthorFelix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)

formdata-polyfill

HTML5 `FormData` for Browsers and Node.

AuthorJimmy Wärting

forwarded

Parse HTTP X-Forwarded-For header

fresh

HTTP response freshness testing

AuthorTJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)

function-bind

Implementation of Function.prototype.bind

AuthorRaynos <raynos2@gmail.com>

functional-red-black-tree

A fully persistent balanced binary search tree

AuthorMikola Lysenko

get-intrinsic

Get and robustly cache all JS language-level intrinsics at first require time

AuthorJordan Harband <ljharb@gmail.com>

get-port

Get an available port

AuthorSindre Sorhus

get-proto

Robustly get the [[Prototype]] of an object

AuthorJordan Harband <ljharb@gmail.com>

gopd

`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.

AuthorJordan Harband <ljharb@gmail.com>

gtoken

Node.js Google Authentication Service Account Tokens

AuthorGoogle, LLC

handlebars

Handlebars provides the power necessary to let you build semantic templates effectively with no frustration

AuthorYehuda Katz

has-symbols

Determine if the JS environment has Symbol support. Supports spec, or shams.

AuthorJordan Harband

has-tostringtag

Determine if the JS environment has `Symbol.toStringTag` support. Supports spec, or shams.

AuthorJordan Harband

hasown

A robust, ES3 compatible, "has own property" predicate.

AuthorJordan Harband <ljharb@gmail.com>

hast-util-from-parse5

hast utility to transform from a `parse5` AST

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

hast-util-parse-selector

hast utility to create an element from a simple CSS selector

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

hast-util-raw

hast utility to reparse a tree

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

hast-util-to-jsx-runtime

hast utility to transform to preact, react, solid, svelte, vue, etc

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

hast-util-to-parse5

hast utility to transform to a `parse5` AST

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

hast-util-whitespace

hast utility to check if a node is inter-element whitespace

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

hastscript

hast utility to create trees

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

@heroicons/react
html-entities

Fastest HTML entities encode/decode library.

AuthorMarat Dulin

html-url-attributes

Map of URL attributes in HTML

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

html-void-elements

List of HTML void tag names

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

http-errors

Create HTTP error objects

AuthorJonathan Ong <me@jongleberry.com> (http://jongleberry.com)

http-parser-js

A pure JS HTTP parser for node.

AuthorTim Caswell (https://github.com/creationix)

http-proxy-agent

An HTTP(s) proxy `http.Agent` implementation for HTTP

AuthorNathan Rajlich <nathan@tootallnate.net> (http://n8.io/)

https-proxy-agent

An HTTP(s) proxy `http.Agent` implementation for HTTPS

AuthorNathan Rajlich <nathan@tootallnate.net> (http://n8.io/)

iconv-lite

Convert character encodings in pure javascript.

AuthorAlexander Shtuchkin <ashtuchkin@gmail.com>

inline-style-parser

An inline style parser.

ipaddr.js

A library for manipulating IPv4 and IPv6 addresses in JavaScript.

Authorwhitequark <whitequark@whitequark.org>

is

the definitive JavaScript type testing library

AuthorEnrico Marino

is-alphabetical

Check if a character is alphabetical

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

is-alphanumerical

Check if a character is alphanumerical

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

is-arrayish

Determines if an object can be used as an array

AuthorQix (http://github.com/qix-)

is-core-module

Is this specifier a node.js core module?

AuthorJordan Harband <ljharb@gmail.com>

is-decimal

Check if a character is decimal

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

is-fullwidth-code-point

Check if the character represented by a given Unicode code point is fullwidth

AuthorSindre Sorhus

is-hexadecimal

Check if a character is hexadecimal

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

is-obj

Check if a value is an object

AuthorSindre Sorhus

is-plain-obj

Check if a value is a plain object

AuthorSindre Sorhus

is-stream

Check if something is a Node.js stream

AuthorSindre Sorhus

is-unsafe

Zero-dependency, DOM-free, pure predicate for detecting unsafe strings across HTML, XML, SVG, SQL, SHELL, and REGEX contexts

AuthorAmit Gupta (https://solothought.work/)

jose

'JSON Web Almost Everything' - JWA, JWS, JWE, JWT, JWK, JWKS for Node.js, Browser, Cloudflare Workers, Deno, Bun, and other Web-interoperable runtimes

AuthorFilip Skokan <panva.ip@gmail.com>

@js-sdsl/ordered-map

javascript standard data structure library which benchmark against C++ STL

AuthorZLY201

jsep

a tiny JavaScript expression parser

AuthorStephen Oney <swloney@gmail.com> (http://from.so/)

@jsep-plugin/assignment

Adds assignment expression support

AuthorShelly (https://github.com/6utt3rfly)

@jsep-plugin/regex

Adds regex expression support

AuthorShelly (https://github.com/6utt3rfly)

json-bigint

JSON.parse with bigints support

AuthorAndrey Sidorov <sidorares@yandex.ru>

json-schema-traverse

Traverse JSON Schema passing each schema object to callback

AuthorEvgeny Poberezkin

json5

JSON for Humans

AuthorAseem Kishore <aseem.kishore@gmail.com>

jsonpath-plus

A JS implementation of JSONPath with some additional operators

AuthorStefan Goessner

jsonwebtoken

JSON Web Token implementation (symmetric and asymmetric)

Authorauth0

jwa

JWA implementation (supports all JWS algorithms)

AuthorBrian J. Brennan <brianloveswords@gmail.com>

jwks-rsa

Library to retrieve RSA public keys from a JWKS endpoint

AuthorAuth0

jws

Implementation of JSON Web Signatures

AuthorBrian J Brennan

kuler

Color your terminal using CSS/hex color codes

AuthorArnout Kazemier

lodash.camelcase

The lodash method `_.camelCase` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.clonedeep

The lodash method `_.cloneDeep` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.includes

The lodash method `_.includes` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.isboolean

The lodash method `_.isBoolean` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.isinteger

The lodash method `_.isInteger` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.isnumber

The lodash method `_.isNumber` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.isplainobject

The lodash method `_.isPlainObject` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.isstring

The lodash method `_.isString` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.mapvalues

The lodash method `_.mapValues` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

lodash.merge

The Lodash method `_.merge` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com>

lodash.once

The lodash method `_.once` exported as a module.

AuthorJohn-David Dalton <john.david.dalton@gmail.com> (http://allyoucanleet.com/)

logform

An mutable object-based log format designed for chaining & objectMode streams.

AuthorCharlie Robbins <charlie.robbins@gmail.com>

longest-streak

Count the longest repeating streak of a substring

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

lru-memoizer

Memoize functions results using an lru-cache.

AuthorJosé F. Romaniello <jfromaniello@gmail.com> (http://joseoncode.com)

math-intrinsics

ES Math-related intrinsics and helpers, robustly cached.

AuthorJordan Harband <ljharb@gmail.com>

mdast-util-from-markdown

mdast utility to parse markdown

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mdast-util-mdx-expression

mdast extension to parse and serialize MDX (or MDX.js) expressions

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mdast-util-mdx-jsx

mdast extension to parse and serialize MDX or MDX.js JSX

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mdast-util-mdxjs-esm

mdast extension to parse and serialize MDX.js ESM (import/exports)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mdast-util-phrasing

mdast utility to check if a node is phrasing content

AuthorVictor Felder <victor@draft.li> (https://draft.li)

mdast-util-to-hast

mdast utility to transform to hast

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mdast-util-to-markdown

mdast utility to serialize markdown

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mdast-util-to-string

mdast utility to get the plain text content of a node

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

media-typer

Simple RFC 6838 media type parser and formatter

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

merge-descriptors

Merge objects using descriptors

AuthorJonathan Ong

methods

HTTP methods that node supports

micromark

small commonmark compliant markdown parser with positional info and concrete tokens

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-core-commonmark

The CommonMark markdown constructs

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-factory-destination

micromark factory to parse destinations (found in resources, definitions)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-factory-label

micromark factory to parse labels (found in media, definitions)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-factory-space

micromark factory to parse markdown space (found in lots of places)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-factory-title

micromark factory to parse markdown titles (found in resources, definitions)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-factory-whitespace

micromark factory to parse markdown whitespace (found in lots of places)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-character

micromark utility to handle character codes

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-chunked

micromark utility to splice and push with giant arrays

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-classify-character

micromark utility to classify whether a character is whitespace or punctuation

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-combine-extensions

micromark utility to combine syntax or html extensions

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-decode-numeric-character-reference

micromark utility to decode numeric character references

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-decode-string

micromark utility to decode markdown strings

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-encode

micromark utility to encode dangerous html characters

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-html-tag-name

micromark utility with list of html tag names

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-normalize-identifier

micromark utility normalize identifiers (as found in references, definitions)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-resolve-all

micromark utility to resolve subtokens

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-sanitize-uri

micromark utility to sanitize urls

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-subtokenize

micromark utility to tokenize subtokens

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-symbol

micromark utility with symbols

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

micromark-util-types

micromark utility with a couple of typescript types

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

mime

A comprehensive library for mime-type mapping

AuthorRobert Kieffer

mime-db

Media Type Database

mime-types

The ultimate javascript content-type utility.

minimist

parse argument options

AuthorJames Halliday

module-details-from-path

Resolve npm package details, like name and base path, given an absolute path to a file inside a package

AuthorThomas Watson <w@tson.dk> (https://wa.tson.dk/)

ms

Tiny milisecond conversion utility

nanoid

A tiny (116 bytes), secure URL-friendly unique string ID generator

AuthorAndrey Sitnik <andrey@sitnik.ru>

negotiator

HTTP content negotiation

neo-async

Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster

next

The React Framework

@next/env

Next.js dotenv file loading

AuthorNext.js Team <support@vercel.com>

@next/swc-linux-x64-gnu
@next/swc-linux-x64-musl
@nodable/entities

Entity parser for XML, HTML, External entites with security and NCR control

AuthorAmit Gupta (https://solothought.com)

node-domexception

An implementation of the DOMException class from NodeJS

AuthorJimmy Wärting

node-fetch

A light-weight module that brings window.fetch to node.js

AuthorDavid Frank

object-assign

ES2015 `Object.assign()` ponyfill

AuthorSindre Sorhus

object-hash

Generate hashes from javascript objects in node and the browser.

AuthorScott Puleo <puleos@gmail.com>

object-inspect

string representations of objects in node and the browser

AuthorJames Halliday

on-finished

Execute a callback when a request closes, finishes, or errors

one-time

Run the supplied function exactly one time (once)

AuthorArnout Kazemier

p-limit

Run multiple promise-returning & async functions with limited concurrency

AuthorSindre Sorhus

p-retry

Retry a promise-returning or async function

AuthorSindre Sorhus

parse-entities

Parse HTML character references

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

parse5

HTML parser and serializer.

AuthorIvan Nikulin <ifaaan@gmail.com> (https://github.com/inikulin)

parseurl

parse a url with memoization

partial-json

Parse partial JSON generated by LLM

AuthorMuspi Merol <me@promplate.dev>

path-expression-matcher

Efficient path tracking and pattern matching for XML/JSON parsers

AuthorAmit Gupta (https://solothought.com)

path-key

Get the PATH environment variable key cross-platform

AuthorSindre Sorhus

path-parse

Node.js path.parse() ponyfill

AuthorJavier Blanco <http://jbgutierrez.info>

path-to-regexp

Express style path to RegExp utility

pg-protocol

The postgres client/server binary protocol, implemented in TypeScript

pg-types

Query result type converters for node-postgres

AuthorBrian M. Carlson

@pkgjs/parseargs

Polyfill of future proposal for `util.parseArgs()`

postcss

Tool for transforming styles with JS plugins

AuthorAndrey Sitnik <andrey@sitnik.ru>

postgres-array

Parse postgres array columns

AuthorBen Drucker

postgres-bytea

Postgres bytea parser

AuthorBen Drucker

postgres-date

Postgres date column parser

AuthorBen Drucker

postgres-interval

Parse Postgres interval columns

AuthorBen Drucker

property-information

Info on the properties and attributes of the web platform

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

proxy-addr

Determine address of proxied request

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

pump

pipe streams together and close all of them if one of them closes

AuthorMathias Buus Madsen <mathiasbuus@gmail.com>

pumpify

Combine an array of streams into a single duplex stream using pump and duplexify

AuthorMathias Buus

range-parser

Range header field string parser

AuthorTJ Holowaychuk <tj@vision-media.ca> (http://tjholowaychuk.com)

raw-body

Get and validate the raw body of a readable stream.

AuthorJonathan Ong <me@jongleberry.com> (http://jongleberry.com)

re2js

RE2JS is the JavaScript port of RE2, a regular expression engine that provides linear time matching

AuthorAlexey Vasiliev

react

React is a JavaScript library for building user interfaces.

react-dom

React package for working with the DOM.

react-icons

SVG React icons of popular icon packs using ES6 imports

AuthorGoran Gajic

react-markdown

React component to render markdown

AuthorEspen Hovlandsdal <espen@hovlandsdal.com>

react-spinners

A collection of react loading spinners

AuthorDavid Hu (https://www.davidhu.io)

readable-stream

Streams3, a user-land copy of the stream library from Node.js

rehype-raw

rehype plugin to reparse the tree (and raw nodes)

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

remark-parse

remark plugin to add support for parsing markdown input

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

remark-rehype

remark plugin that turns markdown into HTML to support rehype

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

require-directory

Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.

AuthorTroy Goode <troygoode@gmail.com> (http://github.com/troygoode/)

require-from-string

Require module from string

AuthorVsevolod Strukchinsky

require-in-the-middle

Module to hook into the Node.js require function

AuthorThomas Watson Steen <w@tson.dk> (https://twitter.com/wa7son)

resolve

resolve like require.resolve() on behalf of files asynchronously and synchronously

AuthorJames Halliday

retry

Abstraction for exponential and custom retry strategies for failed operations.

AuthorTim Koschützki <tim@debuggable.com> (http://debuggable.com/)

retry-request

Retry a request.

AuthorStephen Sawchuk <sawchuk@gmail.com>

safe-buffer

Safer Node.js Buffer API

AuthorFeross Aboukhadijeh

safe-stable-stringify

Deterministic and safely JSON.stringify to quickly serialize JavaScript objects

AuthorRuben Bridgewater

safer-buffer

Modern Buffer API polyfill without footguns

AuthorNikita Skovoroda

scheduler

Cooperative scheduler for the browser environment.

send

Better streaming static file server with Range and conditional-GET support

AuthorTJ Holowaychuk <tj@vision-media.ca>

serve-static

Serve static files

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

shebang-command

Get the command from a shebang

AuthorKevin Mårtensson

shebang-regex

Regular expression for matching a shebang line

AuthorSindre Sorhus

side-channel

Store information about any JS value in a side channel. Uses WeakMap if available.

AuthorJordan Harband <ljharb@gmail.com>

side-channel-list

Store information about any JS value in a side channel, using a linked list

AuthorJordan Harband <ljharb@gmail.com>

side-channel-map

Store information about any JS value in a side channel, using a Map

AuthorJordan Harband <ljharb@gmail.com>

side-channel-weakmap

Store information about any JS value in a side channel. Uses WeakMap if available.

AuthorJordan Harband <ljharb@gmail.com>

simple-swizzle

Simply swizzle your arguments

AuthorQix (http://github.com/qix-)

@so-ric/colorspace

Generate HEX colors for a given namespace using color v5

AuthorArnout Kazemier

space-separated-tokens

Parse and stringify space separated tokens

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

stack-trace

Get v8 stack traces as an array of CallSite objects.

AuthorFelix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)

statuses

HTTP status utility

stream-events

Get an event when you're being sent data or asked for it.

AuthorStephen Sawchuk

stream-shift

Returns the next buffer/object in a stream's readable queue

AuthorMathias Buus (@mafintosh)

string-width

Get the visual width of a string - the number of columns required to display it

AuthorSindre Sorhus

string_decoder

The string_decoder module from Node core

stringify-entities

Serialize (encode) HTML character references

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

strip-ansi

Strip ANSI escape codes from a string

AuthorSindre Sorhus

strnum

Parse String to Number based on configuration

AuthorAmit Gupta (https://solothought.work/)

stubs

Easy method stubber.

AuthorStephen Sawchuk

style-to-js

Parses CSS inline style to JavaScript object (camelCased).

AuthorMark <mark@remarkablemark.org>

style-to-object

Parse CSS inline style to JavaScript object.

AuthorMark <mark@remarkablemark.org>

styled-jsx

Full CSS support for JSX without compromises

supports-preserve-symlinks-flag

Determine if the current node version supports the `--preserve-symlinks` flag.

AuthorJordan Harband <ljharb@gmail.com>

swr

React Hooks library for remote data fetching

tailwind-merge

Merge Tailwind CSS classes without style conflicts

AuthorDany Castillo

text-hex

Generate a hex color from the given text

AuthorArnout Kazemier

toidentifier

Convert a string of words to a JavaScript identifier

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

@tootallnate/once

Creates a Promise that waits for a single event

AuthorNathan Rajlich <nathan@tootallnate.net> (http://n8.io/)

tr46

An implementation of the Unicode TR46 spec

AuthorSebastian Mayr <npm@smayr.name>

trim-lines

Remove spaces and tabs around line-breaks

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

triple-beam

Definitions of levels for logging purposes & shareable Symbol constants.

AuthorCharlie Robbins <charlie.robbins@gmail.com>

trough

`trough` is middleware

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

type-is

Infer the content-type of a request.

@types/aws-lambda

TypeScript definitions for AWS Lambda

@types/body-parser

TypeScript definitions for body-parser

@types/bunyan

TypeScript definitions for bunyan

@types/caseless

TypeScript definitions for caseless

@types/connect

TypeScript definitions for connect

@types/cors

TypeScript definitions for cors

@types/debug

TypeScript definitions for debug

@types/estree

TypeScript definitions for estree

@types/estree-jsx

TypeScript definitions for estree-jsx

@types/express

TypeScript definitions for express

@types/express-serve-static-core

TypeScript definitions for express-serve-static-core

@types/hast

TypeScript definitions for hast

@types/http-errors

TypeScript definitions for http-errors

@types/json-schema

TypeScript definitions for json-schema

@types/jsonwebtoken

TypeScript definitions for jsonwebtoken

@types/long

TypeScript definitions for long.js

@types/mdast

TypeScript definitions for mdast

@types/memcached

TypeScript definitions for memcached

@types/mime

TypeScript definitions for mime

@types/ms

TypeScript definitions for ms

@types/mysql

TypeScript definitions for mysql

@types/node

TypeScript definitions for node

@types/pg

TypeScript definitions for pg

@types/pg-pool

TypeScript definitions for pg-pool

@types/qs

TypeScript definitions for qs

@types/range-parser

TypeScript definitions for range-parser

@types/react

TypeScript definitions for react

@types/request

TypeScript definitions for request

@types/retry

TypeScript definitions for retry

@types/send

TypeScript definitions for send

@types/serve-static

TypeScript definitions for serve-static

@types/shimmer

TypeScript definitions for shimmer

@types/tedious

TypeScript definitions for tedious

@types/tough-cookie

TypeScript definitions for tough-cookie

@types/triple-beam

TypeScript definitions for triple-beam

@types/unist

TypeScript definitions for unist

@types/uuid

TypeScript definitions for uuid

@types/xml2js

TypeScript definitions for xml2js

undici-types

A stand-alone types package for Undici

unified

parse, inspect, transform, and serialize content through syntax trees

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

unist-util-is

unist utility to check if a node passes a test

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

unist-util-position

unist utility to get the position of a node

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

unist-util-stringify-position

unist utility to serialize a node, position, or point as a human readable location

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

unist-util-visit

unist utility to visit nodes

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

unist-util-visit-parents

unist utility to recursively walk over nodes, with ancestral information

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

unpipe

Unpipe a stream from all destinations

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

use-sync-external-store

Backwards compatible shim for React's useSyncExternalStore. Works with any React that supports hooks.

util-deprecate

The Node.js `util.deprecate()` function with browser support

AuthorNathan Rajlich <nathan@tootallnate.net> (http://n8.io/)

utils-merge

merge() utility function

AuthorJared Hanson

uuid

RFC9562 UUIDs

vary

Manipulate the HTTP Vary header

AuthorDouglas Christopher Wilson <doug@somethingdoug.com>

vfile

Virtual file format for text processing

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

vfile-location

vfile utility to convert between positional (line and column-based) and offset (range-based) locations

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

vfile-message

vfile utility to create a virtual message

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

web-namespaces

Map of web namespaces

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

web-streams-polyfill

Web Streams, based on the WHATWG spec reference implementation

AuthorMattias Buelens <mattias@buelens.com>

whatwg-url

An implementation of the WHATWG URL Standard's URL API and parsing machinery

AuthorSebastian Mayr <github@smayr.name>

winston

A logger for just about everything.

AuthorCharlie Robbins <charlie.robbins@gmail.com>

winston-transport

Base stream implementations for winston@3 and up.

AuthorCharlie Robbins <charlie.robbins@gmail.com>

wordwrap

Wrap those words. Show them at what columns to start and stop.

AuthorJames Halliday

wrap-ansi

Wordwrap a string with ANSI escape codes

AuthorSindre Sorhus

ws

Simple to use, blazing fast and thoroughly tested websocket client and server for Node.js

AuthorEinar Otto Stangvik <einaros@gmail.com> (http://2x.io)

xml-naming

Validates XML name productions — Name, NCName, QName, NMToken, NMTokens — for XML 1.0 and 1.1

AuthorAmit Gupta (https://solothought.com)

xml2js

Simple XML to JavaScript object converter.

AuthorMarek Kubica <marek@xivilization.net> (https://xivilization.net)

xmlbuilder

An XML builder for node.js

AuthorOzgur Ozcitak <oozcitak@gmail.com>

xtend

extend like a boss

AuthorRaynos <raynos2@gmail.com>

yargs

yargs the modern, pirate-themed, successor to optimist.

yocto-queue

Tiny queue data structure

AuthorSindre Sorhus

zod

TypeScript-first schema declaration and validation library with static type inference

AuthorColin McDonnell <zod@colinhacks.com>

zwitch

Handle values based on a property

AuthorTitus Wormer <tituswormer@gmail.com> (https://wooorm.com)

Apache-2.0 License

class-variance-authority

Class Variance Authority 🧬

AuthorJoe Bell (https://joebell.co.uk)

detect-libc

Node.js module to detect the C standard library (libc) implementation family and version

AuthorLovell Fuller <npm@lovell.info>

ecdsa-sig-formatter

Translate ECDSA signatures between ASN.1/DER and JOSE-style concatenation

AuthorD2L Corporation

faye-websocket

Standards-compliant WebSocket server and client

AuthorJames Coglan <jcoglan@gmail.com> (http://jcoglan.com/)

firebase

Firebase JavaScript library for web and Node.js

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/ai

The Firebase AI SDK

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/analytics

A analytics package for new firebase packages

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/analytics-compat

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/analytics-types

@firebase/analytics Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app

The primary entrypoint to the Firebase JS SDK

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app-check

The App Check component of the Firebase JS SDK

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app-check-compat

A compat App Check package for new firebase packages

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app-check-interop-types

@firebase/app-check-interop-types Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app-check-types

@firebase/app-check Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app-compat

The primary entrypoint to the Firebase JS SDK

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/app-types

@firebase/app Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/auth

The Firebase Authenticaton component of the Firebase JS SDK.

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/auth-compat

FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/auth-interop-types

@firebase/auth interop Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/auth-types

@firebase/auth Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/component

Firebase Component Platform

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/data-connect

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/database

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/database-compat

The Realtime Database component of the Firebase JS SDK.

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/database-types

@firebase/database Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/firestore

The Cloud Firestore component of the Firebase JS SDK.

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/firestore-compat

The Cloud Firestore component of the Firebase JS SDK.

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/firestore-types

@firebase/firestore Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/functions

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/functions-compat

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/functions-types

@firebase/functions Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/installations

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/installations-compat

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/installations-types

@firebase/installations Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/logger

A logger package for use in the Firebase JS SDK

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/messaging

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/messaging-compat

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/messaging-interop-types

@firebase/messaging-interop-types Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/performance

Firebase performance for web

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/performance-compat

The compatibility package of Firebase Performance

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/performance-types

@firebase/performance Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/remote-config

The Remote Config package of the Firebase JS SDK

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/remote-config-compat

The compatibility package of Remote Config

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/remote-config-types

@firebase/remote-config Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/storage

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/storage-compat

The Firebase Firestore compatibility package

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/storage-types

@firebase/storage Types

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/util

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

@firebase/webchannel-wrapper

A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

firebase-admin

Firebase admin SDK for Node.js

AuthorFirebase <firebase-support@google.com> (https://firebase.google.com/)

gaxios

A simple common HTTP client specifically for Google APIs and services.

AuthorGoogle, LLC

gcp-metadata

Get the metadata from a Google Cloud Platform environment

AuthorGoogle LLC

genkit

Genkit AI framework

Authorgenkit

@genkit-ai/ai

Genkit AI framework generative AI APIs.

Authorgenkit

@genkit-ai/core

Genkit AI framework core libraries.

Authorgenkit

@genkit-ai/firebase

Genkit AI framework plugin for Firebase including Firestore trace/state store and deployment helpers for Cloud Functions for Firebase.

Authorgenkit

@genkit-ai/google-cloud

Genkit AI framework plugin for Google Cloud Platform including Firestore trace/state store and deployment helpers for Cloud Functions for Firebase.

Authorgenkit

@genkit-ai/google-genai

Genkit AI framework plugin for Google AI & Vertex APIs, including Gemini APIs.

Authorgenkit

@google/genai
google-auth-library

Google APIs Authentication Client Library for Node.js

AuthorGoogle Inc.

@google-cloud/aiplatform

Vertex AI client for Node.js

AuthorGoogle LLC

@google-cloud/bigquery

Google BigQuery Client Library for Node.js

AuthorGoogle LLC

@google-cloud/common

Common components for Cloud APIs Node.js Client Libraries

AuthorGoogle Inc.

@google-cloud/firestore

Firestore Client Library for Node.js

AuthorGoogle Inc.

@google-cloud/logging

Cloud Logging Client Library for Node.js

AuthorGoogle Inc.

@google-cloud/logging-winston

Cloud Logging transport for Winston

AuthorGoogle Inc.

@google-cloud/modelarmor

Model Armor API client for Node.js

AuthorGoogle LLC

@google-cloud/opentelemetry-cloud-monitoring-exporter

OpenTelemetry Google Cloud Monitoring Exporter allows the user to send collected metrics to Google Cloud Monitoring.

AuthorGoogle Inc.

@google-cloud/opentelemetry-cloud-trace-exporter

OpenTelemetry Google Cloud Trace Exporter allows the user to send collected traces to Google Cloud Trace.

AuthorGoogle Inc.

@google-cloud/opentelemetry-resource-util

Resource util used by other @google-cloud/opentelemetry* packages

AuthorGoogle Inc.

@google-cloud/paginator

A result paging utility used by Google node.js modules

AuthorGoogle Inc.

@google-cloud/precise-date

A simple utility for precise-dateing functions and classes.

AuthorGoogle Inc.

@google-cloud/projectify

A simple utility for replacing the projectid token in objects.

AuthorGoogle Inc.

@google-cloud/promisify

A simple utility for promisifying functions and classes.

AuthorGoogle Inc.

@google-cloud/secret-manager

Secrets client for Node.js

AuthorGoogle LLC

@google-cloud/storage

Cloud Storage Client Library for Node.js

AuthorGoogle Inc.

google-gax

Google API Extensions

AuthorGoogle API Authors

google-logging-utils

A debug logger package for other Google libraries

AuthorGoogle API Authors

googleapis

Google APIs Client Library for Node.js

AuthorGoogle Inc.

googleapis-common

A common tooling library used by the googleapis npm module. You probably don't want to use this directly.

AuthorGoogle LLC

@grpc/grpc-js

gRPC Library for Node - pure JS implementation

AuthorGoogle Inc.

@grpc/proto-loader

gRPC utility library for loading .proto files

AuthorGoogle Inc.

@img/sharp-linux-x64

Prebuilt sharp for use with Linux (glibc) x64

AuthorLovell Fuller <npm@lovell.info>

@img/sharp-linuxmusl-x64

Prebuilt sharp for use with Linux (musl) x64

AuthorLovell Fuller <npm@lovell.info>

import-in-the-middle

Intercept imports in Node.js

AuthorBryan English <bryan.english@datadoghq.com>

long

A Long class for representing a 64-bit two's-complement integer value.

AuthorDaniel Wirtz <dcode@dcode.io>

@opentelemetry/api

Public API for OpenTelemetry

AuthorOpenTelemetry Authors

@opentelemetry/api-logs

Public logs API for OpenTelemetry

AuthorOpenTelemetry Authors

@opentelemetry/auto-instrumentations-node

Metapackage which bundles opentelemetry node core and contrib instrumentations

AuthorOpenTelemetry Authors

@opentelemetry/context-async-hooks

OpenTelemetry AsyncHooks-based Context Manager

AuthorOpenTelemetry Authors

@opentelemetry/core

OpenTelemetry Core provides constants and utilities shared by all OpenTelemetry SDK packages.

AuthorOpenTelemetry Authors

@opentelemetry/exporter-trace-otlp-grpc

OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector

AuthorOpenTelemetry Authors

@opentelemetry/exporter-trace-otlp-http

OpenTelemetry Collector Trace Exporter allows user to send collected traces to the OpenTelemetry Collector

AuthorOpenTelemetry Authors

@opentelemetry/exporter-trace-otlp-proto

OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP

AuthorOpenTelemetry Authors

@opentelemetry/exporter-zipkin

OpenTelemetry Zipkin Exporter allows the user to send collected traces to Zipkin.

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation

Base class for node which OpenTelemetry instrumentation modules extend

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-amqplib

OpenTelemetry instrumentation for the `amqplib` messaging client for RabbitMQ

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-aws-lambda

OpenTelemetry instrumentation for AWS Lambda function invocations

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-aws-sdk

OpenTelemetry instrumentation for `aws-sdk` and `@aws-sdk/client-*` clients for various AWS services

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-bunyan

OpenTelemetry instrumentation for `bunyan` logger

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-cassandra-driver

OpenTelemetry instrumentation for `cassandra-driver` database client library for Apache Cassandra

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-connect

OpenTelemetry instrumentation for `connect` http middleware framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-cucumber

OpenTelemetry instrumentation for `@cucumber/cucumber` automated tests runner

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-dataloader

OpenTelemetry instrumentation for `dataloader` data fetching layer

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-dns

OpenTelemetry instrumentation for `node:dns` name resolution module

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-express

OpenTelemetry instrumentation for `express` http web application framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-fastify

OpenTelemetry instrumentation for `fastify` http web application framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-fs

OpenTelemetry instrumentation for `node:fs` file system interactions module

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-generic-pool

OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-graphql

OpenTelemetry instrumentation for `graphql` gql query language and runtime for GraphQL

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-grpc

OpenTelemetry instrumentation for `@grpc/grpc-js` rpc client and server for gRPC framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-hapi

OpenTelemetry instrumentation for `@hapi/hapi` http web application framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-http

OpenTelemetry instrumentation for `node:http` and `node:https` http client and server modules

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-ioredis

OpenTelemetry instrumentation for `ioredis` database redis client for Redis

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-kafkajs

OpenTelemetry instrumentation for `kafkajs` messaging client for Apache Kafka

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-knex

OpenTelemetry instrumentation for `knex` database SQL query builder

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-koa

OpenTelemetry instrumentation for `koa` http web application framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-lru-memoizer

OpenTelemetry instrumentation for `lru-memoizer` function memoization using lru-cache

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-memcached

OpenTelemetry instrumentation for `memcached` database client for memcached

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-mongodb

OpenTelemetry instrumentation for `mongodb` database client for MongoDB

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-mongoose

OpenTelemetry instrumentation for `mongoose` database object data modeling (ODM) library for MongoDB

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-mysql

OpenTelemetry instrumentation for `mysql` database client for MySQL

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-mysql2

OpenTelemetry instrumentation for `mysql2` database client for MySQL

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-nestjs-core

OpenTelemetry instrumentation for NestJS server side applications framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-net

OpenTelemetry instrumentation for `node:net` network API module

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-pg

OpenTelemetry instrumentation for `pg` and `pg-pool` database client for PostgreSQL

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-pino

OpenTelemetry instrumentation for `pino` logger

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-redis

OpenTelemetry instrumentation for `redis` v2 and v3 database client for Redis

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-redis-4

OpenTelemetry instrumentation for `redis` v4 database client for Redis

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-restify

OpenTelemetry instrumentation for `restify` http web application framework

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-router

OpenTelemetry instrumentation for `router` http middleware router

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-socket.io

OpenTelemetry instrumentation for `socket.io` messaging server implementation for Socket.IO communication

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-tedious

OpenTelemetry instrumentation for `tedious` database client for Microsoft SQL Server

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-undici

OpenTelemetry instrumentation for `undici` http client and Node.js fetch()

AuthorOpenTelemetry Authors

@opentelemetry/instrumentation-winston

OpenTelemetry instrumentation for `winston` logger

AuthorOpenTelemetry Authors

@opentelemetry/otlp-exporter-base

OpenTelemetry OTLP Exporter base (for internal use only)

AuthorOpenTelemetry Authors

@opentelemetry/otlp-grpc-exporter-base

OpenTelemetry OTLP-gRPC Exporter base (for internal use only)

AuthorOpenTelemetry Authors

@opentelemetry/otlp-transformer

Transform OpenTelemetry SDK data into OTLP

AuthorOpenTelemetry Authors

@opentelemetry/propagation-utils

Propagation utilities for opentelemetry instrumentations

AuthorOpenTelemetry Authors

@opentelemetry/propagator-aws-xray

OpenTelemetry AWS Xray propagator provides context propagation for systems that are using AWS X-Ray format.

AuthorOpenTelemetry Authors

@opentelemetry/propagator-b3

OpenTelemetry B3 propagator provides context propagation for systems that are using the B3 header format

AuthorOpenTelemetry Authors

@opentelemetry/propagator-jaeger

OpenTelemetry Jaeger propagator provides HTTP header propagation for systems that are using Jaeger HTTP header format.

AuthorOpenTelemetry Authors

@opentelemetry/redis-common

Redis utilities for redis instrumentations

AuthorOpenTelemetry Authors

@opentelemetry/resource-detector-alibaba-cloud

OpenTelemetry resource detector for Alibaba Cloud

AuthorOpenTelemetry Authors

@opentelemetry/resource-detector-aws

OpenTelemetry SDK resource detector for AWS

AuthorOpenTelemetry Authors

@opentelemetry/resource-detector-azure

OpenTelemetry SDK resource detector for Azure

AuthorOpenTelemetry Authors

@opentelemetry/resource-detector-container

Opentelemetry resource detector to get container resource attributes

AuthorOpenTelemetry Authors

@opentelemetry/resource-detector-gcp

OpenTelemetry SDK resource detector for GCP

AuthorOpenTelemetry Authors

@opentelemetry/resources

OpenTelemetry SDK resources

AuthorOpenTelemetry Authors

@opentelemetry/sdk-logs

OpenTelemetry logs SDK

AuthorOpenTelemetry Authors

@opentelemetry/sdk-metrics

OpenTelemetry metrics SDK

AuthorOpenTelemetry Authors

@opentelemetry/sdk-node

OpenTelemetry SDK for Node.js

AuthorOpenTelemetry Authors

@opentelemetry/sdk-trace-base

OpenTelemetry Tracing

AuthorOpenTelemetry Authors

@opentelemetry/sdk-trace-node

OpenTelemetry Node SDK provides automatic telemetry (tracing, metrics, etc) for Node.js applications

AuthorOpenTelemetry Authors

@opentelemetry/semantic-conventions

OpenTelemetry semantic conventions

AuthorOpenTelemetry Authors

@opentelemetry/sql-common

Utilities for SQL instrumentations

AuthorOpenTelemetry Authors

proto3-json-serializer

Support for proto3 JSON serialiazation/deserialization for protobuf.js

sharp

High performance Node.js image processing, the fastest module to resize JPEG, PNG, WebP, GIF, AVIF and TIFF images

AuthorLovell Fuller <npm@lovell.info>

@swc/counter

Downloade counter for the swc project

Author강동윤 <kdy1997.dev@gmail.com>

@swc/helpers

External helpers for the swc project.

Author강동윤 <kdy1997.dev@gmail.com>

teeny-request

Like request, but smaller.

Authorfhinkel

web-vitals

Easily measure performance metrics in JavaScript

AuthorPhilip Walton

websocket-driver

WebSocket protocol handler with pluggable I/O

AuthorJames Coglan <jcoglan@gmail.com> (http://jcoglan.com/)

websocket-extensions

Generic extension manager for WebSocket connections

AuthorJames Coglan <jcoglan@gmail.com> (http://jcoglan.com/)

ISC License

cliui

easily create complex multi-column command-line-interfaces

AuthorBen Coe <ben@npmjs.com>

dotprompt

Dotprompt: Executable GenAI Prompt Templates

foreground-child

Run a child as if it's the foreground process. Give it stdio. Exit when it exits.

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

get-caller-file

AuthorStefan Penner

glob

the most correct and second fastest glob implementation in JavaScript

AuthorIsaac Z. Schlueter <i@izs.me> (https://blog.izs.me/)

idb

A small wrapper that makes IndexedDB usable

AuthorJake Archibald

inherits

Browser-friendly inheritance fully compatible with standard node.js inherits()

@isaacs/cliui

easily create complex multi-column command-line-interfaces

AuthorBen Coe <ben@npmjs.com>

isexe

Minimal module to check if a file is executable.

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

lru-cache

A cache object that deletes the least-recently-used items.

AuthorIsaac Z. Schlueter <i@izs.me>

minimatch

a glob matcher in javascript

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me)

once

Run a function exactly one time

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

pg-int8

64-bit big-endian signed integer-to-string conversion

picocolors

The tiniest and the fastest library for terminal output formatting with ANSI colors

AuthorAlexey Raspopov

rimraf

A deep deletion module for node (like `rm -rf`)

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

semver

The semantic version parser used by npm.

AuthorGitHub Inc.

setprototypeof

A small polyfill for Object.setprototypeof

AuthorWes Todd

signal-exit

when you want to fire an event no matter how a process exits.

AuthorBen Coe <ben@npmjs.com>

@ungap/structured-clone

A structuredClone polyfill

AuthorAndrea Giammarchi

which

Like which(1) unix command. Find the first instance of an executable in the PATH.

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me)

wrappy

Callback wrapping utility

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

y18n

the bare-bones internationalization library used by yargs

AuthorBen Coe <bencoe@gmail.com>

yallist

Yet Another Linked List

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

yaml

JavaScript parser and stringifier for YAML

AuthorEemeli Aro <eemeli@gmail.com>

yargs-parser

the mighty option parser used by yargs

AuthorBen Coe <ben@npmjs.com>

zod-to-json-schema

Converts Zod schemas to Json Schemas

AuthorStefan Terdell

BSD-3-Clause License

buffer-equal-constant-time

Constant-time comparison of Buffers

AuthorGoInstant Inc., a salesforce.com company

fast-uri

Dependency-free RFC 3986 URI toolbox

AuthorVincent Le Goff <vince.legoff@gmail.com> (https://github.com/zekth)

protobufjs

Protocol Buffers for JavaScript (& TypeScript).

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/aspromise

Returns a promise from a node-style callback function.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/base64

A minimal base64 implementation for number arrays.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/codegen

A minimalistic code generation utility.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/eventemitter

A minimal event emitter.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/fetch

Fetches the contents of a file accross node and browsers.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/float

Reads / writes floats / doubles from / to buffers in both modern and ancient browsers.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/path

A minimal path module to resolve Unix, Windows and URL paths alike.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/pool

A general purpose buffer pool.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

@protobufjs/utf8

A minimal UTF8 implementation for number arrays.

AuthorDaniel Wirtz <dcode+protobufjs@dcode.io>

qs

A querystring parser that supports nesting and arrays, with a depth limit

source-map

Generates and consumes source maps

AuthorNick Fitzgerald <nfitzgerald@mozilla.com>

source-map-js

Generates and consumes source maps

AuthorValentin 7rulnik Semirulnik <v7rulnik@gmail.com>

UNKNOWN License

busboy

A streaming parser for HTML form data for node.js

AuthorBrian White <mscdex@mscdex.net>

limiter

A generic rate limiter for node.js. Useful for API clients, web crawling, or other tasks that need to be throttled

AuthorJohn Hurliman <jhurliman@jhurliman.org>

streamsearch

Streaming Boyer-Moore-Horspool searching for node.js

AuthorBrian White <mscdex@mscdex.net>

CC-BY-4.0 License

caniuse-lite

A smaller version of caniuse-db, with only the essentials!

AuthorBen Briggs

BSD-2-Clause License

dotenv

Loads environment variables from .env file

entities

Encode & decode XML and HTML entities with ease & speed

AuthorFelix Boehm <me@feedic.com>

shimmer

Safe(r) monkeypatching for JavaScript.

AuthorForrest L Norvell <ogd@aoaioxxysz.net>

uglify-js

JavaScript parser, mangler/compressor and beautifier toolkit

AuthorMihai Bazon <mihai.bazon@gmail.com> (http://lisperator.net/)

webidl-conversions

Implements the WebIDL algorithms for converting to and from JavaScript values

AuthorDomenic Denicola <d@domenic.me> (https://domenic.me/)

BlueOak-1.0.0 License

jackspeak

A very strict and proper argument parser.

AuthorIsaac Z. Schlueter <i@izs.me>

lru-cache

A cache object that deletes the least-recently-used items.

AuthorIsaac Z. Schlueter <i@izs.me>

minipass

minimal implementation of a PassThrough stream

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

package-json-from-dist

Load the local package.json from either src or dist folder

AuthorIsaac Z. Schlueter <i@izs.me> (https://izs.me)

path-scurry

walk paths fast and efficiently

AuthorIsaac Z. Schlueter <i@izs.me> (https://blog.izs.me)

sax

An evented streaming XML parser in JavaScript

AuthorIsaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)

(AFL-2.1 OR BSD-3-Clause) License

json-schema

JSON Schema validation and specifications

AuthorKris Zyp

LGPL-3.0-or-later License

@img/sharp-libvips-linux-x64

Prebuilt libvips and dependencies for use with sharp on Linux (glibc) x64

AuthorLovell Fuller <npm@lovell.info>

@img/sharp-libvips-linuxmusl-x64

Prebuilt libvips and dependencies for use with sharp on Linux (musl) x64

AuthorLovell Fuller <npm@lovell.info>

0BSD License

tslib

Runtime library for TypeScript helper functions

AuthorMicrosoft Corp.

http://geraintluff.github.io/tv4/LICENSE.txt License

uri-templates

URI Templates (RFC6570) including de-substitution

AuthorGeraint Luff

BSD License

url-template

AuthorBram Stein <b.l.stein@gmail.com> (http://www.bramstein.com)

W3C-20150513 License

wicg-inert

A polyfill for the proposed inert API

AuthorAlice Boxhall <alice@chromium.org>