Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

lodash-archive/lodash-node

Repository files navigation

lodash-node v3.0.0-pre

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

Main Contributors

twitter/demoneaux twitter/blainebublitz twitter/kitcambridge twitter/mathias
Benjamin Tan Blaine Bublitz Kit Cambridge Mathias Bynens

About

Lodash module bundles for Node.js.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •