The lodash method `_.defaults` exported as a module.
npm install lodash.defaultsThe lodash method _.defaults exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.defaults
In Node.js:
`js``
var defaults = require('lodash.defaults');
See the documentation or package source for more details.