@createiq/frontend-licenses 1.0.66 → 1.0.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -540,8 +540,8 @@ var oss_licenses_default = [
540
540
  licenses: {
541
541
  license: "MIT"
542
542
  },
543
- licenseText: 'MIT License\n\nCopyright (c) 2024-present The Fastify team\n\nThe Fastify team members are listed at https://github.com/fastify/fastify#team.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
544
- copyrightText: "Copyright (c) 2024-present The Fastify team"
543
+ licenseText: 'MIT License\n\nCopyright (c) 2024-present The Fastify team <https://github.com/fastify/fastify#team>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
544
+ copyrightText: "Copyright (c) 2024-present The Fastify team <https://github.com/fastify/fastify#team>"
545
545
  },
546
546
  {
547
547
  name: "@fingerprintjs/fingerprintjs",
@@ -7609,7 +7609,8 @@ var oss_licenses_default = [
7609
7609
  licenses: {
7610
7610
  license: "MIT"
7611
7611
  },
7612
- licenseText: 'MIT License\n\nCopyright (c) <year> <copyright holders>\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and \nassociated documentation files (the "Software"), to deal in the Software without restriction, including \nwithout limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell \ncopies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the \nfollowing conditions:\n\nThe above copyright notice and this permission notice shall be included in all copies or substantial \nportions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT \nLIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO \nEVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER \nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE \nUSE OR OTHER DEALINGS IN THE SOFTWARE.'
7612
+ licenseText: 'The MIT License (MIT)\n\nCopyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Felix Feng\n\nUnless otherwise specified in a LICENSE file within an individual package directory,\nthis license applies to all files in this repository outside of those package directories.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n',
7613
+ copyrightText: "Copyright (c) Ziad Beyens, Dylan Schiemann, Joe Anderson, Felix Feng"
7613
7614
  },
7614
7615
  {
7615
7616
  name: "@platejs/slate",
@@ -11184,12 +11185,265 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11184
11185
  {
11185
11186
  name: "immutable",
11186
11187
  author: "Lee Byron",
11187
- website: "https://immutable-js.com/",
11188
+ website: "https://immutable-js.com",
11188
11189
  licenses: {
11189
11190
  license: "MIT"
11190
11191
  },
11191
- licenseText: 'MIT License\n\nCopyright (c) 2014-present, Facebook, Inc.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
11192
- copyrightText: "Copyright (c) 2014-present, Facebook, Inc."
11192
+ licenseText: 'MIT License\n\nCopyright (c) 2014-present, Lee Byron and other contributors.\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
11193
+ copyrightText: "Copyright (c) 2014-present, Lee Byron and other contributors."
11194
+ },
11195
+ {
11196
+ name: "import-in-the-middle",
11197
+ author: "Bryan English",
11198
+ website: "https://github.com/nodejs/import-in-the-middle#readme",
11199
+ licenses: {
11200
+ license: "Apache-2.0"
11201
+ },
11202
+ licenseText: ` Apache License
11203
+ Version 2.0, January 2004
11204
+ http://www.apache.org/licenses/
11205
+
11206
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
11207
+
11208
+ 1. Definitions.
11209
+
11210
+ "License" shall mean the terms and conditions for use, reproduction,
11211
+ and distribution as defined by Sections 1 through 9 of this document.
11212
+
11213
+ "Licensor" shall mean the copyright owner or entity authorized by
11214
+ the copyright owner that is granting the License.
11215
+
11216
+ "Legal Entity" shall mean the union of the acting entity and all
11217
+ other entities that control, are controlled by, or are under common
11218
+ control with that entity. For the purposes of this definition,
11219
+ "control" means (i) the power, direct or indirect, to cause the
11220
+ direction or management of such entity, whether by contract or
11221
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
11222
+ outstanding shares, or (iii) beneficial ownership of such entity.
11223
+
11224
+ "You" (or "Your") shall mean an individual or Legal Entity
11225
+ exercising permissions granted by this License.
11226
+
11227
+ "Source" form shall mean the preferred form for making modifications,
11228
+ including but not limited to software source code, documentation
11229
+ source, and configuration files.
11230
+
11231
+ "Object" form shall mean any form resulting from mechanical
11232
+ transformation or translation of a Source form, including but
11233
+ not limited to compiled object code, generated documentation,
11234
+ and conversions to other media types.
11235
+
11236
+ "Work" shall mean the work of authorship, whether in Source or
11237
+ Object form, made available under the License, as indicated by a
11238
+ copyright notice that is included in or attached to the work
11239
+ (an example is provided in the Appendix below).
11240
+
11241
+ "Derivative Works" shall mean any work, whether in Source or Object
11242
+ form, that is based on (or derived from) the Work and for which the
11243
+ editorial revisions, annotations, elaborations, or other modifications
11244
+ represent, as a whole, an original work of authorship. For the purposes
11245
+ of this License, Derivative Works shall not include works that remain
11246
+ separable from, or merely link (or bind by name) to the interfaces of,
11247
+ the Work and Derivative Works thereof.
11248
+
11249
+ "Contribution" shall mean any work of authorship, including
11250
+ the original version of the Work and any modifications or additions
11251
+ to that Work or Derivative Works thereof, that is intentionally
11252
+ submitted to Licensor for inclusion in the Work by the copyright owner
11253
+ or by an individual or Legal Entity authorized to submit on behalf of
11254
+ the copyright owner. For the purposes of this definition, "submitted"
11255
+ means any form of electronic, verbal, or written communication sent
11256
+ to the Licensor or its representatives, including but not limited to
11257
+ communication on electronic mailing lists, source code control systems,
11258
+ and issue tracking systems that are managed by, or on behalf of, the
11259
+ Licensor for the purpose of discussing and improving the Work, but
11260
+ excluding communication that is conspicuously marked or otherwise
11261
+ designated in writing by the copyright owner as "Not a Contribution."
11262
+
11263
+ "Contributor" shall mean Licensor and any individual or Legal Entity
11264
+ on behalf of whom a Contribution has been received by Licensor and
11265
+ subsequently incorporated within the Work.
11266
+
11267
+ 2. Grant of Copyright License. Subject to the terms and conditions of
11268
+ this License, each Contributor hereby grants to You a perpetual,
11269
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11270
+ copyright license to reproduce, prepare Derivative Works of,
11271
+ publicly display, publicly perform, sublicense, and distribute the
11272
+ Work and such Derivative Works in Source or Object form.
11273
+
11274
+ 3. Grant of Patent License. Subject to the terms and conditions of
11275
+ this License, each Contributor hereby grants to You a perpetual,
11276
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
11277
+ (except as stated in this section) patent license to make, have made,
11278
+ use, offer to sell, sell, import, and otherwise transfer the Work,
11279
+ where such license applies only to those patent claims licensable
11280
+ by such Contributor that are necessarily infringed by their
11281
+ Contribution(s) alone or by combination of their Contribution(s)
11282
+ with the Work to which such Contribution(s) was submitted. If You
11283
+ institute patent litigation against any entity (including a
11284
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
11285
+ or a Contribution incorporated within the Work constitutes direct
11286
+ or contributory patent infringement, then any patent licenses
11287
+ granted to You under this License for that Work shall terminate
11288
+ as of the date such litigation is filed.
11289
+
11290
+ 4. Redistribution. You may reproduce and distribute copies of the
11291
+ Work or Derivative Works thereof in any medium, with or without
11292
+ modifications, and in Source or Object form, provided that You
11293
+ meet the following conditions:
11294
+
11295
+ (a) You must give any other recipients of the Work or
11296
+ Derivative Works a copy of this License; and
11297
+
11298
+ (b) You must cause any modified files to carry prominent notices
11299
+ stating that You changed the files; and
11300
+
11301
+ (c) You must retain, in the Source form of any Derivative Works
11302
+ that You distribute, all copyright, patent, trademark, and
11303
+ attribution notices from the Source form of the Work,
11304
+ excluding those notices that do not pertain to any part of
11305
+ the Derivative Works; and
11306
+
11307
+ (d) If the Work includes a "NOTICE" text file as part of its
11308
+ distribution, then any Derivative Works that You distribute must
11309
+ include a readable copy of the attribution notices contained
11310
+ within such NOTICE file, excluding those notices that do not
11311
+ pertain to any part of the Derivative Works, in at least one
11312
+ of the following places: within a NOTICE text file distributed
11313
+ as part of the Derivative Works; within the Source form or
11314
+ documentation, if provided along with the Derivative Works; or,
11315
+ within a display generated by the Derivative Works, if and
11316
+ wherever such third-party notices normally appear. The contents
11317
+ of the NOTICE file are for informational purposes only and
11318
+ do not modify the License. You may add Your own attribution
11319
+ notices within Derivative Works that You distribute, alongside
11320
+ or as an addendum to the NOTICE text from the Work, provided
11321
+ that such additional attribution notices cannot be construed
11322
+ as modifying the License.
11323
+
11324
+ You may add Your own copyright statement to Your modifications and
11325
+ may provide additional or different license terms and conditions
11326
+ for use, reproduction, or distribution of Your modifications, or
11327
+ for any such Derivative Works as a whole, provided Your use,
11328
+ reproduction, and distribution of the Work otherwise complies with
11329
+ the conditions stated in this License.
11330
+
11331
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
11332
+ any Contribution intentionally submitted for inclusion in the Work
11333
+ by You to the Licensor shall be under the terms and conditions of
11334
+ this License, without any additional terms or conditions.
11335
+ Notwithstanding the above, nothing herein shall supersede or modify
11336
+ the terms of any separate license agreement you may have executed
11337
+ with Licensor regarding such Contributions.
11338
+
11339
+ 6. Trademarks. This License does not grant permission to use the trade
11340
+ names, trademarks, service marks, or product names of the Licensor,
11341
+ except as required for reasonable and customary use in describing the
11342
+ origin of the Work and reproducing the content of the NOTICE file.
11343
+
11344
+ 7. Disclaimer of Warranty. Unless required by applicable law or
11345
+ agreed to in writing, Licensor provides the Work (and each
11346
+ Contributor provides its Contributions) on an "AS IS" BASIS,
11347
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
11348
+ implied, including, without limitation, any warranties or conditions
11349
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
11350
+ PARTICULAR PURPOSE. You are solely responsible for determining the
11351
+ appropriateness of using or redistributing the Work and assume any
11352
+ risks associated with Your exercise of permissions under this License.
11353
+
11354
+ 8. Limitation of Liability. In no event and under no legal theory,
11355
+ whether in tort (including negligence), contract, or otherwise,
11356
+ unless required by applicable law (such as deliberate and grossly
11357
+ negligent acts) or agreed to in writing, shall any Contributor be
11358
+ liable to You for damages, including any direct, indirect, special,
11359
+ incidental, or consequential damages of any character arising as a
11360
+ result of this License or out of the use or inability to use the
11361
+ Work (including but not limited to damages for loss of goodwill,
11362
+ work stoppage, computer failure or malfunction, or any and all
11363
+ other commercial damages or losses), even if such Contributor
11364
+ has been advised of the possibility of such damages.
11365
+
11366
+ 9. Accepting Warranty or Additional Liability. While redistributing
11367
+ the Work or Derivative Works thereof, You may choose to offer,
11368
+ and charge a fee for, acceptance of support, warranty, indemnity,
11369
+ or other liability obligations and/or rights consistent with this
11370
+ License. However, in accepting such obligations, You may act only
11371
+ on Your own behalf and on Your sole responsibility, not on behalf
11372
+ of any other Contributor, and only if You agree to indemnify,
11373
+ defend, and hold each Contributor harmless for any liability
11374
+ incurred by, or claims asserted against, such Contributor by reason
11375
+ of your accepting any such warranty or additional liability.
11376
+
11377
+ END OF TERMS AND CONDITIONS
11378
+
11379
+ APPENDIX: How to apply the Apache License to your work.
11380
+
11381
+ To apply the Apache License to your work, attach the following
11382
+ boilerplate notice, with the fields enclosed by brackets "[]"
11383
+ replaced with your own identifying information. (Don't include
11384
+ the brackets!) The text should be enclosed in the appropriate
11385
+ comment syntax for the file format. We also recommend that a
11386
+ file or class name and description of purpose be included on the
11387
+ same "printed page" as the copyright notice for easier
11388
+ identification within third-party archives.
11389
+
11390
+ Copyright [yyyy] [name of copyright owner]
11391
+
11392
+ Licensed under the Apache License, Version 2.0 (the "License");
11393
+ you may not use this file except in compliance with the License.
11394
+ You may obtain a copy of the License at
11395
+
11396
+ http://www.apache.org/licenses/LICENSE-2.0
11397
+
11398
+ Unless required by applicable law or agreed to in writing, software
11399
+ distributed under the License is distributed on an "AS IS" BASIS,
11400
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11401
+ See the License for the specific language governing permissions and
11402
+ limitations under the License.
11403
+
11404
+
11405
+ Component,Origin,License,Copyright
11406
+ require,module-details-from-path,MIT,Copyright 2016 Thomas Watson Steen
11407
+ dev,c8,ISC,"Copyright (c) 2017, Contributors"
11408
+ dev,imhotap,MIT,Copyright (c) 2019 Bryan English.
11409
+
11410
+
11411
+ import-in-the-middle is licensed for use as follows:
11412
+
11413
+ Copyright 2024 Node.js contributors. All rights reserved.
11414
+
11415
+ Licensed under the Apache License, Version 2.0 (the "License");
11416
+ you may not use this file except in compliance with the License.
11417
+ You may obtain a copy of the License at
11418
+
11419
+ http://www.apache.org/licenses/LICENSE-2.0
11420
+
11421
+ Unless required by applicable law or agreed to in writing, software
11422
+ distributed under the License is distributed on an "AS IS" BASIS,
11423
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11424
+ See the License for the specific language governing permissions and
11425
+ limitations under the License.
11426
+
11427
+ This license applies to parts of import-in-the-middle originating from the
11428
+ https://github.com/DataDog/import-in-the-middle repository:
11429
+
11430
+ This product includes software developed at Datadog (https://www.datadoghq.com/).
11431
+
11432
+ Copyright 2021 Datadog, Inc.
11433
+
11434
+ Licensed under the Apache License, Version 2.0 (the "License");
11435
+ you may not use this file except in compliance with the License.
11436
+ You may obtain a copy of the License at
11437
+
11438
+ http://www.apache.org/licenses/LICENSE-2.0
11439
+
11440
+ Unless required by applicable law or agreed to in writing, software
11441
+ distributed under the License is distributed on an "AS IS" BASIS,
11442
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11443
+ See the License for the specific language governing permissions and
11444
+ limitations under the License.
11445
+ `,
11446
+ copyrightText: 'dev,c8,ISC,"Copyright (c) 2017, Contributors", dev,imhotap,MIT,Copyright (c) 2019 Bryan English., Copyright 2024 Node.js contributors. All rights reserved., Copyright 2021 Datadog, Inc.'
11193
11447
  },
11194
11448
  {
11195
11449
  name: "inherits",
@@ -11764,6 +12018,16 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11764
12018
  `,
11765
12019
  copyrightText: "Copyright 2015 Mixpanel, Inc."
11766
12020
  },
12021
+ {
12022
+ name: "module-details-from-path",
12023
+ author: "Thomas Watson",
12024
+ website: "https://github.com/watson/module-details-from-path#readme",
12025
+ licenses: {
12026
+ license: "MIT"
12027
+ },
12028
+ licenseText: 'The MIT License (MIT)\n\nCopyright (c) 2016-2025 Thomas Watson Steen\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the "Software"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n',
12029
+ copyrightText: "Copyright (c) 2016-2025 Thomas Watson Steen"
12030
+ },
11767
12031
  {
11768
12032
  name: "morphdom",
11769
12033
  author: "Patrick Steele-Idem",