TypeScript definitions for normalize-package-data
Turn any collection of objects into its own efficient tree or linked list using Symbol
Optionals for JS - wrapper for possibly undefined values, inspired by Java Optional API
Polymorphic has operator for finding whether a collection contains an equivalent value
Small promise wrapper around node's `child_process#exec` allowing you to use async/await syntax for commands you want to execute.
Create a new Unist tree by mapping (to an array) and flattening
return the first event in a set of ee/event pairs
Parse an HTML meta refresh value.
Babel plugin that replaces System.import with the equivalent UMD pattern
TimSort: Fast Sorting for Node.js
Hud's Node SDK
TypeScript definitions for kind-of
Beta function.
Creates a token which is unguessable
Use Yarn or npm to execute a command
Listen readable stream `end` or `error` event once
A distribution of exiftool perl executable.
AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native
An abstraction for themes in your React app.
The lodash method `_.isFinite` exported as a module.
Webpack does not like UMD wrappers (this kind of wrapper is generated by TypeScript) of the following:
A tiny (349B) reusable date formatter. Extremely fast!
Retry a promise-returning or async function
I find myself writing `item = item instanceof Array ? item : [item]` a lot, so I decided to make a simple library to does it for me. A few examples: