Bit twiddling hacks for JavaScript
A BigInt can represent whole numbers larger than 2⁵³ - 1.
A 32-bit integer can store values from -2^31 to 2^31 - 1.
Round a numeric value to the nearest power of two toward positive infinity.
Round a numeric value to the nearest power of two on a linear scale.
Lightweight debugging utility for Node.js and the browser
Lodash modular utilities.
React is a JavaScript library for building user interfaces.
A querystring parser that supports nesting and arrays, with a depth limit
Higher-order functions and common patterns for asynchronous code
Babel compiler core.