Call an array of asynchronous functions in series
Call an array of asynchronous functions in parallel
return whitelisted properties of an object
CSS parser / stringifier
Robert Penner's easing functions, slightly modified
Esprima-compatible implementation of the Mozilla JS Parser API
node's constants module for the browser
set blocking stdio and stderr ensuring that terminal output does not truncate
Polyfill for Node.js module.createRequire (<= v12.2.0)
Generate random numbers with a seed, useful for reproducible tests
Concatenate a readable stream's data into a single array
ECMAScript AST recursive visitor
A decent CSS parser
Pipe node.js streams safely with Promises
return list of CallSite objects from a captured stacktrace
A basic but performant promise implementation
Check if a module ID is resolvable with require()
process.nextTick but always with args
A robust & optimized `String.prototype.repeat` polyfill, based on the ECMAScript 6 specification.
Remove leading directory components from a path, like tar's --strip-components option
process.hrtime() to words
Test whether you're a component in browser or a package in npm
Simple fallback for Express-served single page apps that use the HTML5 History API for client side routing.
streaming unbzip2 implementation in pure javascript for node and browsers