fast-xml-parser

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

watchpack

Wrapper library for directory and file watching.

fast-glob

It's a very fast and efficient glob library for Node.js

mdn-data

Open Web data by the Mozilla Developer Network

node-int64

Support for representing 64-bit integers in JavaScript

cli-table3

Pretty unicode tables for the command line. Based on the original cli-table.

mz

modernize node.js to current ECMAScript standards

ramda

A practical functional library for JavaScript programmers.

globalthis

ECMAScript spec-compliant polyfill/shim for `globalThis`

ipaddr.js

A library for manipulating IPv4 and IPv6 addresses in JavaScript.

regjsparser

Parsing the JavaScript's RegExp in JavaScript.

@aws-crypto/sha256-browser

SHA256 wrapper for browsers that prefers `window.crypto.subtle` but will fall back to a pure JS implementation in @aws-crypto/sha256-js to provide a consistent interface for SHA256.

babel-plugin-polyfill-corejs2

A Babel plugin to inject imports to core-js@2 polyfills

@typescript-eslint/scope-manager

TypeScript scope analyser for ESLint

sharp

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

node-gyp

Node.js native addon build tool

resolve.exports

A tiny (952b), correct, general-purpose, and configurable "exports" and "imports" resolver without file-system reliance

mongoose

Mongoose MongoDB ODM

babel-plugin-polyfill-corejs3

A Babel plugin to inject imports to core-js@3 polyfills

@smithy/util-retry

Shared retry utilities to be used in middleware packages.

@aws-sdk/credential-provider-node

AWS credential provider that sources credentials from a Node.JS environment.

functions-have-names

Does this JS environment support the `name` property on functions?

lodash.camelcase

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

whatwg-encoding

Decode strings according to the WHATWG Encoding Standard

jest

Delightful JavaScript Testing.

es-object-atoms

ES Object-related atoms: Object, ToObject, RequireObjectCoercible

which-typed-array

Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.

underscore

JavaScript's functional programming helper library.

dot-prop

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

html-escaper

fast and safe way to escape and unescape &<>'" chars

@types/ws

TypeScript definitions for ws

split2

split a Text Stream into a Line Stream, using Stream 3

svgo

Nodejs-based tool for optimizing SVG vector graphics files

color

Color conversion and manipulation with CSS string support

spdx-expression-parse

parse SPDX license expressions

data-view-buffer

Get the ArrayBuffer out of a DataView, robustly.

regexpu-core

regexpu’s core functionality (i.e. `rewritePattern(pattern, flag)`), capable of translating ES6 Unicode regular expressions to ES5.

cssesc

A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.

is-data-view

Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.

html-entities

Fastest HTML entities encode/decode library.