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