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
Buffers events from a stream until you are ready to handle them.
Resolve a directory that is either local, global or in the user's home directory.
RequireJS underscore-tpl, Loads and precompile underscore templates
Require constants across node and the browser
Alphanumeric sorting algorithm
Fast line to line SourceMap generator.
A utility for converting a string into some styles: camelCase, PascalCase, kebab-case, snake_case, _underscore__case
<img alt="Third Party Capital Logo" title="Third Party Capital Logo" src="https://user-images.githubusercontent.com/12476932/229881508-f9ef68db-8ee7-4795-8de8-80a50145bbd0.png" width="150">
Returns an array with only the unique values from the first array, by excluding all values from additional arrays using strict equality for comparisons.
Get an event when you're being sent data or asked for it.
limits calls to functions that return promises
TypeScript definitions for mime-types
fs.rename but works across devices. same as the unix utility 'mv'
Deterministic random bit generator (hmac)
Array of "void elements" defined by the HTML specification.
return whitelisted properties of an object
Easy method stubber.
Useful angular pipes
fuzzy matchers for chai
Beautiful color gradients in terminal output
A stream that emits multiple other streams one after another.
Securely compare two strings, copied from cryptiles
DOMParser.parseFromString for XML with IE8 fallback