# <%= name %> v<%= version %> The [lodash](https://lodash.com/) method `_.<%= identifier %>` exported as a [Node.js](https://nodejs.org/) module. ## Installation Using npm: ```bash $ {sudo -H} npm i -g npm $ npm i --save <%= name %> ``` In Node.js: ```js var <%= identifier %> = require('<%= name %>'); ``` See the [documentation](https://lodash.com/docs#<%= identifier %>) or [package source](https://github.com/lodash/lodash/blob/<%= version %>-npm-packages/<%= name %>) for more details.