Apply ES2015 function.name semantics to all functions
ESLint rule to disallow null
Get the first path that exists on disk of multiple paths
Babel plugin to ensure function declarations at the block level are block scoped
Zero dependency library to safe merge objects.
Compile ES2015 destructuring to ES5
Parse HTTP request cookies
Compile ES2015 sticky regex to an ES5 RegExp constructor
Populate a <canvas> element with a font texture atlas
TypeScript definitions for cross-spawn
Babel plugin for Vue 2.0 JSX
parses number and unit, '20px' into [20, 'px']
Parse the Forwarded header (RFC 7239) into an array of objects
HTTP methods that node supports
Create an array of unique values, in order, from the input arrays
TypeScript definitions for string-similarity
Generate string from a token array by interpolating values.
Standalone CSS Selector Finder and Parser.
Pure-JS ADLER-32
Truncate a semver version: `1.2.3` → `1.2.0`
Efficiently remove an element from an unordered array without doing a splice
Automatically add displayName to all your components
Allow parsing of the exponentiation operator
Find the first element in an array that passes a callback test. Equivalent to underscore.find()