nexus site path corrected
[portal.git] / ecomp-portal-FE / client / bower_components / lodash / README.md
1 # lodash v4.13.1
2
3 [Site](https://lodash.com/) |
4 [Docs](https://lodash.com/docs) |
5 [FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide) |
6 [Contributing](https://github.com/lodash/lodash/blob/4.13.1/.github/CONTRIBUTING.md) |
7 [Wiki](https://github.com/lodash/lodash/wiki "Changelog, Roadmap, etc.") |
8 [Code of Conduct](https://jquery.org/conduct/) |
9 [Twitter](https://twitter.com/bestiejs) |
10 [Chat](https://gitter.im/lodash/lodash)
11
12 The [Lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module.
13
14 Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli):
15 ```bash
16 $ npm run build
17 $ lodash -o ./dist/lodash.js
18 $ lodash core -o ./dist/lodash.core.js
19 ```
20
21 ## Download
22
23 Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.13.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.13.1/dist/lodash.core.js) ([~4 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.13.1/dist/lodash.core.min.js))
27  * [Full build](https://raw.githubusercontent.com/lodash/lodash/4.13.1/dist/lodash.js) ([~22 kB gzipped](https://raw.githubusercontent.com/lodash/lodash/4.13.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.13.1-npm/fp)