playwright 1.57.0-alpha-2025-10-30 → 1.57.0-alpha-2025-10-31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ThirdPartyNotices.txt +202 -282
- package/lib/common/expectBundle.js +0 -9
- package/lib/common/expectBundleImpl.js +267 -249
- package/lib/matchers/expect.js +2 -0
- package/lib/mcp/sdk/server.js +6 -1
- package/package.json +2 -2
- package/types/test.d.ts +22 -0
package/ThirdPartyNotices.txt
CHANGED
|
@@ -5,7 +5,6 @@ THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
|
|
5
5
|
This project incorporates components from the projects listed below. The original copyright notices and the licenses under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted herein, whether by implication, estoppel or otherwise.
|
|
6
6
|
|
|
7
7
|
- @ampproject/remapping@2.2.1 (https://github.com/ampproject/remapping)
|
|
8
|
-
- @babel/code-frame@7.24.7 (https://github.com/babel/babel)
|
|
9
8
|
- @babel/code-frame@7.27.1 (https://github.com/babel/babel)
|
|
10
9
|
- @babel/compat-data@7.28.0 (https://github.com/babel/babel)
|
|
11
10
|
- @babel/core@7.28.0 (https://github.com/babel/babel)
|
|
@@ -22,11 +21,10 @@ This project incorporates components from the projects listed below. The origina
|
|
|
22
21
|
- @babel/helper-replace-supers@7.27.1 (https://github.com/babel/babel)
|
|
23
22
|
- @babel/helper-skip-transparent-expression-wrappers@7.27.1 (https://github.com/babel/babel)
|
|
24
23
|
- @babel/helper-string-parser@7.27.1 (https://github.com/babel/babel)
|
|
25
|
-
- @babel/helper-validator-identifier@7.24.7 (https://github.com/babel/babel)
|
|
26
24
|
- @babel/helper-validator-identifier@7.27.1 (https://github.com/babel/babel)
|
|
25
|
+
- @babel/helper-validator-identifier@7.28.5 (https://github.com/babel/babel)
|
|
27
26
|
- @babel/helper-validator-option@7.27.1 (https://github.com/babel/babel)
|
|
28
27
|
- @babel/helpers@7.28.2 (https://github.com/babel/babel)
|
|
29
|
-
- @babel/highlight@7.24.7 (https://github.com/babel/babel)
|
|
30
28
|
- @babel/parser@7.28.0 (https://github.com/babel/babel)
|
|
31
29
|
- @babel/plugin-proposal-decorators@7.28.0 (https://github.com/babel/babel)
|
|
32
30
|
- @babel/plugin-syntax-async-generators@7.8.4 (https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-async-generators)
|
|
@@ -55,26 +53,28 @@ This project incorporates components from the projects listed below. The origina
|
|
|
55
53
|
- @babel/template@7.27.2 (https://github.com/babel/babel)
|
|
56
54
|
- @babel/traverse@7.28.0 (https://github.com/babel/babel)
|
|
57
55
|
- @babel/types@7.28.2 (https://github.com/babel/babel)
|
|
58
|
-
- @jest/
|
|
59
|
-
- @jest/
|
|
60
|
-
- @jest/
|
|
56
|
+
- @jest/diff-sequences@30.0.1 (https://github.com/jestjs/jest)
|
|
57
|
+
- @jest/expect-utils@30.2.0 (https://github.com/jestjs/jest)
|
|
58
|
+
- @jest/get-type@30.1.0 (https://github.com/jestjs/jest)
|
|
59
|
+
- @jest/pattern@30.0.1 (https://github.com/jestjs/jest)
|
|
60
|
+
- @jest/schemas@30.0.5 (https://github.com/jestjs/jest)
|
|
61
|
+
- @jest/types@30.2.0 (https://github.com/jestjs/jest)
|
|
61
62
|
- @jridgewell/gen-mapping@0.3.12 (https://github.com/jridgewell/sourcemaps)
|
|
62
63
|
- @jridgewell/resolve-uri@3.1.1 (https://github.com/jridgewell/resolve-uri)
|
|
63
64
|
- @jridgewell/sourcemap-codec@1.5.4 (https://github.com/jridgewell/sourcemaps)
|
|
64
65
|
- @jridgewell/trace-mapping@0.3.29 (https://github.com/jridgewell/sourcemaps)
|
|
65
66
|
- @modelcontextprotocol/sdk@1.17.5 (https://github.com/modelcontextprotocol/typescript-sdk)
|
|
66
|
-
- @sinclair/typebox@0.
|
|
67
|
+
- @sinclair/typebox@0.34.41 (https://github.com/sinclairzx81/typebox)
|
|
67
68
|
- @types/istanbul-lib-coverage@2.0.6 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
68
69
|
- @types/istanbul-lib-report@3.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
69
70
|
- @types/istanbul-reports@3.0.4 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
70
|
-
- @types/node@
|
|
71
|
+
- @types/node@24.9.2 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
71
72
|
- @types/stack-utils@2.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
72
73
|
- @types/yargs-parser@21.0.3 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
73
|
-
- @types/yargs@17.0.
|
|
74
|
+
- @types/yargs@17.0.34 (https://github.com/DefinitelyTyped/DefinitelyTyped)
|
|
74
75
|
- accepts@2.0.0 (https://github.com/jshttp/accepts)
|
|
75
76
|
- ajv@6.12.6 (https://github.com/ajv-validator/ajv)
|
|
76
77
|
- ansi-colors@4.1.3 (https://github.com/doowb/ansi-colors)
|
|
77
|
-
- ansi-styles@3.2.1 (https://github.com/chalk/ansi-styles)
|
|
78
78
|
- ansi-styles@4.3.0 (https://github.com/chalk/ansi-styles)
|
|
79
79
|
- ansi-styles@5.2.0 (https://github.com/chalk/ansi-styles)
|
|
80
80
|
- anymatch@3.1.3 (https://github.com/micromatch/anymatch)
|
|
@@ -87,14 +87,11 @@ This project incorporates components from the projects listed below. The origina
|
|
|
87
87
|
- call-bind-apply-helpers@1.0.2 (https://github.com/ljharb/call-bind-apply-helpers)
|
|
88
88
|
- call-bound@1.0.4 (https://github.com/ljharb/call-bound)
|
|
89
89
|
- caniuse-lite@1.0.30001731 (https://github.com/browserslist/caniuse-lite)
|
|
90
|
-
- chalk@2.4.2 (https://github.com/chalk/chalk)
|
|
91
90
|
- chalk@4.1.2 (https://github.com/chalk/chalk)
|
|
92
91
|
- chokidar@3.6.0 (https://github.com/paulmillr/chokidar)
|
|
93
|
-
- ci-info@3.
|
|
92
|
+
- ci-info@4.3.1 (https://github.com/watson/ci-info)
|
|
94
93
|
- codemirror@5.65.18 (https://github.com/codemirror/CodeMirror)
|
|
95
|
-
- color-convert@1.9.3 (https://github.com/Qix-/color-convert)
|
|
96
94
|
- color-convert@2.0.1 (https://github.com/Qix-/color-convert)
|
|
97
|
-
- color-name@1.1.3 (https://github.com/dfcreative/color-name)
|
|
98
95
|
- color-name@1.1.4 (https://github.com/colorjs/color-name)
|
|
99
96
|
- content-disposition@1.0.0 (https://github.com/jshttp/content-disposition)
|
|
100
97
|
- content-type@1.0.5 (https://github.com/jshttp/content-type)
|
|
@@ -105,7 +102,6 @@ This project incorporates components from the projects listed below. The origina
|
|
|
105
102
|
- cross-spawn@7.0.6 (https://github.com/moxystudio/node-cross-spawn)
|
|
106
103
|
- debug@4.4.0 (https://github.com/debug-js/debug)
|
|
107
104
|
- depd@2.0.0 (https://github.com/dougwilson/nodejs-depd)
|
|
108
|
-
- diff-sequences@29.6.3 (https://github.com/jestjs/jest)
|
|
109
105
|
- dunder-proto@1.0.1 (https://github.com/es-shims/dunder-proto)
|
|
110
106
|
- ee-first@1.1.1 (https://github.com/jonathanong/ee-first)
|
|
111
107
|
- electron-to-chromium@1.5.192 (https://github.com/kilian/electron-to-chromium)
|
|
@@ -116,11 +112,11 @@ This project incorporates components from the projects listed below. The origina
|
|
|
116
112
|
- es-object-atoms@1.1.1 (https://github.com/ljharb/es-object-atoms)
|
|
117
113
|
- escalade@3.2.0 (https://github.com/lukeed/escalade)
|
|
118
114
|
- escape-html@1.0.3 (https://github.com/component/escape-html)
|
|
119
|
-
- escape-string-regexp@1.0.5 (https://github.com/sindresorhus/escape-string-regexp)
|
|
120
115
|
- escape-string-regexp@2.0.0 (https://github.com/sindresorhus/escape-string-regexp)
|
|
121
116
|
- etag@1.8.1 (https://github.com/jshttp/etag)
|
|
122
117
|
- eventsource-parser@3.0.3 (https://github.com/rexxars/eventsource-parser)
|
|
123
118
|
- eventsource@3.0.7 (git://git@github.com/EventSource/eventsource)
|
|
119
|
+
- expect@30.2.0 (https://github.com/jestjs/jest)
|
|
124
120
|
- express-rate-limit@7.5.1 (https://github.com/express-rate-limit/express-rate-limit)
|
|
125
121
|
- express@5.1.0 (https://github.com/expressjs/express)
|
|
126
122
|
- fast-deep-equal@3.1.3 (https://github.com/epoberezkin/fast-deep-equal)
|
|
@@ -137,7 +133,6 @@ This project incorporates components from the projects listed below. The origina
|
|
|
137
133
|
- glob-parent@5.1.2 (https://github.com/gulpjs/glob-parent)
|
|
138
134
|
- gopd@1.2.0 (https://github.com/ljharb/gopd)
|
|
139
135
|
- graceful-fs@4.2.11 (https://github.com/isaacs/node-graceful-fs)
|
|
140
|
-
- has-flag@3.0.0 (https://github.com/sindresorhus/has-flag)
|
|
141
136
|
- has-flag@4.0.0 (https://github.com/sindresorhus/has-flag)
|
|
142
137
|
- has-symbols@1.1.0 (https://github.com/inspect-js/has-symbols)
|
|
143
138
|
- hasown@2.0.2 (https://github.com/inspect-js/hasOwn)
|
|
@@ -151,12 +146,12 @@ This project incorporates components from the projects listed below. The origina
|
|
|
151
146
|
- is-number@7.0.0 (https://github.com/jonschlinkert/is-number)
|
|
152
147
|
- is-promise@4.0.0 (https://github.com/then/is-promise)
|
|
153
148
|
- isexe@2.0.0 (https://github.com/isaacs/isexe)
|
|
154
|
-
- jest-diff@
|
|
155
|
-
- jest-
|
|
156
|
-
- jest-
|
|
157
|
-
- jest-
|
|
158
|
-
- jest-
|
|
159
|
-
- jest-util@
|
|
149
|
+
- jest-diff@30.2.0 (https://github.com/jestjs/jest)
|
|
150
|
+
- jest-matcher-utils@30.2.0 (https://github.com/jestjs/jest)
|
|
151
|
+
- jest-message-util@30.2.0 (https://github.com/jestjs/jest)
|
|
152
|
+
- jest-mock@30.2.0 (https://github.com/jestjs/jest)
|
|
153
|
+
- jest-regex-util@30.0.1 (https://github.com/jestjs/jest)
|
|
154
|
+
- jest-util@30.2.0 (https://github.com/jestjs/jest)
|
|
160
155
|
- js-tokens@4.0.0 (https://github.com/lydell/js-tokens)
|
|
161
156
|
- jsesc@3.1.0 (https://github.com/mathiasbynens/jsesc)
|
|
162
157
|
- json-schema-traverse@0.4.1 (https://github.com/epoberezkin/json-schema-traverse)
|
|
@@ -179,11 +174,11 @@ This project incorporates components from the projects listed below. The origina
|
|
|
179
174
|
- parseurl@1.3.3 (https://github.com/pillarjs/parseurl)
|
|
180
175
|
- path-key@3.1.1 (https://github.com/sindresorhus/path-key)
|
|
181
176
|
- path-to-regexp@8.2.0 (https://github.com/pillarjs/path-to-regexp)
|
|
182
|
-
- picocolors@1.1.0 (https://github.com/alexeyraspopov/picocolors)
|
|
183
177
|
- picocolors@1.1.1 (https://github.com/alexeyraspopov/picocolors)
|
|
184
178
|
- picomatch@2.3.1 (https://github.com/micromatch/picomatch)
|
|
179
|
+
- picomatch@4.0.3 (https://github.com/micromatch/picomatch)
|
|
185
180
|
- pkce-challenge@5.0.0 (https://github.com/crouchcd/pkce-challenge)
|
|
186
|
-
- pretty-format@
|
|
181
|
+
- pretty-format@30.2.0 (https://github.com/jestjs/jest)
|
|
187
182
|
- proxy-addr@2.0.7 (https://github.com/jshttp/proxy-addr)
|
|
188
183
|
- punycode@2.3.1 (https://github.com/mathiasbynens/punycode.js)
|
|
189
184
|
- qs@6.14.0 (https://github.com/ljharb/qs)
|
|
@@ -211,12 +206,11 @@ This project incorporates components from the projects listed below. The origina
|
|
|
211
206
|
- statuses@2.0.1 (https://github.com/jshttp/statuses)
|
|
212
207
|
- statuses@2.0.2 (https://github.com/jshttp/statuses)
|
|
213
208
|
- stoppable@1.1.0 (https://github.com/hunterloftis/stoppable)
|
|
214
|
-
- supports-color@5.5.0 (https://github.com/chalk/supports-color)
|
|
215
209
|
- supports-color@7.2.0 (https://github.com/chalk/supports-color)
|
|
216
210
|
- to-regex-range@5.0.1 (https://github.com/micromatch/to-regex-range)
|
|
217
211
|
- toidentifier@1.0.1 (https://github.com/component/toidentifier)
|
|
218
212
|
- type-is@2.0.1 (https://github.com/jshttp/type-is)
|
|
219
|
-
- undici-types@
|
|
213
|
+
- undici-types@7.16.0 (https://github.com/nodejs/undici)
|
|
220
214
|
- unpipe@1.0.0 (https://github.com/stream-utils/unpipe)
|
|
221
215
|
- update-browserslist-db@1.1.3 (https://github.com/browserslist/update-db)
|
|
222
216
|
- uri-js@4.4.1 (https://github.com/garycourt/uri-js)
|
|
@@ -433,33 +427,6 @@ Apache License
|
|
|
433
427
|
=========================================
|
|
434
428
|
END OF @ampproject/remapping@2.2.1 AND INFORMATION
|
|
435
429
|
|
|
436
|
-
%% @babel/code-frame@7.24.7 NOTICES AND INFORMATION BEGIN HERE
|
|
437
|
-
=========================================
|
|
438
|
-
MIT License
|
|
439
|
-
|
|
440
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
441
|
-
|
|
442
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
443
|
-
a copy of this software and associated documentation files (the
|
|
444
|
-
"Software"), to deal in the Software without restriction, including
|
|
445
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
446
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
447
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
448
|
-
the following conditions:
|
|
449
|
-
|
|
450
|
-
The above copyright notice and this permission notice shall be
|
|
451
|
-
included in all copies or substantial portions of the Software.
|
|
452
|
-
|
|
453
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
454
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
455
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
456
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
457
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
458
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
459
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
460
|
-
=========================================
|
|
461
|
-
END OF @babel/code-frame@7.24.7 AND INFORMATION
|
|
462
|
-
|
|
463
430
|
%% @babel/code-frame@7.27.1 NOTICES AND INFORMATION BEGIN HERE
|
|
464
431
|
=========================================
|
|
465
432
|
MIT License
|
|
@@ -892,7 +859,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
892
859
|
=========================================
|
|
893
860
|
END OF @babel/helper-string-parser@7.27.1 AND INFORMATION
|
|
894
861
|
|
|
895
|
-
%% @babel/helper-validator-identifier@7.
|
|
862
|
+
%% @babel/helper-validator-identifier@7.27.1 NOTICES AND INFORMATION BEGIN HERE
|
|
896
863
|
=========================================
|
|
897
864
|
MIT License
|
|
898
865
|
|
|
@@ -917,9 +884,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
917
884
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
918
885
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
919
886
|
=========================================
|
|
920
|
-
END OF @babel/helper-validator-identifier@7.
|
|
887
|
+
END OF @babel/helper-validator-identifier@7.27.1 AND INFORMATION
|
|
921
888
|
|
|
922
|
-
%% @babel/helper-validator-identifier@7.
|
|
889
|
+
%% @babel/helper-validator-identifier@7.28.5 NOTICES AND INFORMATION BEGIN HERE
|
|
923
890
|
=========================================
|
|
924
891
|
MIT License
|
|
925
892
|
|
|
@@ -944,7 +911,7 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
|
944
911
|
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
945
912
|
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
946
913
|
=========================================
|
|
947
|
-
END OF @babel/helper-validator-identifier@7.
|
|
914
|
+
END OF @babel/helper-validator-identifier@7.28.5 AND INFORMATION
|
|
948
915
|
|
|
949
916
|
%% @babel/helper-validator-option@7.27.1 NOTICES AND INFORMATION BEGIN HERE
|
|
950
917
|
=========================================
|
|
@@ -1001,33 +968,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1001
968
|
=========================================
|
|
1002
969
|
END OF @babel/helpers@7.28.2 AND INFORMATION
|
|
1003
970
|
|
|
1004
|
-
%% @babel/highlight@7.24.7 NOTICES AND INFORMATION BEGIN HERE
|
|
1005
|
-
=========================================
|
|
1006
|
-
MIT License
|
|
1007
|
-
|
|
1008
|
-
Copyright (c) 2014-present Sebastian McKenzie and other contributors
|
|
1009
|
-
|
|
1010
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
1011
|
-
a copy of this software and associated documentation files (the
|
|
1012
|
-
"Software"), to deal in the Software without restriction, including
|
|
1013
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
1014
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
1015
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
1016
|
-
the following conditions:
|
|
1017
|
-
|
|
1018
|
-
The above copyright notice and this permission notice shall be
|
|
1019
|
-
included in all copies or substantial portions of the Software.
|
|
1020
|
-
|
|
1021
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
1022
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
1023
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
1024
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
1025
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
1026
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
1027
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
1028
|
-
=========================================
|
|
1029
|
-
END OF @babel/highlight@7.24.7 AND INFORMATION
|
|
1030
|
-
|
|
1031
971
|
%% @babel/parser@7.28.0 NOTICES AND INFORMATION BEGIN HERE
|
|
1032
972
|
=========================================
|
|
1033
973
|
Copyright (C) 2012-2014 by various contributors (see AUTHORS)
|
|
@@ -1781,11 +1721,93 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
1781
1721
|
=========================================
|
|
1782
1722
|
END OF @babel/types@7.28.2 AND INFORMATION
|
|
1783
1723
|
|
|
1784
|
-
%% @jest/
|
|
1724
|
+
%% @jest/diff-sequences@30.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
1725
|
+
=========================================
|
|
1726
|
+
MIT License
|
|
1727
|
+
|
|
1728
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1729
|
+
Copyright Contributors to the Jest project.
|
|
1730
|
+
|
|
1731
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1732
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1733
|
+
in the Software without restriction, including without limitation the rights
|
|
1734
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1735
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1736
|
+
furnished to do so, subject to the following conditions:
|
|
1737
|
+
|
|
1738
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1739
|
+
copies or substantial portions of the Software.
|
|
1740
|
+
|
|
1741
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1742
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1743
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1744
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1745
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1746
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1747
|
+
SOFTWARE.
|
|
1748
|
+
=========================================
|
|
1749
|
+
END OF @jest/diff-sequences@30.0.1 AND INFORMATION
|
|
1750
|
+
|
|
1751
|
+
%% @jest/expect-utils@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
1752
|
+
=========================================
|
|
1753
|
+
MIT License
|
|
1754
|
+
|
|
1755
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1756
|
+
Copyright Contributors to the Jest project.
|
|
1757
|
+
|
|
1758
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1759
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1760
|
+
in the Software without restriction, including without limitation the rights
|
|
1761
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1762
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1763
|
+
furnished to do so, subject to the following conditions:
|
|
1764
|
+
|
|
1765
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1766
|
+
copies or substantial portions of the Software.
|
|
1767
|
+
|
|
1768
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1769
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1770
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1771
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1772
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1773
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1774
|
+
SOFTWARE.
|
|
1775
|
+
=========================================
|
|
1776
|
+
END OF @jest/expect-utils@30.2.0 AND INFORMATION
|
|
1777
|
+
|
|
1778
|
+
%% @jest/get-type@30.1.0 NOTICES AND INFORMATION BEGIN HERE
|
|
1779
|
+
=========================================
|
|
1780
|
+
MIT License
|
|
1781
|
+
|
|
1782
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1783
|
+
Copyright Contributors to the Jest project.
|
|
1784
|
+
|
|
1785
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1786
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
1787
|
+
in the Software without restriction, including without limitation the rights
|
|
1788
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1789
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
1790
|
+
furnished to do so, subject to the following conditions:
|
|
1791
|
+
|
|
1792
|
+
The above copyright notice and this permission notice shall be included in all
|
|
1793
|
+
copies or substantial portions of the Software.
|
|
1794
|
+
|
|
1795
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
1796
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
1797
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
1798
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
1799
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1800
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1801
|
+
SOFTWARE.
|
|
1802
|
+
=========================================
|
|
1803
|
+
END OF @jest/get-type@30.1.0 AND INFORMATION
|
|
1804
|
+
|
|
1805
|
+
%% @jest/pattern@30.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
1785
1806
|
=========================================
|
|
1786
1807
|
MIT License
|
|
1787
1808
|
|
|
1788
1809
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1810
|
+
Copyright Contributors to the Jest project.
|
|
1789
1811
|
|
|
1790
1812
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1791
1813
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1805,13 +1827,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1805
1827
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1806
1828
|
SOFTWARE.
|
|
1807
1829
|
=========================================
|
|
1808
|
-
END OF @jest/
|
|
1830
|
+
END OF @jest/pattern@30.0.1 AND INFORMATION
|
|
1809
1831
|
|
|
1810
|
-
%% @jest/schemas@
|
|
1832
|
+
%% @jest/schemas@30.0.5 NOTICES AND INFORMATION BEGIN HERE
|
|
1811
1833
|
=========================================
|
|
1812
1834
|
MIT License
|
|
1813
1835
|
|
|
1814
1836
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1837
|
+
Copyright Contributors to the Jest project.
|
|
1815
1838
|
|
|
1816
1839
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1817
1840
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1831,13 +1854,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1831
1854
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1832
1855
|
SOFTWARE.
|
|
1833
1856
|
=========================================
|
|
1834
|
-
END OF @jest/schemas@
|
|
1857
|
+
END OF @jest/schemas@30.0.5 AND INFORMATION
|
|
1835
1858
|
|
|
1836
|
-
%% @jest/types@
|
|
1859
|
+
%% @jest/types@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
1837
1860
|
=========================================
|
|
1838
1861
|
MIT License
|
|
1839
1862
|
|
|
1840
1863
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
1864
|
+
Copyright Contributors to the Jest project.
|
|
1841
1865
|
|
|
1842
1866
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1843
1867
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -1857,7 +1881,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
1857
1881
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
1858
1882
|
SOFTWARE.
|
|
1859
1883
|
=========================================
|
|
1860
|
-
END OF @jest/types@
|
|
1884
|
+
END OF @jest/types@30.2.0 AND INFORMATION
|
|
1861
1885
|
|
|
1862
1886
|
%% @jridgewell/gen-mapping@0.3.12 NOTICES AND INFORMATION BEGIN HERE
|
|
1863
1887
|
=========================================
|
|
@@ -1981,13 +2005,15 @@ SOFTWARE.
|
|
|
1981
2005
|
=========================================
|
|
1982
2006
|
END OF @modelcontextprotocol/sdk@1.17.5 AND INFORMATION
|
|
1983
2007
|
|
|
1984
|
-
%% @sinclair/typebox@0.
|
|
2008
|
+
%% @sinclair/typebox@0.34.41 NOTICES AND INFORMATION BEGIN HERE
|
|
1985
2009
|
=========================================
|
|
1986
|
-
TypeBox
|
|
2010
|
+
TypeBox
|
|
2011
|
+
|
|
2012
|
+
Json Schema Type Builder with Static Type Resolution for TypeScript
|
|
1987
2013
|
|
|
1988
2014
|
The MIT License (MIT)
|
|
1989
2015
|
|
|
1990
|
-
Copyright (c) 2017-
|
|
2016
|
+
Copyright (c) 2017-2025 Haydn Paterson (sinclair) <haydn.developer@gmail.com>
|
|
1991
2017
|
|
|
1992
2018
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
1993
2019
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -2007,7 +2033,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
2007
2033
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
2008
2034
|
THE SOFTWARE.
|
|
2009
2035
|
=========================================
|
|
2010
|
-
END OF @sinclair/typebox@0.
|
|
2036
|
+
END OF @sinclair/typebox@0.34.41 AND INFORMATION
|
|
2011
2037
|
|
|
2012
2038
|
%% @types/istanbul-lib-coverage@2.0.6 NOTICES AND INFORMATION BEGIN HERE
|
|
2013
2039
|
=========================================
|
|
@@ -2087,7 +2113,7 @@ MIT License
|
|
|
2087
2113
|
=========================================
|
|
2088
2114
|
END OF @types/istanbul-reports@3.0.4 AND INFORMATION
|
|
2089
2115
|
|
|
2090
|
-
%% @types/node@
|
|
2116
|
+
%% @types/node@24.9.2 NOTICES AND INFORMATION BEGIN HERE
|
|
2091
2117
|
=========================================
|
|
2092
2118
|
MIT License
|
|
2093
2119
|
|
|
@@ -2111,7 +2137,7 @@ MIT License
|
|
|
2111
2137
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2112
2138
|
SOFTWARE
|
|
2113
2139
|
=========================================
|
|
2114
|
-
END OF @types/node@
|
|
2140
|
+
END OF @types/node@24.9.2 AND INFORMATION
|
|
2115
2141
|
|
|
2116
2142
|
%% @types/stack-utils@2.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
2117
2143
|
=========================================
|
|
@@ -2165,7 +2191,7 @@ MIT License
|
|
|
2165
2191
|
=========================================
|
|
2166
2192
|
END OF @types/yargs-parser@21.0.3 AND INFORMATION
|
|
2167
2193
|
|
|
2168
|
-
%% @types/yargs@17.0.
|
|
2194
|
+
%% @types/yargs@17.0.34 NOTICES AND INFORMATION BEGIN HERE
|
|
2169
2195
|
=========================================
|
|
2170
2196
|
MIT License
|
|
2171
2197
|
|
|
@@ -2189,7 +2215,7 @@ MIT License
|
|
|
2189
2215
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
2190
2216
|
SOFTWARE
|
|
2191
2217
|
=========================================
|
|
2192
|
-
END OF @types/yargs@17.0.
|
|
2218
|
+
END OF @types/yargs@17.0.34 AND INFORMATION
|
|
2193
2219
|
|
|
2194
2220
|
%% accepts@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
2195
2221
|
=========================================
|
|
@@ -2271,20 +2297,6 @@ THE SOFTWARE.
|
|
|
2271
2297
|
=========================================
|
|
2272
2298
|
END OF ansi-colors@4.1.3 AND INFORMATION
|
|
2273
2299
|
|
|
2274
|
-
%% ansi-styles@3.2.1 NOTICES AND INFORMATION BEGIN HERE
|
|
2275
|
-
=========================================
|
|
2276
|
-
MIT License
|
|
2277
|
-
|
|
2278
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2279
|
-
|
|
2280
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2281
|
-
|
|
2282
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2283
|
-
|
|
2284
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2285
|
-
=========================================
|
|
2286
|
-
END OF ansi-styles@3.2.1 AND INFORMATION
|
|
2287
|
-
|
|
2288
2300
|
%% ansi-styles@4.3.0 NOTICES AND INFORMATION BEGIN HERE
|
|
2289
2301
|
=========================================
|
|
2290
2302
|
MIT License
|
|
@@ -2932,20 +2944,6 @@ Creative Commons may be contacted at creativecommons.org.
|
|
|
2932
2944
|
=========================================
|
|
2933
2945
|
END OF caniuse-lite@1.0.30001731 AND INFORMATION
|
|
2934
2946
|
|
|
2935
|
-
%% chalk@2.4.2 NOTICES AND INFORMATION BEGIN HERE
|
|
2936
|
-
=========================================
|
|
2937
|
-
MIT License
|
|
2938
|
-
|
|
2939
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
2940
|
-
|
|
2941
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
2942
|
-
|
|
2943
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
2944
|
-
|
|
2945
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
2946
|
-
=========================================
|
|
2947
|
-
END OF chalk@2.4.2 AND INFORMATION
|
|
2948
|
-
|
|
2949
2947
|
%% chalk@4.1.2 NOTICES AND INFORMATION BEGIN HERE
|
|
2950
2948
|
=========================================
|
|
2951
2949
|
MIT License
|
|
@@ -2986,7 +2984,7 @@ THE SOFTWARE.
|
|
|
2986
2984
|
=========================================
|
|
2987
2985
|
END OF chokidar@3.6.0 AND INFORMATION
|
|
2988
2986
|
|
|
2989
|
-
%% ci-info@3.
|
|
2987
|
+
%% ci-info@4.3.1 NOTICES AND INFORMATION BEGIN HERE
|
|
2990
2988
|
=========================================
|
|
2991
2989
|
The MIT License (MIT)
|
|
2992
2990
|
|
|
@@ -3010,7 +3008,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
3010
3008
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3011
3009
|
SOFTWARE.
|
|
3012
3010
|
=========================================
|
|
3013
|
-
END OF ci-info@3.
|
|
3011
|
+
END OF ci-info@4.3.1 AND INFORMATION
|
|
3014
3012
|
|
|
3015
3013
|
%% codemirror@5.65.18 NOTICES AND INFORMATION BEGIN HERE
|
|
3016
3014
|
=========================================
|
|
@@ -3038,31 +3036,6 @@ THE SOFTWARE.
|
|
|
3038
3036
|
=========================================
|
|
3039
3037
|
END OF codemirror@5.65.18 AND INFORMATION
|
|
3040
3038
|
|
|
3041
|
-
%% color-convert@1.9.3 NOTICES AND INFORMATION BEGIN HERE
|
|
3042
|
-
=========================================
|
|
3043
|
-
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
3044
|
-
|
|
3045
|
-
Permission is hereby granted, free of charge, to any person obtaining
|
|
3046
|
-
a copy of this software and associated documentation files (the
|
|
3047
|
-
"Software"), to deal in the Software without restriction, including
|
|
3048
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
|
3049
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
|
3050
|
-
permit persons to whom the Software is furnished to do so, subject to
|
|
3051
|
-
the following conditions:
|
|
3052
|
-
|
|
3053
|
-
The above copyright notice and this permission notice shall be
|
|
3054
|
-
included in all copies or substantial portions of the Software.
|
|
3055
|
-
|
|
3056
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
3057
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
3058
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
3059
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
3060
|
-
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
3061
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
3062
|
-
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3063
|
-
=========================================
|
|
3064
|
-
END OF color-convert@1.9.3 AND INFORMATION
|
|
3065
|
-
|
|
3066
3039
|
%% color-convert@2.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
3067
3040
|
=========================================
|
|
3068
3041
|
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
|
@@ -3088,19 +3061,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3088
3061
|
=========================================
|
|
3089
3062
|
END OF color-convert@2.0.1 AND INFORMATION
|
|
3090
3063
|
|
|
3091
|
-
%% color-name@1.1.3 NOTICES AND INFORMATION BEGIN HERE
|
|
3092
|
-
=========================================
|
|
3093
|
-
The MIT License (MIT)
|
|
3094
|
-
Copyright (c) 2015 Dmitry Ivanov
|
|
3095
|
-
|
|
3096
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
3097
|
-
|
|
3098
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
3099
|
-
|
|
3100
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
3101
|
-
=========================================
|
|
3102
|
-
END OF color-name@1.1.3 AND INFORMATION
|
|
3103
|
-
|
|
3104
3064
|
%% color-name@1.1.4 NOTICES AND INFORMATION BEGIN HERE
|
|
3105
3065
|
=========================================
|
|
3106
3066
|
The MIT License (MIT)
|
|
@@ -3355,32 +3315,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3355
3315
|
=========================================
|
|
3356
3316
|
END OF depd@2.0.0 AND INFORMATION
|
|
3357
3317
|
|
|
3358
|
-
%% diff-sequences@29.6.3 NOTICES AND INFORMATION BEGIN HERE
|
|
3359
|
-
=========================================
|
|
3360
|
-
MIT License
|
|
3361
|
-
|
|
3362
|
-
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3363
|
-
|
|
3364
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3365
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3366
|
-
in the Software without restriction, including without limitation the rights
|
|
3367
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3368
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3369
|
-
furnished to do so, subject to the following conditions:
|
|
3370
|
-
|
|
3371
|
-
The above copyright notice and this permission notice shall be included in all
|
|
3372
|
-
copies or substantial portions of the Software.
|
|
3373
|
-
|
|
3374
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3375
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3376
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3377
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3378
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3379
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3380
|
-
SOFTWARE.
|
|
3381
|
-
=========================================
|
|
3382
|
-
END OF diff-sequences@29.6.3 AND INFORMATION
|
|
3383
|
-
|
|
3384
3318
|
%% dunder-proto@1.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
3385
3319
|
=========================================
|
|
3386
3320
|
MIT License
|
|
@@ -3617,32 +3551,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3617
3551
|
=========================================
|
|
3618
3552
|
END OF escape-html@1.0.3 AND INFORMATION
|
|
3619
3553
|
|
|
3620
|
-
%% escape-string-regexp@1.0.5 NOTICES AND INFORMATION BEGIN HERE
|
|
3621
|
-
=========================================
|
|
3622
|
-
The MIT License (MIT)
|
|
3623
|
-
|
|
3624
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
3625
|
-
|
|
3626
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3627
|
-
of this software and associated documentation files (the "Software"), to deal
|
|
3628
|
-
in the Software without restriction, including without limitation the rights
|
|
3629
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3630
|
-
copies of the Software, and to permit persons to whom the Software is
|
|
3631
|
-
furnished to do so, subject to the following conditions:
|
|
3632
|
-
|
|
3633
|
-
The above copyright notice and this permission notice shall be included in
|
|
3634
|
-
all copies or substantial portions of the Software.
|
|
3635
|
-
|
|
3636
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3637
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3638
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3639
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3640
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3641
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
3642
|
-
THE SOFTWARE.
|
|
3643
|
-
=========================================
|
|
3644
|
-
END OF escape-string-regexp@1.0.5 AND INFORMATION
|
|
3645
|
-
|
|
3646
3554
|
%% escape-string-regexp@2.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3647
3555
|
=========================================
|
|
3648
3556
|
MIT License
|
|
@@ -3737,6 +3645,33 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
3737
3645
|
=========================================
|
|
3738
3646
|
END OF eventsource@3.0.7 AND INFORMATION
|
|
3739
3647
|
|
|
3648
|
+
%% expect@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
3649
|
+
=========================================
|
|
3650
|
+
MIT License
|
|
3651
|
+
|
|
3652
|
+
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
3653
|
+
Copyright Contributors to the Jest project.
|
|
3654
|
+
|
|
3655
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
3656
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
3657
|
+
in the Software without restriction, including without limitation the rights
|
|
3658
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
3659
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
3660
|
+
furnished to do so, subject to the following conditions:
|
|
3661
|
+
|
|
3662
|
+
The above copyright notice and this permission notice shall be included in all
|
|
3663
|
+
copies or substantial portions of the Software.
|
|
3664
|
+
|
|
3665
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
3666
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
3667
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
3668
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
3669
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
3670
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
3671
|
+
SOFTWARE.
|
|
3672
|
+
=========================================
|
|
3673
|
+
END OF expect@30.2.0 AND INFORMATION
|
|
3674
|
+
|
|
3740
3675
|
%% express-rate-limit@7.5.1 NOTICES AND INFORMATION BEGIN HERE
|
|
3741
3676
|
=========================================
|
|
3742
3677
|
# MIT License
|
|
@@ -4119,20 +4054,6 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
4119
4054
|
=========================================
|
|
4120
4055
|
END OF graceful-fs@4.2.11 AND INFORMATION
|
|
4121
4056
|
|
|
4122
|
-
%% has-flag@3.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4123
|
-
=========================================
|
|
4124
|
-
MIT License
|
|
4125
|
-
|
|
4126
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
4127
|
-
|
|
4128
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
4129
|
-
|
|
4130
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
4131
|
-
|
|
4132
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
4133
|
-
=========================================
|
|
4134
|
-
END OF has-flag@3.0.0 AND INFORMATION
|
|
4135
|
-
|
|
4136
4057
|
%% has-flag@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4137
4058
|
=========================================
|
|
4138
4059
|
MIT License
|
|
@@ -4431,11 +4352,12 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
|
4431
4352
|
=========================================
|
|
4432
4353
|
END OF isexe@2.0.0 AND INFORMATION
|
|
4433
4354
|
|
|
4434
|
-
%% jest-diff@
|
|
4355
|
+
%% jest-diff@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4435
4356
|
=========================================
|
|
4436
4357
|
MIT License
|
|
4437
4358
|
|
|
4438
4359
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4360
|
+
Copyright Contributors to the Jest project.
|
|
4439
4361
|
|
|
4440
4362
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4441
4363
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4455,13 +4377,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4455
4377
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4456
4378
|
SOFTWARE.
|
|
4457
4379
|
=========================================
|
|
4458
|
-
END OF jest-diff@
|
|
4380
|
+
END OF jest-diff@30.2.0 AND INFORMATION
|
|
4459
4381
|
|
|
4460
|
-
%% jest-
|
|
4382
|
+
%% jest-matcher-utils@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4461
4383
|
=========================================
|
|
4462
4384
|
MIT License
|
|
4463
4385
|
|
|
4464
4386
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4387
|
+
Copyright Contributors to the Jest project.
|
|
4465
4388
|
|
|
4466
4389
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4467
4390
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4481,13 +4404,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4481
4404
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4482
4405
|
SOFTWARE.
|
|
4483
4406
|
=========================================
|
|
4484
|
-
END OF jest-
|
|
4407
|
+
END OF jest-matcher-utils@30.2.0 AND INFORMATION
|
|
4485
4408
|
|
|
4486
|
-
%% jest-
|
|
4409
|
+
%% jest-message-util@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4487
4410
|
=========================================
|
|
4488
4411
|
MIT License
|
|
4489
4412
|
|
|
4490
4413
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4414
|
+
Copyright Contributors to the Jest project.
|
|
4491
4415
|
|
|
4492
4416
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4493
4417
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4507,13 +4431,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4507
4431
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4508
4432
|
SOFTWARE.
|
|
4509
4433
|
=========================================
|
|
4510
|
-
END OF jest-
|
|
4434
|
+
END OF jest-message-util@30.2.0 AND INFORMATION
|
|
4511
4435
|
|
|
4512
|
-
%% jest-
|
|
4436
|
+
%% jest-mock@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4513
4437
|
=========================================
|
|
4514
4438
|
MIT License
|
|
4515
4439
|
|
|
4516
4440
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4441
|
+
Copyright Contributors to the Jest project.
|
|
4517
4442
|
|
|
4518
4443
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4519
4444
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4533,13 +4458,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4533
4458
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4534
4459
|
SOFTWARE.
|
|
4535
4460
|
=========================================
|
|
4536
|
-
END OF jest-
|
|
4461
|
+
END OF jest-mock@30.2.0 AND INFORMATION
|
|
4537
4462
|
|
|
4538
|
-
%% jest-
|
|
4463
|
+
%% jest-regex-util@30.0.1 NOTICES AND INFORMATION BEGIN HERE
|
|
4539
4464
|
=========================================
|
|
4540
4465
|
MIT License
|
|
4541
4466
|
|
|
4542
4467
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4468
|
+
Copyright Contributors to the Jest project.
|
|
4543
4469
|
|
|
4544
4470
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4545
4471
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4559,13 +4485,14 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4559
4485
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4560
4486
|
SOFTWARE.
|
|
4561
4487
|
=========================================
|
|
4562
|
-
END OF jest-
|
|
4488
|
+
END OF jest-regex-util@30.0.1 AND INFORMATION
|
|
4563
4489
|
|
|
4564
|
-
%% jest-util@
|
|
4490
|
+
%% jest-util@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4565
4491
|
=========================================
|
|
4566
4492
|
MIT License
|
|
4567
4493
|
|
|
4568
4494
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
4495
|
+
Copyright Contributors to the Jest project.
|
|
4569
4496
|
|
|
4570
4497
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
4571
4498
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -4585,7 +4512,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
4585
4512
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
4586
4513
|
SOFTWARE.
|
|
4587
4514
|
=========================================
|
|
4588
|
-
END OF jest-util@
|
|
4515
|
+
END OF jest-util@30.2.0 AND INFORMATION
|
|
4589
4516
|
|
|
4590
4517
|
%% js-tokens@4.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
4591
4518
|
=========================================
|
|
@@ -5138,7 +5065,7 @@ THE SOFTWARE.
|
|
|
5138
5065
|
=========================================
|
|
5139
5066
|
END OF path-to-regexp@8.2.0 AND INFORMATION
|
|
5140
5067
|
|
|
5141
|
-
%% picocolors@1.1.
|
|
5068
|
+
%% picocolors@1.1.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5142
5069
|
=========================================
|
|
5143
5070
|
ISC License
|
|
5144
5071
|
|
|
@@ -5156,29 +5083,35 @@ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
|
5156
5083
|
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
5157
5084
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
5158
5085
|
=========================================
|
|
5159
|
-
END OF picocolors@1.1.
|
|
5086
|
+
END OF picocolors@1.1.1 AND INFORMATION
|
|
5160
5087
|
|
|
5161
|
-
%%
|
|
5088
|
+
%% picomatch@2.3.1 NOTICES AND INFORMATION BEGIN HERE
|
|
5162
5089
|
=========================================
|
|
5163
|
-
|
|
5090
|
+
The MIT License (MIT)
|
|
5164
5091
|
|
|
5165
|
-
Copyright (c)
|
|
5092
|
+
Copyright (c) 2017-present, Jon Schlinkert.
|
|
5166
5093
|
|
|
5167
|
-
Permission
|
|
5168
|
-
|
|
5169
|
-
|
|
5094
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5095
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
5096
|
+
in the Software without restriction, including without limitation the rights
|
|
5097
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
5098
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
5099
|
+
furnished to do so, subject to the following conditions:
|
|
5170
5100
|
|
|
5171
|
-
|
|
5172
|
-
|
|
5173
|
-
|
|
5174
|
-
|
|
5175
|
-
|
|
5176
|
-
|
|
5177
|
-
OR
|
|
5101
|
+
The above copyright notice and this permission notice shall be included in
|
|
5102
|
+
all copies or substantial portions of the Software.
|
|
5103
|
+
|
|
5104
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
5105
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
5106
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
5107
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
5108
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
5109
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5110
|
+
THE SOFTWARE.
|
|
5178
5111
|
=========================================
|
|
5179
|
-
END OF
|
|
5112
|
+
END OF picomatch@2.3.1 AND INFORMATION
|
|
5180
5113
|
|
|
5181
|
-
%% picomatch@
|
|
5114
|
+
%% picomatch@4.0.3 NOTICES AND INFORMATION BEGIN HERE
|
|
5182
5115
|
=========================================
|
|
5183
5116
|
The MIT License (MIT)
|
|
5184
5117
|
|
|
@@ -5202,7 +5135,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5202
5135
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
5203
5136
|
THE SOFTWARE.
|
|
5204
5137
|
=========================================
|
|
5205
|
-
END OF picomatch@
|
|
5138
|
+
END OF picomatch@4.0.3 AND INFORMATION
|
|
5206
5139
|
|
|
5207
5140
|
%% pkce-challenge@5.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5208
5141
|
=========================================
|
|
@@ -5230,11 +5163,12 @@ SOFTWARE.
|
|
|
5230
5163
|
=========================================
|
|
5231
5164
|
END OF pkce-challenge@5.0.0 AND INFORMATION
|
|
5232
5165
|
|
|
5233
|
-
%% pretty-format@
|
|
5166
|
+
%% pretty-format@30.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5234
5167
|
=========================================
|
|
5235
5168
|
MIT License
|
|
5236
5169
|
|
|
5237
5170
|
Copyright (c) Meta Platforms, Inc. and affiliates.
|
|
5171
|
+
Copyright Contributors to the Jest project.
|
|
5238
5172
|
|
|
5239
5173
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
5240
5174
|
of this software and associated documentation files (the "Software"), to deal
|
|
@@ -5254,7 +5188,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
5254
5188
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
5255
5189
|
SOFTWARE.
|
|
5256
5190
|
=========================================
|
|
5257
|
-
END OF pretty-format@
|
|
5191
|
+
END OF pretty-format@30.2.0 AND INFORMATION
|
|
5258
5192
|
|
|
5259
5193
|
%% proxy-addr@2.0.7 NOTICES AND INFORMATION BEGIN HERE
|
|
5260
5194
|
=========================================
|
|
@@ -5935,20 +5869,6 @@ THE SOFTWARE.
|
|
|
5935
5869
|
=========================================
|
|
5936
5870
|
END OF stoppable@1.1.0 AND INFORMATION
|
|
5937
5871
|
|
|
5938
|
-
%% supports-color@5.5.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5939
|
-
=========================================
|
|
5940
|
-
MIT License
|
|
5941
|
-
|
|
5942
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
|
5943
|
-
|
|
5944
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
|
5945
|
-
|
|
5946
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
5947
|
-
|
|
5948
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
5949
|
-
=========================================
|
|
5950
|
-
END OF supports-color@5.5.0 AND INFORMATION
|
|
5951
|
-
|
|
5952
5872
|
%% supports-color@7.2.0 NOTICES AND INFORMATION BEGIN HERE
|
|
5953
5873
|
=========================================
|
|
5954
5874
|
MIT License
|
|
@@ -6043,7 +5963,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
6043
5963
|
=========================================
|
|
6044
5964
|
END OF type-is@2.0.1 AND INFORMATION
|
|
6045
5965
|
|
|
6046
|
-
%% undici-types@
|
|
5966
|
+
%% undici-types@7.16.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6047
5967
|
=========================================
|
|
6048
5968
|
MIT License
|
|
6049
5969
|
|
|
@@ -6067,7 +5987,7 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
|
6067
5987
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
6068
5988
|
SOFTWARE.
|
|
6069
5989
|
=========================================
|
|
6070
|
-
END OF undici-types@
|
|
5990
|
+
END OF undici-types@7.16.0 AND INFORMATION
|
|
6071
5991
|
|
|
6072
5992
|
%% unpipe@1.0.0 NOTICES AND INFORMATION BEGIN HERE
|
|
6073
5993
|
=========================================
|
|
@@ -6272,6 +6192,6 @@ END OF zod@3.25.76 AND INFORMATION
|
|
|
6272
6192
|
|
|
6273
6193
|
SUMMARY BEGIN HERE
|
|
6274
6194
|
=========================================
|
|
6275
|
-
Total Packages:
|
|
6195
|
+
Total Packages: 216
|
|
6276
6196
|
=========================================
|
|
6277
6197
|
END OF SUMMARY
|