grafana/public/vendor/lodash
2016-10-05 15:57:50 +02:00
..
.github fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
dist fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
doc fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
fp fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
lib fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
perf fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
test fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
vendor optimize png images using zopflipng (#6197) 2016-10-05 15:57:50 +02:00
.bower.json fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
.editorconfig fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
.gitattributes fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
.gitignore fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
.jscsrc fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
.markdown-doctest-setup.js fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
.travis.yml fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
LICENSE fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
lodash.js fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
package.json fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00
README.md fix(lodash): corrected checked in lodash version 2016-09-14 10:13:33 +02:00

lodash v4.15.0

Site | Docs | FP Guide | Contributing | Wiki | Code of Conduct | Twitter | Chat

The Lodash library exported as a UMD module.

Generated using lodash-cli:

$ npm run build
$ lodash -o ./dist/lodash.js
$ lodash core -o ./dist/lodash.core.js

Download

Lodash is released under the MIT license & supports modern environments.
Review the build differences & pick one thats right for you.

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodashs modular methods are great for:

  • Iterating arrays, objects, & strings
  • Manipulating & testing values
  • Creating composite functions

Module Formats

Lodash is available in a variety of builds & module formats.