Skip to content

leoxwebdev/lodash

 
 

Repository files navigation

lodash v4.0.0-pre

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:
Don’t 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 45-46, Firefox 40-41, IE 6-11, MS Edge, Safari 8-9, ChakraNode 0.12.2, Node.js 0.8.28, 0.10.40, 0.12.7, & 4.2.1, & PhantomJS 1.9.8. Automated browser & CI test runs are available. Special thanks to Sauce Labs for providing automated browser testing.

About

A JavaScript utility library delivering consistency, modularity, performance, & extras.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.8%