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