zola-check-manager

A Github Action allowing you to manage the zola check results in github
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.git
Log | Files | Refs | README | LICENSE

licenses.txt (63032B)


      1 @actions/core
      2 MIT
      3 The MIT License (MIT)
      4 
      5 Copyright 2019 GitHub
      6 
      7 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
      8 
      9 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     10 
     11 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     12 
     13 @actions/exec
     14 MIT
     15 The MIT License (MIT)
     16 
     17 Copyright 2019 GitHub
     18 
     19 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
     20 
     21 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     22 
     23 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     24 
     25 @actions/github
     26 MIT
     27 The MIT License (MIT)
     28 
     29 Copyright 2019 GitHub
     30 
     31 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
     32 
     33 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     34 
     35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     36 
     37 @actions/http-client
     38 MIT
     39 Actions Http Client for Node.js
     40 
     41 Copyright (c) GitHub, Inc.
     42 
     43 All rights reserved.
     44 
     45 MIT License
     46 
     47 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
     48 associated documentation files (the "Software"), to deal in the Software without restriction,
     49 including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
     50 and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
     51 subject to the following conditions:
     52 
     53 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     54 
     55 THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
     56 LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
     57 NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
     58 WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
     59 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     60 
     61 
     62 @actions/io
     63 MIT
     64 The MIT License (MIT)
     65 
     66 Copyright 2019 GitHub
     67 
     68 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
     69 
     70 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     71 
     72 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     73 
     74 @actions/tool-cache
     75 MIT
     76 The MIT License (MIT)
     77 
     78 Copyright 2019 GitHub
     79 
     80 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
     81 
     82 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
     83 
     84 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
     85 
     86 @octokit/auth-token
     87 MIT
     88 The MIT License
     89 
     90 Copyright (c) 2019 Octokit contributors
     91 
     92 Permission is hereby granted, free of charge, to any person obtaining a copy
     93 of this software and associated documentation files (the "Software"), to deal
     94 in the Software without restriction, including without limitation the rights
     95 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
     96 copies of the Software, and to permit persons to whom the Software is
     97 furnished to do so, subject to the following conditions:
     98 
     99 The above copyright notice and this permission notice shall be included in
    100 all copies or substantial portions of the Software.
    101 
    102 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    103 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    104 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    105 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    106 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    107 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    108 THE SOFTWARE.
    109 
    110 
    111 @octokit/core
    112 MIT
    113 The MIT License
    114 
    115 Copyright (c) 2019 Octokit contributors
    116 
    117 Permission is hereby granted, free of charge, to any person obtaining a copy
    118 of this software and associated documentation files (the "Software"), to deal
    119 in the Software without restriction, including without limitation the rights
    120 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    121 copies of the Software, and to permit persons to whom the Software is
    122 furnished to do so, subject to the following conditions:
    123 
    124 The above copyright notice and this permission notice shall be included in
    125 all copies or substantial portions of the Software.
    126 
    127 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    128 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    129 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    130 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    131 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    132 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    133 THE SOFTWARE.
    134 
    135 
    136 @octokit/endpoint
    137 MIT
    138 The MIT License
    139 
    140 Copyright (c) 2018 Octokit contributors
    141 
    142 Permission is hereby granted, free of charge, to any person obtaining a copy
    143 of this software and associated documentation files (the "Software"), to deal
    144 in the Software without restriction, including without limitation the rights
    145 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    146 copies of the Software, and to permit persons to whom the Software is
    147 furnished to do so, subject to the following conditions:
    148 
    149 The above copyright notice and this permission notice shall be included in
    150 all copies or substantial portions of the Software.
    151 
    152 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    153 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    154 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    155 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    156 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    157 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    158 THE SOFTWARE.
    159 
    160 
    161 @octokit/graphql
    162 MIT
    163 The MIT License
    164 
    165 Copyright (c) 2018 Octokit contributors
    166 
    167 Permission is hereby granted, free of charge, to any person obtaining a copy
    168 of this software and associated documentation files (the "Software"), to deal
    169 in the Software without restriction, including without limitation the rights
    170 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    171 copies of the Software, and to permit persons to whom the Software is
    172 furnished to do so, subject to the following conditions:
    173 
    174 The above copyright notice and this permission notice shall be included in
    175 all copies or substantial portions of the Software.
    176 
    177 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    178 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    179 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    180 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    181 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    182 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    183 THE SOFTWARE.
    184 
    185 
    186 @octokit/plugin-paginate-rest
    187 MIT
    188 MIT License Copyright (c) 2019 Octokit contributors
    189 
    190 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    191 
    192 The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
    193 
    194 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    195 
    196 
    197 @octokit/plugin-rest-endpoint-methods
    198 MIT
    199 MIT License Copyright (c) 2019 Octokit contributors
    200 
    201 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    202 
    203 The above copyright notice and this permission notice (including the next paragraph) shall be included in all copies or substantial portions of the Software.
    204 
    205 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    206 
    207 
    208 @octokit/request
    209 MIT
    210 The MIT License
    211 
    212 Copyright (c) 2018 Octokit contributors
    213 
    214 Permission is hereby granted, free of charge, to any person obtaining a copy
    215 of this software and associated documentation files (the "Software"), to deal
    216 in the Software without restriction, including without limitation the rights
    217 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    218 copies of the Software, and to permit persons to whom the Software is
    219 furnished to do so, subject to the following conditions:
    220 
    221 The above copyright notice and this permission notice shall be included in
    222 all copies or substantial portions of the Software.
    223 
    224 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    225 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    226 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    227 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    228 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    229 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    230 THE SOFTWARE.
    231 
    232 
    233 @octokit/request-error
    234 MIT
    235 The MIT License
    236 
    237 Copyright (c) 2019 Octokit contributors
    238 
    239 Permission is hereby granted, free of charge, to any person obtaining a copy
    240 of this software and associated documentation files (the "Software"), to deal
    241 in the Software without restriction, including without limitation the rights
    242 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    243 copies of the Software, and to permit persons to whom the Software is
    244 furnished to do so, subject to the following conditions:
    245 
    246 The above copyright notice and this permission notice shall be included in
    247 all copies or substantial portions of the Software.
    248 
    249 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    250 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    251 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    252 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    253 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    254 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    255 THE SOFTWARE.
    256 
    257 
    258 @sindresorhus/is
    259 MIT
    260 MIT License
    261 
    262 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    263 
    264 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    265 
    266 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    267 
    268 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    269 
    270 
    271 @szmarczak/http-timer
    272 MIT
    273 MIT License
    274 
    275 Copyright (c) 2018 Szymon Marczak
    276 
    277 Permission is hereby granted, free of charge, to any person obtaining a copy
    278 of this software and associated documentation files (the "Software"), to deal
    279 in the Software without restriction, including without limitation the rights
    280 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    281 copies of the Software, and to permit persons to whom the Software is
    282 furnished to do so, subject to the following conditions:
    283 
    284 The above copyright notice and this permission notice shall be included in all
    285 copies or substantial portions of the Software.
    286 
    287 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    288 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    289 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    290 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    291 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    292 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    293 SOFTWARE.
    294 
    295 
    296 @vercel/ncc
    297 MIT
    298 Copyright 2018 ZEIT, Inc.
    299 
    300 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    301 
    302 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    303 
    304 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    305 
    306 before-after-hook
    307 Apache-2.0
    308                                  Apache License
    309                            Version 2.0, January 2004
    310                         http://www.apache.org/licenses/
    311 
    312    TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
    313 
    314    1. Definitions.
    315 
    316       "License" shall mean the terms and conditions for use, reproduction,
    317       and distribution as defined by Sections 1 through 9 of this document.
    318 
    319       "Licensor" shall mean the copyright owner or entity authorized by
    320       the copyright owner that is granting the License.
    321 
    322       "Legal Entity" shall mean the union of the acting entity and all
    323       other entities that control, are controlled by, or are under common
    324       control with that entity. For the purposes of this definition,
    325       "control" means (i) the power, direct or indirect, to cause the
    326       direction or management of such entity, whether by contract or
    327       otherwise, or (ii) ownership of fifty percent (50%) or more of the
    328       outstanding shares, or (iii) beneficial ownership of such entity.
    329 
    330       "You" (or "Your") shall mean an individual or Legal Entity
    331       exercising permissions granted by this License.
    332 
    333       "Source" form shall mean the preferred form for making modifications,
    334       including but not limited to software source code, documentation
    335       source, and configuration files.
    336 
    337       "Object" form shall mean any form resulting from mechanical
    338       transformation or translation of a Source form, including but
    339       not limited to compiled object code, generated documentation,
    340       and conversions to other media types.
    341 
    342       "Work" shall mean the work of authorship, whether in Source or
    343       Object form, made available under the License, as indicated by a
    344       copyright notice that is included in or attached to the work
    345       (an example is provided in the Appendix below).
    346 
    347       "Derivative Works" shall mean any work, whether in Source or Object
    348       form, that is based on (or derived from) the Work and for which the
    349       editorial revisions, annotations, elaborations, or other modifications
    350       represent, as a whole, an original work of authorship. For the purposes
    351       of this License, Derivative Works shall not include works that remain
    352       separable from, or merely link (or bind by name) to the interfaces of,
    353       the Work and Derivative Works thereof.
    354 
    355       "Contribution" shall mean any work of authorship, including
    356       the original version of the Work and any modifications or additions
    357       to that Work or Derivative Works thereof, that is intentionally
    358       submitted to Licensor for inclusion in the Work by the copyright owner
    359       or by an individual or Legal Entity authorized to submit on behalf of
    360       the copyright owner. For the purposes of this definition, "submitted"
    361       means any form of electronic, verbal, or written communication sent
    362       to the Licensor or its representatives, including but not limited to
    363       communication on electronic mailing lists, source code control systems,
    364       and issue tracking systems that are managed by, or on behalf of, the
    365       Licensor for the purpose of discussing and improving the Work, but
    366       excluding communication that is conspicuously marked or otherwise
    367       designated in writing by the copyright owner as "Not a Contribution."
    368 
    369       "Contributor" shall mean Licensor and any individual or Legal Entity
    370       on behalf of whom a Contribution has been received by Licensor and
    371       subsequently incorporated within the Work.
    372 
    373    2. Grant of Copyright License. Subject to the terms and conditions of
    374       this License, each Contributor hereby grants to You a perpetual,
    375       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    376       copyright license to reproduce, prepare Derivative Works of,
    377       publicly display, publicly perform, sublicense, and distribute the
    378       Work and such Derivative Works in Source or Object form.
    379 
    380    3. Grant of Patent License. Subject to the terms and conditions of
    381       this License, each Contributor hereby grants to You a perpetual,
    382       worldwide, non-exclusive, no-charge, royalty-free, irrevocable
    383       (except as stated in this section) patent license to make, have made,
    384       use, offer to sell, sell, import, and otherwise transfer the Work,
    385       where such license applies only to those patent claims licensable
    386       by such Contributor that are necessarily infringed by their
    387       Contribution(s) alone or by combination of their Contribution(s)
    388       with the Work to which such Contribution(s) was submitted. If You
    389       institute patent litigation against any entity (including a
    390       cross-claim or counterclaim in a lawsuit) alleging that the Work
    391       or a Contribution incorporated within the Work constitutes direct
    392       or contributory patent infringement, then any patent licenses
    393       granted to You under this License for that Work shall terminate
    394       as of the date such litigation is filed.
    395 
    396    4. Redistribution. You may reproduce and distribute copies of the
    397       Work or Derivative Works thereof in any medium, with or without
    398       modifications, and in Source or Object form, provided that You
    399       meet the following conditions:
    400 
    401       (a) You must give any other recipients of the Work or
    402           Derivative Works a copy of this License; and
    403 
    404       (b) You must cause any modified files to carry prominent notices
    405           stating that You changed the files; and
    406 
    407       (c) You must retain, in the Source form of any Derivative Works
    408           that You distribute, all copyright, patent, trademark, and
    409           attribution notices from the Source form of the Work,
    410           excluding those notices that do not pertain to any part of
    411           the Derivative Works; and
    412 
    413       (d) If the Work includes a "NOTICE" text file as part of its
    414           distribution, then any Derivative Works that You distribute must
    415           include a readable copy of the attribution notices contained
    416           within such NOTICE file, excluding those notices that do not
    417           pertain to any part of the Derivative Works, in at least one
    418           of the following places: within a NOTICE text file distributed
    419           as part of the Derivative Works; within the Source form or
    420           documentation, if provided along with the Derivative Works; or,
    421           within a display generated by the Derivative Works, if and
    422           wherever such third-party notices normally appear. The contents
    423           of the NOTICE file are for informational purposes only and
    424           do not modify the License. You may add Your own attribution
    425           notices within Derivative Works that You distribute, alongside
    426           or as an addendum to the NOTICE text from the Work, provided
    427           that such additional attribution notices cannot be construed
    428           as modifying the License.
    429 
    430       You may add Your own copyright statement to Your modifications and
    431       may provide additional or different license terms and conditions
    432       for use, reproduction, or distribution of Your modifications, or
    433       for any such Derivative Works as a whole, provided Your use,
    434       reproduction, and distribution of the Work otherwise complies with
    435       the conditions stated in this License.
    436 
    437    5. Submission of Contributions. Unless You explicitly state otherwise,
    438       any Contribution intentionally submitted for inclusion in the Work
    439       by You to the Licensor shall be under the terms and conditions of
    440       this License, without any additional terms or conditions.
    441       Notwithstanding the above, nothing herein shall supersede or modify
    442       the terms of any separate license agreement you may have executed
    443       with Licensor regarding such Contributions.
    444 
    445    6. Trademarks. This License does not grant permission to use the trade
    446       names, trademarks, service marks, or product names of the Licensor,
    447       except as required for reasonable and customary use in describing the
    448       origin of the Work and reproducing the content of the NOTICE file.
    449 
    450    7. Disclaimer of Warranty. Unless required by applicable law or
    451       agreed to in writing, Licensor provides the Work (and each
    452       Contributor provides its Contributions) on an "AS IS" BASIS,
    453       WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
    454       implied, including, without limitation, any warranties or conditions
    455       of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
    456       PARTICULAR PURPOSE. You are solely responsible for determining the
    457       appropriateness of using or redistributing the Work and assume any
    458       risks associated with Your exercise of permissions under this License.
    459 
    460    8. Limitation of Liability. In no event and under no legal theory,
    461       whether in tort (including negligence), contract, or otherwise,
    462       unless required by applicable law (such as deliberate and grossly
    463       negligent acts) or agreed to in writing, shall any Contributor be
    464       liable to You for damages, including any direct, indirect, special,
    465       incidental, or consequential damages of any character arising as a
    466       result of this License or out of the use or inability to use the
    467       Work (including but not limited to damages for loss of goodwill,
    468       work stoppage, computer failure or malfunction, or any and all
    469       other commercial damages or losses), even if such Contributor
    470       has been advised of the possibility of such damages.
    471 
    472    9. Accepting Warranty or Additional Liability. While redistributing
    473       the Work or Derivative Works thereof, You may choose to offer,
    474       and charge a fee for, acceptance of support, warranty, indemnity,
    475       or other liability obligations and/or rights consistent with this
    476       License. However, in accepting such obligations, You may act only
    477       on Your own behalf and on Your sole responsibility, not on behalf
    478       of any other Contributor, and only if You agree to indemnify,
    479       defend, and hold each Contributor harmless for any liability
    480       incurred by, or claims asserted against, such Contributor by reason
    481       of your accepting any such warranty or additional liability.
    482 
    483    END OF TERMS AND CONDITIONS
    484 
    485    APPENDIX: How to apply the Apache License to your work.
    486 
    487       To apply the Apache License to your work, attach the following
    488       boilerplate notice, with the fields enclosed by brackets "{}"
    489       replaced with your own identifying information. (Don't include
    490       the brackets!)  The text should be enclosed in the appropriate
    491       comment syntax for the file format. We also recommend that a
    492       file or class name and description of purpose be included on the
    493       same "printed page" as the copyright notice for easier
    494       identification within third-party archives.
    495 
    496    Copyright 2018 Gregor Martynus and other contributors.
    497 
    498    Licensed under the Apache License, Version 2.0 (the "License");
    499    you may not use this file except in compliance with the License.
    500    You may obtain a copy of the License at
    501 
    502        http://www.apache.org/licenses/LICENSE-2.0
    503 
    504    Unless required by applicable law or agreed to in writing, software
    505    distributed under the License is distributed on an "AS IS" BASIS,
    506    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    507    See the License for the specific language governing permissions and
    508    limitations under the License.
    509 
    510 
    511 cacheable-lookup
    512 MIT
    513 MIT License
    514 
    515 Copyright (c) 2019 Szymon Marczak
    516 
    517 Permission is hereby granted, free of charge, to any person obtaining a copy
    518 of this software and associated documentation files (the "Software"), to deal
    519 in the Software without restriction, including without limitation the rights
    520 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    521 copies of the Software, and to permit persons to whom the Software is
    522 furnished to do so, subject to the following conditions:
    523 
    524 The above copyright notice and this permission notice shall be included in all
    525 copies or substantial portions of the Software.
    526 
    527 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    528 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    529 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    530 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    531 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    532 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    533 SOFTWARE.
    534 
    535 
    536 cacheable-request
    537 MIT
    538 MIT License
    539 
    540 Copyright (c) 2017-2021 Luke Childs
    541 Copyright (c) 2022 Jared Wray
    542 
    543 Permission is hereby granted, free of charge, to any person obtaining a copy
    544 of this software and associated documentation files (the "Software"), to deal
    545 in the Software without restriction, including without limitation the rights
    546 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    547 copies of the Software, and to permit persons to whom the Software is
    548 furnished to do so, subject to the following conditions:
    549 
    550 The above copyright notice and this permission notice shall be included in all
    551 copies or substantial portions of the Software.
    552 
    553 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    554 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    555 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    556 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    557 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    558 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    559 SOFTWARE.
    560 
    561 
    562 decompress-response
    563 MIT
    564 MIT License
    565 
    566 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    567 
    568 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    569 
    570 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    571 
    572 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    573 
    574 
    575 defer-to-connect
    576 MIT
    577 MIT License
    578 
    579 Copyright (c) 2018 Szymon Marczak
    580 
    581 Permission is hereby granted, free of charge, to any person obtaining a copy
    582 of this software and associated documentation files (the "Software"), to deal
    583 in the Software without restriction, including without limitation the rights
    584 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    585 copies of the Software, and to permit persons to whom the Software is
    586 furnished to do so, subject to the following conditions:
    587 
    588 The above copyright notice and this permission notice shall be included in all
    589 copies or substantial portions of the Software.
    590 
    591 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    592 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    593 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    594 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    595 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    596 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    597 SOFTWARE.
    598 
    599 
    600 deprecation
    601 ISC
    602 The ISC License
    603 
    604 Copyright (c) Gregor Martynus and contributors
    605 
    606 Permission to use, copy, modify, and/or distribute this software for any
    607 purpose with or without fee is hereby granted, provided that the above
    608 copyright notice and this permission notice appear in all copies.
    609 
    610 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    611 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    612 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
    613 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    614 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
    615 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
    616 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    617 
    618 
    619 form-data-encoder
    620 MIT
    621 The MIT License (MIT)
    622 
    623 Copyright (c) 2021-present Nick K.
    624 
    625 Permission is hereby granted, free of charge, to any person obtaining a copy
    626 of this software and associated documentation files (the "Software"), to deal
    627 in the Software without restriction, including without limitation the rights
    628 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    629 copies of the Software, and to permit persons to whom the Software is
    630 furnished to do so, subject to the following conditions:
    631 
    632 The above copyright notice and this permission notice shall be included in all
    633 copies or substantial portions of the Software.
    634 
    635 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    636 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    637 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    638 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    639 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    640 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    641 SOFTWARE.
    642 
    643 
    644 get-stream
    645 MIT
    646 MIT License
    647 
    648 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    649 
    650 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    651 
    652 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    653 
    654 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    655 
    656 
    657 got
    658 MIT
    659 MIT License
    660 
    661 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
    662 
    663 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    664 
    665 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    666 
    667 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    668 
    669 
    670 http-cache-semantics
    671 BSD-2-Clause
    672 Copyright 2016-2018 Kornel Lesiński
    673 
    674 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
    675 
    676 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
    677 
    678 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
    679 
    680 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    681 
    682 
    683 http2-wrapper
    684 MIT
    685 MIT License
    686 
    687 Copyright (c) 2018 Szymon Marczak
    688 
    689 Permission is hereby granted, free of charge, to any person obtaining a copy
    690 of this software and associated documentation files (the "Software"), to deal
    691 in the Software without restriction, including without limitation the rights
    692 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    693 copies of the Software, and to permit persons to whom the Software is
    694 furnished to do so, subject to the following conditions:
    695 
    696 The above copyright notice and this permission notice shall be included in all
    697 copies or substantial portions of the Software.
    698 
    699 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    700 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    701 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    702 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    703 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    704 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    705 SOFTWARE.
    706 
    707 
    708 is-plain-object
    709 MIT
    710 The MIT License (MIT)
    711 
    712 Copyright (c) 2014-2017, Jon Schlinkert.
    713 
    714 Permission is hereby granted, free of charge, to any person obtaining a copy
    715 of this software and associated documentation files (the "Software"), to deal
    716 in the Software without restriction, including without limitation the rights
    717 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    718 copies of the Software, and to permit persons to whom the Software is
    719 furnished to do so, subject to the following conditions:
    720 
    721 The above copyright notice and this permission notice shall be included in
    722 all copies or substantial portions of the Software.
    723 
    724 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    725 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    726 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    727 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    728 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    729 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
    730 THE SOFTWARE.
    731 
    732 
    733 json-buffer
    734 MIT
    735 Copyright (c) 2013 Dominic Tarr
    736 
    737 Permission is hereby granted, free of charge, 
    738 to any person obtaining a copy of this software and 
    739 associated documentation files (the "Software"), to 
    740 deal in the Software without restriction, including 
    741 without limitation the rights to use, copy, modify, 
    742 merge, publish, distribute, sublicense, and/or sell 
    743 copies of the Software, and to permit persons to whom 
    744 the Software is furnished to do so, 
    745 subject to the following conditions:
    746 
    747 The above copyright notice and this permission notice 
    748 shall be included in all copies or substantial portions of the Software.
    749 
    750 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 
    751 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
    752 OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. 
    753 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR 
    754 ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, 
    755 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE 
    756 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    757 
    758 
    759 keyv
    760 MIT
    761 
    762 lowercase-keys
    763 MIT
    764 MIT License
    765 
    766 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    767 
    768 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    769 
    770 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    771 
    772 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    773 
    774 
    775 mimic-response
    776 MIT
    777 MIT License
    778 
    779 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    780 
    781 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    782 
    783 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    784 
    785 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    786 
    787 
    788 moo
    789 BSD-3-Clause
    790 BSD 3-Clause License
    791 
    792 Copyright (c) 2017, Tim Radvan (tjvr)
    793 All rights reserved.
    794 
    795 Redistribution and use in source and binary forms, with or without
    796 modification, are permitted provided that the following conditions are met:
    797 
    798 * Redistributions of source code must retain the above copyright notice, this
    799   list of conditions and the following disclaimer.
    800 
    801 * Redistributions in binary form must reproduce the above copyright notice,
    802   this list of conditions and the following disclaimer in the documentation
    803   and/or other materials provided with the distribution.
    804 
    805 * Neither the name of the copyright holder nor the names of its
    806   contributors may be used to endorse or promote products derived from
    807   this software without specific prior written permission.
    808 
    809 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
    810 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
    811 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
    812 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
    813 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
    814 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
    815 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
    816 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
    817 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
    818 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    819 
    820 
    821 nearley
    822 MIT
    823 The MIT License (MIT)
    824 
    825 Copyright (c) 2014, 2015, 2016, 2017, 2018, 2019 Kartik Chandra, Tim Radvan
    826 
    827 Permission is hereby granted, free of charge, to any person obtaining a copy
    828 of this software and associated documentation files (the "Software"), to deal
    829 in the Software without restriction, including without limitation the rights
    830 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    831 copies of the Software, and to permit persons to whom the Software is
    832 furnished to do so, subject to the following conditions:
    833 
    834 The above copyright notice and this permission notice shall be included in all
    835 copies or substantial portions of the Software.
    836 
    837 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    838 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    839 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    840 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    841 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    842 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    843 SOFTWARE.
    844 
    845 
    846 node-fetch
    847 MIT
    848 The MIT License (MIT)
    849 
    850 Copyright (c) 2016 David Frank
    851 
    852 Permission is hereby granted, free of charge, to any person obtaining a copy
    853 of this software and associated documentation files (the "Software"), to deal
    854 in the Software without restriction, including without limitation the rights
    855 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    856 copies of the Software, and to permit persons to whom the Software is
    857 furnished to do so, subject to the following conditions:
    858 
    859 The above copyright notice and this permission notice shall be included in all
    860 copies or substantial portions of the Software.
    861 
    862 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    863 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    864 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    865 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    866 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    867 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    868 SOFTWARE.
    869 
    870 
    871 
    872 normalize-url
    873 MIT
    874 MIT License
    875 
    876 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    877 
    878 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    879 
    880 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    881 
    882 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    883 
    884 
    885 once
    886 ISC
    887 The ISC License
    888 
    889 Copyright (c) Isaac Z. Schlueter and Contributors
    890 
    891 Permission to use, copy, modify, and/or distribute this software for any
    892 purpose with or without fee is hereby granted, provided that the above
    893 copyright notice and this permission notice appear in all copies.
    894 
    895 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    896 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    897 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
    898 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    899 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
    900 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
    901 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    902 
    903 
    904 p-cancelable
    905 MIT
    906 MIT License
    907 
    908 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    909 
    910 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    911 
    912 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    913 
    914 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    915 
    916 
    917 quick-lru
    918 MIT
    919 MIT License
    920 
    921 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
    922 
    923 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    924 
    925 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    926 
    927 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    928 
    929 
    930 resolve-alpn
    931 MIT
    932 MIT License
    933 
    934 Copyright (c) 2018 Szymon Marczak
    935 
    936 Permission is hereby granted, free of charge, to any person obtaining a copy
    937 of this software and associated documentation files (the "Software"), to deal
    938 in the Software without restriction, including without limitation the rights
    939 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
    940 copies of the Software, and to permit persons to whom the Software is
    941 furnished to do so, subject to the following conditions:
    942 
    943 The above copyright notice and this permission notice shall be included in all
    944 copies or substantial portions of the Software.
    945 
    946 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    947 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    948 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
    949 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
    950 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
    951 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
    952 SOFTWARE.
    953 
    954 
    955 
    956 responselike
    957 MIT
    958 MIT License
    959 
    960 Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
    961 Copyright (c) Luke Childs <lukechilds123@gmail.com> (https://lukechilds.co.uk)
    962 
    963 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
    964 
    965 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
    966 
    967 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
    968 
    969 
    970 semver
    971 ISC
    972 The ISC License
    973 
    974 Copyright (c) Isaac Z. Schlueter and Contributors
    975 
    976 Permission to use, copy, modify, and/or distribute this software for any
    977 purpose with or without fee is hereby granted, provided that the above
    978 copyright notice and this permission notice appear in all copies.
    979 
    980 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
    981 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
    982 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
    983 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    984 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
    985 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
    986 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
    987 
    988 
    989 tr46
    990 MIT
    991 
    992 tunnel
    993 MIT
    994 The MIT License (MIT)
    995 
    996 Copyright (c) 2012 Koichi Kobayashi
    997 
    998 Permission is hereby granted, free of charge, to any person obtaining a copy
    999 of this software and associated documentation files (the "Software"), to deal
   1000 in the Software without restriction, including without limitation the rights
   1001 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   1002 copies of the Software, and to permit persons to whom the Software is
   1003 furnished to do so, subject to the following conditions:
   1004 
   1005 The above copyright notice and this permission notice shall be included in
   1006 all copies or substantial portions of the Software.
   1007 
   1008 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1009 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1010 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1011 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   1012 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   1013 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   1014 THE SOFTWARE.
   1015 
   1016 
   1017 universal-user-agent
   1018 ISC
   1019 # [ISC License](https://spdx.org/licenses/ISC)
   1020 
   1021 Copyright (c) 2018, Gregor Martynus (https://github.com/gr2m)
   1022 
   1023 Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
   1024 
   1025 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
   1026 
   1027 
   1028 uuid
   1029 MIT
   1030 The MIT License (MIT)
   1031 
   1032 Copyright (c) 2010-2020 Robert Kieffer and other contributors
   1033 
   1034 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
   1035 
   1036 The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
   1037 
   1038 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
   1039 
   1040 
   1041 webidl-conversions
   1042 BSD-2-Clause
   1043 # The BSD 2-Clause License
   1044 
   1045 Copyright (c) 2014, Domenic Denicola
   1046 All rights reserved.
   1047 
   1048 Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
   1049 
   1050 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
   1051 
   1052 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
   1053 
   1054 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
   1055 
   1056 
   1057 whatwg-url
   1058 MIT
   1059 The MIT License (MIT)
   1060 
   1061 Copyright (c) 2015–2016 Sebastian Mayr
   1062 
   1063 Permission is hereby granted, free of charge, to any person obtaining a copy
   1064 of this software and associated documentation files (the "Software"), to deal
   1065 in the Software without restriction, including without limitation the rights
   1066 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
   1067 copies of the Software, and to permit persons to whom the Software is
   1068 furnished to do so, subject to the following conditions:
   1069 
   1070 The above copyright notice and this permission notice shall be included in
   1071 all copies or substantial portions of the Software.
   1072 
   1073 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
   1074 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
   1075 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
   1076 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
   1077 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
   1078 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
   1079 THE SOFTWARE.
   1080 
   1081 
   1082 wrappy
   1083 ISC
   1084 The ISC License
   1085 
   1086 Copyright (c) Isaac Z. Schlueter and Contributors
   1087 
   1088 Permission to use, copy, modify, and/or distribute this software for any
   1089 purpose with or without fee is hereby granted, provided that the above
   1090 copyright notice and this permission notice appear in all copies.
   1091 
   1092 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
   1093 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
   1094 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
   1095 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
   1096 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
   1097 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
   1098 IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.