Iterable wrapper that add methods to read ahead or behind current item.
Promise wrapper for archiver
Object clone supporting `date`, `regexp`, `array` and `object` types.
PostgresQL error constants for use with Node.js. Use these to avoid code like `if (err.code === '23505')` and instead write `if (err.code === UNIQUE_VIOLATION)`.
Manipulate HTML and XML files with Cheerio in Gulp.
Gets form data via form.elements
Applies a default value to a variable if it is null or undefined.
Generic contour extraction library for surface nets/dual contouring
the open source API testing client
Make multiple changes to a block of text by providing start and end indices and replacement text
Make sure the last sync call to an async function is executed after all previous ones have finished
exec plugin for gulp
Jest transformer mimicking webpack-contrib/raw-loader's functionality
JSON.stringify with fixed maximum character width.
Read and write half-bytes to buffers
See if an node attribute is a boolean
Simply gzip and ungzip in Node.js with promises
Returns the type and normalized version of a version selector
Convert classes into factory functions so they can be called with or without new.
A source xPack / npm package with templates to generate SiFive Core Complex projects
Check if a DOM element matches a given selector
The lodash method `_.upperFirst` exported as a module.
Table components for Reactabular
Task to synchronize two directories. Similar to grunt-copy but updates only files that have been changed.