Parse a passwd file into a list of users.
Get the shortest leading whitespace from lines in a string
Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.
A simple MD4 hash function for JavaScript supports UTF-8 encoding.
Port of jQuery.extend for node.js and the browser
ECMAScript6 WeakMap polyfill
Utilities for working with Windows Subsystem for Linux (WSL)
return list of CallSite objects from a captured stacktrace
Object.fromEntries() ponyfill (in 6 lines)
Node's querystring module for all engines. (ES3 compat fork)
Reads and caches the entire contents of a file until it is modified
fs read and write streams based on minipass
HTTP proxying for the masses
Assign the enumerable es6 Symbol properties from one or more objects to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 Object.assign method.
QRCodes, in the terminal
Deprecated. Utilities for ES3, most of which have been adopted or superseded in ES5.1. Adapted from Douglas Crockford's Remedial JavaScript
asynchronous file and directory operations for Node.js
Rational approximation with bounded denominator
Regular expression for matching astral symbols
Converter from any base to other any base
Helper module for loading your native module's .node file
Node's path builtin module exposed as dual ESM/CJS and browser-compatible out of the box.
The lodash method `_.once` exported as a module.
Returns a filtered copy of an object with only the specified keys, similar to `_.pick` from lodash / underscore.