An uncursed bag of various Node.js utility functions.
This is an extract of the reusable parts of various Node.js modules I've written.
Mostly for internal use.
npm install bagofholding
or as a dependency in package.json file:
"dependencies": {
"bagofholding": "x.y.z"
}
var bag = require('bagofholding');
bag.cli.*;
bag.http.*;
bag.obj.*;
bag.text.*;
Check out lib for the available methods of each component.

