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