tree: d2588d261086ebd3f69f4c54a062ea720f298bd8 [path history] [tgz]
  1. compat/
  2. modern/
  3. underscore/
  4. LICENSE.txt
  5. package.json
  6. README.md
node_modules/lodash-node/README.md

lodash-node v2.4.1

A collection of Lo-Dash methods as Node.js modules generated by lodash-cli.

Installation & usage

Using npm:

npm i --save lodash-node

{sudo} npm i -g lodash-node
npm ln lodash-node

In Node.js:

var _ = require('lodash-node');

// or as Underscore
var _ = require('lodash-node/underscore');

// or by method category
var collections = require('lodash-node/modern/collections');

// or individual methods
var isEqual = require('lodash-node/modern/objects/isEqual');
var findWhere = require('lodash-node/underscore/collections/findWhere');

Author

twitter/jdalton
John-David Dalton

Contributors

twitter/blainebublitztwitter/kitcambridgetwitter/mathias
Blaine BublitzKit CambridgeMathias Bynens

Bitdeli Badge