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