Install the package via npm:
$ npm install nodeutils --save
Every nodeutils package is available as a poperty of nodeutils, in camelCase.
Simple straightforward tool to allow you to require locally. [Read More]
require("nodeutils").reqhere();
Like lodash's defaultsDeep, but with no mutation and with preservation of arrays. [Read More]
var defaultsDeep = require("nodeutils").defaultsDeep;
var merged = defaultsDeep(mostImportant, nextImportant, leastImportant...);