ES2015 Array#findIndex() ponyfill
Flatten nested arrays
ES2015 Array.from ponyfill
Create an array of unique values, in order, from the input arrays
Create an array without duplicates
Return an array free of duplicate values
Returns an array with only the unique values from the first array
Recursively flatten an array or arrays
Convert a value to an array
Combines list of arrays, returning single array with unique values
High-priority task queue for Node.js and browsers
ASN.1 encoder and decoder (BER)
ASN.1 encoder and decoder (DER)
simple assertion library for javascript
Error constructor fro validation frameworks
assertion library, designed for coffee-script
small wrapper over nodejs' assert module with two extra features
Expect-like assertions that work in node and the browser
Esprima-compatible implementation of the Mozilla JS Parser API
Utilities for AST transformers
walk the ast with references to parent nodes
functions and patterns for asynchronous code - Node.js
async parallel forEach / map function for JavaScript
Minimal async jobs utility library, with streams support
Module for limiting concurrent asynchronous actions in flight
Improve Node.js stacktraces and make it easier to handle errors
parse HTTP auth/authz headers - Node.js library
Automatically bind methods to their class instance
Utility for automatically linking URLs, emails, etc. in text
add vendor prefixes to CSS rules
script to automatically adjust textarea height to fit text - Javascript
Signs and prepares requests using AWS Signature Version 4
AWS signing in JavaScript
Promise based HTTP client for the browser and node.js
Babel command line
Babel modular runtime helpers
Standalone build of Babel for use in browsers and other non-Node.js environments
Custom parser for ESLint
babel module loader for webpack
Babel plugin for default module.exports like babel version 5
Babel plugin to replace the array includes syntax
Modular Lodash builds without the hassle
Babel plugin for Vue 2.0 JSX
JavaScript parser used in Babel
some Backbone for JavaScript applications - Node module
Match balanced character pairs in Node.js
foundation for creating modular, unit testable node.js application
Javascript Base62 encode/decoder
Node.js module that generates a base64 id
Base64 encoding/decoding in pure JS