Built motion from commit 99feb03.|0.0.140
[motion.git] / public / bower_components / lodash / README.md
1 # lodash v4.5.1
2
3 The [lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
4
5 Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
6 ```bash
7 $ npm run build
8 $ lodash -o ./dist/lodash.js
9 $ lodash core -o ./dist/lodash.core.js
10 ```
11
12 ## Community
13
14 [![Gitter](https://badges.gitter.im/lodash/lodash.svg)](https://gitter.im/lodash/lodash)
15
16 ## Documentation
17
18   * [API Documentation](https://lodash.com/docs)
19   * [FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide)
20
21 ## Download
22
23 Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.5.1/LICENSE) & supports [modern environments](#support).<br>
24 Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one that’s right for you.
25
26  * [Core build](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.core.min.js))
27  * [Full build](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.js) ([~21 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.5.1/dist/lodash.min.js))
28  * [CDN copies](https://www.jsdelivr.com/projects/lodash)
29
30 ## Why Lodash?
31
32 Lodash makes JavaScript easier by taking the hassle out of working with arrays,<br>
33 numbers, objects, strings, etc. Lodash’s modular methods are great for:
34
35 * Iterating arrays, objects, & strings
36 * Manipulating & testing values
37 * Creating composite functions
38
39 ## Module Formats
40
41 Lodash is available in a [variety of builds](https://lodash.com/custom-builds) & module formats.
42
43  * [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularized)
44  * [lodash-amd](https://www.npmjs.com/package/lodash-amd)
45  * [lodash-es](https://www.npmjs.com/package/lodash-es) & [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash)
46  * [lodash/fp](https://github.com/lodash/lodash/tree/4.5.1-npm/fp)
47
48 ## Further Reading
49
50   * [Contributing](https://github.com/lodash/lodash/blob/master/.github/CONTRIBUTING.md)
51   * [Release Notes](https://github.com/lodash/lodash/releases/tag/4.0.0)
52   * [Wiki (Changelog, Roadmap, etc.)](https://github.com/lodash/lodash/wiki)