log-update

Log by overwriting the previous output in the terminal. Useful for rendering progress bars, animations, etc.

mimic-response

Mimic a Node.js HTTP response stream

has-bigints

Determine if the JS environment has BigInt support.

array.prototype.flat

An ES2019 spec-compliant `Array.prototype.flat` shim/polyfill/replacement that works as far down as ES3.

@jridgewell/trace-mapping

Trace the original position through a source map

tar-fs

filesystem bindings for tar-stream

wcwidth

Port of C's wcwidth() and wcswidth()

proxy-from-env

Offers getProxyForUrl to get the proxy URL for a URL, respecting the *_PROXY (e.g. HTTP_PROXY) and NO_PROXY environment variables.

@rollup/pluginutils

A set of utility functions commonly used by Rollup plugins

less

Leaner CSS

socks-proxy-agent

A SOCKS proxy `http.Agent` implementation for HTTP and HTTPS

whatwg-fetch

A window.fetch polyfill.

whatwg-mimetype

Parses, serializes, and manipulates MIME types, according to the WHATWG MIME Sniffing Standard

source-map-support

Fixes stack traces for files with source maps

nanoid

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

@babel/plugin-syntax-import-meta

Allow parsing of import.meta

loader-utils

utils for webpack loaders

proxy-addr

Determine address of proxied request

is-docker

Check if the process is running inside a Docker container

tar-stream

tar-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.

path-exists

Check if a path exists

undici

An HTTP/1.1 client, written from scratch for Node.js

array.prototype.flatmap

An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.

css-loader

css loader module for webpack

babel-loader

babel module loader for webpack

spdx-license-ids

A list of SPDX license identifiers

domelementtype

all the types of nodes in htmlparser2's dom

vue-router

> - This is the repository for Vue Router 4 (for Vue 3) > - For Vue Router 3 (for Vue 2) see [vuejs/vue-router](https://github.com/vuejs/vue-router).

@popperjs/core

Tooltip and Popover Positioning Engine

eslint-module-utils

Core utilities to support eslint-plugin-import and other module-related plugins.

json5

JSON for Humans

@types/qs

TypeScript definitions for qs

jsonc-parser

Scanner and parser for JSON with comments.

fast-xml-parser

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

jiti

Runtime typescript and ESM support for Node.js

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.