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