Fast JavaScript array sorting by implementing Python's Timsort algorithm
A tool for parsing media query lists.
btoa for Node.JS (it's a one-liner)
Standard library
Access memory using small fixed sized buffers
Get the root of a posix or windows filepath.
Fast and simple xml generator. Supports attributes, CDATA, etc. Includes tests and examples.
Module that helps you write generated functions in Node
A simple module for bitwise-xor on buffers
render nested hierarchies `npm ls` style with unicode pipes
Fast line to line SourceMap generator.
Detect if a buffer is utf8 encoded.
Easy way to split a string on a given character unless it's quoted or escaped.
node's constants module for the browser
Bitfield that allocates a series of small buffers to support sparse bits without allocating a massive buffer
Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js
Javascript Redis protocol (RESP) parser
A module which will endeavor to guess your terminal's level of color support.
HTTP response freshness testing
Returns `true` if the path appears to be relative.
string representations of objects in node and the browser
Returns true if the value is an object and not an array or null.
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
Remove leading directory components from a path, like tar's --strip-components option