tree: 1f2f6961d165e920b5a2c65b016f900391f4e4f6 [path history] [tgz]
  1. array/
  2. chain/
  3. collection/
  4. date/
  5. function/
  6. internal/
  7. lang/
  8. number/
  9. object/
  10. string/
  11. utility/
  12. array.js
  13. chain.js
  14. collection.js
  15. date.js
  16. function.js
  17. index.js
  18. lang.js
  19. LICENSE.txt
  20. number.js
  21. object.js
  22. package.json
  23. README.md
  24. string.js
  25. support.js
  26. utility.js
node_modules/archiver/node_modules/lodash/README.md

lodash v3.2.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
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 not in Underscore

Support

Tested in Chrome 39-40, Firefox 34-35, IE 6-11, Opera 26-27, Safari 5-8, io.js 1.2.0, Node.js 0.8.28, 0.10.36, & 0.12.0, PhantomJS 1.9.8, RingoJS 0.11, & Rhino 1.7RC5.

Automated browser & CI test runs are available. Special thanks to Sauce Labs for providing automated browser testing.