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