Website/node_modules/lodash
2015-12-02 18:21:44 -05:00
..
array Initial website 2015-12-02 18:21:44 -05:00
chain Initial website 2015-12-02 18:21:44 -05:00
collection Initial website 2015-12-02 18:21:44 -05:00
date Initial website 2015-12-02 18:21:44 -05:00
function Initial website 2015-12-02 18:21:44 -05:00
internal Initial website 2015-12-02 18:21:44 -05:00
lang Initial website 2015-12-02 18:21:44 -05:00
math Initial website 2015-12-02 18:21:44 -05:00
number Initial website 2015-12-02 18:21:44 -05:00
object Initial website 2015-12-02 18:21:44 -05:00
string Initial website 2015-12-02 18:21:44 -05:00
utility Initial website 2015-12-02 18:21:44 -05:00
array.js Initial website 2015-12-02 18:21:44 -05:00
chain.js Initial website 2015-12-02 18:21:44 -05:00
collection.js Initial website 2015-12-02 18:21:44 -05:00
date.js Initial website 2015-12-02 18:21:44 -05:00
function.js Initial website 2015-12-02 18:21:44 -05:00
index.js Initial website 2015-12-02 18:21:44 -05:00
lang.js Initial website 2015-12-02 18:21:44 -05:00
LICENSE Initial website 2015-12-02 18:21:44 -05:00
math.js Initial website 2015-12-02 18:21:44 -05:00
number.js Initial website 2015-12-02 18:21:44 -05:00
object.js Initial website 2015-12-02 18:21:44 -05:00
package.json Initial website 2015-12-02 18:21:44 -05:00
README.md Initial website 2015-12-02 18:21:44 -05:00
string.js Initial website 2015-12-02 18:21:44 -05:00
support.js Initial website 2015-12-02 18:21:44 -05:00
utility.js Initial website 2015-12-02 18:21:44 -05:00

lodash v3.10.1

The modern build of lodash exported as Node.js/io.js modules.

Generated using lodash-cli:

$ lodash modularize modern exports=node -o ./
$ lodash modern -d -o ./index.js

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash

In Node.js/io.js:

// load the modern build
var _ = require('lodash');
// or a method category
var array = require('lodash/array');
// or a method (great for smaller builds with browserify/webpack)
var chunk = require('lodash/array/chunk');

See the package source for more details.

Note:
Dont assign values to the special variable _ when in the REPL.
Install n_ for a REPL that includes lodash by default.

Module formats

lodash is also available in a variety of other builds & module formats.

Further Reading

Features

Support

Tested in Chrome 43-44, Firefox 38-39, IE 6-11, MS Edge, Safari 5-8, ChakraNode 0.12.2, io.js 2.5.0, Node.js 0.8.28, 0.10.40, & 0.12.7, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7.6. Automated browser & CI test runs are available. Special thanks to Sauce Labs for providing automated browser testing.