@porsche-design-system/components-react 4.0.0-rc.1 → 4.0.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 (161) hide show
  1. package/CHANGELOG.md +62 -0
  2. package/OSS_NOTICE +195 -855
  3. package/README.md +0 -5
  4. package/bin/patchRemixRunProcessBrowserGlobalIdentifier.js +0 -0
  5. package/cjs/lib/components/segmented-control.wrapper.cjs +3 -3
  6. package/esm/hooks.mjs +1 -1
  7. package/esm/lib/components/segmented-control.wrapper.d.ts +10 -0
  8. package/esm/lib/components/segmented-control.wrapper.mjs +3 -3
  9. package/esm/lib/types.d.ts +29 -25
  10. package/global-styles/cn/index.css +42 -39
  11. package/global-styles/color-scheme.css +24 -24
  12. package/global-styles/index.css +42 -39
  13. package/global-styles/variables.css +18 -15
  14. package/package.json +3 -3
  15. package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs +497 -249
  16. package/ssr/cjs/components/dist/utils/esm/utils-entry.cjs +47 -12
  17. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.cjs +4 -4
  18. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.cjs +1 -1
  19. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.cjs +14 -9
  20. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.cjs +1 -1
  21. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.cjs +1 -1
  22. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.cjs +3 -2
  23. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.cjs +1 -1
  24. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.cjs +1 -1
  25. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.cjs +1 -1
  26. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.cjs +13 -9
  27. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-base.cjs +3 -1
  28. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.cjs +1 -1
  29. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.cjs +4 -5
  30. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/notification-base.cjs +10 -0
  31. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.cjs +5 -2
  32. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.cjs +1 -1
  33. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.cjs +1 -2
  34. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.cjs +4 -2
  35. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.cjs +1 -1
  36. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.cjs +8 -4
  37. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.cjs +6 -5
  38. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/sheet.cjs +1 -1
  39. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/state-message.cjs +1 -3
  40. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.cjs +1 -1
  41. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.cjs +1 -1
  42. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.cjs +1 -1
  43. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.cjs +4 -24
  44. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.cjs +1 -1
  45. package/ssr/cjs/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea.cjs +4 -2
  46. package/ssr/esm/components/dist/styles/esm/styles-entry.mjs +497 -250
  47. package/ssr/esm/components/dist/utils/esm/utils-entry.mjs +45 -13
  48. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/hooks.mjs +1 -1
  49. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/components/segmented-control.wrapper.mjs +4 -4
  50. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/accordion.mjs +1 -1
  51. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/banner.mjs +14 -9
  52. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/button.mjs +1 -1
  53. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/canvas.mjs +1 -1
  54. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/carousel.mjs +1 -1
  55. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/checkbox.mjs +5 -4
  56. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/crest.mjs +1 -1
  57. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/drilldown-item.mjs +1 -1
  58. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/fieldset.mjs +1 -1
  59. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flag.mjs +1 -1
  60. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/flyout.mjs +1 -1
  61. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/icon.mjs +1 -1
  62. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/inline-notification.mjs +13 -9
  63. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/input-base.mjs +4 -2
  64. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/link.mjs +1 -1
  65. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/modal.mjs +1 -1
  66. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/multi-select.mjs +5 -6
  67. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/notification-base.mjs +8 -0
  68. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/pin-code.mjs +6 -3
  69. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/popover.mjs +1 -1
  70. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group-option.mjs +1 -2
  71. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/radio-group.mjs +5 -3
  72. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control-item.mjs +1 -1
  73. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/segmented-control.mjs +10 -6
  74. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/select.mjs +7 -6
  75. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/sheet.mjs +1 -1
  76. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/state-message.mjs +1 -3
  77. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/stepper-horizontal.mjs +1 -1
  78. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/switch.mjs +1 -1
  79. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/table.mjs +1 -1
  80. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs-bar.mjs +4 -24
  81. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/tabs.mjs +1 -1
  82. package/ssr/esm/components-react/projects/react-ssr-wrapper/src/lib/dsr-components/textarea.mjs +5 -3
  83. package/ssr/esm/lib/components/segmented-control.wrapper.d.ts +10 -0
  84. package/ssr/esm/lib/dsr-components/accordion.d.ts +1 -0
  85. package/ssr/esm/lib/dsr-components/banner.d.ts +6 -2
  86. package/ssr/esm/lib/dsr-components/button-pure.d.ts +1 -0
  87. package/ssr/esm/lib/dsr-components/button-tile.d.ts +1 -0
  88. package/ssr/esm/lib/dsr-components/button.d.ts +1 -0
  89. package/ssr/esm/lib/dsr-components/canvas.d.ts +1 -0
  90. package/ssr/esm/lib/dsr-components/carousel.d.ts +1 -0
  91. package/ssr/esm/lib/dsr-components/checkbox.d.ts +1 -0
  92. package/ssr/esm/lib/dsr-components/crest.d.ts +1 -0
  93. package/ssr/esm/lib/dsr-components/display.d.ts +1 -0
  94. package/ssr/esm/lib/dsr-components/divider.d.ts +1 -0
  95. package/ssr/esm/lib/dsr-components/drilldown-item.d.ts +1 -0
  96. package/ssr/esm/lib/dsr-components/drilldown-link.d.ts +1 -0
  97. package/ssr/esm/lib/dsr-components/drilldown.d.ts +1 -0
  98. package/ssr/esm/lib/dsr-components/fieldset.d.ts +1 -0
  99. package/ssr/esm/lib/dsr-components/flag.d.ts +1 -0
  100. package/ssr/esm/lib/dsr-components/flyout.d.ts +1 -0
  101. package/ssr/esm/lib/dsr-components/heading.d.ts +1 -0
  102. package/ssr/esm/lib/dsr-components/icon.d.ts +1 -0
  103. package/ssr/esm/lib/dsr-components/inline-notification.d.ts +4 -2
  104. package/ssr/esm/lib/dsr-components/input-base.d.ts +1 -0
  105. package/ssr/esm/lib/dsr-components/input-date.d.ts +1 -0
  106. package/ssr/esm/lib/dsr-components/input-email.d.ts +1 -0
  107. package/ssr/esm/lib/dsr-components/input-month.d.ts +1 -0
  108. package/ssr/esm/lib/dsr-components/input-number.d.ts +1 -0
  109. package/ssr/esm/lib/dsr-components/input-password.d.ts +1 -0
  110. package/ssr/esm/lib/dsr-components/input-search.d.ts +1 -0
  111. package/ssr/esm/lib/dsr-components/input-tel.d.ts +1 -0
  112. package/ssr/esm/lib/dsr-components/input-text.d.ts +1 -0
  113. package/ssr/esm/lib/dsr-components/input-time.d.ts +1 -0
  114. package/ssr/esm/lib/dsr-components/input-url.d.ts +1 -0
  115. package/ssr/esm/lib/dsr-components/input-week.d.ts +1 -0
  116. package/ssr/esm/lib/dsr-components/label.d.ts +1 -0
  117. package/ssr/esm/lib/dsr-components/link-pure.d.ts +1 -0
  118. package/ssr/esm/lib/dsr-components/link-tile-product.d.ts +1 -0
  119. package/ssr/esm/lib/dsr-components/link-tile.d.ts +1 -0
  120. package/ssr/esm/lib/dsr-components/link.d.ts +1 -0
  121. package/ssr/esm/lib/dsr-components/modal.d.ts +1 -0
  122. package/ssr/esm/lib/dsr-components/model-signature.d.ts +1 -0
  123. package/ssr/esm/lib/dsr-components/multi-select-option.d.ts +1 -0
  124. package/ssr/esm/lib/dsr-components/multi-select.d.ts +1 -0
  125. package/ssr/esm/lib/dsr-components/notification-base.d.ts +14 -0
  126. package/ssr/esm/lib/dsr-components/optgroup.d.ts +1 -0
  127. package/ssr/esm/lib/dsr-components/pagination.d.ts +1 -0
  128. package/ssr/esm/lib/dsr-components/pin-code.d.ts +1 -0
  129. package/ssr/esm/lib/dsr-components/popover.d.ts +1 -0
  130. package/ssr/esm/lib/dsr-components/radio-group-option.d.ts +1 -0
  131. package/ssr/esm/lib/dsr-components/radio-group.d.ts +1 -0
  132. package/ssr/esm/lib/dsr-components/scroller.d.ts +1 -0
  133. package/ssr/esm/lib/dsr-components/segmented-control-item.d.ts +1 -0
  134. package/ssr/esm/lib/dsr-components/segmented-control.d.ts +1 -0
  135. package/ssr/esm/lib/dsr-components/select-option.d.ts +1 -0
  136. package/ssr/esm/lib/dsr-components/select.d.ts +1 -0
  137. package/ssr/esm/lib/dsr-components/sheet.d.ts +1 -0
  138. package/ssr/esm/lib/dsr-components/spinner.d.ts +1 -0
  139. package/ssr/esm/lib/dsr-components/stepper-horizontal-item.d.ts +1 -0
  140. package/ssr/esm/lib/dsr-components/stepper-horizontal.d.ts +1 -0
  141. package/ssr/esm/lib/dsr-components/switch.d.ts +1 -0
  142. package/ssr/esm/lib/dsr-components/table-body.d.ts +1 -0
  143. package/ssr/esm/lib/dsr-components/table-cell.d.ts +1 -0
  144. package/ssr/esm/lib/dsr-components/table-head-cell.d.ts +1 -0
  145. package/ssr/esm/lib/dsr-components/table-head-row.d.ts +1 -0
  146. package/ssr/esm/lib/dsr-components/table-head.d.ts +1 -0
  147. package/ssr/esm/lib/dsr-components/table-row.d.ts +1 -0
  148. package/ssr/esm/lib/dsr-components/table.d.ts +1 -0
  149. package/ssr/esm/lib/dsr-components/tabs-bar.d.ts +1 -0
  150. package/ssr/esm/lib/dsr-components/tabs-item.d.ts +1 -0
  151. package/ssr/esm/lib/dsr-components/tabs.d.ts +1 -0
  152. package/ssr/esm/lib/dsr-components/tag-dismissible.d.ts +1 -0
  153. package/ssr/esm/lib/dsr-components/tag.d.ts +1 -0
  154. package/ssr/esm/lib/dsr-components/text-list-item.d.ts +1 -0
  155. package/ssr/esm/lib/dsr-components/text-list.d.ts +1 -0
  156. package/ssr/esm/lib/dsr-components/text.d.ts +1 -0
  157. package/ssr/esm/lib/dsr-components/textarea.d.ts +1 -0
  158. package/ssr/esm/lib/dsr-components/toast.d.ts +1 -0
  159. package/ssr/esm/lib/dsr-components/wordmark.d.ts +1 -0
  160. package/ssr/esm/lib/types.d.ts +29 -25
  161. package/tailwindcss/index.css +277 -78
package/OSS_NOTICE CHANGED
@@ -1,5 +1,5 @@
1
1
  =====================================================================
2
- Project Name: Porsche Design System - OSO-4326
2
+ Project Name: Porsche Design System - OSO-4467
3
3
  =====================================================================
4
4
 
5
5
 
@@ -114,12 +114,12 @@ This Software (in whole or in part) is licensed under ISC or MIT. We elect to us
114
114
  Copyright (c) Isaac Z. Schlueter and Contributors
115
115
 
116
116
  ISC
117
- Id: 417795
117
+ Id: 470317
118
118
  ---------------------------------------------------------------------
119
119
  Copyright Isaac Z. Schlueter and Contributors.All rights reserved.
120
120
 
121
121
  MIT
122
- Id: 417796
122
+ Id: 470318
123
123
 
124
124
  *********************************************************************
125
125
  algoliasearch-helper
@@ -130,7 +130,7 @@ Algolia Inc , url' https://www.algolia.com, Algolia Inc.
130
130
  Copyright (c) 2015 Algolia
131
131
 
132
132
  MIT
133
- Id: 417797
133
+ Id: 470319
134
134
 
135
135
  *********************************************************************
136
136
  algoliasearch
@@ -141,7 +141,7 @@ Algolia
141
141
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
142
142
 
143
143
  MIT
144
- Id: 417798
144
+ Id: 470320
145
145
 
146
146
  *********************************************************************
147
147
  array-union
@@ -152,7 +152,7 @@ Sindre Sorhus
152
152
  (c) Sindre Sorhus (https://sindresorhus.com), Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
153
153
 
154
154
  MIT
155
- Id: 417799
155
+ Id: 470321
156
156
 
157
157
  *********************************************************************
158
158
  braces
@@ -163,7 +163,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) contributors'
163
163
  Copyright (c) 2014-2018 Jon Schlinkert, Copyright (c) 2014-2018, Jon Schlinkert, Copyright (c) 2019 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
164
164
 
165
165
  MIT
166
- Id: 417800
166
+ Id: 470322
167
167
 
168
168
  *********************************************************************
169
169
  caniuse-lite
@@ -174,7 +174,7 @@ Ben Briggs
174
174
  Copyright (C) 2020 Alexis Deveria
175
175
 
176
176
  CC-BY-4.0
177
- Id: 417801
177
+ Id: 470323
178
178
 
179
179
  *********************************************************************
180
180
  change-case
@@ -185,7 +185,7 @@ Blake Embrey, Nate Rabins
185
185
  Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com)
186
186
 
187
187
  MIT
188
- Id: 417802
188
+ Id: 470324
189
189
 
190
190
  *********************************************************************
191
191
  character-entities-legacy
@@ -196,7 +196,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
196
196
  (c) Titus Wormer, Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
197
197
 
198
198
  MIT
199
- Id: 417803
199
+ Id: 470325
200
200
 
201
201
  *********************************************************************
202
202
  character-entities
@@ -207,7 +207,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
207
207
  (c) Titus Wormer, Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
208
208
 
209
209
  MIT
210
- Id: 417804
210
+ Id: 470326
211
211
 
212
212
  *********************************************************************
213
213
  character-reference-invalid
@@ -218,7 +218,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
218
218
  (c) Titus Wormer, Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
219
219
 
220
220
  MIT
221
- Id: 417805
221
+ Id: 470327
222
222
 
223
223
  *********************************************************************
224
224
  client-only
@@ -226,7 +226,7 @@ client-only
226
226
 
227
227
 
228
228
  MIT
229
- Id: 417806
229
+ Id: 470489
230
230
 
231
231
  *********************************************************************
232
232
  color-convert
@@ -237,7 +237,7 @@ Heather Arthur, Heather Arthur <fayearthur@gmail.com>
237
237
  Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>, Copyright (c) 2011-2016 Heather Arthur and Josh Junon, Copyright (c) 2011-2016, Heather Arthur and Josh Junon
238
238
 
239
239
  MIT
240
- Id: 417807
240
+ Id: 470328
241
241
 
242
242
  *********************************************************************
243
243
  color-name
@@ -248,7 +248,7 @@ DY
248
248
  Copyright (c) 2015 Dmitry Ivanov
249
249
 
250
250
  MIT
251
- Id: 417808
251
+ Id: 470500
252
252
 
253
253
  *********************************************************************
254
254
  color-string
@@ -259,7 +259,7 @@ Heather Arthur, Heather Arthur <fayearthur@gmail.com> contributors' Maxime Thiro
259
259
  Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>
260
260
 
261
261
  MIT
262
- Id: 417809
262
+ Id: 470329
263
263
 
264
264
  *********************************************************************
265
265
  color
@@ -267,7 +267,7 @@ color
267
267
  Copyright (c) 2012 Heather Arthur
268
268
 
269
269
  MIT
270
- Id: 417810
270
+ Id: 470330
271
271
 
272
272
  *********************************************************************
273
273
  comma-separated-tokens
@@ -278,7 +278,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
278
278
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
279
279
 
280
280
  MIT
281
- Id: 417811
281
+ Id: 470331
282
282
 
283
283
  *********************************************************************
284
284
  construct-style-sheets-polyfill
@@ -286,7 +286,7 @@ construct-style-sheets-polyfill
286
286
  Copyright 2019 Caleb Williamsgit
287
287
 
288
288
  MIT
289
- Id: 417812
289
+ Id: 470480
290
290
 
291
291
  *********************************************************************
292
292
  core-js-pure
@@ -297,7 +297,7 @@ Denis Pushkarev
297
297
  Copyright (c) 2014-2024 Denis Pushkarev
298
298
 
299
299
  MIT
300
- Id: 417813
300
+ Id: 470332
301
301
 
302
302
  *********************************************************************
303
303
  css-vendor
@@ -308,7 +308,7 @@ Oleg Slobodskoi
308
308
  Copyright (c) 2014 present Oleg Slobodskoi, Copyright (c) 2014-present Oleg Slobodskoi
309
309
 
310
310
  MIT
311
- Id: 417814
311
+ Id: 470506
312
312
 
313
313
  *********************************************************************
314
314
  csstype
@@ -319,7 +319,7 @@ Fredrik Nicol, Fredrik Nicol <fredrik.nicol@gmail.com>
319
319
  Copyright (c) 2017-2018 Fredrik Nicol
320
320
 
321
321
  MIT
322
- Id: 417815
322
+ Id: 470333
323
323
 
324
324
  *********************************************************************
325
325
  detect-libc
@@ -330,7 +330,7 @@ Lovell Fuller, Lovell Fuller <npm@lovell.info> contributors' Niklas Salmoukas <n
330
330
  Copyright 2017 Lovell Fuller and others
331
331
 
332
332
  Apache-2.0
333
- Id: 417816
333
+ Id: 470334
334
334
 
335
335
  *********************************************************************
336
336
  dir-glob
@@ -341,7 +341,7 @@ Kevin Martensson, Kevin MÃ¥rtensson
341
341
  Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>, Copyright (c) Kevin MÃ¥rtensson <kevinmartensson@gmail.com> (github.com/kevva)
342
342
 
343
343
  MIT
344
- Id: 417817
344
+ Id: 470335
345
345
 
346
346
  *********************************************************************
347
347
  fast-glob
@@ -352,7 +352,7 @@ Denis Malinochkin, Denis Malinochkin url' https://mrmlnc.com
352
352
  Copyright (c) Denis Malinochkin
353
353
 
354
354
  MIT
355
- Id: 417818
355
+ Id: 470336
356
356
 
357
357
  *********************************************************************
358
358
  fastq
@@ -363,7 +363,7 @@ Matteo Collina, Matteo Collina <hello@matteocollina.com> license' ISC bugs' url'
363
363
  Copyright (c) 2015-2020 Matteo Collina <matteo.collina@gmail.com>, Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>
364
364
 
365
365
  ISC
366
- Id: 417819
366
+ Id: 470337
367
367
 
368
368
  *********************************************************************
369
369
  fault
@@ -374,7 +374,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
374
374
  (c) Titus Wormer, Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
375
375
 
376
376
  MIT
377
- Id: 417820
377
+ Id: 470338
378
378
 
379
379
  *********************************************************************
380
380
  fill-range
@@ -385,7 +385,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) contributors'
385
385
  Copyright (c) 2014 present, Jon Schlinkert, Copyright (c) 2014-present, Jon Schlinkert, Copyright (c) 2019 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
386
386
 
387
387
  MIT
388
- Id: 417821
388
+ Id: 470339
389
389
 
390
390
  *********************************************************************
391
391
  format
@@ -396,7 +396,7 @@ Sami Samhuri, Sami Samhuri <sami@samhuri.net>
396
396
  Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>, Copyright 2010 - 2014 Sami Samhuri sami@samhuri.net, Copyright 2010-2014 Sami Samhuri <sami@samhuri.net>
397
397
 
398
398
  MIT
399
- Id: 417822
399
+ Id: 470340
400
400
 
401
401
  *********************************************************************
402
402
  glob-parent
@@ -407,7 +407,7 @@ Gulp Team, Gulp Team <team@gulpjs.com> (https://gulpjs.com/) contributors' Elan
407
407
  Copyright (c) 2015, 2019 Elan Shanker
408
408
 
409
409
  ISC
410
- Id: 417823
410
+ Id: 470341
411
411
 
412
412
  *********************************************************************
413
413
  globby
@@ -418,7 +418,7 @@ Sindre Sorhus
418
418
  Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
419
419
 
420
420
  MIT
421
- Id: 417824
421
+ Id: 470342
422
422
 
423
423
  *********************************************************************
424
424
  hast-util-parse-selector
@@ -429,7 +429,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
429
429
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
430
430
 
431
431
  MIT
432
- Id: 417825
432
+ Id: 470343
433
433
 
434
434
  *********************************************************************
435
435
  hastscript
@@ -440,7 +440,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
440
440
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
441
441
 
442
442
  MIT
443
- Id: 417826
443
+ Id: 470344
444
444
 
445
445
  *********************************************************************
446
446
  hogan.js
@@ -451,12 +451,12 @@ Twitter Inc.
451
451
  Copyright 2011 Twitter, Inc., Copyright 2011-2012 Twitter, Inc., Copyright 2012 Twitter, Inc.
452
452
 
453
453
  Apache-2.0
454
- Id: 418000
454
+ Id: 470484
455
455
  ---------------------------------------------------------------------
456
456
  Copyright 2011 Dave Gamache www.getskeleton.com, Copyright 2011, Dave Gamache www.getskeleton.com
457
457
 
458
458
  MIT
459
- Id: 418001
459
+ Id: 470477
460
460
 
461
461
  *********************************************************************
462
462
  htm
@@ -467,18 +467,18 @@ Jason Miller, Jason Miller <jason@developit.ca> license' Apache-2.0 homepage' ht
467
467
  Copyright 2018 Google Inc.
468
468
 
469
469
  Apache-2.0
470
- Id: 417833
470
+ Id: 470351
471
471
 
472
472
  *********************************************************************
473
473
  hyphenate-style-name
474
474
  *********************************************************************
475
475
  Authors:
476
- Espen Hovlandsdal, Espen Hovlandsdal <espen@hovlandsdal.com> license' BSD-3-Clause bugs' url' https://github.com/rexxars/hyphenate-style-name/issues
476
+ Espen Hovlandsdal
477
477
 
478
478
  Copyright (c) 2015 Espen Hovlandsdal, Copyright (c) 2015, Espen Hovlandsdal.All rights reserved.
479
479
 
480
480
  BSD-3-Clause
481
- Id: 417834
481
+ Id: 470490
482
482
 
483
483
  *********************************************************************
484
484
  ignore
@@ -489,7 +489,7 @@ kael
489
489
  Copyright (c) 2013 Kael Zhang <i@kael.me> , contributors http://kael.me
490
490
 
491
491
  MIT
492
- Id: 417835
492
+ Id: 470478
493
493
 
494
494
  *********************************************************************
495
495
  imask
@@ -500,7 +500,7 @@ Alexey Kryazhev
500
500
  Copyright (c) 2016 uNmAnNeR
501
501
 
502
502
  MIT
503
- Id: 417836
503
+ Id: 470352
504
504
 
505
505
  *********************************************************************
506
506
  instantsearch-ui-components
@@ -511,7 +511,7 @@ Algolia, Algolia, Inc , url' https://www.algolia.com, Inc.
511
511
  Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc.
512
512
 
513
513
  MIT
514
- Id: 417837
514
+ Id: 470353
515
515
 
516
516
  *********************************************************************
517
517
  instantsearch.js
@@ -522,7 +522,7 @@ Algolia
522
522
  (c) Algolia, Inc. and contributors, Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc.
523
523
 
524
524
  MIT
525
- Id: 417838
525
+ Id: 470354
526
526
 
527
527
  *********************************************************************
528
528
  intersection-observer
@@ -533,13 +533,13 @@ Philip Walton
533
533
 
534
534
 
535
535
  Apache-2.0
536
- Id: 417839
536
+ Id: 470355
537
537
  ---------------------------------------------------------------------
538
538
  Copyright 2016 Google Inc. All Rights Reserved.
539
539
  Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and permissive document license rules apply.
540
540
 
541
541
  W3C-20150513
542
- Id: 417840
542
+ Id: 470356
543
543
 
544
544
  *********************************************************************
545
545
  is-alphabetical
@@ -550,7 +550,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
550
550
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
551
551
 
552
552
  MIT
553
- Id: 417841
553
+ Id: 470357
554
554
 
555
555
  *********************************************************************
556
556
  is-alphanumerical
@@ -561,7 +561,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
561
561
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
562
562
 
563
563
  MIT
564
- Id: 417842
564
+ Id: 470358
565
565
 
566
566
  *********************************************************************
567
567
  is-arrayish
@@ -572,7 +572,7 @@ Qix, Qix (http://github.com/qix-)
572
572
  Copyright (c) 2015 JD Ballard
573
573
 
574
574
  MIT
575
- Id: 417843
575
+ Id: 470359
576
576
 
577
577
  *********************************************************************
578
578
  is-decimal
@@ -583,7 +583,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
583
583
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
584
584
 
585
585
  MIT
586
- Id: 417844
586
+ Id: 470360
587
587
 
588
588
  *********************************************************************
589
589
  is-extglob
@@ -594,7 +594,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) repository' jo
594
594
  Copyright (c) 2014-2016 Jon Schlinkert, Copyright (c) 2014-2016, Jon Schlinkert, Copyright (c) 2016 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016, Jon Schlinkert (https://github.com/jonschlinkert)
595
595
 
596
596
  MIT
597
- Id: 417845
597
+ Id: 470361
598
598
 
599
599
  *********************************************************************
600
600
  is-glob
@@ -605,7 +605,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) contributors'
605
605
  Copyright (c) 2014-2017 Jon Schlinkert, Copyright (c) 2014-2017, Jon Schlinkert, Copyright (c) 2019 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
606
606
 
607
607
  MIT
608
- Id: 417846
608
+ Id: 470362
609
609
 
610
610
  *********************************************************************
611
611
  is-hexadecimal
@@ -616,7 +616,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
616
616
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
617
617
 
618
618
  MIT
619
- Id: 417847
619
+ Id: 470363
620
620
 
621
621
  *********************************************************************
622
622
  is-in-browser
@@ -627,7 +627,7 @@ Jared Anderson, Jared Anderson bugs' url' https://github.com/tuxsudo/is-in-brows
627
627
 
628
628
 
629
629
  MIT
630
- Id: 417848
630
+ Id: 470364
631
631
 
632
632
  *********************************************************************
633
633
  is-number
@@ -638,7 +638,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) contributors'
638
638
  Copyright (c) 2014 present, Jon Schlinkert, Copyright (c) 2014-present, Jon Schlinkert, Copyright (c) 2018 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert)
639
639
 
640
640
  MIT
641
- Id: 417849
641
+ Id: 470365
642
642
 
643
643
  *********************************************************************
644
644
  jss-plugin-camel-case
@@ -649,7 +649,7 @@ JSS Team
649
649
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
650
650
 
651
651
  MIT
652
- Id: 417850
652
+ Id: 470366
653
653
 
654
654
  *********************************************************************
655
655
  jss-plugin-compose
@@ -660,7 +660,7 @@ JSS Team
660
660
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
661
661
 
662
662
  MIT
663
- Id: 417851
663
+ Id: 470367
664
664
 
665
665
  *********************************************************************
666
666
  jss-plugin-default-unit
@@ -671,7 +671,7 @@ JSS Team
671
671
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
672
672
 
673
673
  MIT
674
- Id: 417852
674
+ Id: 470368
675
675
 
676
676
  *********************************************************************
677
677
  jss-plugin-expand
@@ -682,7 +682,7 @@ JSS Team
682
682
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
683
683
 
684
684
  MIT
685
- Id: 417853
685
+ Id: 470369
686
686
 
687
687
  *********************************************************************
688
688
  jss-plugin-extend
@@ -693,7 +693,7 @@ JSS Team
693
693
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
694
694
 
695
695
  MIT
696
- Id: 417854
696
+ Id: 470370
697
697
 
698
698
  *********************************************************************
699
699
  jss-plugin-global
@@ -704,7 +704,7 @@ JSS Team
704
704
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
705
705
 
706
706
  MIT
707
- Id: 417855
707
+ Id: 470371
708
708
 
709
709
  *********************************************************************
710
710
  jss-plugin-nested
@@ -715,7 +715,7 @@ JSS Team
715
715
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
716
716
 
717
717
  MIT
718
- Id: 417856
718
+ Id: 470372
719
719
 
720
720
  *********************************************************************
721
721
  jss-plugin-props-sort
@@ -726,7 +726,7 @@ JSS Team
726
726
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
727
727
 
728
728
  MIT
729
- Id: 417857
729
+ Id: 470373
730
730
 
731
731
  *********************************************************************
732
732
  jss-plugin-rule-value-function
@@ -737,7 +737,7 @@ JSS Team
737
737
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
738
738
 
739
739
  MIT
740
- Id: 417858
740
+ Id: 470374
741
741
 
742
742
  *********************************************************************
743
743
  jss-plugin-rule-value-observable
@@ -748,7 +748,7 @@ JSS Team
748
748
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
749
749
 
750
750
  MIT
751
- Id: 417859
751
+ Id: 470375
752
752
 
753
753
  *********************************************************************
754
754
  jss-plugin-sort-css-media-queries
@@ -759,7 +759,7 @@ Oleg Dutchenko
759
759
  Copyright (c) 2021 Oleg Dutchenko, Copyright (c) 2021, Oleg Dutchenko.All rights reserved.
760
760
 
761
761
  BSD-3-Clause
762
- Id: 417860
762
+ Id: 470376
763
763
 
764
764
  *********************************************************************
765
765
  jss-plugin-template
@@ -770,7 +770,7 @@ JSS Team
770
770
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
771
771
 
772
772
  MIT
773
- Id: 417861
773
+ Id: 470377
774
774
 
775
775
  *********************************************************************
776
776
  jss-plugin-vendor-prefixer
@@ -781,7 +781,7 @@ JSS Team
781
781
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
782
782
 
783
783
  MIT
784
- Id: 417862
784
+ Id: 470378
785
785
 
786
786
  *********************************************************************
787
787
  jss-preset-default
@@ -792,7 +792,7 @@ JSS Team
792
792
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
793
793
 
794
794
  MIT
795
- Id: 417863
795
+ Id: 470379
796
796
 
797
797
  *********************************************************************
798
798
  jss
@@ -803,7 +803,7 @@ JSS Team
803
803
  Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors, copyright Oleg Isonen
804
804
 
805
805
  MIT
806
- Id: 417864
806
+ Id: 470380
807
807
 
808
808
  *********************************************************************
809
809
  lowlight
@@ -814,7 +814,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
814
814
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
815
815
 
816
816
  MIT
817
- Id: 417865
817
+ Id: 470381
818
818
 
819
819
  *********************************************************************
820
820
  matchmedia-polyfill
@@ -825,7 +825,7 @@ Scott Jehl, Scott Jehl, Paul Irish, Nicholas Zakas Spec
825
825
  Copyright (c) 2012 Scott Jehl, copyright (c) 2012 Scott Jehl, copyright (c) 2012 Scott Jehl, Paul Irish, Nicholas Zakas, David Knight
826
826
 
827
827
  MIT
828
- Id: 417866
828
+ Id: 470382
829
829
 
830
830
  *********************************************************************
831
831
  merge2
@@ -833,7 +833,7 @@ merge2
833
833
  Copyright (c) 2014-2020 Teambition
834
834
 
835
835
  MIT
836
- Id: 417867
836
+ Id: 470491
837
837
 
838
838
  *********************************************************************
839
839
  micromatch
@@ -844,18 +844,18 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) contributors'
844
844
  Copyright (c) 2014 present, Jon Schlinkert, Copyright (c) 2014-present, Jon Schlinkert, Copyright (c) 2022 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2022, Jon Schlinkert (https://github.com/jonschlinkert)
845
845
 
846
846
  MIT
847
- Id: 417868
847
+ Id: 470383
848
848
 
849
849
  *********************************************************************
850
850
  mkdirp
851
851
  *********************************************************************
852
852
  Authors:
853
- James Halliday, James Halliday <mail@substack.net> (http://substack.net)
853
+ James Halliday
854
854
 
855
855
  Copyright 2010 James Halliday (mail@substack.net)
856
856
 
857
857
  MIT
858
- Id: 417869
858
+ Id: 470492
859
859
 
860
860
  *********************************************************************
861
861
  nanoid
@@ -866,7 +866,7 @@ Andrey Sitnik, Andrey Sitnik <andrey@sitnik.ru>
866
866
  Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>
867
867
 
868
868
  MIT
869
- Id: 417870
869
+ Id: 470384
870
870
 
871
871
  *********************************************************************
872
872
  next
@@ -877,22 +877,22 @@ Google Chrome team. https://nextjs.org/blog/next-9-4, Tobias Koppers, content Ne
877
877
 
878
878
 
879
879
  Apache-2.0
880
- Id: 417871
880
+ Id: 470385
881
881
  ---------------------------------------------------------------------
882
882
  Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
883
883
 
884
884
  ISC
885
- Id: 417872
885
+ Id: 470386
886
886
  ---------------------------------------------------------------------
887
887
  Copyright (c) 2013, 2015 present, Facebook, Inc., Copyright (c) 2013-present, Facebook, Inc., Copyright (c) 2015 - present Microsoft Corporation, Copyright (c) 2015 Jorge Bucaran (https://github.com/JorgeBucaran), Copyright (c) 2015 present Microsoft Corporation, Copyright (c) 2015-present, Facebook, Inc., Copyright (c) 2016 Luke Edwards (https://github.com/lukeed), Copyright (c) 2018 present, React Training LLC, Copyright (c) 2018-present, React Training LLC, Copyright (c) 2025 Vercel, Inc., Copyright (c) Jason Miller (https://jasonformat.com/), Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (lukeed.com), Copyright (c) Meta Platforms, Inc. and affiliates, Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com), Copyright 2011-2019 The Bootstrap Authors, Copyright 2011-2019 Twitter, Inc., Copyright JS Foundation and other contributors, Copyright Joyent, Inc. and other Node contributors, copyright (c) 2017 present James Kyle <me@thejameskyle.com>, copyright (c) 2017-present James Kyle <me@thejameskyle.com>
888
888
 
889
889
  MIT
890
- Id: 417873
890
+ Id: 470387
891
891
  ---------------------------------------------------------------------
892
892
 
893
893
 
894
894
  MPL-2.0
895
- Id: 417874
895
+ Id: 470388
896
896
 
897
897
  *********************************************************************
898
898
  nopt
@@ -903,7 +903,7 @@ Isaac Z. Schlueter, Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)
903
903
  Copyright 2009, 2010, 2011 Isaac Z. Schlueter, Copyright 2009-2011 Isaac Z. Schlueter
904
904
 
905
905
  MIT
906
- Id: 417875
906
+ Id: 470389
907
907
 
908
908
  *********************************************************************
909
909
  parse-entities
@@ -914,7 +914,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
914
914
  (c) Titus Wormer, Copyright (c) 2015 Titus Wormer
915
915
 
916
916
  MIT
917
- Id: 417876
917
+ Id: 470390
918
918
 
919
919
  *********************************************************************
920
920
  path-type
@@ -925,7 +925,7 @@ Sindre Sorhus
925
925
  (c) Sindre Sorhus (https://sindresorhus.com), Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
926
926
 
927
927
  MIT
928
- Id: 417877
928
+ Id: 470391
929
929
 
930
930
  *********************************************************************
931
931
  picocolors
@@ -936,7 +936,7 @@ Alexey Raspopov
936
936
  Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov
937
937
 
938
938
  ISC
939
- Id: 417878
939
+ Id: 470392
940
940
 
941
941
  *********************************************************************
942
942
  picomatch
@@ -947,7 +947,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) funding' https
947
947
  Copyright (c) 2017 present, Jon Schlinkert, Copyright (c) 2017 present, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2017-present, Jon Schlinkert, Copyright (c) 2017-present, Jon Schlinkert (https://github.com/jonschlinkert)
948
948
 
949
949
  MIT
950
- Id: 417879
950
+ Id: 470393
951
951
 
952
952
  *********************************************************************
953
953
  postcss
@@ -958,7 +958,7 @@ Andrey Sitnik, Andrey Sitnik <andrey@sitnik.ru>
958
958
  Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>
959
959
 
960
960
  MIT
961
- Id: 417880
961
+ Id: 470394
962
962
 
963
963
  *********************************************************************
964
964
  preact
@@ -966,7 +966,7 @@ preact
966
966
  Copyright (c) 2015 present Jason Miller, Copyright (c) 2015-present Jason Miller
967
967
 
968
968
  MIT
969
- Id: 417881
969
+ Id: 470395
970
970
 
971
971
  *********************************************************************
972
972
  prismjs
@@ -977,7 +977,7 @@ Lea Verou, Lea Verou http://lea.verou.me Reach Lea, Lea Verou https://lea.verou.
977
977
  Copyright (c) 2012 Lea Verou
978
978
 
979
979
  MIT
980
- Id: 417882
980
+ Id: 470396
981
981
 
982
982
  *********************************************************************
983
983
  prismjs
@@ -988,7 +988,7 @@ Lea Verou, Lea Verou http://lea.verou.me Reach Lea, Lea Verou https://lea.verou.
988
988
  Copyright (c) 2012 Lea Verou
989
989
 
990
990
  MIT
991
- Id: 417883
991
+ Id: 470397
992
992
 
993
993
  *********************************************************************
994
994
  property-information
@@ -1001,12 +1001,12 @@ Copyright (c) 2013-2015, Facebook, Inc.
1001
1001
  All rights reserved.
1002
1002
 
1003
1003
  BSD-3-Clause
1004
- Id: 417884
1004
+ Id: 470398
1005
1005
  ---------------------------------------------------------------------
1006
1006
  (c) Titus Wormer, Copyright (c) 2015 Titus Wormer
1007
1007
 
1008
1008
  MIT
1009
- Id: 417885
1009
+ Id: 470399
1010
1010
 
1011
1011
  *********************************************************************
1012
1012
  qs
@@ -1017,7 +1017,7 @@ Brian White, TJ Holowaychuk (https://github.com/visionmedia/node-querystring)
1017
1017
  Copyright (c) 2014 Nathan LaFreniere and other contributors (https://github.com/ljharb/qs/graphs/contributors), Copyright (c) 2014, Nathan LaFreniere and other contributors (https://github.com/ljharb/qs/graphs/contributors).All rights reserved.
1018
1018
 
1019
1019
  BSD-3-Clause
1020
- Id: 417886
1020
+ Id: 470400
1021
1021
 
1022
1022
  *********************************************************************
1023
1023
  queue-microtask
@@ -1028,7 +1028,7 @@ Feross Aboukhadijeh
1028
1028
  Copyright (c) Feross Aboukhadijeh, Copyright (c) Feross Aboukhadijeh (https://feross.org)
1029
1029
 
1030
1030
  MIT
1031
- Id: 417887
1031
+ Id: 470401
1032
1032
 
1033
1033
  *********************************************************************
1034
1034
  react-dom
@@ -1036,7 +1036,7 @@ react-dom
1036
1036
  Copyright (c) Meta Platforms, Inc. and affiliates, Copyright (c) Meta Platforms, Inc. and its affiliates
1037
1037
 
1038
1038
  MIT
1039
- Id: 417888
1039
+ Id: 470402
1040
1040
 
1041
1041
  *********************************************************************
1042
1042
  react-instantsearch-core
@@ -1047,7 +1047,7 @@ Algolia, Algolia, Inc , url' https://www.algolia.com, Inc.
1047
1047
  (c) Algolia, inc., Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc.
1048
1048
 
1049
1049
  MIT
1050
- Id: 417889
1050
+ Id: 470403
1051
1051
 
1052
1052
  *********************************************************************
1053
1053
  react-instantsearch-nextjs
@@ -1058,7 +1058,7 @@ Algolia, Algolia, Inc , url' https://www.algolia.com, Inc.
1058
1058
  Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc.
1059
1059
 
1060
1060
  MIT
1061
- Id: 417890
1061
+ Id: 470404
1062
1062
 
1063
1063
  *********************************************************************
1064
1064
  react-instantsearch
@@ -1069,7 +1069,7 @@ Algolia, Algolia, Inc , url' https://www.algolia.com, Inc.
1069
1069
  (c) Algolia, inc., Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc.
1070
1070
 
1071
1071
  MIT
1072
- Id: 417891
1072
+ Id: 470405
1073
1073
 
1074
1074
  *********************************************************************
1075
1075
  react-syntax-highlighter
@@ -1080,7 +1080,7 @@ Adam Joseph Cook <adam.joseph.cook@gmail.com>, Aleksandar Ruzicic <aleksandar@ru
1080
1080
  (c) Sindre Sorhus, Copyright (c) 2012-2013 TJ Holowaychuk, Copyright (c) 2013-2016 present, Facebook, Inc., Copyright (c) 2013-present, Facebook, Inc., Copyright (c) 2014-present, Facebook, Inc., Copyright (c) 2015 Andreas Lubbe, Copyright (c) 2015 Tiancheng Timothy Gu, Copyright (c) 2015-present, Facebook, Inc., Copyright (c) 2016-present, Facebook, Inc., Copyright (c) 2019 Conor Hastings, Copyright (c) Facebook, Inc. and its affiliates, Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>, Copyright 2010-2013 Sami Samhuri <sami@samhuri.net>, copyright (c) 2020 Denis Pushkarev
1081
1081
 
1082
1082
  MIT
1083
- Id: 417892
1083
+ Id: 470406
1084
1084
 
1085
1085
  *********************************************************************
1086
1086
  react
@@ -1088,7 +1088,7 @@ react
1088
1088
  Copyright (c) Meta Platforms, Inc. and affiliates, Copyright (c) Meta Platforms, Inc. and its affiliates
1089
1089
 
1090
1090
  MIT
1091
- Id: 417893
1091
+ Id: 470407
1092
1092
 
1093
1093
  *********************************************************************
1094
1094
  refractor
@@ -1099,7 +1099,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
1099
1099
  (c) Titus Wormer, Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>
1100
1100
 
1101
1101
  MIT
1102
- Id: 417894
1102
+ Id: 470408
1103
1103
 
1104
1104
  *********************************************************************
1105
1105
  regenerator-runtime
@@ -1110,7 +1110,7 @@ Ben Newman, Ben Newman <bn@cs.stanford.edu> description' Runtime for Regenerator
1110
1110
  Copyright (c) 2014 present, Facebook, Inc., Copyright (c) 2014-present, Facebook, Inc.
1111
1111
 
1112
1112
  MIT
1113
- Id: 417895
1113
+ Id: 470409
1114
1114
 
1115
1115
  *********************************************************************
1116
1116
  resize-observer-polyfill
@@ -1121,7 +1121,7 @@ Denis Rul, Denis Rul <que.etc@gmail.com>
1121
1121
  Copyright (c) 2016 Denis Rul
1122
1122
 
1123
1123
  MIT
1124
- Id: 417896
1124
+ Id: 470410
1125
1125
 
1126
1126
  *********************************************************************
1127
1127
  reusify
@@ -1132,7 +1132,7 @@ Matteo Collina, Matteo Collina <hello@matteocollina.com>
1132
1132
  Copyright (c) 2015 Matteo Collina
1133
1133
 
1134
1134
  MIT
1135
- Id: 417897
1135
+ Id: 470411
1136
1136
 
1137
1137
  *********************************************************************
1138
1138
  run-parallel
@@ -1143,7 +1143,7 @@ Feross Aboukhadijeh
1143
1143
  Copyright (c) Feross Aboukhadijeh, Copyright (c) Feross Aboukhadijeh (http://feross.org)
1144
1144
 
1145
1145
  MIT
1146
- Id: 417898
1146
+ Id: 470412
1147
1147
 
1148
1148
  *********************************************************************
1149
1149
  scheduler
@@ -1151,7 +1151,7 @@ scheduler
1151
1151
  Copyright (c) Meta Platforms, Inc. and affiliates
1152
1152
 
1153
1153
  MIT
1154
- Id: 417899
1154
+ Id: 470413
1155
1155
 
1156
1156
  *********************************************************************
1157
1157
  scroll-behavior-polyfill
@@ -1162,7 +1162,7 @@ src https://img.shields.io/github/contributors/wessberg 2Fscroll-behavior-polyfi
1162
1162
  (c) Frederik Wessberg (mailto:frederikwessberg@hotmail.com) ( FredWessberg (https://twitter.com/FredWessberg)), Copyright (c) 2019 Frederik Wessberg (mailto:frederikwessberg@hotmail.com) ( FredWessberg (https://twitter.com/FredWessberg))
1163
1163
 
1164
1164
  MIT
1165
- Id: 417900
1165
+ Id: 470414
1166
1166
 
1167
1167
  *********************************************************************
1168
1168
  search-insights
@@ -1173,7 +1173,7 @@ Algolia
1173
1173
  Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc.
1174
1174
 
1175
1175
  MIT
1176
- Id: 417901
1176
+ Id: 470415
1177
1177
 
1178
1178
  *********************************************************************
1179
1179
  semver
@@ -1184,7 +1184,7 @@ GitHub Inc, GitHub Inc.
1184
1184
  Copyright (c) Isaac Z. Schlueter and Contributors, Copyright Isaac Z. Schlueter
1185
1185
 
1186
1186
  ISC
1187
- Id: 417902
1187
+ Id: 470416
1188
1188
 
1189
1189
  *********************************************************************
1190
1190
  simple-swizzle
@@ -1195,7 +1195,7 @@ Qix, Qix (http://github.com/qix-)
1195
1195
  Copyright (c) 2015 Josh Junon
1196
1196
 
1197
1197
  MIT
1198
- Id: 417907
1198
+ Id: 470421
1199
1199
 
1200
1200
  *********************************************************************
1201
1201
  slash
@@ -1206,18 +1206,18 @@ Sindre Sorhus
1206
1206
  (c) Sindre Sorhus (https://sindresorhus.com), Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1207
1207
 
1208
1208
  MIT
1209
- Id: 417908
1209
+ Id: 470422
1210
1210
 
1211
1211
  *********************************************************************
1212
1212
  sort-css-media-queries
1213
1213
  *********************************************************************
1214
1214
  Authors:
1215
- Oleg Dutchenko, Oleg Dutchenko <dutchenko.o.dev@gmail.com>, Oleg Dutchenko <dutchenko.o.wezom@gmail.com>
1215
+ Oleg Dutchenko
1216
1216
 
1217
1217
  Copyright (c) 2017 Oleg Dutchenko <dutchenko.o.dev@gmail.com>
1218
1218
 
1219
1219
  MIT
1220
- Id: 417909
1220
+ Id: 470481
1221
1221
 
1222
1222
  *********************************************************************
1223
1223
  source-map-js
@@ -1228,17 +1228,17 @@ Ben Rothman, Jim Blandy, Valentin 7rulnik Semirulnik, Valentin 7rulnik Semirulni
1228
1228
  Copyright 2011 The Closure Compiler Authors.
1229
1229
 
1230
1230
  Apache-2.0
1231
- Id: 418003
1231
+ Id: 470495
1232
1232
  ---------------------------------------------------------------------
1233
1233
  Copyright (c) 2009-2011 Mozilla Foundation and contributors, Copyright (c) 2009-2011, Mozilla Foundation and contributors, Copyright 2009-2011 Mozilla Foundation and contributors, Copyright 2009-2011, 2014 Mozilla Foundation and contributors, Copyright 2011 Mozilla Foundation and contributors, Copyright 2011 The Closure Compiler Authors, Copyright 2014 Mozilla Foundation and contributors
1234
1234
 
1235
1235
  BSD-3-Clause
1236
- Id: 417910
1236
+ Id: 470423
1237
1237
  ---------------------------------------------------------------------
1238
1238
  Copyright 2011 The Closure Compiler Authors. All rights reserved.
1239
1239
 
1240
1240
  BSD-3-Clause-Variant
1241
- Id: 418004
1241
+ Id: 470502
1242
1242
 
1243
1243
  *********************************************************************
1244
1244
  space-separated-tokens
@@ -1249,7 +1249,7 @@ Titus Wormer, Titus Wormer <tituswormer@gmail.com> (https://wooorm.com) contribu
1249
1249
  (c) Titus Wormer, Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
1250
1250
 
1251
1251
  MIT
1252
- Id: 417911
1252
+ Id: 470424
1253
1253
 
1254
1254
  *********************************************************************
1255
1255
  styled-jsx
@@ -1257,7 +1257,7 @@ styled-jsx
1257
1257
  Copyright (c) 2016 present Vercel, Inc., Copyright (c) 2016-present Vercel, Inc.
1258
1258
 
1259
1259
  MIT
1260
- Id: 417912
1260
+ Id: 470425
1261
1261
 
1262
1262
  *********************************************************************
1263
1263
  symbol-observable
@@ -1268,7 +1268,7 @@ Ben Lesh
1268
1268
  (c) Sindre Sorhus (https://sindresorhus.com) and Ben Lesh (https://github.com/benlesh), Copyright (c) Ben Lesh <ben@benlesh.com>, Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1269
1269
 
1270
1270
  MIT
1271
- Id: 417913
1271
+ Id: 470426
1272
1272
 
1273
1273
  *********************************************************************
1274
1274
  tiny-warning
@@ -1279,7 +1279,7 @@ Alex Reardon, Alex Reardon <alexreardon@gmail.com>
1279
1279
  Copyright (c) 2019 Alexander Reardon
1280
1280
 
1281
1281
  MIT
1282
- Id: 417914
1282
+ Id: 470427
1283
1283
 
1284
1284
  *********************************************************************
1285
1285
  to-regex-range
@@ -1290,7 +1290,7 @@ Jon Schlinkert, Jon Schlinkert (https://github.com/jonschlinkert) contributors'
1290
1290
  Copyright (c) 2015 present, Jon Schlinkert, Copyright (c) 2015-present, Jon Schlinkert, Copyright (c) 2019 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert)
1291
1291
 
1292
1292
  MIT
1293
- Id: 417915
1293
+ Id: 470428
1294
1294
 
1295
1295
  *********************************************************************
1296
1296
  tslib
@@ -1301,7 +1301,7 @@ Microsoft Corp , homepage' https://www.typescriptlang.org, Microsoft Corp.
1301
1301
  Copyright (c) Microsoft Corporation
1302
1302
 
1303
1303
  0BSD
1304
- Id: 417916
1304
+ Id: 470429
1305
1305
 
1306
1306
  *********************************************************************
1307
1307
  use-sync-external-store
@@ -1309,7 +1309,7 @@ use-sync-external-store
1309
1309
  Copyright (c) Meta Platforms, Inc. and affiliates
1310
1310
 
1311
1311
  MIT
1312
- Id: 417917
1312
+ Id: 470430
1313
1313
 
1314
1314
  *********************************************************************
1315
1315
  whatwg-fetch
@@ -1320,7 +1320,7 @@ team of volunteers
1320
1320
  Copyright (c) 2014-2023 GitHub, Inc.
1321
1321
 
1322
1322
  MIT
1323
- Id: 417918
1323
+ Id: 470431
1324
1324
 
1325
1325
  *********************************************************************
1326
1326
  xtend
@@ -1331,7 +1331,7 @@ Raynos
1331
1331
  Copyright (c) 2012-2014 Raynos
1332
1332
 
1333
1333
  MIT
1334
- Id: 417919
1334
+ Id: 470432
1335
1335
 
1336
1336
  *********************************************************************
1337
1337
  abtesting
@@ -1342,7 +1342,7 @@ Algolia
1342
1342
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1343
1343
 
1344
1344
  MIT
1345
- Id: 417920
1345
+ Id: 470433
1346
1346
 
1347
1347
  *********************************************************************
1348
1348
  cache-common
@@ -1350,7 +1350,7 @@ cache-common
1350
1350
  (c) Algolia, inc., Copyright (c) Algolia http://www.algolia.com
1351
1351
 
1352
1352
  MIT
1353
- Id: 417921
1353
+ Id: 470434
1354
1354
 
1355
1355
  *********************************************************************
1356
1356
  cache-in-memory
@@ -1358,7 +1358,7 @@ cache-in-memory
1358
1358
  (c) Algolia, inc., Copyright (c) Algolia http://www.algolia.com
1359
1359
 
1360
1360
  MIT
1361
- Id: 417922
1361
+ Id: 470435
1362
1362
 
1363
1363
  *********************************************************************
1364
1364
  client-abtesting
@@ -1369,7 +1369,7 @@ Algolia
1369
1369
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1370
1370
 
1371
1371
  MIT
1372
- Id: 417923
1372
+ Id: 470436
1373
1373
 
1374
1374
  *********************************************************************
1375
1375
  client-analytics
@@ -1380,7 +1380,7 @@ Algolia
1380
1380
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1381
1381
 
1382
1382
  MIT
1383
- Id: 417924
1383
+ Id: 470437
1384
1384
 
1385
1385
  *********************************************************************
1386
1386
  client-common
@@ -1391,7 +1391,7 @@ Algolia
1391
1391
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1392
1392
 
1393
1393
  MIT
1394
- Id: 417925
1394
+ Id: 470438
1395
1395
 
1396
1396
  *********************************************************************
1397
1397
  client-insights
@@ -1402,7 +1402,7 @@ Algolia
1402
1402
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1403
1403
 
1404
1404
  MIT
1405
- Id: 417926
1405
+ Id: 470439
1406
1406
 
1407
1407
  *********************************************************************
1408
1408
  client-personalization
@@ -1413,7 +1413,7 @@ Algolia
1413
1413
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1414
1414
 
1415
1415
  MIT
1416
- Id: 417927
1416
+ Id: 470440
1417
1417
 
1418
1418
  *********************************************************************
1419
1419
  client-query-suggestions
@@ -1424,7 +1424,7 @@ Algolia
1424
1424
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1425
1425
 
1426
1426
  MIT
1427
- Id: 417928
1427
+ Id: 470441
1428
1428
 
1429
1429
  *********************************************************************
1430
1430
  client-search
@@ -1435,7 +1435,7 @@ Algolia
1435
1435
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1436
1436
 
1437
1437
  MIT
1438
- Id: 417929
1438
+ Id: 470442
1439
1439
 
1440
1440
  *********************************************************************
1441
1441
  events
@@ -1443,7 +1443,7 @@ events
1443
1443
  Copyright Joyent, Inc. and other Node contributors
1444
1444
 
1445
1445
  MIT
1446
- Id: 417930
1446
+ Id: 470443
1447
1447
 
1448
1448
  *********************************************************************
1449
1449
  ingestion
@@ -1454,7 +1454,7 @@ Algolia
1454
1454
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1455
1455
 
1456
1456
  MIT
1457
- Id: 417931
1457
+ Id: 470444
1458
1458
 
1459
1459
  *********************************************************************
1460
1460
  monitoring
@@ -1465,7 +1465,7 @@ Algolia
1465
1465
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1466
1466
 
1467
1467
  MIT
1468
- Id: 417932
1468
+ Id: 470445
1469
1469
 
1470
1470
  *********************************************************************
1471
1471
  recommend
@@ -1476,7 +1476,7 @@ Algolia
1476
1476
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1477
1477
 
1478
1478
  MIT
1479
- Id: 417933
1479
+ Id: 470446
1480
1480
 
1481
1481
  *********************************************************************
1482
1482
  requester-browser-xhr
@@ -1487,7 +1487,7 @@ Algolia
1487
1487
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1488
1488
 
1489
1489
  MIT
1490
- Id: 417934
1490
+ Id: 470447
1491
1491
 
1492
1492
  *********************************************************************
1493
1493
  requester-fetch
@@ -1498,7 +1498,7 @@ Algolia
1498
1498
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1499
1499
 
1500
1500
  MIT
1501
- Id: 417935
1501
+ Id: 470448
1502
1502
 
1503
1503
  *********************************************************************
1504
1504
  requester-node-http
@@ -1509,7 +1509,7 @@ Algolia
1509
1509
  Copyright (c) 2013 Present Algolia, Copyright (c) 2013-Present Algolia
1510
1510
 
1511
1511
  MIT
1512
- Id: 417936
1512
+ Id: 470449
1513
1513
 
1514
1514
  *********************************************************************
1515
1515
  runtime-corejs3
@@ -1520,7 +1520,7 @@ The Babel Team, The Babel Team (https://babel.dev/team)
1520
1520
  Copyright (c) 2014 present Sebastian McKenzie and other contributors, Copyright (c) 2014 present, Facebook, Inc., Copyright (c) 2014-present Sebastian McKenzie and other contributors, Copyright (c) 2014-present, Facebook, Inc.
1521
1521
 
1522
1522
  MIT
1523
- Id: 417937
1523
+ Id: 470450
1524
1524
 
1525
1525
  *********************************************************************
1526
1526
  runtime
@@ -1531,7 +1531,7 @@ The Babel Team, The Babel Team (https://babel.dev/team)
1531
1531
  Copyright (c) 2014 present Sebastian McKenzie and other contributors, Copyright (c) 2014-present Sebastian McKenzie and other contributors
1532
1532
 
1533
1533
  MIT
1534
- Id: 417938
1534
+ Id: 470451
1535
1535
 
1536
1536
  *********************************************************************
1537
1537
  runtime
@@ -1542,7 +1542,7 @@ The Babel Team, The Babel Team (https://babel.dev/team)
1542
1542
  Copyright (c) 2014 present Sebastian McKenzie and other contributors, Copyright (c) 2014-present Sebastian McKenzie and other contributors
1543
1543
 
1544
1544
  MIT
1545
- Id: 417939
1545
+ Id: 470452
1546
1546
 
1547
1547
  *********************************************************************
1548
1548
  core
@@ -1553,7 +1553,7 @@ atomiks
1553
1553
  Copyright (c) 2021 present Floating UI contributors, Copyright (c) 2021-present Floating UI contributors
1554
1554
 
1555
1555
  MIT
1556
- Id: 417940
1556
+ Id: 470453
1557
1557
 
1558
1558
  *********************************************************************
1559
1559
  dom
@@ -1564,7 +1564,7 @@ atomiks
1564
1564
  Copyright (c) 2021 present Floating UI contributors, Copyright (c) 2021-present Floating UI contributors
1565
1565
 
1566
1566
  MIT
1567
- Id: 417941
1567
+ Id: 470454
1568
1568
 
1569
1569
  *********************************************************************
1570
1570
  utils
@@ -1575,29 +1575,7 @@ atomiks
1575
1575
  Copyright (c) 2021 present Floating UI contributors, Copyright (c) 2021-present Floating UI contributors
1576
1576
 
1577
1577
  MIT
1578
- Id: 417942
1579
-
1580
- *********************************************************************
1581
- sharp-linux-x64
1582
- *********************************************************************
1583
- Authors:
1584
- Lovell Fuller, Lovell Fuller <npm@lovell.info> homepage' https://sharp.pixelplumbing.com
1585
-
1586
-
1587
-
1588
- Apache-2.0
1589
- Id: 417947
1590
-
1591
- *********************************************************************
1592
- sharp-linuxmusl-x64
1593
- *********************************************************************
1594
- Authors:
1595
- Lovell Fuller, Lovell Fuller <npm@lovell.info> homepage' https://sharp.pixelplumbing.com
1596
-
1597
-
1598
-
1599
- Apache-2.0
1600
- Id: 417948
1578
+ Id: 470455
1601
1579
 
1602
1580
  *********************************************************************
1603
1581
  env
@@ -1608,23 +1586,23 @@ Next.js Team, Next.js Team <support@vercel.com>
1608
1586
  Copyright (c) 2025 Vercel, Inc.
1609
1587
 
1610
1588
  MIT
1611
- Id: 417949
1589
+ Id: 470462
1612
1590
 
1613
1591
  *********************************************************************
1614
- swc-linux-x64-gnu
1592
+ swc-linux-arm64-gnu
1615
1593
  *********************************************************************
1616
1594
  Copyright (c) 2025 Vercel, Inc.
1617
1595
 
1618
1596
  MIT
1619
- Id: 417950
1597
+ Id: 470463
1620
1598
 
1621
1599
  *********************************************************************
1622
- swc-linux-x64-musl
1600
+ swc-linux-arm64-musl
1623
1601
  *********************************************************************
1624
1602
  Copyright (c) 2025 Vercel, Inc.
1625
1603
 
1626
1604
  MIT
1627
- Id: 417951
1605
+ Id: 470464
1628
1606
 
1629
1607
  *********************************************************************
1630
1608
  fs.scandir
@@ -1632,7 +1610,7 @@ fs.scandir
1632
1610
  Copyright (c) Denis Malinochkin
1633
1611
 
1634
1612
  MIT
1635
- Id: 417952
1613
+ Id: 470465
1636
1614
 
1637
1615
  *********************************************************************
1638
1616
  fs.stat
@@ -1640,7 +1618,7 @@ fs.stat
1640
1618
  Copyright (c) Denis Malinochkin
1641
1619
 
1642
1620
  MIT
1643
- Id: 417953
1621
+ Id: 470466
1644
1622
 
1645
1623
  *********************************************************************
1646
1624
  fs.walk
@@ -1648,7 +1626,7 @@ fs.walk
1648
1626
  Copyright (c) Denis Malinochkin
1649
1627
 
1650
1628
  MIT
1651
- Id: 417954
1629
+ Id: 470467
1652
1630
 
1653
1631
  *********************************************************************
1654
1632
  popover-polyfill
@@ -1659,55 +1637,7 @@ Lea Verou, OddBird
1659
1637
  Copyright (c) 2022-2023 OddBird
1660
1638
 
1661
1639
  BSD-3-Clause
1662
- Id: 417955
1663
-
1664
- *********************************************************************
1665
- components-js
1666
- *********************************************************************
1667
- Authors:
1668
- Alberto Leal, Alex Reardon, Alexander Shtuchkin, Alexey Kryazhev, Alexey Raspopov, Algolia Inc., Algolia, Inc., Andres Suarez, Andrey Sitnik, Ben Briggs, Ben Lesh, Ben Newman, Ben Rothman, Jim Blandy, Valentin 7rulnik Semirulnik, Valentin, Blake Embrey, Bogdan Chadkin, Brian Ford, Brian White, Conor Hastings, David Frank, Denis Malinochkin, Denis Pushkarev, Denis Rul, Douglas Christopher Wilson, Dr. Ing. h.c. F. Porsche AG, Eduardo San Martin Morote, Elan Shanker, Eric Simons, Espen Hovlandsdal, Felix Boehm, Feross Aboukhadijeh, Fredrik Nicol, GitHub Inc., Glen Maddern, Google LLC, Guillaume Chau, Gulp Team, Heather Arthur, Ionic Team, Irakli Gozalishvili, Isaac Z. Schlueter, JSS Team, Jacob Ebey, Jacob Parker, Jakob Krigovsky, James Halliday, Jared Anderson, Jared Hanson, Jason Miller, Jim Blandy, Nick Fitzgerald, Nick Fitzgerald <nfitzgerald@mozilla.com>, Jon Schlinkert, Jonathan Ong, Jordan Harband, Joshua Bell, Kevin Martensson, Lea Verou, Lovell Fuller, Luke Edwards, Matteo Collina, Mattias Buelens, Microsoft Corp., Naotoshi Fujita, Nathan Friedly, Nathan Rajlich, Next.js Team, Nick Fitzgerald, Nick Fitzgerald <nfitzgerald@mozilla.com>, Nikita Skovoroda, Oleg Dutchenko, Oleg Dutchenko <dutchenko.o.wezom@gmail.com>, Oleg Slobodskoi, Paul Miller, Philip Walton, Remix Software, Rich Harris, Robert Kieffer, Roman Shtylman, Sami Samhuri, Scott Jehl, Simon Lydell, Sindre Sorhus, Sultan Tarimo, TJ Holowaychuk, The Babel Team, Thorsten Lorenz, Titus Wormer, Toru Nagashima, Twitter Inc., Wes Todd, Yorkie Neil
1669
-
1670
- Copyright (c) Microsoft Corporation
1671
-
1672
- 0BSD
1673
- Id: 417956
1674
- ---------------------------------------------------------------------
1675
- (c) 2010-2024 Google LLC. https://angular.io, (c) 2010-2025 Google LLC. https://angular.io, (c) 2019 Denis Pushkarev, (c) 2019-2020 Denis Pushkarev, (c) 2020 Anthony Fu (https://github.com/antfu), (c) 2020 Denis Pushkarev, (c) 2022 Naotoshi Fujita, (c) Algolia, Inc. and contributors, (c) Algolia, inc., (c) Bogdan Chadkin, (c) Frederik Wessberg, (c) Luke Edwards (https://lukeed.com), (c) Nathan Friedly (http://www.nfriedly.com/), (c) Paul Miller https://paulmillr.com, (c) Sindre Sorhus, (c) Sindre Sorhus (https://sindresorhus.com), (c) Sindre Sorhus (https://sindresorhus.com) and Ben Lesh (https://github.com/benlesh), (c) Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com), (c) Titus Wormer, COPYRIGHT (c) 2017-present James Kyle <me@thejameskyle.com>, COPYRIGHT 2017, COPYRIGHT 2017 (c) -present James Kyle <me@thejameskyle.com>, Copyright (c) 2009-2011 Mozilla Foundation and contributors, Copyright (c) 2009-2011, Mozilla Foundation and contributors, Copyright (c) 2009-2013 TJ Holowaychuk, Copyright (c) 2009-2014 TJ Holowaychuk, Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2009-2016 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2010 Benjamin Thomas, Robert Kieffer, Copyright (c) 2010 Sencha Inc., Copyright (c) 2011 Alexander Shtuchkin, Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>, Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>, Copyright (c) 2011 LearnBoost, Copyright (c) 2011 TJ Holowaychuk, Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>, Copyright (c) 2011-2016 Heather Arthur and Josh Junon, Copyright (c) 2011-2016, Heather Arthur and Josh Junon, Copyright (c) 2011-2017 whitequark <whitequark@whitequark.org>, Copyright (c) 2012 Federico Romero, Copyright (c) 2012 Heather Arthur, Copyright (c) 2012 Isaac Z. Schlueter, Copyright (c) 2012 Lea Verou, Copyright (c) 2012 LearnBoost <tj@learnboost.com>, Copyright (c) 2012 Raynos, Copyright (c) 2012 Scott Jehl, Copyright (c) 2012 TJ Holowaychuk, Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2012-2013 TJ Holowaychuk, Copyright (c) 2012-2014 Federico Romero, Copyright (c) 2012-2014 Isaac Z. Schlueter, Copyright (c) 2012-2014 Raynos, Copyright (c) 2012-2014 Roman Shtylman, Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>, Copyright (c) 2012-2014 TJ Holowaychuk, Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2012-2014 by various contributors, Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker, Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com), Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller https://paulmillr.com, Copyright (c) 2012-2023 LearnBoost <tj@learnboost.com> and other contributors, Copyright (c) 2013 Arnout Kazemier and contributors, Copyright (c) 2013 James Halliday, Copyright (c) 2013 Jonathan Ong, Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>, Copyright (c) 2013 Kael Zhang <i@kael.me> , contributors http://kael.me, Copyright (c) 2013 Present Algolia, Copyright (c) 2013 Raynos, Copyright (c) 2013 Roman Shtylman, Copyright (c) 2013 TJ Holowaychuk, Copyright (c) 2013 present, Facebook, Inc., Copyright (c) 2013, 2015 present, Facebook, Inc., Copyright (c) 2013-2014 Jonathan Ong, Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>, Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>, Copyright (c) 2013-2014 TJ Holowaychuk, Copyright (c) 2013-2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2013-2016 present, Facebook, Inc., Copyright (c) 2013-2017 Jared Hanson, Copyright (c) 2013-2017 Jared Hanson http://jaredhanson.net/ (http://jaredhanson.net/), Copyright (c) 2013-Present Algolia, Copyright (c) 2013-present, Facebook, Inc., Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com), Copyright (c) 2014 Douglas Christopher Wilson, Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014 Evan Wallace, Copyright (c) 2014 Federico Romero, Copyright (c) 2014 Jeremiah Senkpiel, Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>, Copyright (c) 2014 Jonathan Ong, Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>, Copyright (c) 2014 Jonathan Ong me@jongleberry.com, Copyright (c) 2014 Jordan Harband, Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>, Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2014 present Evan, Copyright (c) 2014 present Evan You, Copyright (c) 2014 present Evan You, Eduardo San Martin Morote, Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014 present Oleg Slobodskoi, Copyright (c) 2014 present Sebastian McKenzie and other contributors, Copyright (c) 2014 present, Facebook, Inc., Copyright (c) 2014 present, Jon Schlinkert, Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell, Copyright (c) 2014-2015 Douglas Christopher Wilson, Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014-2015, 2017 present, Jon Schlinkert, Copyright (c) 2014-2016 Douglas Christopher Wilson, Copyright (c) 2014-2016 Jon Schlinkert, Copyright (c) 2014-2016 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2014-2016, 2019-2020, 2022-2024 Jordan Harband, Copyright (c) 2014-2016, Jon Schlinkert, Copyright (c) 2014-2017 Douglas Christopher Wilson, Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014-2017 Jon Schlinkert, Copyright (c) 2014-2017, Jon Schlinkert, Copyright (c) 2014-2018 Douglas Christopher Wilson, Copyright (c) 2014-2018 Jon Schlinkert, Copyright (c) 2014-2018 Simon Lydell, Copyright (c) 2014-2018, Jon Schlinkert, Copyright (c) 2014-2020 Teambition, Copyright (c) 2014-2022 Douglas Christopher Wilson, Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014-2023 GitHub, Inc., Copyright (c) 2014-2024 Denis Pushkarev, Copyright (c) 2014-present Evan, Copyright (c) 2014-present Evan You, Eduardo San Martin Morote, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Slobodskoi, Copyright (c) 2014-present Sebastian McKenzie and other contributors, Copyright (c) 2014-present, Facebook, Inc., Copyright (c) 2014-present, Jon Schlinkert, Copyright (c) 2015 - present Microsoft Corporation, Copyright (c) 2015 Algolia, Copyright (c) 2015 Andreas Lubbe, Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>, Copyright (c) 2015 Dmitry Ivanov, Copyright (c) 2015 Douglas Christopher Wilson, Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2015 JD Ballard, Copyright (c) 2015 Jed Watson, Copyright (c) 2015 Jed Watson <jed.watson@me.com>, Copyright (c) 2015 Jordan Harband, Copyright (c) 2015 Jorge Bucaran (https://github.com/JorgeBucaran), Copyright (c) 2015 Josh Junon, Copyright (c) 2015 Keyan Zhang, Copyright (c) 2015 Matteo Collina, Copyright (c) 2015 Nathan Friedly <nathan@nfriedly.com> (http://nfriedly.com/), Copyright (c) 2015 Rich Harris, Copyright (c) 2015 Rodney Rehm, Copyright (c) 2015 Tiancheng Timothy Gu, Copyright (c) 2015 Titus Wormer, Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2015 Toru Nagashima, Copyright (c) 2015 Wes Todd, Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015 present Algolia, Inc., Insigniatm (c), Copyright (c) 2015 present Jason Miller, Copyright (c) 2015 present Microsoft Corporation, Copyright (c) 2015 present, Jon Schlinkert, Copyright (c) 2015, 2017 Toru Nagashima, Copyright (c) 2015, 2019 Elan Shanker, Copyright (c) 2015, Wes Todd, Copyright (c) 2015-20 these people (https://github.com/Rich-Harris/estree-walker/graphs/contributors), Copyright (c) 2015-2016 Douglas Christopher Wilson, Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2015-2016 Douglas Christopher Wilson doug@somethingdoug.com, Copyright (c) 2015-2017 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors, Copyright (c) 2015-2019 React Training LLC, Copyright (c) 2015-2020 Matteo Collina <matteo.collina@gmail.com>, Copyright (c) 2015-2020 these people (https://github.com/Rich-Harris/estree-walker/graphs/contributors), Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>, Copyright (c) 2015-2022 Douglas Christopher Wilson, Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com, Copyright (c) 2015-present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc., Insigniatm (c), Copyright (c) 2015-present Jason Miller, Copyright (c) 2015-present, Facebook, Inc., Copyright (c) 2015-present, Jon Schlinkert, Copyright (c) 2016 - 2020 Node Fetch Team, Copyright (c) 2016 Ben Holloway, Copyright (c) 2016 Denis Rul, Copyright (c) 2016 Diwank Singh Tomer, Copyright (c) 2016 Douglas Christopher Wilson, Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com, Copyright (c) 2016 Jacob Parker and Maximilian Stoiber, Copyright (c) 2016 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016 Jordan Harband, Copyright (c) 2016 Luigi Pinca and contributors, Copyright (c) 2016 Luke Edwards (https://github.com/lukeed), Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2016 Zeit, Inc., Copyright (c) 2016 present Glen Maddern and Maximilian Stoiber, Copyright (c) 2016 present Sultan Tarimo, Copyright (c) 2016 present Vercel, Inc., Copyright (c) 2016 uNmAnNeR, Copyright (c) 2016, 2018 Linus Unneback, Copyright (c) 2016, 2018-2019, 2022 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016-2017 Douglas Christopher Wilson, Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2016-2020 Node Fetch Team, Copyright (c) 2016-present Glen Maddern and Maximilian Stoiber, Copyright (c) 2016-present Sultan Tarimo, Copyright (c) 2016-present Vercel, Inc., Copyright (c) 2016-present, Facebook, Inc., Copyright (c) 2017 Alberto Leal <mailforalberto@gmail.com>, Copyright (c) 2017 Jakob Krigovsky, Copyright (c) 2017 Oleg Dutchenko <dutchenko.o.dev@gmail.com>, Copyright (c) 2017 The swc Project Developers, Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2017 Toru Nagashima, Copyright (c) 2017 present, Jon Schlinkert, Copyright (c) 2017 present, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2017, 2021 The swc Project Developers, Copyright (c) 2017, Jakob Krigovsky, Copyright (c) 2017-2018 Fredrik Nicol, Copyright (c) 2017-present, Jon Schlinkert, Copyright (c) 2017-present, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018 Eric Simons and Albert Pai, Copyright (c) 2018 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>, Copyright (c) 2018 present, React Training LLC, Copyright (c) 2018 present, Yuxi, Copyright (c) 2018 present, Yuxi (Evan) You, Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018-19 these people (https://github.com/rich-harris/devalue/graphs/contributors), Copyright (c) 2018-2019 these people (https://github.com/rich-harris/devalue/graphs/contributors), Copyright (c) 2018-present, React Training LLC, Copyright (c) 2018-present, Yuxi, Copyright (c) 2019 Alexander Reardon, Copyright (c) 2019 Conor Hastings, Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com), Copyright (c) 2019 Frederik Wessberg, Copyright (c) 2019 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019 Jordan Harband, Copyright (c) 2019 Krister Kari, Jacob Parker, and Maximilian Stoiber, Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com), Copyright (c) 2019 present Drifty Co., Copyright (c) 2019 present Eduardo San Martin Morote, Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019-present Drifty Co., Copyright (c) 2019-present Eduardo San Martin Morote, Copyright (c) 2020 Ethan Arrowood, Copyright (c) 2020 Inspect JS, Copyright (c) 2020 Jordan Harband, Copyright (c) 2020 Vercel, Inc., Copyright (c) 2020 present, Anthony, Copyright (c) 2020 present, Anthony Fu, Copyright (c) 2020, 2024-2025 Vercel, Inc., Copyright (c) 2020-2021 Remix Software Inc., Copyright (c) 2020-2022 Inspect JS, Copyright (c) 2020-present, Anthony, Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov, Copyright (c) 2021 Inspect JS, Copyright (c) 2021 The swc Project Developers, Copyright (c) 2021 present Floating UI contributors, Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov, Copyright (c) 2021-present Floating UI contributors, Copyright (c) 2022 Dr. Ing. h.c. F. Porsche AG, Copyright (c) 2022 Inspect JS, Copyright (c) 2022 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2022 Jordan Harband, Copyright (c) 2022 Naotoshi Fujita, Copyright (c) 2022 W3C(r) (MIT, ERCIM, Keio, Beihang), Copyright (c) 2022 W3C(r) (MIT, ERCIM, Keio, Beihang). W3C, Copyright (c) 2022 fz6m, Copyright (c) 2022, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2022-2023 Shopify Inc., Copyright (c) 2022-2024 Shopify Inc., Copyright (c) 2023 Jordan Harband, Copyright (c) 2024 Jordan Harband, Copyright (c) 2024 Mattias Buelens, Copyright (c) 2024 Vercel, Inc., Copyright (c) 2025 Vercel, Inc., Copyright (c) Algolia http://www.algolia.com, Copyright (c) Ben Lesh <ben@benlesh.com>, Copyright (c) Bogdan Chadkin <trysound@yandex.ru>, Copyright (c) Denis Malinochkin, Copyright (c) Emotion team and other contributors, Copyright (c) Facebook, Inc., Copyright (c) Facebook, Inc. and its affiliates, Copyright (c) Feross Aboukhadijeh, Copyright (c) Feross Aboukhadijeh (http://feross.org), Copyright (c) Feross Aboukhadijeh (https://feross.org), Copyright (c) Isaac Z. Schlueter, Copyright (c) Isaac Z. Schlueter and Contributors, Copyright (c) Jason Miller (https://jasonformat.com/), Copyright (c) Jordan Harband and contributors, Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>, Copyright (c) Luke Edwards <luke.edwards05@gmail.com>, Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com), Copyright (c) Matteo Collina and Undici contributors, Copyright (c) Meta Platforms, Inc., Copyright (c) Meta Platforms, Inc. and affiliates, Copyright (c) Meta Platforms, Inc. and its affiliates, Copyright (c) Microsoft Corporation, Copyright (c) Paul Miller (https://paulmillr.com), Copyright (c) React Training LLC 2015-2019, Copyright (c) Remix Software Inc., Copyright (c) Remix Software Inc. 2020-2021, Copyright (c) Shopify Inc. 2022-2023, Copyright (c) Shopify Inc. 2022-2024, Copyright (c) Sindre Sorhus <sindresorhus@gmail.com>, Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com), Copyright 2009, 2010, 2011 Isaac Z. Schlueter, Copyright 2009-2011 Isaac Z. Schlueter, Copyright 2009-2011 Mozilla Foundation and contributors, Copyright 2009-2011, 2014 Mozilla Foundation and contributors, Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>, Copyright 2010 - 2014 Sami Samhuri sami@samhuri.net, Copyright 2010 Gary Little gary at luxcentral.com, Copyright 2010 James Halliday (mail@substack.net), Copyright 2010, 2011, Chris Winberry <chris@winberry.net>, Copyright 2010-2011 Chris Winberry <chris@winberry.net>, Copyright 2010-2013 Sami Samhuri <sami@samhuri.net>, Copyright 2010-2014 Sami Samhuri <sami@samhuri.net>, Copyright 2011 Dave Gamache www.getskeleton.com, Copyright 2011 Mozilla Foundation and contributors, Copyright 2011 The Closure Compiler Authors, Copyright 2011 Twitter, Inc., Copyright 2011, Dave Gamache www.getskeleton.com, Copyright 2011-2012 Twitter, Inc., Copyright 2011-2019 The Bootstrap Authors, Copyright 2011-2019 Twitter, Inc., Copyright 2012 Twitter, Inc., Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>, Copyright 2013, 2017 Andrey Sitnik <andrey@sitnik.ru>, Copyright 2014 Mozilla Foundation and contributors, Copyright 2014 Simon Lydell, Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell, Copyright 2014-2018 Simon Lydell, Copyright 2015, 2017 Simon Lydell, Copyright 2016 Google Inc., Copyright 2016, 2018 Google Inc., Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>, Copyright 2017 Lovell Fuller and others, Copyright 2018 Google Inc., Copyright 2018 Rich Harris, Copyright 2019 Caleb Williamsgit, Copyright 2019 Irakli Gozalishvili, Copyright 2022 Naotoshi Fujita, Copyright 2024 Mattias Buelens, Diwank Singh Tomer and other contributors, Copyright 2024 SWC contributors, Copyright Brian White, Copyright Google Inc., Copyright Google LLC, Copyright Isaac Z. Schlueter, Copyright JS Foundation and other contributors, Copyright Joyent, Inc. and other Node contributors, copyright (c) 2012 Scott Jehl, copyright (c) 2012 Scott Jehl, Paul Irish, Nicholas Zakas, David Knight, copyright (c) 2017 present James Kyle <me@thejameskyle.com>, copyright (c) 2017-present James Kyle <me@thejameskyle.com>, copyright (c) 2020 Denis Pushkarev, copyright 2015 Toru Nagashima, copyright Oleg Isonen
1676
-
1677
- Apache-2.0
1678
- Id: 417957
1679
- ---------------------------------------------------------------------
1680
- Copyright 2011 Dave Gamache www.getskeleton.com, Copyright 2011, Dave Gamache www.getskeleton.com, Copyright 2022 Naotoshi Fujita, copyright (c) 2012 Scott Jehl, copyright (c) 2012 Scott Jehl, Paul Irish, Nicholas Zakas, David Knight, copyright Oleg Isonen, Copyright 2022 Naotoshi Fujita, copyright (c) 2012 Scott Jehl, copyright (c) 2012 Scott Jehl, Paul Irish, Nicholas Zakas, David Knight, copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2025 Cody Olsen, Copyright (c) 2019-present Drifty Co.
1681
-
1682
- MIT
1683
- Id: 417966
1684
- ---------------------------------------------------------------------
1685
- Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang).
1686
- Copyright © 2022 W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and permissive document license rules apply., Copyright 2016 Google Inc.,
1687
-
1688
- W3C-20150513
1689
- Id: 417970
1690
-
1691
- *********************************************************************
1692
- components-react
1693
- *********************************************************************
1694
- Authors:
1695
- Alberto Leal, Alex Reardon, Alexander Shtuchkin, Alexey Kryazhev, Alexey Raspopov, Algolia Inc., Algolia, Inc., Andres Suarez, Andrey Sitnik, Ben Briggs, Ben Lesh, Ben Newman, Ben Rothman, Jim Blandy, Valentin 7rulnik Semirulnik, Valentin, Blake Embrey, Bogdan Chadkin, Brian Ford, Brian White, Conor Hastings, David Frank, Denis Malinochkin, Denis Pushkarev, Denis Rul, Douglas Christopher Wilson, Dr. Ing. h.c. F. Porsche AG, Eduardo San Martin Morote, Elan Shanker, Eric Simons, Espen Hovlandsdal, Felix Boehm, Feross Aboukhadijeh, Fredrik Nicol, GitHub Inc., Glen Maddern, Google LLC, Guillaume Chau, Gulp Team, Heather Arthur, Ionic Team, Irakli Gozalishvili, Isaac Z. Schlueter, JSS Team, Jacob Ebey, Jacob Parker, Jakob Krigovsky, James Halliday, Jared Anderson, Jared Hanson, Jason Miller, Jim Blandy, Nick Fitzgerald, Nick Fitzgerald <nfitzgerald@mozilla.com>, Jon Schlinkert, Jonathan Ong, Jordan Harband, Joshua Bell, Kevin Martensson, Lea Verou, Lovell Fuller, Luke Edwards, Matteo Collina, Mattias Buelens, Microsoft Corp., Naotoshi Fujita, Nathan Friedly, Nathan Rajlich, Next.js Team, Nick Fitzgerald, Nick Fitzgerald <nfitzgerald@mozilla.com>, Nikita Skovoroda, Oleg Dutchenko, Oleg Dutchenko <dutchenko.o.wezom@gmail.com>, Oleg Slobodskoi, Paul Miller, Philip Walton, Remix Software, Rich Harris, Robert Kieffer, Roman Shtylman, Sami Samhuri, Scott Jehl, Simon Lydell, Sindre Sorhus, Sultan Tarimo, TJ Holowaychuk, The Babel Team, Thorsten Lorenz, Titus Wormer, Toru Nagashima, Twitter Inc., Wes Todd, Yorkie Neil
1696
-
1697
- Copyright (c) Microsoft Corporation
1698
-
1699
- 0BSD
1700
- Id: 417971
1701
- ---------------------------------------------------------------------
1702
- (c) 2010-2024 Google LLC. https://angular.io, (c) 2010-2025 Google LLC. https://angular.io, (c) 2019 Denis Pushkarev, (c) 2019-2020 Denis Pushkarev, (c) 2020 Anthony Fu (https://github.com/antfu), (c) 2020 Denis Pushkarev, (c) 2022 Naotoshi Fujita, (c) Algolia, Inc. and contributors, (c) Algolia, inc., (c) Bogdan Chadkin, (c) Frederik Wessberg, (c) Luke Edwards (https://lukeed.com), (c) Nathan Friedly (http://www.nfriedly.com/), (c) Paul Miller https://paulmillr.com, (c) Sindre Sorhus, (c) Sindre Sorhus (https://sindresorhus.com), (c) Sindre Sorhus (https://sindresorhus.com) and Ben Lesh (https://github.com/benlesh), (c) Sindre Sorhus (https://sindresorhus.com), Paul Miller (https://paulmillr.com), (c) Titus Wormer, COPYRIGHT (c) 2017-present James Kyle <me@thejameskyle.com>, COPYRIGHT 2017, COPYRIGHT 2017 (c) -present James Kyle <me@thejameskyle.com>, Copyright (c) 2009-2011 Mozilla Foundation and contributors, Copyright (c) 2009-2011, Mozilla Foundation and contributors, Copyright (c) 2009-2013 TJ Holowaychuk, Copyright (c) 2009-2014 TJ Holowaychuk, Copyright (c) 2009-2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2009-2016 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2010 Benjamin Thomas, Robert Kieffer, Copyright (c) 2010 Sencha Inc., Copyright (c) 2011 Alexander Shtuchkin, Copyright (c) 2011 Einar Otto Stangvik <einaros@gmail.com>, Copyright (c) 2011 Heather Arthur <fayearthur@gmail.com>, Copyright (c) 2011 LearnBoost, Copyright (c) 2011 TJ Holowaychuk, Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>, Copyright (c) 2011-2016 Heather Arthur and Josh Junon, Copyright (c) 2011-2016, Heather Arthur and Josh Junon, Copyright (c) 2011-2017 whitequark <whitequark@whitequark.org>, Copyright (c) 2012 Federico Romero, Copyright (c) 2012 Heather Arthur, Copyright (c) 2012 Isaac Z. Schlueter, Copyright (c) 2012 Lea Verou, Copyright (c) 2012 LearnBoost <tj@learnboost.com>, Copyright (c) 2012 Raynos, Copyright (c) 2012 Scott Jehl, Copyright (c) 2012 TJ Holowaychuk, Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2012-2013 TJ Holowaychuk, Copyright (c) 2012-2014 Federico Romero, Copyright (c) 2012-2014 Isaac Z. Schlueter, Copyright (c) 2012-2014 Raynos, Copyright (c) 2012-2014 Roman Shtylman, Copyright (c) 2012-2014 Roman Shtylman <shtylman@gmail.com>, Copyright (c) 2012-2014 TJ Holowaychuk, Copyright (c) 2012-2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2012-2014 by various contributors, Copyright (c) 2012-2019 Paul Miller (https://paulmillr.com), Elan Shanker, Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller (https://paulmillr.com), Copyright (c) 2012-2019 Thorsten Lorenz, Paul Miller https://paulmillr.com, Copyright (c) 2012-2023 LearnBoost <tj@learnboost.com> and other contributors, Copyright (c) 2013 Arnout Kazemier and contributors, Copyright (c) 2013 James Halliday, Copyright (c) 2013 Jonathan Ong, Copyright (c) 2013 Jonathan Ong <me@jongleberry.com>, Copyright (c) 2013 Kael Zhang <i@kael.me> , contributors http://kael.me, Copyright (c) 2013 Present Algolia, Copyright (c) 2013 Raynos, Copyright (c) 2013 Roman Shtylman, Copyright (c) 2013 TJ Holowaychuk, Copyright (c) 2013 present, Facebook, Inc., Copyright (c) 2013, 2015 present, Facebook, Inc., Copyright (c) 2013-2014 Jonathan Ong, Copyright (c) 2013-2014 Jonathan Ong <me@jongleberry.com>, Copyright (c) 2013-2014 Roman Shtylman <shtylman+expressjs@gmail.com>, Copyright (c) 2013-2014 TJ Holowaychuk, Copyright (c) 2013-2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2013-2016 present, Facebook, Inc., Copyright (c) 2013-2017 Jared Hanson, Copyright (c) 2013-2017 Jared Hanson http://jaredhanson.net/ (http://jaredhanson.net/), Copyright (c) 2013-Present Algolia, Copyright (c) 2013-present, Facebook, Inc., Copyright (c) 2014 Blake Embrey (hello@blakeembrey.com), Copyright (c) 2014 Douglas Christopher Wilson, Copyright (c) 2014 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014 Evan Wallace, Copyright (c) 2014 Federico Romero, Copyright (c) 2014 Jeremiah Senkpiel, Copyright (c) 2014 Jeremiah Senkpiel <fishrock123@rocketmail.com>, Copyright (c) 2014 Jonathan Ong, Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>, Copyright (c) 2014 Jonathan Ong me@jongleberry.com, Copyright (c) 2014 Jordan Harband, Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>, Copyright (c) 2014 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2014 present Evan, Copyright (c) 2014 present Evan You, Copyright (c) 2014 present Evan You, Eduardo San Martin Morote, Copyright (c) 2014 present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014 present Oleg Slobodskoi, Copyright (c) 2014 present Sebastian McKenzie and other contributors, Copyright (c) 2014 present, Facebook, Inc., Copyright (c) 2014 present, Jon Schlinkert, Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell, Copyright (c) 2014-2015 Douglas Christopher Wilson, Copyright (c) 2014-2015 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014-2015, 2017 present, Jon Schlinkert, Copyright (c) 2014-2016 Douglas Christopher Wilson, Copyright (c) 2014-2016 Jon Schlinkert, Copyright (c) 2014-2016 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2014-2016, 2019-2020, 2022-2024 Jordan Harband, Copyright (c) 2014-2016, Jon Schlinkert, Copyright (c) 2014-2017 Douglas Christopher Wilson, Copyright (c) 2014-2017 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014-2017 Jon Schlinkert, Copyright (c) 2014-2017, Jon Schlinkert, Copyright (c) 2014-2018 Douglas Christopher Wilson, Copyright (c) 2014-2018 Jon Schlinkert, Copyright (c) 2014-2018 Simon Lydell, Copyright (c) 2014-2018, Jon Schlinkert, Copyright (c) 2014-2020 Teambition, Copyright (c) 2014-2022 Douglas Christopher Wilson, Copyright (c) 2014-2022 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2014-2023 GitHub, Inc., Copyright (c) 2014-2024 Denis Pushkarev, Copyright (c) 2014-present Evan, Copyright (c) 2014-present Evan You, Eduardo San Martin Morote, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors, Copyright (c) 2014-present Oleg Slobodskoi, Copyright (c) 2014-present Sebastian McKenzie and other contributors, Copyright (c) 2014-present, Facebook, Inc., Copyright (c) 2014-present, Jon Schlinkert, Copyright (c) 2015 - present Microsoft Corporation, Copyright (c) 2015 Algolia, Copyright (c) 2015 Andreas Lubbe, Copyright (c) 2015 Andres Suarez <zertosh@gmail.com>, Copyright (c) 2015 Dmitry Ivanov, Copyright (c) 2015 Douglas Christopher Wilson, Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2015 JD Ballard, Copyright (c) 2015 Jed Watson, Copyright (c) 2015 Jed Watson <jed.watson@me.com>, Copyright (c) 2015 Jordan Harband, Copyright (c) 2015 Jorge Bucaran (https://github.com/JorgeBucaran), Copyright (c) 2015 Josh Junon, Copyright (c) 2015 Keyan Zhang, Copyright (c) 2015 Matteo Collina, Copyright (c) 2015 Nathan Friedly <nathan@nfriedly.com> (http://nfriedly.com/), Copyright (c) 2015 Rich Harris, Copyright (c) 2015 Rodney Rehm, Copyright (c) 2015 Tiancheng Timothy Gu, Copyright (c) 2015 Titus Wormer, Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2015 Toru Nagashima, Copyright (c) 2015 Wes Todd, Copyright (c) 2015 present Algolia, Inc., Copyright (c) 2015 present Algolia, Inc., Insigniatm (c), Copyright (c) 2015 present Jason Miller, Copyright (c) 2015 present Microsoft Corporation, Copyright (c) 2015 present, Jon Schlinkert, Copyright (c) 2015, 2017 Toru Nagashima, Copyright (c) 2015, 2019 Elan Shanker, Copyright (c) 2015, Wes Todd, Copyright (c) 2015-20 these people (https://github.com/Rich-Harris/estree-walker/graphs/contributors), Copyright (c) 2015-2016 Douglas Christopher Wilson, Copyright (c) 2015-2016 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2015-2016 Douglas Christopher Wilson doug@somethingdoug.com, Copyright (c) 2015-2017 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2015-2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors, Copyright (c) 2015-2019 React Training LLC, Copyright (c) 2015-2020 Matteo Collina <matteo.collina@gmail.com>, Copyright (c) 2015-2020 these people (https://github.com/Rich-Harris/estree-walker/graphs/contributors), Copyright (c) 2015-2020, Matteo Collina <matteo.collina@gmail.com>, Copyright (c) 2015-2022 Douglas Christopher Wilson, Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2015-2022 Douglas Christopher Wilson doug@somethingdoug.com, Copyright (c) 2015-present Algolia, Inc., Copyright (c) 2015-present Algolia, Inc., Insigniatm (c), Copyright (c) 2015-present Jason Miller, Copyright (c) 2015-present, Facebook, Inc., Copyright (c) 2015-present, Jon Schlinkert, Copyright (c) 2016 - 2020 Node Fetch Team, Copyright (c) 2016 Ben Holloway, Copyright (c) 2016 Denis Rul, Copyright (c) 2016 Diwank Singh Tomer, Copyright (c) 2016 Douglas Christopher Wilson, Copyright (c) 2016 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2016 Douglas Christopher Wilson doug@somethingdoug.com, Copyright (c) 2016 Jacob Parker and Maximilian Stoiber, Copyright (c) 2016 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016 Jordan Harband, Copyright (c) 2016 Luigi Pinca and contributors, Copyright (c) 2016 Luke Edwards (https://github.com/lukeed), Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2016 Zeit, Inc., Copyright (c) 2016 present Glen Maddern and Maximilian Stoiber, Copyright (c) 2016 present Sultan Tarimo, Copyright (c) 2016 present Vercel, Inc., Copyright (c) 2016 uNmAnNeR, Copyright (c) 2016, 2018 Linus Unneback, Copyright (c) 2016, 2018-2019, 2022 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2016-2017 Douglas Christopher Wilson, Copyright (c) 2016-2017 Douglas Christopher Wilson <doug@somethingdoug.com>, Copyright (c) 2016-2020 Node Fetch Team, Copyright (c) 2016-present Glen Maddern and Maximilian Stoiber, Copyright (c) 2016-present Sultan Tarimo, Copyright (c) 2016-present Vercel, Inc., Copyright (c) 2016-present, Facebook, Inc., Copyright (c) 2017 Alberto Leal <mailforalberto@gmail.com>, Copyright (c) 2017 Jakob Krigovsky, Copyright (c) 2017 Oleg Dutchenko <dutchenko.o.dev@gmail.com>, Copyright (c) 2017 The swc Project Developers, Copyright (c) 2017 Titus Wormer <tituswormer@gmail.com>, Copyright (c) 2017 Toru Nagashima, Copyright (c) 2017 present, Jon Schlinkert, Copyright (c) 2017 present, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2017, 2021 The swc Project Developers, Copyright (c) 2017, Jakob Krigovsky, Copyright (c) 2017-2018 Fredrik Nicol, Copyright (c) 2017-present, Jon Schlinkert, Copyright (c) 2017-present, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018 Eric Simons and Albert Pai, Copyright (c) 2018 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018 Nikita Skovoroda <chalkerx@gmail.com>, Copyright (c) 2018 present, React Training LLC, Copyright (c) 2018 present, Yuxi, Copyright (c) 2018 present, Yuxi (Evan) You, Copyright (c) 2018, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2018-19 these people (https://github.com/rich-harris/devalue/graphs/contributors), Copyright (c) 2018-2019 these people (https://github.com/rich-harris/devalue/graphs/contributors), Copyright (c) 2018-present, React Training LLC, Copyright (c) 2018-present, Yuxi, Copyright (c) 2019 Alexander Reardon, Copyright (c) 2019 Conor Hastings, Copyright (c) 2019 Elan Shanker, Paul Miller (https://paulmillr.com), Copyright (c) 2019 Frederik Wessberg, Copyright (c) 2019 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019 Jordan Harband, Copyright (c) 2019 Krister Kari, Jacob Parker, and Maximilian Stoiber, Copyright (c) 2019 Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Paul Miller (https://paulmillr.com), Copyright (c) 2019 present Drifty Co., Copyright (c) 2019 present Eduardo San Martin Morote, Copyright (c) 2019, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2019-present Drifty Co., Copyright (c) 2019-present Eduardo San Martin Morote, Copyright (c) 2020 Ethan Arrowood, Copyright (c) 2020 Inspect JS, Copyright (c) 2020 Jordan Harband, Copyright (c) 2020 Vercel, Inc., Copyright (c) 2020 present, Anthony, Copyright (c) 2020 present, Anthony Fu, Copyright (c) 2020, 2024-2025 Vercel, Inc., Copyright (c) 2020-2021 Remix Software Inc., Copyright (c) 2020-2022 Inspect JS, Copyright (c) 2020-present, Anthony, Copyright (c) 2021 Alexey Raspopov, Kostiantyn Denysov, Anton Verinov, Copyright (c) 2021 Inspect JS, Copyright (c) 2021 The swc Project Developers, Copyright (c) 2021 present Floating UI contributors, Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov, Copyright (c) 2021-present Floating UI contributors, Copyright (c) 2022 Dr. Ing. h.c. F. Porsche AG, Copyright (c) 2022 Inspect JS, Copyright (c) 2022 Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2022 Jordan Harband, Copyright (c) 2022 Naotoshi Fujita, Copyright (c) 2022 W3C(r) (MIT, ERCIM, Keio, Beihang), Copyright (c) 2022 W3C(r) (MIT, ERCIM, Keio, Beihang). W3C, Copyright (c) 2022 fz6m, Copyright (c) 2022, Jon Schlinkert (https://github.com/jonschlinkert), Copyright (c) 2022-2023 Shopify Inc., Copyright (c) 2022-2024 Shopify Inc., Copyright (c) 2023 Jordan Harband, Copyright (c) 2024 Jordan Harband, Copyright (c) 2024 Mattias Buelens, Copyright (c) 2024 Vercel, Inc., Copyright (c) 2025 Vercel, Inc., Copyright (c) Algolia http://www.algolia.com, Copyright (c) Ben Lesh <ben@benlesh.com>, Copyright (c) Bogdan Chadkin <trysound@yandex.ru>, Copyright (c) Denis Malinochkin, Copyright (c) Emotion team and other contributors, Copyright (c) Facebook, Inc., Copyright (c) Facebook, Inc. and its affiliates, Copyright (c) Feross Aboukhadijeh, Copyright (c) Feross Aboukhadijeh (http://feross.org), Copyright (c) Feross Aboukhadijeh (https://feross.org), Copyright (c) Isaac Z. Schlueter, Copyright (c) Isaac Z. Schlueter and Contributors, Copyright (c) Jason Miller (https://jasonformat.com/), Copyright (c) Jordan Harband and contributors, Copyright (c) Kevin Martensson <kevinmartensson@gmail.com>, Copyright (c) Luke Edwards <luke.edwards05@gmail.com>, Copyright (c) Luke Edwards <luke.edwards05@gmail.com> (https://lukeed.com), Copyright (c) Matteo Collina and Undici contributors, Copyright (c) Meta Platforms, Inc., Copyright (c) Meta Platforms, Inc. and affiliates, Copyright (c) Meta Platforms, Inc. and its affiliates, Copyright (c) Microsoft Corporation, Copyright (c) Paul Miller (https://paulmillr.com), Copyright (c) React Training LLC 2015-2019, Copyright (c) Remix Software Inc., Copyright (c) Remix Software Inc. 2020-2021, Copyright (c) Shopify Inc. 2022-2023, Copyright (c) Shopify Inc. 2022-2024, Copyright (c) Sindre Sorhus <sindresorhus@gmail.com>, Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com), Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com), Copyright 2009, 2010, 2011 Isaac Z. Schlueter, Copyright 2009-2011 Isaac Z. Schlueter, Copyright 2009-2011 Mozilla Foundation and contributors, Copyright 2009-2011, 2014 Mozilla Foundation and contributors, Copyright 2010 - 2013 Sami Samhuri <sami@samhuri.net>, Copyright 2010 - 2014 Sami Samhuri sami@samhuri.net, Copyright 2010 Gary Little gary at luxcentral.com, Copyright 2010 James Halliday (mail@substack.net), Copyright 2010, 2011, Chris Winberry <chris@winberry.net>, Copyright 2010-2011 Chris Winberry <chris@winberry.net>, Copyright 2010-2013 Sami Samhuri <sami@samhuri.net>, Copyright 2010-2014 Sami Samhuri <sami@samhuri.net>, Copyright 2011 Dave Gamache www.getskeleton.com, Copyright 2011 Mozilla Foundation and contributors, Copyright 2011 The Closure Compiler Authors, Copyright 2011 Twitter, Inc., Copyright 2011, Dave Gamache www.getskeleton.com, Copyright 2011-2012 Twitter, Inc., Copyright 2011-2019 The Bootstrap Authors, Copyright 2011-2019 Twitter, Inc., Copyright 2012 Twitter, Inc., Copyright 2013 Andrey Sitnik <andrey@sitnik.ru>, Copyright 2013, 2017 Andrey Sitnik <andrey@sitnik.ru>, Copyright 2014 Mozilla Foundation and contributors, Copyright 2014 Simon Lydell, Copyright 2014, 2015, 2016, 2017, 2018 Simon Lydell, Copyright 2014-2018 Simon Lydell, Copyright 2015, 2017 Simon Lydell, Copyright 2016 Google Inc., Copyright 2016, 2018 Google Inc., Copyright 2017 Andrey Sitnik <andrey@sitnik.ru>, Copyright 2017 Lovell Fuller and others, Copyright 2018 Google Inc., Copyright 2018 Rich Harris, Copyright 2019 Caleb Williamsgit, Copyright 2019 Irakli Gozalishvili, Copyright 2022 Naotoshi Fujita, Copyright 2024 Mattias Buelens, Diwank Singh Tomer and other contributors, Copyright 2024 SWC contributors, Copyright Brian White, Copyright Google Inc., Copyright Google LLC, Copyright Isaac Z. Schlueter, Copyright JS Foundation and other contributors, Copyright Joyent, Inc. and other Node contributors, copyright (c) 2012 Scott Jehl, copyright (c) 2012 Scott Jehl, Paul Irish, Nicholas Zakas, David Knight, copyright (c) 2017 present James Kyle <me@thejameskyle.com>, copyright (c) 2017-present James Kyle <me@thejameskyle.com>, copyright (c) 2020 Denis Pushkarev, copyright 2015 Toru Nagashima, copyright Oleg Isonen
1703
-
1704
- Apache-2.0
1705
- Id: 417972
1706
- ---------------------------------------------------------------------
1707
- Copyright 2011 Dave Gamache www.getskeleton.com, Copyright 2011, Dave Gamache www.getskeleton.com, Copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present, Copyright (c) 2014-present Oleg Isonen (Slobodskoi) & contributors
1708
-
1709
- MIT
1710
- Id: 417981
1640
+ Id: 470468
1711
1641
 
1712
1642
  *********************************************************************
1713
1643
  splide
@@ -1718,7 +1648,7 @@ Naotoshi Fujita
1718
1648
  (c) 2022 Naotoshi Fujita, Copyright (c) 2022 Naotoshi Fujita, Copyright 2022 Naotoshi Fujita
1719
1649
 
1720
1650
  MIT
1721
- Id: 417986
1651
+ Id: 470469
1722
1652
 
1723
1653
  *********************************************************************
1724
1654
  sdk
@@ -1729,7 +1659,7 @@ Eric Simons, Eric Simons homepage' https://github.com/stackblitz/sdk
1729
1659
  Copyright (c) 2018 Eric Simons and Albert Pai
1730
1660
 
1731
1661
  MIT
1732
- Id: 417987
1662
+ Id: 470470
1733
1663
 
1734
1664
  *********************************************************************
1735
1665
  core
@@ -1741,23 +1671,23 @@ Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
1741
1671
  Copyright (c) 2014 The Polymer Authors. All rights reserved.
1742
1672
 
1743
1673
  BSD-3-Clause
1744
- Id: 417988
1674
+ Id: 470471
1745
1675
  ---------------------------------------------------------------------
1746
1676
 
1747
1677
 
1748
1678
  CC0-1.0
1749
- Id: 417989
1679
+ Id: 470472
1750
1680
  ---------------------------------------------------------------------
1751
1681
  Copyright (c) 2016 The Polymer Project Authors. All rights reserved.
1752
1682
  Copyright (c) 2014 The Polymer Authors. All rights reserved.
1753
1683
 
1754
1684
  LicenseRef-scancode-google-patent-license-golang
1755
- Id: 417990
1685
+ Id: 470473
1756
1686
  ---------------------------------------------------------------------
1757
1687
  (c) 2019 Denis Pushkarev, (c) 2019-2020 Denis Pushkarev, (c) 2020 Denis Pushkarev, Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca>, Copyright (c) 2019 present Drifty Co., Copyright (c) 2019-present Drifty Co., Copyright Google Inc.
1758
1688
 
1759
1689
  MIT
1760
- Id: 417991
1690
+ Id: 470474
1761
1691
 
1762
1692
  *********************************************************************
1763
1693
  helpers
@@ -1768,73 +1698,55 @@ gangdongyun <kdy1997.dev@gmail.com> license' Apache-2.0 bugs' url' https://githu
1768
1698
  Copyright 2024 SWC contributors
1769
1699
 
1770
1700
  Apache-2.0
1771
- Id: 417992
1701
+ Id: 470475
1772
1702
 
1773
1703
  *********************************************************************
1774
1704
  dom-speech-recognition
1775
1705
  *********************************************************************
1776
- Authors:
1777
- Hana Joo (https://github.com/h-joo), Jan Kuehle (https://github.com/frigus02), and Martin Probst (https://github.com/mprobst)
1778
-
1779
1706
  Copyright (c) Microsoft Corporation
1780
1707
 
1781
1708
  MIT
1782
- Id: 417993
1709
+ Id: 470505
1783
1710
 
1784
1711
  *********************************************************************
1785
1712
  google.maps
1786
1713
  *********************************************************************
1787
- Authors:
1788
- Ken Nevarez (https://github.com/kwnevarez), and Angela Yu (https://github.com/wangela), the DrawingManager Specify
1789
-
1790
1714
  Copyright (c) Microsoft Corporation
1791
1715
 
1792
1716
  MIT
1793
- Id: 417994
1717
+ Id: 470488
1794
1718
 
1795
1719
  *********************************************************************
1796
1720
  hast
1797
1721
  *********************************************************************
1798
- Authors:
1799
- lukeggchapman (https://github.com/lukeggchapman), Junyoung Choi (https://github.com/rokt33r), and Christian Murphy (https://github.com/ChristianMurphy)
1800
-
1801
1722
  Copyright (c) Microsoft Corporation
1802
1723
 
1803
1724
  MIT
1804
- Id: 417995
1725
+ Id: 470494
1805
1726
 
1806
1727
  *********************************************************************
1807
1728
  hogan.js
1808
1729
  *********************************************************************
1809
- Authors:
1810
- Andrew Leedham (https://github.com/AndrewLeedham)
1811
-
1812
1730
  Copyright (c) Microsoft Corporation
1813
1731
 
1814
1732
  MIT
1815
- Id: 417996
1733
+ Id: 470498
1816
1734
 
1817
1735
  *********************************************************************
1818
1736
  qs
1819
1737
  *********************************************************************
1820
- Authors:
1821
- Roman Korneev (https://github.com/RWander), Leon Yu (https://github.com/leonyu), Belinda Teh (https://github.com/tehbelinda), Melvin Lee (https://github.com/zyml), Arturs Vonda (https://github.com/artursvonda), Carlos Bonetti (https://github.com/CarlosBonetti), Dan Smith (https://github.com/dpsmith3), Hunter Perrin (https://github.com/hperrin), and Jordan Harband (https://github.com/ljharb)
1822
-
1823
1738
  Copyright (c) Microsoft Corporation
1824
1739
 
1825
1740
  MIT
1826
- Id: 417997
1741
+ Id: 470499
1827
1742
 
1828
1743
  *********************************************************************
1829
1744
  unist
1830
1745
  *********************************************************************
1831
- Authors:
1832
- bizen241 (https://github.com/bizen241), Jun Lu (https://github.com/lujun2)
1833
-
1834
1746
  Copyright (c) Microsoft Corporation
1835
1747
 
1836
1748
  MIT
1837
- Id: 417998
1749
+ Id: 470511
1838
1750
 
1839
1751
  *********************************************************************
1840
1752
  template-shadowroot
@@ -1846,7 +1758,7 @@ Copyright (c) 2021 Google LLC., All rights reserved..
1846
1758
  Copyright 2019 Google LLC, Copyright 2019-2020 Google LLC, Copyright 2020 Google LLC
1847
1759
 
1848
1760
  BSD-3-Clause
1849
- Id: 417999
1761
+ Id: 470476
1850
1762
 
1851
1763
 
1852
1764
  ---------------------------------------------------------------------
@@ -1859,7 +1771,7 @@ Appendix:
1859
1771
 
1860
1772
  Apache-2.0
1861
1773
 
1862
- Ids: 417816, 417833, 417947, 417948, 417992
1774
+ Ids: 470334, 470351, 470475
1863
1775
 
1864
1776
  =====================================================================
1865
1777
 
@@ -2069,7 +1981,7 @@ Ids: 417816, 417833, 417947, 417948, 417992
2069
1981
 
2070
1982
  Apache-2.0
2071
1983
 
2072
- Ids: 418003
1984
+ Ids: 470495
2073
1985
 
2074
1986
  =====================================================================
2075
1987
 
@@ -2280,7 +2192,7 @@ Connected to: https://github.com/google/closure-compiler/blob/master/src/com/goo
2280
2192
 
2281
2193
  MIT
2282
2194
 
2283
- Ids: 417797, 417798, 417799, 417800, 417802, 417803, 417804, 417805, 417806, 417807, 417808, 417809, 417810, 417811, 417812, 417813, 417814, 417815, 417817, 417818, 417820, 417821, 417822, 417824, 417825, 417826, 417835, 417836, 417837, 417838, 417841, 417842, 417843, 417844, 417845, 417846, 417847, 417848, 417849, 417850, 417851, 417852, 417853, 417854, 417855, 417856, 417857, 417858, 417859, 417861, 417862, 417863, 417864, 417865, 417866, 417867, 417868, 417869, 417870, 417875, 417876, 417877, 417879, 417880, 417881, 417882, 417883, 417887, 417888, 417889, 417890, 417891, 417892, 417893, 417894, 417895, 417896, 417897, 417898, 417899, 417900, 417901, 417907, 417908, 417909, 417911, 417912, 417913, 417914, 417915, 417917, 417918, 417919, 417920, 417921, 417922, 417923, 417924, 417925, 417926, 417927, 417928, 417929, 417930, 417931, 417932, 417933, 417934, 417935, 417936, 417937, 417938, 417939, 417940, 417941, 417942, 417949, 417950, 417951, 417952, 417953, 417954, 417986, 417987, 417993, 417994, 417995, 417996, 417997, 417998
2195
+ Ids: 470319, 470320, 470321, 470322, 470324, 470325, 470326, 470327, 470328, 470329, 470330, 470331, 470332, 470333, 470335, 470336, 470338, 470339, 470340, 470342, 470343, 470344, 470352, 470353, 470354, 470357, 470358, 470359, 470360, 470361, 470362, 470363, 470364, 470365, 470366, 470367, 470368, 470369, 470370, 470371, 470372, 470373, 470374, 470375, 470377, 470378, 470379, 470380, 470381, 470382, 470383, 470384, 470389, 470390, 470391, 470393, 470394, 470395, 470396, 470397, 470401, 470402, 470403, 470404, 470405, 470406, 470407, 470408, 470409, 470410, 470411, 470412, 470413, 470414, 470415, 470421, 470422, 470424, 470425, 470426, 470427, 470428, 470430, 470431, 470432, 470433, 470434, 470435, 470436, 470437, 470438, 470439, 470440, 470441, 470442, 470443, 470444, 470445, 470446, 470447, 470448, 470449, 470450, 470451, 470452, 470453, 470454, 470455, 470462, 470463, 470464, 470465, 470466, 470467, 470469, 470470, 470478, 470480, 470481, 470488, 470489, 470491, 470492, 470494, 470498, 470499, 470500, 470505, 470506, 470511
2284
2196
 
2285
2197
  =====================================================================
2286
2198
 
@@ -2307,7 +2219,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2307
2219
 
2308
2220
  ISC
2309
2221
 
2310
- Ids: 417819, 417823, 417878, 417902
2222
+ Ids: 470337, 470341, 470392, 470416
2311
2223
 
2312
2224
  =====================================================================
2313
2225
 
@@ -2327,7 +2239,7 @@ THIS SOFTWARE.
2327
2239
 
2328
2240
  0BSD
2329
2241
 
2330
- Ids: 417916
2242
+ Ids: 470429
2331
2243
 
2332
2244
  =====================================================================
2333
2245
 
@@ -2346,7 +2258,7 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
2346
2258
 
2347
2259
  BSD-3-Clause
2348
2260
 
2349
- Ids: 417860, 417886, 417955, 417999
2261
+ Ids: 470376, 470400, 470468, 470476
2350
2262
 
2351
2263
  =====================================================================
2352
2264
 
@@ -2378,7 +2290,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2378
2290
 
2379
2291
  BSD-3-Clause
2380
2292
 
2381
- Ids: 417834
2293
+ Ids: 470490
2382
2294
 
2383
2295
  =====================================================================
2384
2296
 
@@ -2410,7 +2322,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2410
2322
 
2411
2323
  MIT
2412
2324
 
2413
- Ids: 417885
2325
+ Ids: 470399
2414
2326
 
2415
2327
  =====================================================================
2416
2328
 
@@ -2438,7 +2350,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2438
2350
 
2439
2351
  BSD-3-Clause-Variant
2440
2352
 
2441
- Ids: 418004
2353
+ Ids: 470502
2442
2354
 
2443
2355
  =====================================================================
2444
2356
 
@@ -2472,7 +2384,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2472
2384
 
2473
2385
  BSD-3-Clause
2474
2386
 
2475
- Ids: 417910
2387
+ Ids: 470423
2476
2388
 
2477
2389
  =====================================================================
2478
2390
 
@@ -2506,7 +2418,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2506
2418
 
2507
2419
  W3C-20150513
2508
2420
 
2509
- Ids: 417840
2421
+ Ids: 470356
2510
2422
 
2511
2423
  =====================================================================
2512
2424
 
@@ -2561,7 +2473,7 @@ Notes
2561
2473
 
2562
2474
  Apache-2.0
2563
2475
 
2564
- Ids: 417839
2476
+ Ids: 470355
2565
2477
 
2566
2478
  =====================================================================
2567
2479
 
@@ -2772,7 +2684,7 @@ Referenced in: https://github.com/GoogleChromeLabs/intersection-observer/blob/a7
2772
2684
 
2773
2685
  MIT
2774
2686
 
2775
- Ids: 417796
2687
+ Ids: 470318
2776
2688
 
2777
2689
  =====================================================================
2778
2690
 
@@ -2800,7 +2712,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2800
2712
 
2801
2713
  ISC
2802
2714
 
2803
- Ids: 417795
2715
+ Ids: 470317
2804
2716
 
2805
2717
  =====================================================================
2806
2718
 
@@ -2821,7 +2733,7 @@ THIS SOFTWARE.
2821
2733
 
2822
2734
  MIT
2823
2735
 
2824
- Ids: 417991
2736
+ Ids: 470474
2825
2737
 
2826
2738
  =====================================================================
2827
2739
 
@@ -2849,7 +2761,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2849
2761
 
2850
2762
  CC0-1.0
2851
2763
 
2852
- Ids: 417989
2764
+ Ids: 470472
2853
2765
 
2854
2766
  =====================================================================
2855
2767
 
@@ -2986,7 +2898,7 @@ express Statement of Purpose.
2986
2898
 
2987
2899
  BSD-3-Clause
2988
2900
 
2989
- Ids: 417988
2901
+ Ids: 470471
2990
2902
 
2991
2903
  =====================================================================
2992
2904
 
@@ -3030,7 +2942,7 @@ THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3030
2942
 
3031
2943
  LicenseRef-scancode-google-patent-license-golang
3032
2944
 
3033
- Ids: 417990
2945
+ Ids: 470473
3034
2946
 
3035
2947
  =====================================================================
3036
2948
 
@@ -3077,7 +2989,7 @@ such litigation is filed.
3077
2989
 
3078
2990
  Apache-2.0
3079
2991
 
3080
- Ids: 418000
2992
+ Ids: 470484
3081
2993
 
3082
2994
  =====================================================================
3083
2995
 
@@ -3288,7 +3200,7 @@ Referenced in: https://github.com/twitter/hogan.js/blob/v3.0.2/LICENSE
3288
3200
 
3289
3201
  MIT
3290
3202
 
3291
- Ids: 418001
3203
+ Ids: 470477
3292
3204
 
3293
3205
  =====================================================================
3294
3206
 
@@ -3324,7 +3236,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3324
3236
 
3325
3237
  MIT
3326
3238
 
3327
- Ids: 417873
3239
+ Ids: 470387
3328
3240
 
3329
3241
  =====================================================================
3330
3242
 
@@ -3352,7 +3264,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3352
3264
 
3353
3265
  Apache-2.0
3354
3266
 
3355
- Ids: 417871
3267
+ Ids: 470385
3356
3268
 
3357
3269
  =====================================================================
3358
3270
 
@@ -3563,7 +3475,7 @@ Referenced in: https://github.com/vercel/next.js/blob/v15.4.2/packages/next/src/
3563
3475
 
3564
3476
  ISC
3565
3477
 
3566
- Ids: 417872
3478
+ Ids: 470386
3567
3479
 
3568
3480
  =====================================================================
3569
3481
 
@@ -3584,7 +3496,7 @@ THIS SOFTWARE.
3584
3496
 
3585
3497
  MPL-2.0
3586
3498
 
3587
- Ids: 417874
3499
+ Ids: 470388
3588
3500
 
3589
3501
  =====================================================================
3590
3502
 
@@ -3967,7 +3879,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
3967
3879
 
3968
3880
  BSD-3-Clause
3969
3881
 
3970
- Ids: 417884
3882
+ Ids: 470398
3971
3883
 
3972
3884
  =====================================================================
3973
3885
 
@@ -4003,581 +3915,9 @@ ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
4003
3915
  SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
4004
3916
  =====================================================================
4005
3917
 
4006
- Apache-2.0
4007
-
4008
- Ids: 417957
4009
-
4010
- =====================================================================
4011
-
4012
- Referenced in: package/jsdom-polyfill/index.cjs of https://registry.npmjs.org/@porsche-design-system/components-js/-/components-js-3.32.0-rc.1.tgz
4013
-
4014
- Apache License
4015
- Version 2.0, January 2004
4016
- http://www.apache.org/licenses/
4017
-
4018
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4019
-
4020
- 1. Definitions.
4021
-
4022
- "License" shall mean the terms and conditions for use, reproduction,
4023
- and distribution as defined by Sections 1 through 9 of this document.
4024
-
4025
- "Licensor" shall mean the copyright owner or entity authorized by
4026
- the copyright owner that is granting the License.
4027
-
4028
- "Legal Entity" shall mean the union of the acting entity and all
4029
- other entities that control, are controlled by, or are under common
4030
- control with that entity. For the purposes of this definition,
4031
- "control" means (i) the power, direct or indirect, to cause the
4032
- direction or management of such entity, whether by contract or
4033
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4034
- outstanding shares, or (iii) beneficial ownership of such entity.
4035
-
4036
- "You" (or "Your") shall mean an individual or Legal Entity
4037
- exercising permissions granted by this License.
4038
-
4039
- "Source" form shall mean the preferred form for making modifications,
4040
- including but not limited to software source code, documentation
4041
- source, and configuration files.
4042
-
4043
- "Object" form shall mean any form resulting from mechanical
4044
- transformation or translation of a Source form, including but
4045
- not limited to compiled object code, generated documentation,
4046
- and conversions to other media types.
4047
-
4048
- "Work" shall mean the work of authorship, whether in Source or
4049
- Object form, made available under the License, as indicated by a
4050
- copyright notice that is included in or attached to the work
4051
- (an example is provided in the Appendix below).
4052
-
4053
- "Derivative Works" shall mean any work, whether in Source or Object
4054
- form, that is based on (or derived from) the Work and for which the
4055
- editorial revisions, annotations, elaborations, or other modifications
4056
- represent, as a whole, an original work of authorship. For the purposes
4057
- of this License, Derivative Works shall not include works that remain
4058
- separable from, or merely link (or bind by name) to the interfaces of,
4059
- the Work and Derivative Works thereof.
4060
-
4061
- "Contribution" shall mean any work of authorship, including
4062
- the original version of the Work and any modifications or additions
4063
- to that Work or Derivative Works thereof, that is intentionally
4064
- submitted to Licensor for inclusion in the Work by the copyright owner
4065
- or by an individual or Legal Entity authorized to submit on behalf of
4066
- the copyright owner. For the purposes of this definition, "submitted"
4067
- means any form of electronic, verbal, or written communication sent
4068
- to the Licensor or its representatives, including but not limited to
4069
- communication on electronic mailing lists, source code control systems,
4070
- and issue tracking systems that are managed by, or on behalf of, the
4071
- Licensor for the purpose of discussing and improving the Work, but
4072
- excluding communication that is conspicuously marked or otherwise
4073
- designated in writing by the copyright owner as "Not a Contribution."
4074
-
4075
- "Contributor" shall mean Licensor and any individual or Legal Entity
4076
- on behalf of whom a Contribution has been received by Licensor and
4077
- subsequently incorporated within the Work.
4078
-
4079
- 2. Grant of Copyright License. Subject to the terms and conditions of
4080
- this License, each Contributor hereby grants to You a perpetual,
4081
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4082
- copyright license to reproduce, prepare Derivative Works of,
4083
- publicly display, publicly perform, sublicense, and distribute the
4084
- Work and such Derivative Works in Source or Object form.
4085
-
4086
- 3. Grant of Patent License. Subject to the terms and conditions of
4087
- this License, each Contributor hereby grants to You a perpetual,
4088
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4089
- (except as stated in this section) patent license to make, have made,
4090
- use, offer to sell, sell, import, and otherwise transfer the Work,
4091
- where such license applies only to those patent claims licensable
4092
- by such Contributor that are necessarily infringed by their
4093
- Contribution(s) alone or by combination of their Contribution(s)
4094
- with the Work to which such Contribution(s) was submitted. If You
4095
- institute patent litigation against any entity (including a
4096
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4097
- or a Contribution incorporated within the Work constitutes direct
4098
- or contributory patent infringement, then any patent licenses
4099
- granted to You under this License for that Work shall terminate
4100
- as of the date such litigation is filed.
4101
-
4102
- 4. Redistribution. You may reproduce and distribute copies of the
4103
- Work or Derivative Works thereof in any medium, with or without
4104
- modifications, and in Source or Object form, provided that You
4105
- meet the following conditions:
4106
-
4107
- (a) You must give any other recipients of the Work or
4108
- Derivative Works a copy of this License; and
4109
-
4110
- (b) You must cause any modified files to carry prominent notices
4111
- stating that You changed the files; and
4112
-
4113
- (c) You must retain, in the Source form of any Derivative Works
4114
- that You distribute, all copyright, patent, trademark, and
4115
- attribution notices from the Source form of the Work,
4116
- excluding those notices that do not pertain to any part of
4117
- the Derivative Works; and
4118
-
4119
- (d) If the Work includes a "NOTICE" text file as part of its
4120
- distribution, then any Derivative Works that You distribute must
4121
- include a readable copy of the attribution notices contained
4122
- within such NOTICE file, excluding those notices that do not
4123
- pertain to any part of the Derivative Works, in at least one
4124
- of the following places: within a NOTICE text file distributed
4125
- as part of the Derivative Works; within the Source form or
4126
- documentation, if provided along with the Derivative Works; or,
4127
- within a display generated by the Derivative Works, if and
4128
- wherever such third-party notices normally appear. The contents
4129
- of the NOTICE file are for informational purposes only and
4130
- do not modify the License. You may add Your own attribution
4131
- notices within Derivative Works that You distribute, alongside
4132
- or as an addendum to the NOTICE text from the Work, provided
4133
- that such additional attribution notices cannot be construed
4134
- as modifying the License.
4135
-
4136
- You may add Your own copyright statement to Your modifications and
4137
- may provide additional or different license terms and conditions
4138
- for use, reproduction, or distribution of Your modifications, or
4139
- for any such Derivative Works as a whole, provided Your use,
4140
- reproduction, and distribution of the Work otherwise complies with
4141
- the conditions stated in this License.
4142
-
4143
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4144
- any Contribution intentionally submitted for inclusion in the Work
4145
- by You to the Licensor shall be under the terms and conditions of
4146
- this License, without any additional terms or conditions.
4147
- Notwithstanding the above, nothing herein shall supersede or modify
4148
- the terms of any separate license agreement you may have executed
4149
- with Licensor regarding such Contributions.
4150
-
4151
- 6. Trademarks. This License does not grant permission to use the trade
4152
- names, trademarks, service marks, or product names of the Licensor,
4153
- except as required for reasonable and customary use in describing the
4154
- origin of the Work and reproducing the content of the NOTICE file.
4155
-
4156
- 7. Disclaimer of Warranty. Unless required by applicable law or
4157
- agreed to in writing, Licensor provides the Work (and each
4158
- Contributor provides its Contributions) on an "AS IS" BASIS,
4159
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4160
- implied, including, without limitation, any warranties or conditions
4161
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4162
- PARTICULAR PURPOSE. You are solely responsible for determining the
4163
- appropriateness of using or redistributing the Work and assume any
4164
- risks associated with Your exercise of permissions under this License.
4165
-
4166
- 8. Limitation of Liability. In no event and under no legal theory,
4167
- whether in tort (including negligence), contract, or otherwise,
4168
- unless required by applicable law (such as deliberate and grossly
4169
- negligent acts) or agreed to in writing, shall any Contributor be
4170
- liable to You for damages, including any direct, indirect, special,
4171
- incidental, or consequential damages of any character arising as a
4172
- result of this License or out of the use or inability to use the
4173
- Work (including but not limited to damages for loss of goodwill,
4174
- work stoppage, computer failure or malfunction, or any and all
4175
- other commercial damages or losses), even if such Contributor
4176
- has been advised of the possibility of such damages.
4177
-
4178
- 9. Accepting Warranty or Additional Liability. While redistributing
4179
- the Work or Derivative Works thereof, You may choose to offer,
4180
- and charge a fee for, acceptance of support, warranty, indemnity,
4181
- or other liability obligations and/or rights consistent with this
4182
- License. However, in accepting such obligations, You may act only
4183
- on Your own behalf and on Your sole responsibility, not on behalf
4184
- of any other Contributor, and only if You agree to indemnify,
4185
- defend, and hold each Contributor harmless for any liability
4186
- incurred by, or claims asserted against, such Contributor by reason
4187
- of your accepting any such warranty or additional liability.
4188
-
4189
- END OF TERMS AND CONDITIONS
4190
-
4191
- APPENDIX: How to apply the Apache License to your work.
4192
-
4193
- To apply the Apache License to your work, attach the following
4194
- boilerplate notice, with the fields enclosed by brackets "[]"
4195
- replaced with your own identifying information. (Don't include
4196
- the brackets!) The text should be enclosed in the appropriate
4197
- comment syntax for the file format. We also recommend that a
4198
- file or class name and description of purpose be included on the
4199
- same "printed page" as the copyright notice for easier
4200
- identification within third-party archives.
4201
-
4202
- Copyright [yyyy] [name of copyright owner]
4203
-
4204
- Licensed under the Apache License, Version 2.0 (the "License");
4205
- you may not use this file except in compliance with the License.
4206
- You may obtain a copy of the License at
4207
-
4208
- http://www.apache.org/licenses/LICENSE-2.0
4209
-
4210
- Unless required by applicable law or agreed to in writing, software
4211
- distributed under the License is distributed on an "AS IS" BASIS,
4212
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4213
- See the License for the specific language governing permissions and
4214
- limitations under the License.
4215
- =====================================================================
4216
-
4217
- MIT
4218
-
4219
- Ids: 417966
4220
-
4221
- =====================================================================
4222
-
4223
- Referenced in: package/jsdom-polyfill/index.cjs of https://registry.npmjs.org/@porsche-design-system/components-js/-/components-js-3.32.0-rc.1.tgz
4224
-
4225
- Permission is hereby granted, free of charge, to any person obtaining
4226
- a copy of this software and associated documentation files (the
4227
- "Software"), to deal in the Software without restriction, including
4228
- without limitation the rights to use, copy, modify, merge, publish,
4229
- distribute, sublicense, and/or sell copies of the Software, and to
4230
- permit persons to whom the Software is furnished to do so, subject to
4231
- the following conditions:
4232
-
4233
- The above copyright notice and this permission notice shall be
4234
- included in all copies or substantial portions of the Software.
4235
-
4236
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4237
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4238
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4239
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4240
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4241
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4242
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4243
- =====================================================================
4244
-
4245
- 0BSD
4246
-
4247
- Ids: 417956
4248
-
4249
- =====================================================================
4250
-
4251
- Referenced in: package/jsdom-polyfill/index.cjs of https://registry.npmjs.org/@porsche-design-system/components-js/-/components-js-3.32.0-rc.1.tgz
4252
-
4253
- Permission to use, copy, modify, and/or distribute this software for any
4254
- purpose with or without fee is hereby granted.
4255
-
4256
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4257
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4258
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4259
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4260
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4261
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4262
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4263
- =====================================================================
4264
-
4265
- W3C-20150513
4266
-
4267
- Ids: 417970
4268
-
4269
- =====================================================================
4270
-
4271
- Referenced in: package/jsdom-polyfill/index.cjs of https://registry.npmjs.org/@porsche-design-system/components-js/-/components-js-3.32.0-rc.1.tgz
4272
-
4273
- This software or document includes material copied from or derived from Intersection Observer, https://w3c.github.io/IntersectionObserver/.
4274
-
4275
- W3C Software and Document Notice and License
4276
-
4277
- Status: This license takes effect 13 May, 2015.
4278
-
4279
- This work is being provided by the copyright holders under the following license.
4280
- License
4281
-
4282
- By obtaining and/or copying this work, you (the licensee) agree that you have
4283
- read, understood, and will comply with the following terms and conditions.
4284
-
4285
- Permission to copy, modify, and distribute this work, with or without
4286
- modification, for any purpose and without fee or royalty is hereby granted,
4287
- provided that you include the following on ALL copies of the work or portions
4288
- thereof, including modifications:
4289
-
4290
- The full text of this NOTICE in a location viewable to users of the
4291
- redistributed or derivative work.
4292
-
4293
- Any pre-existing intellectual property disclaimers, notices, or terms and
4294
- conditions. If none exist, the W3C Software and Document Short Notice should
4295
- be included.
4296
-
4297
- Notice of any changes or modifications, through a copyright statement on the
4298
- new code or document such as "This software or document includes material
4299
- copied from or derived from [title and URI of the W3C document]. Copyright ©
4300
- [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
4301
-
4302
- Disclaimers
4303
-
4304
- THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR
4305
- WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO, WARRANTIES OF
4306
- MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE
4307
- SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
4308
- TRADEMARKS OR OTHER RIGHTS.
4309
-
4310
- COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR
4311
- CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
4312
-
4313
- The name and trademarks of copyright holders may NOT be used in advertising or
4314
- publicity pertaining to the work without specific, written prior permission.
4315
- Title to copyright in this work will at all times remain with copyright holders.
4316
- Notes
4317
- =====================================================================
4318
-
4319
- Apache-2.0
4320
-
4321
- Ids: 417972
4322
-
4323
- =====================================================================
4324
-
4325
- Referenced in: package/LICENSE.md of https://registry.npmjs.org/@porsche-design-system/components-react/-/components-react-3.32.0-rc.1.tgz
4326
-
4327
- Apache License
4328
- Version 2.0, January 2004
4329
- http://www.apache.org/licenses/
4330
-
4331
- TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
4332
-
4333
- 1. Definitions.
4334
-
4335
- "License" shall mean the terms and conditions for use, reproduction,
4336
- and distribution as defined by Sections 1 through 9 of this document.
4337
-
4338
- "Licensor" shall mean the copyright owner or entity authorized by
4339
- the copyright owner that is granting the License.
4340
-
4341
- "Legal Entity" shall mean the union of the acting entity and all
4342
- other entities that control, are controlled by, or are under common
4343
- control with that entity. For the purposes of this definition,
4344
- "control" means (i) the power, direct or indirect, to cause the
4345
- direction or management of such entity, whether by contract or
4346
- otherwise, or (ii) ownership of fifty percent (50%) or more of the
4347
- outstanding shares, or (iii) beneficial ownership of such entity.
4348
-
4349
- "You" (or "Your") shall mean an individual or Legal Entity
4350
- exercising permissions granted by this License.
4351
-
4352
- "Source" form shall mean the preferred form for making modifications,
4353
- including but not limited to software source code, documentation
4354
- source, and configuration files.
4355
-
4356
- "Object" form shall mean any form resulting from mechanical
4357
- transformation or translation of a Source form, including but
4358
- not limited to compiled object code, generated documentation,
4359
- and conversions to other media types.
4360
-
4361
- "Work" shall mean the work of authorship, whether in Source or
4362
- Object form, made available under the License, as indicated by a
4363
- copyright notice that is included in or attached to the work
4364
- (an example is provided in the Appendix below).
4365
-
4366
- "Derivative Works" shall mean any work, whether in Source or Object
4367
- form, that is based on (or derived from) the Work and for which the
4368
- editorial revisions, annotations, elaborations, or other modifications
4369
- represent, as a whole, an original work of authorship. For the purposes
4370
- of this License, Derivative Works shall not include works that remain
4371
- separable from, or merely link (or bind by name) to the interfaces of,
4372
- the Work and Derivative Works thereof.
4373
-
4374
- "Contribution" shall mean any work of authorship, including
4375
- the original version of the Work and any modifications or additions
4376
- to that Work or Derivative Works thereof, that is intentionally
4377
- submitted to Licensor for inclusion in the Work by the copyright owner
4378
- or by an individual or Legal Entity authorized to submit on behalf of
4379
- the copyright owner. For the purposes of this definition, "submitted"
4380
- means any form of electronic, verbal, or written communication sent
4381
- to the Licensor or its representatives, including but not limited to
4382
- communication on electronic mailing lists, source code control systems,
4383
- and issue tracking systems that are managed by, or on behalf of, the
4384
- Licensor for the purpose of discussing and improving the Work, but
4385
- excluding communication that is conspicuously marked or otherwise
4386
- designated in writing by the copyright owner as "Not a Contribution."
4387
-
4388
- "Contributor" shall mean Licensor and any individual or Legal Entity
4389
- on behalf of whom a Contribution has been received by Licensor and
4390
- subsequently incorporated within the Work.
4391
-
4392
- 2. Grant of Copyright License. Subject to the terms and conditions of
4393
- this License, each Contributor hereby grants to You a perpetual,
4394
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4395
- copyright license to reproduce, prepare Derivative Works of,
4396
- publicly display, publicly perform, sublicense, and distribute the
4397
- Work and such Derivative Works in Source or Object form.
4398
-
4399
- 3. Grant of Patent License. Subject to the terms and conditions of
4400
- this License, each Contributor hereby grants to You a perpetual,
4401
- worldwide, non-exclusive, no-charge, royalty-free, irrevocable
4402
- (except as stated in this section) patent license to make, have made,
4403
- use, offer to sell, sell, import, and otherwise transfer the Work,
4404
- where such license applies only to those patent claims licensable
4405
- by such Contributor that are necessarily infringed by their
4406
- Contribution(s) alone or by combination of their Contribution(s)
4407
- with the Work to which such Contribution(s) was submitted. If You
4408
- institute patent litigation against any entity (including a
4409
- cross-claim or counterclaim in a lawsuit) alleging that the Work
4410
- or a Contribution incorporated within the Work constitutes direct
4411
- or contributory patent infringement, then any patent licenses
4412
- granted to You under this License for that Work shall terminate
4413
- as of the date such litigation is filed.
4414
-
4415
- 4. Redistribution. You may reproduce and distribute copies of the
4416
- Work or Derivative Works thereof in any medium, with or without
4417
- modifications, and in Source or Object form, provided that You
4418
- meet the following conditions:
4419
-
4420
- (a) You must give any other recipients of the Work or
4421
- Derivative Works a copy of this License; and
4422
-
4423
- (b) You must cause any modified files to carry prominent notices
4424
- stating that You changed the files; and
4425
-
4426
- (c) You must retain, in the Source form of any Derivative Works
4427
- that You distribute, all copyright, patent, trademark, and
4428
- attribution notices from the Source form of the Work,
4429
- excluding those notices that do not pertain to any part of
4430
- the Derivative Works; and
4431
-
4432
- (d) If the Work includes a "NOTICE" text file as part of its
4433
- distribution, then any Derivative Works that You distribute must
4434
- include a readable copy of the attribution notices contained
4435
- within such NOTICE file, excluding those notices that do not
4436
- pertain to any part of the Derivative Works, in at least one
4437
- of the following places: within a NOTICE text file distributed
4438
- as part of the Derivative Works; within the Source form or
4439
- documentation, if provided along with the Derivative Works; or,
4440
- within a display generated by the Derivative Works, if and
4441
- wherever such third-party notices normally appear. The contents
4442
- of the NOTICE file are for informational purposes only and
4443
- do not modify the License. You may add Your own attribution
4444
- notices within Derivative Works that You distribute, alongside
4445
- or as an addendum to the NOTICE text from the Work, provided
4446
- that such additional attribution notices cannot be construed
4447
- as modifying the License.
4448
-
4449
- You may add Your own copyright statement to Your modifications and
4450
- may provide additional or different license terms and conditions
4451
- for use, reproduction, or distribution of Your modifications, or
4452
- for any such Derivative Works as a whole, provided Your use,
4453
- reproduction, and distribution of the Work otherwise complies with
4454
- the conditions stated in this License.
4455
-
4456
- 5. Submission of Contributions. Unless You explicitly state otherwise,
4457
- any Contribution intentionally submitted for inclusion in the Work
4458
- by You to the Licensor shall be under the terms and conditions of
4459
- this License, without any additional terms or conditions.
4460
- Notwithstanding the above, nothing herein shall supersede or modify
4461
- the terms of any separate license agreement you may have executed
4462
- with Licensor regarding such Contributions.
4463
-
4464
- 6. Trademarks. This License does not grant permission to use the trade
4465
- names, trademarks, service marks, or product names of the Licensor,
4466
- except as required for reasonable and customary use in describing the
4467
- origin of the Work and reproducing the content of the NOTICE file.
4468
-
4469
- 7. Disclaimer of Warranty. Unless required by applicable law or
4470
- agreed to in writing, Licensor provides the Work (and each
4471
- Contributor provides its Contributions) on an "AS IS" BASIS,
4472
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
4473
- implied, including, without limitation, any warranties or conditions
4474
- of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
4475
- PARTICULAR PURPOSE. You are solely responsible for determining the
4476
- appropriateness of using or redistributing the Work and assume any
4477
- risks associated with Your exercise of permissions under this License.
4478
-
4479
- 8. Limitation of Liability. In no event and under no legal theory,
4480
- whether in tort (including negligence), contract, or otherwise,
4481
- unless required by applicable law (such as deliberate and grossly
4482
- negligent acts) or agreed to in writing, shall any Contributor be
4483
- liable to You for damages, including any direct, indirect, special,
4484
- incidental, or consequential damages of any character arising as a
4485
- result of this License or out of the use or inability to use the
4486
- Work (including but not limited to damages for loss of goodwill,
4487
- work stoppage, computer failure or malfunction, or any and all
4488
- other commercial damages or losses), even if such Contributor
4489
- has been advised of the possibility of such damages.
4490
-
4491
- 9. Accepting Warranty or Additional Liability. While redistributing
4492
- the Work or Derivative Works thereof, You may choose to offer,
4493
- and charge a fee for, acceptance of support, warranty, indemnity,
4494
- or other liability obligations and/or rights consistent with this
4495
- License. However, in accepting such obligations, You may act only
4496
- on Your own behalf and on Your sole responsibility, not on behalf
4497
- of any other Contributor, and only if You agree to indemnify,
4498
- defend, and hold each Contributor harmless for any liability
4499
- incurred by, or claims asserted against, such Contributor by reason
4500
- of your accepting any such warranty or additional liability.
4501
-
4502
- END OF TERMS AND CONDITIONS
4503
-
4504
- APPENDIX: How to apply the Apache License to your work.
4505
-
4506
- To apply the Apache License to your work, attach the following
4507
- boilerplate notice, with the fields enclosed by brackets "[]"
4508
- replaced with your own identifying information. (Don't include
4509
- the brackets!) The text should be enclosed in the appropriate
4510
- comment syntax for the file format. We also recommend that a
4511
- file or class name and description of purpose be included on the
4512
- same "printed page" as the copyright notice for easier
4513
- identification within third-party archives.
4514
-
4515
- Copyright [yyyy] [name of copyright owner]
4516
-
4517
- Licensed under the Apache License, Version 2.0 (the "License");
4518
- you may not use this file except in compliance with the License.
4519
- You may obtain a copy of the License at
4520
-
4521
- http://www.apache.org/licenses/LICENSE-2.0
4522
-
4523
- Unless required by applicable law or agreed to in writing, software
4524
- distributed under the License is distributed on an "AS IS" BASIS,
4525
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
4526
- See the License for the specific language governing permissions and
4527
- limitations under the License.
4528
- =====================================================================
4529
-
4530
- MIT
4531
-
4532
- Ids: 417981
4533
-
4534
- =====================================================================
4535
-
4536
- Referenced in: package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs of https://registry.npmjs.org/@porsche-design-system/components-react/-/components-react-3.32.0-rc.1.tgz
4537
-
4538
- Permission is hereby granted, free of charge, to any person obtaining
4539
- a copy of this software and associated documentation files (the
4540
- "Software"), to deal in the Software without restriction, including
4541
- without limitation the rights to use, copy, modify, merge, publish,
4542
- distribute, sublicense, and/or sell copies of the Software, and to
4543
- permit persons to whom the Software is furnished to do so, subject to
4544
- the following conditions:
4545
-
4546
- The above copyright notice and this permission notice shall be
4547
- included in all copies or substantial portions of the Software.
4548
-
4549
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
4550
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
4551
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
4552
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
4553
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
4554
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
4555
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
4556
- =====================================================================
4557
-
4558
- 0BSD
4559
-
4560
- Ids: 417971
4561
-
4562
- =====================================================================
4563
-
4564
- Referenced in: package/ssr/cjs/components/dist/styles/esm/styles-entry.cjs of https://registry.npmjs.org/@porsche-design-system/components-react/-/components-react-3.32.0-rc.1.tgz
4565
-
4566
- Permission to use, copy, modify, and/or distribute this software for any
4567
- purpose with or without fee is hereby granted.
4568
-
4569
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
4570
- WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
4571
- MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
4572
- ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
4573
- WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
4574
- ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
4575
- OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
4576
- =====================================================================
4577
-
4578
3918
  CC-BY-4.0
4579
3919
 
4580
- Ids: 417801
3920
+ Ids: 470323
4581
3921
 
4582
3922
  =====================================================================
4583
3923