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