$ npm install lodash._basesorteduniqThe internal lodash function baseSortedUniq exported as a Node.js module.
Using npm:
$ {sudo -H} npm i -g npm
$ npm i --save lodash._basesorteduniq
In Node.js:
var baseSortedUniq = require('lodash._basesorteduniq');
See the package source for more details.