The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
grafana/public/vendor/lodash
Cedric Cellier 417c5163dd Fix typos (#8954) 8 years ago
..
.github fix(lodash): corrected checked in lodash version 9 years ago
dist fix(lodash): corrected checked in lodash version 9 years ago
doc fix(lodash): corrected checked in lodash version 9 years ago
fp fix(lodash): corrected checked in lodash version 9 years ago
lib fix(lodash): corrected checked in lodash version 9 years ago
perf fix(lodash): corrected checked in lodash version 9 years ago
test fix(lodash): corrected checked in lodash version 9 years ago
vendor Fix typos (#8954) 8 years ago
.bower.json fix(lodash): corrected checked in lodash version 9 years ago
.editorconfig fix(lodash): corrected checked in lodash version 9 years ago
.gitattributes fix(lodash): corrected checked in lodash version 9 years ago
.gitignore fix(lodash): corrected checked in lodash version 9 years ago
.jscsrc fix(lodash): corrected checked in lodash version 9 years ago
.markdown-doctest-setup.js fix(lodash): corrected checked in lodash version 9 years ago
.travis.yml fix(lodash): corrected checked in lodash version 9 years ago
LICENSE fix(lodash): corrected checked in lodash version 9 years ago
README.md fix(lodash): corrected checked in lodash version 9 years ago
lodash.js fix(lodash): corrected checked in lodash version 9 years ago
package.json fix(lodash): corrected checked in lodash version 9 years ago

README.md

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 that’s right for you.

Why Lodash?

Lodash makes JavaScript easier by taking the hassle out of working with arrays,
numbers, objects, strings, etc. Lodash’s 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.