Rinser/node_modules/lodash
2015-07-20 14:42:07 +01:00
..
array initial 2015-07-20 14:42:07 +01:00
chain initial 2015-07-20 14:42:07 +01:00
collection initial 2015-07-20 14:42:07 +01:00
date initial 2015-07-20 14:42:07 +01:00
function initial 2015-07-20 14:42:07 +01:00
internal initial 2015-07-20 14:42:07 +01:00
lang initial 2015-07-20 14:42:07 +01:00
math initial 2015-07-20 14:42:07 +01:00
number initial 2015-07-20 14:42:07 +01:00
object initial 2015-07-20 14:42:07 +01:00
string initial 2015-07-20 14:42:07 +01:00
utility initial 2015-07-20 14:42:07 +01:00
array.js initial 2015-07-20 14:42:07 +01:00
chain.js initial 2015-07-20 14:42:07 +01:00
collection.js initial 2015-07-20 14:42:07 +01:00
date.js initial 2015-07-20 14:42:07 +01:00
function.js initial 2015-07-20 14:42:07 +01:00
index.js initial 2015-07-20 14:42:07 +01:00
lang.js initial 2015-07-20 14:42:07 +01:00
LICENSE initial 2015-07-20 14:42:07 +01:00
math.js initial 2015-07-20 14:42:07 +01:00
number.js initial 2015-07-20 14:42:07 +01:00
object.js initial 2015-07-20 14:42:07 +01:00
package.json initial 2015-07-20 14:42:07 +01:00
README.md initial 2015-07-20 14:42:07 +01:00
string.js initial 2015-07-20 14:42:07 +01:00
support.js initial 2015-07-20 14:42:07 +01:00
utility.js initial 2015-07-20 14:42:07 +01:00

lodash v3.10.0

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 42-43, Firefox 37-38, IE 6-11, MS Edge, Opera 28-29, Safari 5-8, ChakraNode 0.12.2, io.js 2.3.1, Node.js 0.8.28, 0.10.38, & 0.12.5, 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.