nx 19.0.0-canary.20240423-b37bfdb → 19.0.0-canary.20240425-cec57c4

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 (34) hide show
  1. package/.eslintrc.json +1 -1
  2. package/package.json +12 -12
  3. package/src/command-line/init/implementation/react/index.js +1 -1
  4. package/src/config/nx-json.d.ts +2 -2
  5. package/src/core/graph/index.html +1 -2
  6. package/src/core/graph/main.js +1 -1
  7. package/src/core/graph/runtime.js +1 -1
  8. package/src/core/graph/styles.js +1 -1
  9. package/src/daemon/server/project-graph-incremental-recomputation.js +8 -8
  10. package/src/devkit-exports.d.ts +1 -1
  11. package/src/devkit-internals.d.ts +2 -0
  12. package/src/devkit-internals.js +5 -1
  13. package/src/executors/utils/convert-nx-executor.js +2 -1
  14. package/src/generators/utils/project-configuration.js +2 -2
  15. package/src/project-graph/build-project-graph.d.ts +8 -18
  16. package/src/project-graph/build-project-graph.js +58 -54
  17. package/src/project-graph/error-types.d.ts +26 -3
  18. package/src/project-graph/error-types.js +57 -1
  19. package/src/project-graph/file-utils.js +1 -1
  20. package/src/project-graph/plugins/internal-api.d.ts +3 -2
  21. package/src/project-graph/plugins/internal-api.js +3 -0
  22. package/src/project-graph/plugins/isolation/messaging.d.ts +24 -3
  23. package/src/project-graph/plugins/isolation/plugin-pool.js +20 -0
  24. package/src/project-graph/plugins/isolation/plugin-worker.js +16 -0
  25. package/src/project-graph/plugins/loader.js +13 -5
  26. package/src/project-graph/plugins/public-api.d.ts +10 -0
  27. package/src/project-graph/project-graph.js +6 -6
  28. package/src/project-graph/utils/find-project-for-path.js +2 -3
  29. package/src/project-graph/utils/normalize-project-nodes.d.ts +1 -1
  30. package/src/project-graph/utils/normalize-project-nodes.js +8 -8
  31. package/src/project-graph/utils/project-configuration-utils.d.ts +21 -5
  32. package/src/project-graph/utils/project-configuration-utils.js +23 -14
  33. package/src/project-graph/utils/retrieve-workspace-files.d.ts +3 -3
  34. package/src/core/graph/3rdpartylicenses.txt +0 -785
@@ -1,785 +0,0 @@
1
- @babel/runtime
2
- MIT
3
- MIT License
4
-
5
- Copyright (c) 2014-present Sebastian McKenzie and other contributors
6
-
7
- Permission is hereby granted, free of charge, to any person obtaining
8
- a copy of this software and associated documentation files (the
9
- "Software"), to deal in the Software without restriction, including
10
- without limitation the rights to use, copy, modify, merge, publish,
11
- distribute, sublicense, and/or sell copies of the Software, and to
12
- permit persons to whom the Software is furnished to do so, subject to
13
- the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be
16
- included in all copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
19
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
20
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
21
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
22
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
23
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
24
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
25
-
26
-
27
- @headlessui/react
28
- MIT
29
-
30
- @heroicons/react
31
- MIT
32
-
33
- @nx/nx-source
34
- MIT
35
- (The MIT License)
36
-
37
- Copyright (c) 2017-2024 Narwhal Technologies Inc.
38
-
39
- Permission is hereby granted, free of charge, to any person obtaining
40
- a copy of this software and associated documentation files (the
41
- 'Software'), to deal in the Software without restriction, including
42
- without limitation the rights to use, copy, modify, merge, publish,
43
- distribute, sublicense, and/or sell copies of the Software, and to
44
- permit persons to whom the Software is furnished to do so, subject to
45
- the following conditions:
46
-
47
- The above copyright notice and this permission notice shall be
48
- included in all copies or substantial portions of the Software.
49
-
50
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
51
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
52
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
53
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
54
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
55
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
56
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
57
-
58
-
59
- @popperjs/core
60
- MIT
61
- The MIT License (MIT)
62
-
63
- Copyright (c) 2019 Federico Zivolo
64
-
65
- Permission is hereby granted, free of charge, to any person obtaining a copy of
66
- this software and associated documentation files (the "Software"), to deal in
67
- the Software without restriction, including without limitation the rights to
68
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
69
- the Software, and to permit persons to whom the Software is furnished to do so,
70
- subject to the following conditions:
71
-
72
- The above copyright notice and this permission notice shall be included in all
73
- copies or substantial portions of the Software.
74
-
75
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
76
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
77
- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
78
- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
79
- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
80
- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
81
-
82
-
83
- @remix-run/router
84
- MIT
85
- MIT License
86
-
87
- Copyright (c) React Training LLC 2015-2019
88
- Copyright (c) Remix Software Inc. 2020-2021
89
- Copyright (c) Shopify Inc. 2022-2023
90
-
91
- Permission is hereby granted, free of charge, to any person obtaining a copy
92
- of this software and associated documentation files (the "Software"), to deal
93
- in the Software without restriction, including without limitation the rights
94
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95
- copies of the Software, and to permit persons to whom the Software is
96
- furnished to do so, subject to the following conditions:
97
-
98
- The above copyright notice and this permission notice shall be included in all
99
- copies or substantial portions of the Software.
100
-
101
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107
- SOFTWARE.
108
-
109
-
110
- @xstate/immer
111
- MIT
112
- The MIT License (MIT)
113
-
114
- Copyright (c) 2015 David Khourshid
115
-
116
- Permission is hereby granted, free of charge, to any person obtaining a copy
117
- of this software and associated documentation files (the "Software"), to deal
118
- in the Software without restriction, including without limitation the rights
119
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
120
- copies of the Software, and to permit persons to whom the Software is
121
- furnished to do so, subject to the following conditions:
122
-
123
- The above copyright notice and this permission notice shall be included in all
124
- copies or substantial portions of the Software.
125
-
126
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
127
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
128
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
129
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
130
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
131
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
132
- SOFTWARE.
133
-
134
-
135
-
136
- @xstate/inspect
137
- MIT
138
-
139
- @xstate/react
140
- MIT
141
- The MIT License (MIT)
142
-
143
- Copyright (c) 2015 David Khourshid
144
-
145
- Permission is hereby granted, free of charge, to any person obtaining a copy
146
- of this software and associated documentation files (the "Software"), to deal
147
- in the Software without restriction, including without limitation the rights
148
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
149
- copies of the Software, and to permit persons to whom the Software is
150
- furnished to do so, subject to the following conditions:
151
-
152
- The above copyright notice and this permission notice shall be included in all
153
- copies or substantial portions of the Software.
154
-
155
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
156
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
157
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
158
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
159
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
160
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
161
- SOFTWARE.
162
-
163
-
164
-
165
- classnames
166
- MIT
167
- The MIT License (MIT)
168
-
169
- Copyright (c) 2018 Jed Watson
170
-
171
- Permission is hereby granted, free of charge, to any person obtaining a copy
172
- of this software and associated documentation files (the "Software"), to deal
173
- in the Software without restriction, including without limitation the rights
174
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
175
- copies of the Software, and to permit persons to whom the Software is
176
- furnished to do so, subject to the following conditions:
177
-
178
- The above copyright notice and this permission notice shall be included in all
179
- copies or substantial portions of the Software.
180
-
181
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
182
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
183
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
184
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
185
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
186
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
187
- SOFTWARE.
188
-
189
-
190
- copy-to-clipboard
191
- MIT
192
- MIT License
193
-
194
- Copyright (c) 2017 sudodoki <smd.deluzion@gmail.com>
195
-
196
- Permission is hereby granted, free of charge, to any person obtaining a copy
197
- of this software and associated documentation files (the "Software"), to deal
198
- in the Software without restriction, including without limitation the rights
199
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
200
- copies of the Software, and to permit persons to whom the Software is
201
- furnished to do so, subject to the following conditions:
202
-
203
- The above copyright notice and this permission notice shall be included in all
204
- copies or substantial portions of the Software.
205
-
206
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
207
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
208
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
209
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
210
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
211
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
212
- SOFTWARE.
213
-
214
-
215
- cytoscape
216
- MIT
217
- Copyright (c) 2016-2022, The Cytoscape Consortium.
218
-
219
- Permission is hereby granted, free of charge, to any person obtaining a copy of
220
- this software and associated documentation files (the “Software”), to deal in
221
- the Software without restriction, including without limitation the rights to
222
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
223
- of the Software, and to permit persons to whom the Software is furnished to do
224
- so, subject to the following conditions:
225
-
226
- The above copyright notice and this permission notice shall be included in all
227
- copies or substantial portions of the Software.
228
-
229
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
230
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
231
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
232
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
233
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
234
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
235
- SOFTWARE.
236
-
237
- cytoscape-dagre
238
- MIT
239
-
240
-
241
- Copyright (c) 2016-2018, 2020, The Cytoscape Consortium.
242
-
243
- Permission is hereby granted, free of charge, to any person obtaining a copy of
244
- this software and associated documentation files (the “Software”), to deal in
245
- the Software without restriction, including without limitation the rights to
246
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
247
- of the Software, and to permit persons to whom the Software is furnished to do
248
- so, subject to the following conditions:
249
-
250
- The above copyright notice and this permission notice shall be included in all
251
- copies or substantial portions of the Software.
252
-
253
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
254
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
255
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
256
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
257
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
258
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
259
- SOFTWARE.
260
-
261
- cytoscape-popper
262
- MIT
263
-
264
-
265
- Copyright (c) 2018-2021, The Cytoscape Consortium.
266
-
267
- Permission is hereby granted, free of charge, to any person obtaining a copy of
268
- this software and associated documentation files (the “Software”), to deal in
269
- the Software without restriction, including without limitation the rights to
270
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
271
- of the Software, and to permit persons to whom the Software is furnished to do
272
- so, subject to the following conditions:
273
-
274
- The above copyright notice and this permission notice shall be included in all
275
- copies or substantial portions of the Software.
276
-
277
- THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
278
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
279
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
280
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
281
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
282
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
283
- SOFTWARE.
284
-
285
- dagre
286
- MIT
287
- Copyright (c) 2012-2014 Chris Pettitt
288
-
289
- Permission is hereby granted, free of charge, to any person obtaining a copy
290
- of this software and associated documentation files (the "Software"), to deal
291
- in the Software without restriction, including without limitation the rights
292
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
293
- copies of the Software, and to permit persons to whom the Software is
294
- furnished to do so, subject to the following conditions:
295
-
296
- The above copyright notice and this permission notice shall be included in
297
- all copies or substantial portions of the Software.
298
-
299
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
300
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
301
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
302
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
303
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
304
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
305
- THE SOFTWARE.
306
-
307
-
308
- fast-safe-stringify
309
- MIT
310
- The MIT License (MIT)
311
-
312
- Copyright (c) 2016 David Mark Clements
313
- Copyright (c) 2017 David Mark Clements & Matteo Collina
314
- Copyright (c) 2018 David Mark Clements, Matteo Collina & Ruben Bridgewater
315
-
316
- Permission is hereby granted, free of charge, to any person obtaining a copy
317
- of this software and associated documentation files (the "Software"), to deal
318
- in the Software without restriction, including without limitation the rights
319
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
320
- copies of the Software, and to permit persons to whom the Software is
321
- furnished to do so, subject to the following conditions:
322
-
323
- The above copyright notice and this permission notice shall be included in all
324
- copies or substantial portions of the Software.
325
-
326
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
327
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
328
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
329
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
330
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
331
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
332
- SOFTWARE.
333
-
334
-
335
- fault
336
- MIT
337
- (The MIT License)
338
-
339
- Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
340
-
341
- Permission is hereby granted, free of charge, to any person obtaining
342
- a copy of this software and associated documentation files (the
343
- 'Software'), to deal in the Software without restriction, including
344
- without limitation the rights to use, copy, modify, merge, publish,
345
- distribute, sublicense, and/or sell copies of the Software, and to
346
- permit persons to whom the Software is furnished to do so, subject to
347
- the following conditions:
348
-
349
- The above copyright notice and this permission notice shall be
350
- included in all copies or substantial portions of the Software.
351
-
352
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
353
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
354
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
355
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
356
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
357
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
358
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
359
-
360
-
361
- format
362
- MIT
363
-
364
- graphlib
365
- MIT
366
- Copyright (c) 2012-2014 Chris Pettitt
367
-
368
- Permission is hereby granted, free of charge, to any person obtaining a copy
369
- of this software and associated documentation files (the "Software"), to deal
370
- in the Software without restriction, including without limitation the rights
371
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
372
- copies of the Software, and to permit persons to whom the Software is
373
- furnished to do so, subject to the following conditions:
374
-
375
- The above copyright notice and this permission notice shall be included in
376
- all copies or substantial portions of the Software.
377
-
378
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
379
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
380
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
381
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
382
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
383
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
384
- THE SOFTWARE.
385
-
386
-
387
- heap
388
- MIT
389
- The MIT License
390
-
391
- Permission is hereby granted, free of charge, to any person obtaining a copy
392
- of this software and associated documentation files (the "Software"), to deal
393
- in the Software without restriction, including without limitation the rights
394
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
395
- copies of the Software, and to permit persons to whom the Software is
396
- furnished to do so, subject to the following conditions:
397
-
398
- The above copyright notice and this permission notice shall be included in
399
- all copies or substantial portions of the Software.
400
-
401
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
402
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
403
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
404
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
405
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
406
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
407
- THE SOFTWARE.
408
-
409
-
410
- highlight.js
411
- BSD-3-Clause
412
- BSD 3-Clause License
413
-
414
- Copyright (c) 2006, Ivan Sagalaev.
415
- All rights reserved.
416
-
417
- Redistribution and use in source and binary forms, with or without
418
- modification, are permitted provided that the following conditions are met:
419
-
420
- * Redistributions of source code must retain the above copyright notice, this
421
- list of conditions and the following disclaimer.
422
-
423
- * Redistributions in binary form must reproduce the above copyright notice,
424
- this list of conditions and the following disclaimer in the documentation
425
- and/or other materials provided with the distribution.
426
-
427
- * Neither the name of the copyright holder nor the names of its
428
- contributors may be used to endorse or promote products derived from
429
- this software without specific prior written permission.
430
-
431
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
432
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
433
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
434
- DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
435
- FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
436
- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
437
- SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
438
- CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
439
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
440
- OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
441
-
442
-
443
- immer
444
- MIT
445
- MIT License
446
-
447
- Copyright (c) 2017 Michel Weststrate
448
-
449
- Permission is hereby granted, free of charge, to any person obtaining a copy
450
- of this software and associated documentation files (the "Software"), to deal
451
- in the Software without restriction, including without limitation the rights
452
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
453
- copies of the Software, and to permit persons to whom the Software is
454
- furnished to do so, subject to the following conditions:
455
-
456
- The above copyright notice and this permission notice shall be included in all
457
- copies or substantial portions of the Software.
458
-
459
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
460
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
461
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
462
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
463
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
464
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
465
- SOFTWARE.
466
-
467
-
468
- jsx-runtime
469
- MIT
470
-
471
- lodash
472
- MIT
473
- Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
474
-
475
- Based on Underscore.js, copyright Jeremy Ashkenas,
476
- DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
477
-
478
- This software consists of voluntary contributions made by many
479
- individuals. For exact contribution history, see the revision history
480
- available at https://github.com/lodash/lodash
481
-
482
- The following license applies to all parts of this software except as
483
- documented below:
484
-
485
- ====
486
-
487
- Permission is hereby granted, free of charge, to any person obtaining
488
- a copy of this software and associated documentation files (the
489
- "Software"), to deal in the Software without restriction, including
490
- without limitation the rights to use, copy, modify, merge, publish,
491
- distribute, sublicense, and/or sell copies of the Software, and to
492
- permit persons to whom the Software is furnished to do so, subject to
493
- the following conditions:
494
-
495
- The above copyright notice and this permission notice shall be
496
- included in all copies or substantial portions of the Software.
497
-
498
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
499
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
500
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
501
- NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
502
- LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
503
- OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
504
- WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
505
-
506
- ====
507
-
508
- Copyright and related rights for sample code are waived via CC0. Sample
509
- code is defined as all source code displayed within the prose of the
510
- documentation.
511
-
512
- CC0: http://creativecommons.org/publicdomain/zero/1.0/
513
-
514
- ====
515
-
516
- Files located in the node_modules and vendor directories are externally
517
- maintained libraries used by this software which have their own
518
- licenses; we recommend you read them, as their terms may differ from the
519
- terms above.
520
-
521
-
522
- lowlight
523
- MIT
524
- (The MIT License)
525
-
526
- Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
527
-
528
- Permission is hereby granted, free of charge, to any person obtaining
529
- a copy of this software and associated documentation files (the
530
- 'Software'), to deal in the Software without restriction, including
531
- without limitation the rights to use, copy, modify, merge, publish,
532
- distribute, sublicense, and/or sell copies of the Software, and to
533
- permit persons to whom the Software is furnished to do so, subject to
534
- the following conditions:
535
-
536
- The above copyright notice and this permission notice shall be
537
- included in all copies or substantial portions of the Software.
538
-
539
- THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
540
- EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
541
- MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
542
- IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
543
- CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
544
- TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
545
- SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
546
-
547
-
548
- preact
549
- MIT
550
- The MIT License (MIT)
551
-
552
- Copyright (c) 2015-present Jason Miller
553
-
554
- Permission is hereby granted, free of charge, to any person obtaining a copy
555
- of this software and associated documentation files (the "Software"), to deal
556
- in the Software without restriction, including without limitation the rights
557
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
558
- copies of the Software, and to permit persons to whom the Software is
559
- furnished to do so, subject to the following conditions:
560
-
561
- The above copyright notice and this permission notice shall be included in all
562
- copies or substantial portions of the Software.
563
-
564
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
565
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
566
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
567
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
568
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
569
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
570
- SOFTWARE.
571
-
572
-
573
- preact-compat
574
- MIT
575
-
576
- preact-hooks
577
- MIT
578
-
579
- react-copy-to-clipboard
580
- MIT
581
- The MIT License (MIT)
582
-
583
- Copyright (c) 2016 Nik Butenko
584
-
585
- Permission is hereby granted, free of charge, to any person obtaining a copy
586
- of this software and associated documentation files (the "Software"), to deal
587
- in the Software without restriction, including without limitation the rights
588
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
589
- copies of the Software, and to permit persons to whom the Software is
590
- furnished to do so, subject to the following conditions:
591
-
592
- The above copyright notice and this permission notice shall be included in all
593
- copies or substantial portions of the Software.
594
-
595
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
596
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
597
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
598
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
599
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
600
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
601
- SOFTWARE.
602
-
603
-
604
-
605
- react-router
606
- MIT
607
- MIT License
608
-
609
- Copyright (c) React Training LLC 2015-2019
610
- Copyright (c) Remix Software Inc. 2020-2021
611
- Copyright (c) Shopify Inc. 2022-2023
612
-
613
- Permission is hereby granted, free of charge, to any person obtaining a copy
614
- of this software and associated documentation files (the "Software"), to deal
615
- in the Software without restriction, including without limitation the rights
616
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
617
- copies of the Software, and to permit persons to whom the Software is
618
- furnished to do so, subject to the following conditions:
619
-
620
- The above copyright notice and this permission notice shall be included in all
621
- copies or substantial portions of the Software.
622
-
623
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
624
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
625
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
626
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
627
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
628
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
629
- SOFTWARE.
630
-
631
-
632
- react-router-dom
633
- MIT
634
- MIT License
635
-
636
- Copyright (c) React Training LLC 2015-2019
637
- Copyright (c) Remix Software Inc. 2020-2021
638
- Copyright (c) Shopify Inc. 2022-2023
639
-
640
- Permission is hereby granted, free of charge, to any person obtaining a copy
641
- of this software and associated documentation files (the "Software"), to deal
642
- in the Software without restriction, including without limitation the rights
643
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
644
- copies of the Software, and to permit persons to whom the Software is
645
- furnished to do so, subject to the following conditions:
646
-
647
- The above copyright notice and this permission notice shall be included in all
648
- copies or substantial portions of the Software.
649
-
650
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
651
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
652
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
653
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
654
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
655
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
656
- SOFTWARE.
657
-
658
-
659
- react-syntax-highlighter
660
- MIT
661
- MIT License
662
-
663
- Copyright (c) 2019 Conor Hastings
664
-
665
- Permission is hereby granted, free of charge, to any person obtaining a copy
666
- of this software and associated documentation files (the "Software"), to deal
667
- in the Software without restriction, including without limitation the rights
668
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
669
- copies of the Software, and to permit persons to whom the Software is
670
- furnished to do so, subject to the following conditions:
671
-
672
- The above copyright notice and this permission notice shall be included in all
673
- copies or substantial portions of the Software.
674
-
675
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
676
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
677
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
678
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
679
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
680
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
681
- SOFTWARE.
682
-
683
-
684
- tabbable
685
- MIT
686
- The MIT License (MIT)
687
-
688
- Copyright (c) 2015 David Clark
689
-
690
- Permission is hereby granted, free of charge, to any person obtaining a copy
691
- of this software and associated documentation files (the "Software"), to deal
692
- in the Software without restriction, including without limitation the rights
693
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
694
- copies of the Software, and to permit persons to whom the Software is
695
- furnished to do so, subject to the following conditions:
696
-
697
- The above copyright notice and this permission notice shall be included in all
698
- copies or substantial portions of the Software.
699
-
700
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
701
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
702
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
703
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
704
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
705
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
706
- SOFTWARE.
707
-
708
-
709
-
710
- toggle-selection
711
- MIT
712
-
713
- use-isomorphic-layout-effect
714
- MIT
715
- MIT License
716
-
717
- Copyright (c) Mateusz Burzyński
718
-
719
- Permission is hereby granted, free of charge, to any person obtaining a copy
720
- of this software and associated documentation files (the "Software"), to deal
721
- in the Software without restriction, including without limitation the rights
722
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
723
- copies of the Software, and to permit persons to whom the Software is
724
- furnished to do so, subject to the following conditions:
725
-
726
- The above copyright notice and this permission notice shall be included in all
727
- copies or substantial portions of the Software.
728
-
729
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
730
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
731
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
732
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
733
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
734
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
735
- SOFTWARE.
736
-
737
-
738
- use-sync-external-store
739
- MIT
740
- MIT License
741
-
742
- Copyright (c) Facebook, Inc. and its affiliates.
743
-
744
- Permission is hereby granted, free of charge, to any person obtaining a copy
745
- of this software and associated documentation files (the "Software"), to deal
746
- in the Software without restriction, including without limitation the rights
747
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
748
- copies of the Software, and to permit persons to whom the Software is
749
- furnished to do so, subject to the following conditions:
750
-
751
- The above copyright notice and this permission notice shall be included in all
752
- copies or substantial portions of the Software.
753
-
754
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
755
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
756
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
757
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
758
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
759
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
760
- SOFTWARE.
761
-
762
-
763
- xstate
764
- MIT
765
- The MIT License (MIT)
766
-
767
- Copyright (c) 2015 David Khourshid
768
-
769
- Permission is hereby granted, free of charge, to any person obtaining a copy
770
- of this software and associated documentation files (the "Software"), to deal
771
- in the Software without restriction, including without limitation the rights
772
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
773
- copies of the Software, and to permit persons to whom the Software is
774
- furnished to do so, subject to the following conditions:
775
-
776
- The above copyright notice and this permission notice shall be included in all
777
- copies or substantial portions of the Software.
778
-
779
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
780
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
781
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
782
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
783
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
784
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
785
- SOFTWARE.