cordova-android/node_modules/lodash
2016-07-22 12:24:27 -07:00
..
array updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
chain updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
collection updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
date updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
function updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
internal updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
lang updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
math updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
number updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
object updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
string updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
utility updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
array.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
chain.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
collection.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
date.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
function.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
index.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
lang.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
LICENSE updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
math.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
number.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
object.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
package.json updated cordoova-common to 1.4.0 2016-07-22 12:24:27 -07:00
README.md updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
string.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
support.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08:00
utility.js updated cordova-common dependnecy to 1.1.0 2016-02-24 09:50:07 -08: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.