which

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

iconv-lite

Convert character encodings in pure javascript.

readable-stream

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

form-data

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

brace-expansion

Brace expansion as known from sh/bash

ansi-regex

Regular expression for matching ANSI escape codes

p-limit

Run multiple promise-returning & async functions with limited concurrency

nanoid

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

mime

A comprehensive library for mime-type mapping

emoji-regex

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

yaml

JavaScript parser and stringifier for YAML

postcss

Tool for transforming styles with JS plugins

@typescript-eslint/eslint-plugin

TypeScript plugin for ESLint

yallist

Yet Another Linked List

react-is

Brand checking of React Elements.

buffer

Node.js Buffer API, for the browser

path-exists

Check if a path exists

express

Fast, unopinionated, minimalist web framework

argparse

CLI arguments parser. Native port of python's argparse.

prop-types

Runtime type checking for React props and similar objects.

acorn

ECMAScript parser

globby

User-friendly glob matching

safe-buffer

Safer Node.js Buffer API

source-map

Generates and consumes source maps

signal-exit

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

https-proxy-agent

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

camelcase

Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`

@types/react

TypeScript definitions for react

regenerator-runtime

Runtime for Regenerator-compiled generator and async functions.

@types/express

TypeScript definitions for express

cross-spawn

Cross platform child_process#spawn and child_process#spawnSync

path-to-regexp

Express style path to RegExp utility

globals

Global identifiers from different JavaScript environments

eslint-plugin-import

Import with sanity.

eslint-plugin-react

React specific linting rules for ESLint

get-stream

Get a stream as a string, Buffer, ArrayBuffer or array

mime-types

The ultimate javascript content-type utility.

next

The React Framework

glob-parent

Extract the non-magic parent path from a glob string.

make-dir

Make a directory and its parents if needed - Think `mkdir -p`