···11+Copyright jQuery Foundation and other contributors <https://jquery.org/>
22+33+Based on Underscore.js, copyright Jeremy Ashkenas,
44+DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
55+66+This software consists of voluntary contributions made by many
77+individuals. For exact contribution history, see the revision history
88+available at https://github.com/lodash/lodash
99+1010+The following license applies to all parts of this software except as
1111+documented below:
1212+1313+====
1414+1515+Permission is hereby granted, free of charge, to any person obtaining
1616+a copy of this software and associated documentation files (the
1717+"Software"), to deal in the Software without restriction, including
1818+without limitation the rights to use, copy, modify, merge, publish,
1919+distribute, sublicense, and/or sell copies of the Software, and to
2020+permit persons to whom the Software is furnished to do so, subject to
2121+the following conditions:
2222+2323+The above copyright notice and this permission notice shall be
2424+included in all copies or substantial portions of the Software.
2525+2626+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
2727+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
2828+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
2929+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
3030+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
3131+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
3232+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3333+3434+====
3535+3636+Copyright and related rights for sample code are waived via CC0. Sample
3737+code is defined as all source code displayed within the prose of the
3838+documentation.
3939+4040+CC0: http://creativecommons.org/publicdomain/zero/1.0/
4141+4242+====
4343+4444+Files located in the node_modules and vendor directories are externally
4545+maintained libraries used by this software which have their own
4646+licenses; we recommend you read them, as their terms may differ from the
4747+terms above.