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