source: frontend/node_modules/underscore/README.md@ cdcff72

Last change on this file since cdcff72 was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 1.8 KB
Line 
1 __
2 /\ \ __
3 __ __ ___ \_\ \ __ _ __ ____ ___ ___ _ __ __ /\_\ ____
4 /\ \/\ \ /' _ `\ /'_ \ /'__`\/\ __\/ ,__\ / ___\ / __`\/\ __\/'__`\ \/\ \ /',__\
5 \ \ \_\ \/\ \/\ \/\ \ \ \/\ __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\ __/ __ \ \ \/\__, `\
6 \ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
7 \/___/ \/_/\/_/\/__,_ /\/____/ \/_/ \/___/ \/____/\/___/ \/_/ \/____/\/_//\ \_\ \/___/
8 \ \____/
9 \/___/
10
11Underscore.js is a utility-belt library for JavaScript that provides
12support for the usual functional suspects (each, map, reduce, filter...)
13without extending any core JavaScript objects.
14
15For Docs, License, Tests, and pre-packed downloads, see:
16https://underscorejs.org
17
18For support and questions, please consult
19our [security policy](SECURITY.md),
20[the gitter channel](https://gitter.im/jashkenas/underscore)
21or [stackoverflow](https://stackoverflow.com/search?q=underscore.js)
22
23Underscore is an open-sourced component of DocumentCloud:
24https://github.com/documentcloud
25
26Many thanks to our contributors:
27https://github.com/jashkenas/underscore/contributors
28
29You can support the project by donating on
30[Patreon](https://patreon.com/juliangonggrijp).
31Enterprise coverage is available as part of the
32[Tidelift Subscription](https://tidelift.com/subscription/pkg/npm-underscore?utm_source=npm-underscore&utm_medium=referral&utm_campaign=enterprise).
33
34This project adheres to a [code of conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code.
Note: See TracBrowser for help on using the repository browser.