range-parser

Range header field string parser

flat-cache

A stupidly simple key/value storage using files to persist some data

which-boxed-primitive

Which kind of boxed JS primitive is this?

path-parse

Node.js path.parse() ponyfill

jackspeak

A very strict and proper argument parser.

path-scurry

walk paths fast and efficiently

string.prototype.trimend

ES2019 spec-compliant String.prototype.trimEnd shim.

domhandler

Handler for htmlparser2 that turns pages into a dom

is-callable

Is this JS value callable? Works with Functions and GeneratorFunctions, despite ES6 @@toStringTag.

safe-regex-test

Give a regex, get a robust predicate function that tests it against a string.

leven

Measure the difference between two strings using the Levenshtein distance algorithm

tapable

Just a little module for plugins.

is-array-buffer

Is this value a JS ArrayBuffer?

eastasianwidth

Get East Asian Width from a character.

lilconfig

A zero-dependency alternative to cosmiconfig

superagent

elegant & feature rich browser / node HTTP with a fluent API

@eslint/js

ESLint JavaScript language implementation

typed-array-length

Robustly get the length of a Typed Array

validate-npm-package-name

Give me a string and I'll tell you if it's a valid npm package name

@babel/plugin-syntax-jsx

Allow parsing of jsx

array-buffer-byte-length

Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.

unbox-primitive

Unbox a boxed JS primitive value.

@emotion/react

> Simple styling in React.

es-set-tostringtag

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

js-cookie

A simple, lightweight JavaScript API for handling cookies

foreground-child

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

is-boolean-object

Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

is-number-object

Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

import-local

Let a globally installed package use a locally installed version of itself if available

function.prototype.name

An ES2015 spec-compliant `Function.prototype.name` shim

object-hash

Generate hashes from javascript objects in node and the browser.

readable-stream

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

marked

A markdown parser built for speed

cli-width

Get stdout window width, with two fallbacks, tty and then a default.

is-date-object

Is this value a JS Date object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.

http-proxy-agent

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

mini-css-extract-plugin

extracts CSS into separate files

pako

zlib port to javascript - fast, modularized, with browser support

vary

Manipulate the HTTP Vary header

terser

JavaScript parser, mangler/compressor and beautifier toolkit for ES6+