@aws/nx-plugin 0.88.1 → 0.89.0

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.
Files changed (173) hide show
  1. package/LICENSE-THIRD-PARTY +688 -54
  2. package/bin/aws-nx-mcp.js +3 -4
  3. package/bin/aws-nx-mcp.js.map +1 -1
  4. package/package.json +2 -2
  5. package/src/connection/generator.js +20 -26
  6. package/src/connection/generator.js.map +1 -1
  7. package/src/connection/serve-local.js +7 -9
  8. package/src/connection/serve-local.js.map +1 -1
  9. package/src/infra/app/generator.js +152 -143
  10. package/src/infra/app/generator.js.map +1 -1
  11. package/src/license/config.js +90 -79
  12. package/src/license/config.js.map +1 -1
  13. package/src/license/generator.js +20 -15
  14. package/src/license/generator.js.map +1 -1
  15. package/src/license/sync/generator.js +71 -77
  16. package/src/license/sync/generator.js.map +1 -1
  17. package/src/license/sync/project-file-sync.js +13 -6
  18. package/src/license/sync/project-file-sync.js.map +1 -1
  19. package/src/mcp-server/generator-info.js +28 -34
  20. package/src/mcp-server/generator-info.js.map +1 -1
  21. package/src/mcp-server/index.js +3 -4
  22. package/src/mcp-server/index.js.map +1 -1
  23. package/src/mcp-server/tools/general-guidance.js +8 -11
  24. package/src/mcp-server/tools/general-guidance.js.map +1 -1
  25. package/src/mcp-server/tools/generator-guide.js +3 -4
  26. package/src/mcp-server/tools/generator-guide.js.map +1 -1
  27. package/src/open-api/ts-client/generator.js +8 -8
  28. package/src/open-api/ts-client/generator.js.map +1 -1
  29. package/src/open-api/ts-hooks/generator.js +4 -4
  30. package/src/open-api/ts-hooks/generator.js.map +1 -1
  31. package/src/open-api/ts-metadata/generator.js +4 -4
  32. package/src/open-api/ts-metadata/generator.js.map +1 -1
  33. package/src/open-api/utils/codegen-data/languages.js +1 -2
  34. package/src/open-api/utils/codegen-data/languages.js.map +1 -1
  35. package/src/open-api/utils/codegen-data.js +90 -92
  36. package/src/open-api/utils/codegen-data.js.map +1 -1
  37. package/src/open-api/utils/normalise.js +34 -34
  38. package/src/open-api/utils/normalise.js.map +1 -1
  39. package/src/open-api/utils/parse.js +3 -3
  40. package/src/open-api/utils/parse.js.map +1 -1
  41. package/src/open-api/utils/refs.js +1 -1
  42. package/src/open-api/utils/refs.js.map +1 -1
  43. package/src/preset/__snapshots__/generator.spec.ts.snap +2 -1
  44. package/src/preset/generator.js +51 -24
  45. package/src/preset/generator.js.map +1 -1
  46. package/src/py/fast-api/generator.js +18 -13
  47. package/src/py/fast-api/generator.js.map +1 -1
  48. package/src/py/fast-api/react/generator.js +8 -10
  49. package/src/py/fast-api/react/generator.js.map +1 -1
  50. package/src/py/fast-api/react/open-api.js +15 -7
  51. package/src/py/fast-api/react/open-api.js.map +1 -1
  52. package/src/py/lambda-function/generator.js +18 -16
  53. package/src/py/lambda-function/generator.js.map +1 -1
  54. package/src/py/mcp-server/generator.js +36 -24
  55. package/src/py/mcp-server/generator.js.map +1 -1
  56. package/src/py/project/generator.js +36 -24
  57. package/src/py/project/generator.js.map +1 -1
  58. package/src/py/strands-agent/generator.js +21 -16
  59. package/src/py/strands-agent/generator.js.map +1 -1
  60. package/src/py/strands-agent/mcp-connection/generator.js +30 -32
  61. package/src/py/strands-agent/mcp-connection/generator.js.map +1 -1
  62. package/src/smithy/project/generator.js +6 -8
  63. package/src/smithy/project/generator.js.map +1 -1
  64. package/src/smithy/react-connection/generator.js +14 -17
  65. package/src/smithy/react-connection/generator.js.map +1 -1
  66. package/src/smithy/ts/api/generator.js +17 -11
  67. package/src/smithy/ts/api/generator.js.map +1 -1
  68. package/src/terraform/project/generator.js +191 -189
  69. package/src/terraform/project/generator.js.map +1 -1
  70. package/src/trpc/backend/generator.js +95 -83
  71. package/src/trpc/backend/generator.js.map +1 -1
  72. package/src/trpc/react/__snapshots__/generator.spec.ts.snap +12 -9
  73. package/src/trpc/react/files/src/components/__apiNameClassName__ClientProvider.tsx.template +1 -1
  74. package/src/trpc/react/files/src/hooks/use__apiNameClassName__.tsx.template +3 -3
  75. package/src/trpc/react/generator.js +75 -76
  76. package/src/trpc/react/generator.js.map +1 -1
  77. package/src/ts/lambda-function/generator.js +15 -12
  78. package/src/ts/lambda-function/generator.js.map +1 -1
  79. package/src/ts/lib/eslint.js +19 -8
  80. package/src/ts/lib/eslint.js.map +1 -1
  81. package/src/ts/lib/generator.js +44 -19
  82. package/src/ts/lib/generator.js.map +1 -1
  83. package/src/ts/lib/ts-project-utils.js +53 -30
  84. package/src/ts/lib/ts-project-utils.js.map +1 -1
  85. package/src/ts/lib/vitest.js +13 -3
  86. package/src/ts/lib/vitest.js.map +1 -1
  87. package/src/ts/mcp-server/generator.js +22 -17
  88. package/src/ts/mcp-server/generator.js.map +1 -1
  89. package/src/ts/nx-generator/generator.js +40 -22
  90. package/src/ts/nx-generator/generator.js.map +1 -1
  91. package/src/ts/nx-plugin/generator.js +14 -11
  92. package/src/ts/nx-plugin/generator.js.map +1 -1
  93. package/src/ts/nx-plugin/utils.js +11 -10
  94. package/src/ts/nx-plugin/utils.js.map +1 -1
  95. package/src/ts/react-website/app/__snapshots__/generator.spec.ts.snap +4 -6
  96. package/src/ts/react-website/app/generator.js +291 -253
  97. package/src/ts/react-website/app/generator.js.map +1 -1
  98. package/src/ts/react-website/cognito-auth/generator.js +86 -90
  99. package/src/ts/react-website/cognito-auth/generator.js.map +1 -1
  100. package/src/ts/react-website/cognito-auth/utils.js +14 -21
  101. package/src/ts/react-website/cognito-auth/utils.js.map +1 -1
  102. package/src/ts/react-website/runtime-config/generator.js +35 -34
  103. package/src/ts/react-website/runtime-config/generator.js.map +1 -1
  104. package/src/ts/strands-agent/generator.js +18 -13
  105. package/src/ts/strands-agent/generator.js.map +1 -1
  106. package/src/ts/strands-agent/mcp-connection/generator.js +15 -17
  107. package/src/ts/strands-agent/mcp-connection/generator.js.map +1 -1
  108. package/src/ts/sync/generator.js +36 -14
  109. package/src/ts/sync/generator.js.map +1 -1
  110. package/src/utils/agent-connection/agent-connection.js +62 -68
  111. package/src/utils/agent-connection/agent-connection.js.map +1 -1
  112. package/src/utils/agent-core-constructs/agent-core-constructs.js +14 -16
  113. package/src/utils/agent-core-constructs/agent-core-constructs.js.map +1 -1
  114. package/src/utils/api-constructs/api-constructs.js +8 -10
  115. package/src/utils/api-constructs/api-constructs.js.map +1 -1
  116. package/src/utils/api-constructs/open-api-metadata.js +1 -2
  117. package/src/utils/api-constructs/open-api-metadata.js.map +1 -1
  118. package/src/utils/ast/website.js +3 -4
  119. package/src/utils/ast/website.js.map +1 -1
  120. package/src/utils/ast.js +20 -23
  121. package/src/utils/ast.js.map +1 -1
  122. package/src/utils/bundle/bundle.js +14 -14
  123. package/src/utils/bundle/bundle.js.map +1 -1
  124. package/src/utils/config/utils.js +9 -9
  125. package/src/utils/config/utils.js.map +1 -1
  126. package/src/utils/connection/open-api/react.js +28 -23
  127. package/src/utils/connection/open-api/react.js.map +1 -1
  128. package/src/utils/format.js +50 -47
  129. package/src/utils/format.js.map +1 -1
  130. package/src/utils/fs.js +1 -0
  131. package/src/utils/fs.js.map +1 -1
  132. package/src/utils/function-constructs/function-constructs.js +16 -12
  133. package/src/utils/function-constructs/function-constructs.js.map +1 -1
  134. package/src/utils/git.js +2 -3
  135. package/src/utils/git.js.map +1 -1
  136. package/src/utils/iac.js +4 -6
  137. package/src/utils/iac.js.map +1 -1
  138. package/src/utils/identity-constructs/identity-constructs.js +6 -7
  139. package/src/utils/identity-constructs/identity-constructs.js.map +1 -1
  140. package/src/utils/js.js +7 -8
  141. package/src/utils/js.js.map +1 -1
  142. package/src/utils/metrics.js +12 -13
  143. package/src/utils/metrics.js.map +1 -1
  144. package/src/utils/mock-project-graph.js +3 -6
  145. package/src/utils/mock-project-graph.js.map +1 -1
  146. package/src/utils/names.js +8 -3
  147. package/src/utils/names.js.map +1 -1
  148. package/src/utils/npm-scope.js +1 -1
  149. package/src/utils/npm-scope.js.map +1 -1
  150. package/src/utils/nx.js +42 -19
  151. package/src/utils/nx.js.map +1 -1
  152. package/src/utils/nxlv-python.d.ts +124 -5
  153. package/src/utils/nxlv-python.js +5 -14
  154. package/src/utils/nxlv-python.js.map +1 -1
  155. package/src/utils/pkg-manager.js +1 -1
  156. package/src/utils/pkg-manager.js.map +1 -1
  157. package/src/utils/port.js +4 -6
  158. package/src/utils/port.js.map +1 -1
  159. package/src/utils/py.js +12 -12
  160. package/src/utils/py.js.map +1 -1
  161. package/src/utils/shared-constructs.js +67 -72
  162. package/src/utils/shared-constructs.js.map +1 -1
  163. package/src/utils/shared-infra-config.js +24 -26
  164. package/src/utils/shared-infra-config.js.map +1 -1
  165. package/src/utils/shared-scripts.js +24 -26
  166. package/src/utils/shared-scripts.js.map +1 -1
  167. package/src/utils/shared-shadcn.js +64 -53
  168. package/src/utils/shared-shadcn.js.map +1 -1
  169. package/src/utils/versions.d.ts +5 -1
  170. package/src/utils/versions.js +8 -4
  171. package/src/utils/versions.js.map +1 -1
  172. package/src/utils/website-constructs/website-constructs.js +9 -11
  173. package/src/utils/website-constructs/website-constructs.js.map +1 -1
@@ -3357,7 +3357,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3357
3357
 
3358
3358
  ---
3359
3359
 
3360
- The following software may be included in this product: @emnapi/core (1.5.0)
3360
+ The following software may be included in this product: @emnapi/core (1.9.1)
3361
3361
  This software contains the following license and notice below:
3362
3362
 
3363
3363
  MIT License
@@ -3411,7 +3411,7 @@ SOFTWARE.
3411
3411
 
3412
3412
  ---
3413
3413
 
3414
- The following software may be included in this product: @emnapi/wasi-threads (1.1.0)
3414
+ The following software may be included in this product: @emnapi/wasi-threads (1.2.0)
3415
3415
  This software contains the following license and notice below:
3416
3416
 
3417
3417
  MIT License
@@ -3617,6 +3617,54 @@ SOFTWARE.
3617
3617
 
3618
3618
  ---
3619
3619
 
3620
+ The following software may be included in this product: @getgrit/gritql (0.0.3)
3621
+ This software contains the following license and notice below:
3622
+
3623
+ MIT License
3624
+
3625
+ Copyright (c) The maintainers of @getgrit/gritql <https://github.com/biomejs/gritql#readme>
3626
+
3627
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3628
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
3629
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3630
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3631
+ following conditions:
3632
+
3633
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3634
+ portions of the Software.
3635
+
3636
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3637
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3638
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3639
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3640
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
3641
+
3642
+ ---
3643
+
3644
+ The following software may be included in this product: @getgrit/gritql-linux-arm64-gnu (0.0.3)
3645
+ This software contains the following license and notice below:
3646
+
3647
+ MIT License
3648
+
3649
+ Copyright (c) The maintainers of @getgrit/gritql-linux-arm64-gnu <https://github.com/biomejs/gritql#readme>
3650
+
3651
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
3652
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
3653
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
3654
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
3655
+ following conditions:
3656
+
3657
+ The above copyright notice and this permission notice shall be included in all copies or substantial
3658
+ portions of the Software.
3659
+
3660
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
3661
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
3662
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
3663
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
3664
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
3665
+
3666
+ ---
3667
+
3620
3668
  The following software may be included in this product: @hey-api/json-schema-ref-parser (1.0.3)
3621
3669
  This software contains the following license and notice below:
3622
3670
 
@@ -5341,6 +5389,30 @@ SOFTWARE.
5341
5389
 
5342
5390
  ---
5343
5391
 
5392
+ The following software may be included in this product: @oxc-resolver/binding-linux-arm64-gnu (11.19.1)
5393
+ This software contains the following license and notice below:
5394
+
5395
+ MIT License
5396
+
5397
+ Copyright (c) The maintainers of @oxc-resolver/binding-linux-arm64-gnu <https://oxc.rs>
5398
+
5399
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
5400
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
5401
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
5402
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
5403
+ following conditions:
5404
+
5405
+ The above copyright notice and this permission notice shall be included in all copies or substantial
5406
+ portions of the Software.
5407
+
5408
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
5409
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
5410
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
5411
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
5412
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
5413
+
5414
+ ---
5415
+
5344
5416
  The following software may be included in this product: @phenomnomnominal/tsquery (6.1.4)
5345
5417
  This software contains the following license and notice below:
5346
5418
 
@@ -6226,6 +6298,87 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
6226
6298
 
6227
6299
  ---
6228
6300
 
6301
+ The following software may be included in this product: @swc-node/core (1.14.1)
6302
+ This software contains the following license and notice below:
6303
+
6304
+ MIT License
6305
+
6306
+ Copyright (c) 2020-present LongYinan
6307
+
6308
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6309
+ of this software and associated documentation files (the "Software"), to deal
6310
+ in the Software without restriction, including without limitation the rights
6311
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6312
+ copies of the Software, and to permit persons to whom the Software is
6313
+ furnished to do so, subject to the following conditions:
6314
+
6315
+ The above copyright notice and this permission notice shall be included in all
6316
+ copies or substantial portions of the Software.
6317
+
6318
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6319
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6320
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6321
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6322
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6323
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6324
+ SOFTWARE.
6325
+
6326
+ ---
6327
+
6328
+ The following software may be included in this product: @swc-node/register (1.11.1)
6329
+ This software contains the following license and notice below:
6330
+
6331
+ MIT License
6332
+
6333
+ Copyright (c) 2020-present LongYinan
6334
+
6335
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6336
+ of this software and associated documentation files (the "Software"), to deal
6337
+ in the Software without restriction, including without limitation the rights
6338
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6339
+ copies of the Software, and to permit persons to whom the Software is
6340
+ furnished to do so, subject to the following conditions:
6341
+
6342
+ The above copyright notice and this permission notice shall be included in all
6343
+ copies or substantial portions of the Software.
6344
+
6345
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6346
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6347
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6348
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6349
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6350
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6351
+ SOFTWARE.
6352
+
6353
+ ---
6354
+
6355
+ The following software may be included in this product: @swc-node/sourcemap-support (0.6.1)
6356
+ This software contains the following license and notice below:
6357
+
6358
+ MIT License
6359
+
6360
+ Copyright (c) 2020-present LongYinan
6361
+
6362
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6363
+ of this software and associated documentation files (the "Software"), to deal
6364
+ in the Software without restriction, including without limitation the rights
6365
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
6366
+ copies of the Software, and to permit persons to whom the Software is
6367
+ furnished to do so, subject to the following conditions:
6368
+
6369
+ The above copyright notice and this permission notice shall be included in all
6370
+ copies or substantial portions of the Software.
6371
+
6372
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
6373
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
6374
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
6375
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
6376
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
6377
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
6378
+ SOFTWARE.
6379
+
6380
+ ---
6381
+
6229
6382
  The following software may be included in this product: @szmarczak/http-timer (4.0.6)
6230
6383
  This software contains the following license and notice below:
6231
6384
 
@@ -19187,6 +19340,30 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
19187
19340
 
19188
19341
  ---
19189
19342
 
19343
+ The following software may be included in this product: oxc-resolver (11.19.1)
19344
+ This software contains the following license and notice below:
19345
+
19346
+ MIT License
19347
+
19348
+ Copyright (c) The maintainers of oxc-resolver <https://oxc.rs>
19349
+
19350
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
19351
+ associated documentation files (the "Software"), to deal in the Software without restriction, including
19352
+ without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
19353
+ copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the
19354
+ following conditions:
19355
+
19356
+ The above copyright notice and this permission notice shall be included in all copies or substantial
19357
+ portions of the Software.
19358
+
19359
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
19360
+ LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
19361
+ EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
19362
+ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
19363
+ USE OR OTHER DEALINGS IN THE SOFTWARE.
19364
+
19365
+ ---
19366
+
19190
19367
  The following software may be included in this product: p-cancelable (2.1.1)
19191
19368
  This software contains the following license and notice below:
19192
19369
 
@@ -19966,6 +20143,33 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
19966
20143
 
19967
20144
  ---
19968
20145
 
20146
+ The following software may be included in this product: pirates (4.0.7)
20147
+ This software contains the following license and notice below:
20148
+
20149
+ MIT License
20150
+
20151
+ Copyright (c) 2016-2018 Ari Porad
20152
+
20153
+ Permission is hereby granted, free of charge, to any person obtaining a copy
20154
+ of this software and associated documentation files (the "Software"), to deal
20155
+ in the Software without restriction, including without limitation the rights
20156
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
20157
+ copies of the Software, and to permit persons to whom the Software is
20158
+ furnished to do so, subject to the following conditions:
20159
+
20160
+ The above copyright notice and this permission notice shall be included in all
20161
+ copies or substantial portions of the Software.
20162
+
20163
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20164
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20165
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20166
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
20167
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20168
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20169
+ SOFTWARE.
20170
+
20171
+ ---
20172
+
19969
20173
  The following software may be included in this product: pkce-challenge (5.0.0)
19970
20174
  This software contains the following license and notice below:
19971
20175
 
@@ -32125,76 +32329,445 @@ limitations under the License.
32125
32329
 
32126
32330
  ---
32127
32331
 
32128
- The following software may be included in this product: @swc/helpers (0.5.17)
32332
+ The following software may be included in this product: @swc/core (1.15.21)
32129
32333
  This software contains the following license and notice below:
32130
32334
 
32335
+ Copyright (c) 강동윤
32336
+
32131
32337
  Apache License
32132
- Version 2.0, January 2004
32133
- http://www.apache.org/licenses/
32338
+ Version 2.0, January 2004
32339
+ http://www.apache.org/licenses/
32134
32340
 
32135
32341
  TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32136
32342
 
32137
32343
  1. Definitions.
32138
32344
 
32139
- "License" shall mean the terms and conditions for use, reproduction,
32140
- and distribution as defined by Sections 1 through 9 of this document.
32345
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
32141
32346
 
32142
- "Licensor" shall mean the copyright owner or entity authorized by
32143
- the copyright owner that is granting the License.
32347
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
32144
32348
 
32145
- "Legal Entity" shall mean the union of the acting entity and all
32146
- other entities that control, are controlled by, or are under common
32147
- control with that entity. For the purposes of this definition,
32148
- "control" means (i) the power, direct or indirect, to cause the
32149
- direction or management of such entity, whether by contract or
32150
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
32151
- outstanding shares, or (iii) beneficial ownership of such entity.
32349
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
32152
32350
 
32153
- "You" (or "Your") shall mean an individual or Legal Entity
32154
- exercising permissions granted by this License.
32351
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
32155
32352
 
32156
- "Source" form shall mean the preferred form for making modifications,
32157
- including but not limited to software source code, documentation
32158
- source, and configuration files.
32353
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
32159
32354
 
32160
- "Object" form shall mean any form resulting from mechanical
32161
- transformation or translation of a Source form, including but
32162
- not limited to compiled object code, generated documentation,
32163
- and conversions to other media types.
32355
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
32164
32356
 
32165
- "Work" shall mean the work of authorship, whether in Source or
32166
- Object form, made available under the License, as indicated by a
32167
- copyright notice that is included in or attached to the work
32168
- (an example is provided in the Appendix below).
32357
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
32169
32358
 
32170
- "Derivative Works" shall mean any work, whether in Source or Object
32171
- form, that is based on (or derived from) the Work and for which the
32172
- editorial revisions, annotations, elaborations, or other modifications
32173
- represent, as a whole, an original work of authorship. For the purposes
32174
- of this License, Derivative Works shall not include works that remain
32175
- separable from, or merely link (or bind by name) to the interfaces of,
32176
- the Work and Derivative Works thereof.
32359
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
32177
32360
 
32178
- "Contribution" shall mean any work of authorship, including
32179
- the original version of the Work and any modifications or additions
32180
- to that Work or Derivative Works thereof, that is intentionally
32181
- submitted to Licensor for inclusion in the Work by the copyright owner
32182
- or by an individual or Legal Entity authorized to submit on behalf of
32183
- the copyright owner. For the purposes of this definition, "submitted"
32184
- means any form of electronic, verbal, or written communication sent
32185
- to the Licensor or its representatives, including but not limited to
32186
- communication on electronic mailing lists, source code control systems,
32187
- and issue tracking systems that are managed by, or on behalf of, the
32188
- Licensor for the purpose of discussing and improving the Work, but
32189
- excluding communication that is conspicuously marked or otherwise
32190
- designated in writing by the copyright owner as "Not a Contribution."
32361
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
32191
32362
 
32192
- "Contributor" shall mean Licensor and any individual or Legal Entity
32193
- on behalf of whom a Contribution has been received by Licensor and
32194
- subsequently incorporated within the Work.
32363
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
32195
32364
 
32196
- 2. Grant of Copyright License. Subject to the terms and conditions of
32197
- this License, each Contributor hereby grants to You a perpetual,
32365
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
32366
+
32367
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
32368
+
32369
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
32370
+
32371
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
32372
+
32373
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
32374
+
32375
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
32376
+
32377
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
32378
+
32379
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
32380
+
32381
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
32382
+
32383
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
32384
+
32385
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
32386
+
32387
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
32388
+
32389
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
32390
+
32391
+ END OF TERMS AND CONDITIONS
32392
+
32393
+ APPENDIX: How to apply the Apache License to your work.
32394
+
32395
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
32396
+
32397
+ Copyright [yyyy] [name of copyright owner]
32398
+
32399
+ Licensed under the Apache License, Version 2.0 (the "License");
32400
+ you may not use this file except in compliance with the License.
32401
+ You may obtain a copy of the License at
32402
+
32403
+ http://www.apache.org/licenses/LICENSE-2.0
32404
+
32405
+ Unless required by applicable law or agreed to in writing, software
32406
+ distributed under the License is distributed on an "AS IS" BASIS,
32407
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32408
+ See the License for the specific language governing permissions and
32409
+ limitations under the License.
32410
+
32411
+ ---
32412
+
32413
+ The following software may be included in this product: @swc/counter (0.1.3)
32414
+ This software contains the following license and notice below:
32415
+
32416
+ Copyright (c) 강동윤
32417
+
32418
+ Apache License
32419
+ Version 2.0, January 2004
32420
+ http://www.apache.org/licenses/
32421
+
32422
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32423
+
32424
+ 1. Definitions.
32425
+
32426
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
32427
+
32428
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
32429
+
32430
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
32431
+
32432
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
32433
+
32434
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
32435
+
32436
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
32437
+
32438
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
32439
+
32440
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
32441
+
32442
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
32443
+
32444
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
32445
+
32446
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
32447
+
32448
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
32449
+
32450
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
32451
+
32452
+ (a) You must give any other recipients of the Work or Derivative Works a copy of this License; and
32453
+
32454
+ (b) You must cause any modified files to carry prominent notices stating that You changed the files; and
32455
+
32456
+ (c) You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
32457
+
32458
+ (d) If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License.
32459
+
32460
+ You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
32461
+
32462
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
32463
+
32464
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
32465
+
32466
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
32467
+
32468
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
32469
+
32470
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
32471
+
32472
+ END OF TERMS AND CONDITIONS
32473
+
32474
+ APPENDIX: How to apply the Apache License to your work.
32475
+
32476
+ To apply the Apache License to your work, attach the following boilerplate notice, with the fields enclosed by brackets "[]" replaced with your own identifying information. (Don't include the brackets!) The text should be enclosed in the appropriate comment syntax for the file format. We also recommend that a file or class name and description of purpose be included on the same "printed page" as the copyright notice for easier identification within third-party archives.
32477
+
32478
+ Copyright [yyyy] [name of copyright owner]
32479
+
32480
+ Licensed under the Apache License, Version 2.0 (the "License");
32481
+ you may not use this file except in compliance with the License.
32482
+ You may obtain a copy of the License at
32483
+
32484
+ http://www.apache.org/licenses/LICENSE-2.0
32485
+
32486
+ Unless required by applicable law or agreed to in writing, software
32487
+ distributed under the License is distributed on an "AS IS" BASIS,
32488
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32489
+ See the License for the specific language governing permissions and
32490
+ limitations under the License.
32491
+
32492
+ ---
32493
+
32494
+ The following software may be included in this product: @swc/helpers (0.5.17)
32495
+ This software contains the following license and notice below:
32496
+
32497
+ Apache License
32498
+ Version 2.0, January 2004
32499
+ http://www.apache.org/licenses/
32500
+
32501
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32502
+
32503
+ 1. Definitions.
32504
+
32505
+ "License" shall mean the terms and conditions for use, reproduction,
32506
+ and distribution as defined by Sections 1 through 9 of this document.
32507
+
32508
+ "Licensor" shall mean the copyright owner or entity authorized by
32509
+ the copyright owner that is granting the License.
32510
+
32511
+ "Legal Entity" shall mean the union of the acting entity and all
32512
+ other entities that control, are controlled by, or are under common
32513
+ control with that entity. For the purposes of this definition,
32514
+ "control" means (i) the power, direct or indirect, to cause the
32515
+ direction or management of such entity, whether by contract or
32516
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
32517
+ outstanding shares, or (iii) beneficial ownership of such entity.
32518
+
32519
+ "You" (or "Your") shall mean an individual or Legal Entity
32520
+ exercising permissions granted by this License.
32521
+
32522
+ "Source" form shall mean the preferred form for making modifications,
32523
+ including but not limited to software source code, documentation
32524
+ source, and configuration files.
32525
+
32526
+ "Object" form shall mean any form resulting from mechanical
32527
+ transformation or translation of a Source form, including but
32528
+ not limited to compiled object code, generated documentation,
32529
+ and conversions to other media types.
32530
+
32531
+ "Work" shall mean the work of authorship, whether in Source or
32532
+ Object form, made available under the License, as indicated by a
32533
+ copyright notice that is included in or attached to the work
32534
+ (an example is provided in the Appendix below).
32535
+
32536
+ "Derivative Works" shall mean any work, whether in Source or Object
32537
+ form, that is based on (or derived from) the Work and for which the
32538
+ editorial revisions, annotations, elaborations, or other modifications
32539
+ represent, as a whole, an original work of authorship. For the purposes
32540
+ of this License, Derivative Works shall not include works that remain
32541
+ separable from, or merely link (or bind by name) to the interfaces of,
32542
+ the Work and Derivative Works thereof.
32543
+
32544
+ "Contribution" shall mean any work of authorship, including
32545
+ the original version of the Work and any modifications or additions
32546
+ to that Work or Derivative Works thereof, that is intentionally
32547
+ submitted to Licensor for inclusion in the Work by the copyright owner
32548
+ or by an individual or Legal Entity authorized to submit on behalf of
32549
+ the copyright owner. For the purposes of this definition, "submitted"
32550
+ means any form of electronic, verbal, or written communication sent
32551
+ to the Licensor or its representatives, including but not limited to
32552
+ communication on electronic mailing lists, source code control systems,
32553
+ and issue tracking systems that are managed by, or on behalf of, the
32554
+ Licensor for the purpose of discussing and improving the Work, but
32555
+ excluding communication that is conspicuously marked or otherwise
32556
+ designated in writing by the copyright owner as "Not a Contribution."
32557
+
32558
+ "Contributor" shall mean Licensor and any individual or Legal Entity
32559
+ on behalf of whom a Contribution has been received by Licensor and
32560
+ subsequently incorporated within the Work.
32561
+
32562
+ 2. Grant of Copyright License. Subject to the terms and conditions of
32563
+ this License, each Contributor hereby grants to You a perpetual,
32564
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32565
+ copyright license to reproduce, prepare Derivative Works of,
32566
+ publicly display, publicly perform, sublicense, and distribute the
32567
+ Work and such Derivative Works in Source or Object form.
32568
+
32569
+ 3. Grant of Patent License. Subject to the terms and conditions of
32570
+ this License, each Contributor hereby grants to You a perpetual,
32571
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32572
+ (except as stated in this section) patent license to make, have made,
32573
+ use, offer to sell, sell, import, and otherwise transfer the Work,
32574
+ where such license applies only to those patent claims licensable
32575
+ by such Contributor that are necessarily infringed by their
32576
+ Contribution(s) alone or by combination of their Contribution(s)
32577
+ with the Work to which such Contribution(s) was submitted. If You
32578
+ institute patent litigation against any entity (including a
32579
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
32580
+ or a Contribution incorporated within the Work constitutes direct
32581
+ or contributory patent infringement, then any patent licenses
32582
+ granted to You under this License for that Work shall terminate
32583
+ as of the date such litigation is filed.
32584
+
32585
+ 4. Redistribution. You may reproduce and distribute copies of the
32586
+ Work or Derivative Works thereof in any medium, with or without
32587
+ modifications, and in Source or Object form, provided that You
32588
+ meet the following conditions:
32589
+
32590
+ (a) You must give any other recipients of the Work or
32591
+ Derivative Works a copy of this License; and
32592
+
32593
+ (b) You must cause any modified files to carry prominent notices
32594
+ stating that You changed the files; and
32595
+
32596
+ (c) You must retain, in the Source form of any Derivative Works
32597
+ that You distribute, all copyright, patent, trademark, and
32598
+ attribution notices from the Source form of the Work,
32599
+ excluding those notices that do not pertain to any part of
32600
+ the Derivative Works; and
32601
+
32602
+ (d) If the Work includes a "NOTICE" text file as part of its
32603
+ distribution, then any Derivative Works that You distribute must
32604
+ include a readable copy of the attribution notices contained
32605
+ within such NOTICE file, excluding those notices that do not
32606
+ pertain to any part of the Derivative Works, in at least one
32607
+ of the following places: within a NOTICE text file distributed
32608
+ as part of the Derivative Works; within the Source form or
32609
+ documentation, if provided along with the Derivative Works; or,
32610
+ within a display generated by the Derivative Works, if and
32611
+ wherever such third-party notices normally appear. The contents
32612
+ of the NOTICE file are for informational purposes only and
32613
+ do not modify the License. You may add Your own attribution
32614
+ notices within Derivative Works that You distribute, alongside
32615
+ or as an addendum to the NOTICE text from the Work, provided
32616
+ that such additional attribution notices cannot be construed
32617
+ as modifying the License.
32618
+
32619
+ You may add Your own copyright statement to Your modifications and
32620
+ may provide additional or different license terms and conditions
32621
+ for use, reproduction, or distribution of Your modifications, or
32622
+ for any such Derivative Works as a whole, provided Your use,
32623
+ reproduction, and distribution of the Work otherwise complies with
32624
+ the conditions stated in this License.
32625
+
32626
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
32627
+ any Contribution intentionally submitted for inclusion in the Work
32628
+ by You to the Licensor shall be under the terms and conditions of
32629
+ this License, without any additional terms or conditions.
32630
+ Notwithstanding the above, nothing herein shall supersede or modify
32631
+ the terms of any separate license agreement you may have executed
32632
+ with Licensor regarding such Contributions.
32633
+
32634
+ 6. Trademarks. This License does not grant permission to use the trade
32635
+ names, trademarks, service marks, or product names of the Licensor,
32636
+ except as required for reasonable and customary use in describing the
32637
+ origin of the Work and reproducing the content of the NOTICE file.
32638
+
32639
+ 7. Disclaimer of Warranty. Unless required by applicable law or
32640
+ agreed to in writing, Licensor provides the Work (and each
32641
+ Contributor provides its Contributions) on an "AS IS" BASIS,
32642
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
32643
+ implied, including, without limitation, any warranties or conditions
32644
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
32645
+ PARTICULAR PURPOSE. You are solely responsible for determining the
32646
+ appropriateness of using or redistributing the Work and assume any
32647
+ risks associated with Your exercise of permissions under this License.
32648
+
32649
+ 8. Limitation of Liability. In no event and under no legal theory,
32650
+ whether in tort (including negligence), contract, or otherwise,
32651
+ unless required by applicable law (such as deliberate and grossly
32652
+ negligent acts) or agreed to in writing, shall any Contributor be
32653
+ liable to You for damages, including any direct, indirect, special,
32654
+ incidental, or consequential damages of any character arising as a
32655
+ result of this License or out of the use or inability to use the
32656
+ Work (including but not limited to damages for loss of goodwill,
32657
+ work stoppage, computer failure or malfunction, or any and all
32658
+ other commercial damages or losses), even if such Contributor
32659
+ has been advised of the possibility of such damages.
32660
+
32661
+ 9. Accepting Warranty or Additional Liability. While redistributing
32662
+ the Work or Derivative Works thereof, You may choose to offer,
32663
+ and charge a fee for, acceptance of support, warranty, indemnity,
32664
+ or other liability obligations and/or rights consistent with this
32665
+ License. However, in accepting such obligations, You may act only
32666
+ on Your own behalf and on Your sole responsibility, not on behalf
32667
+ of any other Contributor, and only if You agree to indemnify,
32668
+ defend, and hold each Contributor harmless for any liability
32669
+ incurred by, or claims asserted against, such Contributor by reason
32670
+ of your accepting any such warranty or additional liability.
32671
+
32672
+ END OF TERMS AND CONDITIONS
32673
+
32674
+ APPENDIX: How to apply the Apache License to your work.
32675
+
32676
+ To apply the Apache License to your work, attach the following
32677
+ boilerplate notice, with the fields enclosed by brackets "[]"
32678
+ replaced with your own identifying information. (Don't include
32679
+ the brackets!) The text should be enclosed in the appropriate
32680
+ comment syntax for the file format. We also recommend that a
32681
+ file or class name and description of purpose be included on the
32682
+ same "printed page" as the copyright notice for easier
32683
+ identification within third-party archives.
32684
+
32685
+ Copyright 2024 SWC contributors.
32686
+
32687
+ Licensed under the Apache License, Version 2.0 (the "License");
32688
+ you may not use this file except in compliance with the License.
32689
+ You may obtain a copy of the License at
32690
+
32691
+ http://www.apache.org/licenses/LICENSE-2.0
32692
+
32693
+ Unless required by applicable law or agreed to in writing, software
32694
+ distributed under the License is distributed on an "AS IS" BASIS,
32695
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32696
+ See the License for the specific language governing permissions and
32697
+ limitations under the License.
32698
+
32699
+ ---
32700
+
32701
+ The following software may be included in this product: @swc/types (0.1.26)
32702
+ This software contains the following license and notice below:
32703
+
32704
+ Apache License
32705
+ Version 2.0, January 2004
32706
+ http://www.apache.org/licenses/
32707
+
32708
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32709
+
32710
+ 1. Definitions.
32711
+
32712
+ "License" shall mean the terms and conditions for use, reproduction,
32713
+ and distribution as defined by Sections 1 through 9 of this document.
32714
+
32715
+ "Licensor" shall mean the copyright owner or entity authorized by
32716
+ the copyright owner that is granting the License.
32717
+
32718
+ "Legal Entity" shall mean the union of the acting entity and all
32719
+ other entities that control, are controlled by, or are under common
32720
+ control with that entity. For the purposes of this definition,
32721
+ "control" means (i) the power, direct or indirect, to cause the
32722
+ direction or management of such entity, whether by contract or
32723
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
32724
+ outstanding shares, or (iii) beneficial ownership of such entity.
32725
+
32726
+ "You" (or "Your") shall mean an individual or Legal Entity
32727
+ exercising permissions granted by this License.
32728
+
32729
+ "Source" form shall mean the preferred form for making modifications,
32730
+ including but not limited to software source code, documentation
32731
+ source, and configuration files.
32732
+
32733
+ "Object" form shall mean any form resulting from mechanical
32734
+ transformation or translation of a Source form, including but
32735
+ not limited to compiled object code, generated documentation,
32736
+ and conversions to other media types.
32737
+
32738
+ "Work" shall mean the work of authorship, whether in Source or
32739
+ Object form, made available under the License, as indicated by a
32740
+ copyright notice that is included in or attached to the work
32741
+ (an example is provided in the Appendix below).
32742
+
32743
+ "Derivative Works" shall mean any work, whether in Source or Object
32744
+ form, that is based on (or derived from) the Work and for which the
32745
+ editorial revisions, annotations, elaborations, or other modifications
32746
+ represent, as a whole, an original work of authorship. For the purposes
32747
+ of this License, Derivative Works shall not include works that remain
32748
+ separable from, or merely link (or bind by name) to the interfaces of,
32749
+ the Work and Derivative Works thereof.
32750
+
32751
+ "Contribution" shall mean any work of authorship, including
32752
+ the original version of the Work and any modifications or additions
32753
+ to that Work or Derivative Works thereof, that is intentionally
32754
+ submitted to Licensor for inclusion in the Work by the copyright owner
32755
+ or by an individual or Legal Entity authorized to submit on behalf of
32756
+ the copyright owner. For the purposes of this definition, "submitted"
32757
+ means any form of electronic, verbal, or written communication sent
32758
+ to the Licensor or its representatives, including but not limited to
32759
+ communication on electronic mailing lists, source code control systems,
32760
+ and issue tracking systems that are managed by, or on behalf of, the
32761
+ Licensor for the purpose of discussing and improving the Work, but
32762
+ excluding communication that is conspicuously marked or otherwise
32763
+ designated in writing by the copyright owner as "Not a Contribution."
32764
+
32765
+ "Contributor" shall mean Licensor and any individual or Legal Entity
32766
+ on behalf of whom a Contribution has been received by Licensor and
32767
+ subsequently incorporated within the Work.
32768
+
32769
+ 2. Grant of Copyright License. Subject to the terms and conditions of
32770
+ this License, each Contributor hereby grants to You a perpetual,
32198
32771
  worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32199
32772
  copyright license to reproduce, prepare Derivative Works of,
32200
32773
  publicly display, publicly perform, sublicense, and distribute the
@@ -35753,6 +36326,67 @@ END OF TERMS AND CONDITIONS
35753
36326
 
35754
36327
  ---
35755
36328
 
36329
+ The following software may be included in this product: typescript (6.0.2)
36330
+ This software contains the following license and notice below:
36331
+
36332
+ Apache License
36333
+
36334
+ Version 2.0, January 2004
36335
+
36336
+ http://www.apache.org/licenses/
36337
+
36338
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
36339
+
36340
+ 1. Definitions.
36341
+
36342
+ "License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
36343
+
36344
+ "Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
36345
+
36346
+ "Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
36347
+
36348
+ "You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
36349
+
36350
+ "Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
36351
+
36352
+ "Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
36353
+
36354
+ "Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
36355
+
36356
+ "Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
36357
+
36358
+ "Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
36359
+
36360
+ "Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
36361
+
36362
+ 2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
36363
+
36364
+ 3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
36365
+
36366
+ 4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
36367
+
36368
+ You must give any other recipients of the Work or Derivative Works a copy of this License; and
36369
+
36370
+ You must cause any modified files to carry prominent notices stating that You changed the files; and
36371
+
36372
+ You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
36373
+
36374
+ If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
36375
+
36376
+ 5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
36377
+
36378
+ 6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
36379
+
36380
+ 7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
36381
+
36382
+ 8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
36383
+
36384
+ 9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
36385
+
36386
+ END OF TERMS AND CONDITIONS
36387
+
36388
+ ---
36389
+
35756
36390
  The following software may be included in this product: xml-name-validator (5.0.0)
35757
36391
  This software contains the following license and notice below:
35758
36392