From b54df0ddd0c6a0372327c5aa3668e5a6458fcd64 Mon Sep 17 00:00:00 2001 From: st782s Date: Thu, 4 May 2017 07:48:42 -0400 Subject: [PORTAL-7] Rebase This rebasing includes common libraries and common overlays projects abstraction of components Change-Id: I9a24a338665c7cd058978e8636bc412d9e2fdce8 Signed-off-by: st782s --- .../client/bower_components/lodash/README.md | 46 ---------------------- 1 file changed, 46 deletions(-) delete mode 100644 ecomp-portal-FE/client/bower_components/lodash/README.md (limited to 'ecomp-portal-FE/client/bower_components/lodash/README.md') diff --git a/ecomp-portal-FE/client/bower_components/lodash/README.md b/ecomp-portal-FE/client/bower_components/lodash/README.md deleted file mode 100644 index 096c31d9..00000000 --- a/ecomp-portal-FE/client/bower_components/lodash/README.md +++ /dev/null @@ -1,46 +0,0 @@ -# lodash v4.13.1 - -[Site](https://lodash.com/) | -[Docs](https://lodash.com/docs) | -[FP Guide](https://github.com/lodash/lodash/wiki/FP-Guide) | -[Contributing](https://github.com/lodash/lodash/blob/4.13.1/.github/CONTRIBUTING.md) | -[Wiki](https://github.com/lodash/lodash/wiki "Changelog, Roadmap, etc.") | -[Code of Conduct](https://jquery.org/conduct/) | -[Twitter](https://twitter.com/bestiejs) | -[Chat](https://gitter.im/lodash/lodash) - -The [Lodash](https://lodash.com/) library exported as a [UMD](https://github.com/umdjs/umd) module. - -Generated using [lodash-cli](https://www.npmjs.com/package/lodash-cli): -```bash -$ npm run build -$ lodash -o ./dist/lodash.js -$ lodash core -o ./dist/lodash.core.js -``` - -## Download - -Lodash is released under the [MIT license](https://raw.githubusercontent.com/lodash/lodash/4.13.1/LICENSE) & supports [modern environments](#support).
-Review the [build differences](https://github.com/lodash/lodash/wiki/build-differences) & pick one that’s right for you. - - * [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)) - * [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)) - * [CDN copies](https://www.jsdelivr.com/projects/lodash) - -## 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](https://lodash.com/custom-builds) & module formats. - - * [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/browse/keyword/lodash-modularized) - * [lodash-amd](https://www.npmjs.com/package/lodash-amd) - * [lodash-es](https://www.npmjs.com/package/lodash-es) & [babel-plugin-lodash](https://www.npmjs.com/package/babel-plugin-lodash) - * [lodash/fp](https://github.com/lodash/lodash/tree/4.13.1-npm/fp) -- cgit 1.2.3-korg