Allows users to use generators in order to write common functions that can be both sync or async.
A command line node utility for publishing to cloud providers.
Default user agent string for nodejs http request
A CLI tool to run multiple npm-scripts in parallel or sequential.
reads PostgreSQL binary format for numeric values into a string
the acorn javascript parser, preloaded with plugins for syntax parity with recent node versions
QRCode / 2d Barcode api with both server side and client side support using canvas
Lazy lists for node
Determine if an object is a Stream
compute the closest common parent for file paths
Check license info for a package
parse the .git/config file into a useful data structure
detect and report syntax errors in source code strings
Utilities for consuming, creating and manipulating node streams.
Portable Shell Commands for Node
[](https://travis-ci.org/stefanpenner/get-caller-file) [](https://ci.a
Intercept imports in Node.js
A stream meter that both counts the bytes piped through it, and can optionally abort on a max size. (e.g. limit a http request size)
userland implementation of https://github.com/joyent/node/issues/5243
An extention for native node path module.
Collision-resistant IDs optimized for horizontal scaling and performance
installs custom cleanup handlers that run on exiting node
string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.
Recursively iterates over specified directory, require()'ing each file, and returning a nested hash structure containing those modules.