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