node/tools/eslint/node_modules/lodash
Michaël Zasso 2d441493a4 tools: update eslint to v1.10.3
PR-URL: https://github.com/nodejs/io.js/pull/2286
Reviewed-By: Roman Reiss <me@silverwind.io>
2016-01-13 23:15:39 +01:00
..
array tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
chain tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
collection tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
date tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
function tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
internal tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
lang tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
math tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
number tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
object tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
string tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
utility tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
array.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
chain.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
collection.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
date.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
function.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
index.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
lang.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
LICENSE tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
math.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
number.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
object.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
package.json tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
README.md tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
string.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
support.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01:00
utility.js tools: update eslint to v1.10.3 2016-01-13 23:15:39 +01: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.