You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
alfiepates b0b64a865d initial dev commit. everything is broken. 8 years ago
..
array initial dev commit. everything is broken. 8 years ago
chain initial dev commit. everything is broken. 8 years ago
collection initial dev commit. everything is broken. 8 years ago
date initial dev commit. everything is broken. 8 years ago
function initial dev commit. everything is broken. 8 years ago
internal initial dev commit. everything is broken. 8 years ago
lang initial dev commit. everything is broken. 8 years ago
math initial dev commit. everything is broken. 8 years ago
number initial dev commit. everything is broken. 8 years ago
object initial dev commit. everything is broken. 8 years ago
string initial dev commit. everything is broken. 8 years ago
utility initial dev commit. everything is broken. 8 years ago
LICENSE initial dev commit. everything is broken. 8 years ago
README.md initial dev commit. everything is broken. 8 years ago
array.js initial dev commit. everything is broken. 8 years ago
chain.js initial dev commit. everything is broken. 8 years ago
collection.js initial dev commit. everything is broken. 8 years ago
date.js initial dev commit. everything is broken. 8 years ago
function.js initial dev commit. everything is broken. 8 years ago
index.js initial dev commit. everything is broken. 8 years ago
lang.js initial dev commit. everything is broken. 8 years ago
math.js initial dev commit. everything is broken. 8 years ago
number.js initial dev commit. everything is broken. 8 years ago
object.js initial dev commit. everything is broken. 8 years ago
package.json initial dev commit. everything is broken. 8 years ago
string.js initial dev commit. everything is broken. 8 years ago
support.js initial dev commit. everything is broken. 8 years ago
utility.js initial dev commit. everything is broken. 8 years ago

README.md

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.