@nx/key 3.0.0 → 3.0.1
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/THIRD_PARTY_LICENSES.txt +1228 -947
- package/index.d.ts +2 -1
- package/index.js +1 -1
- package/native.js +1 -1
- package/nx_key.wasm32-wasi.wasm +0 -0
- package/package.json +11 -11
- package/request.js +1 -1
- package/src/auto-register.js +1 -1
- package/src/output.js +1 -1
- package/src/version.js +1 -1
package/THIRD_PARTY_LICENSES.txt
CHANGED
@@ -4,43 +4,154 @@ The following sections form the legal attributions for third party software and
|
|
4
4
|
|
5
5
|
============================================================================================================================================
|
6
6
|
|
7
|
-
Package:
|
8
|
-
Type:
|
9
|
-
License: MIT
|
7
|
+
Package: @emnapi/core (1.4.5)
|
8
|
+
Type: npm
|
9
|
+
License: MIT
|
10
10
|
|
11
|
-
|
11
|
+
MIT License
|
12
12
|
|
13
|
-
|
14
|
-
person obtaining a copy of this software and associated
|
15
|
-
documentation files (the "Software"), to deal in the
|
16
|
-
Software without restriction, including without
|
17
|
-
limitation the rights to use, copy, modify, merge,
|
18
|
-
publish, distribute, sublicense, and/or sell copies of
|
19
|
-
the Software, and to permit persons to whom the Software
|
20
|
-
is furnished to do so, subject to the following
|
21
|
-
conditions:
|
13
|
+
Copyright (c) 2021-present Toyobayashi
|
22
14
|
|
23
|
-
|
24
|
-
|
25
|
-
|
15
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
16
|
+
of this software and associated documentation files (the "Software"), to deal
|
17
|
+
in the Software without restriction, including without limitation the rights
|
18
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
19
|
+
copies of the Software, and to permit persons to whom the Software is
|
20
|
+
furnished to do so, subject to the following conditions:
|
26
21
|
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
IN
|
35
|
-
|
22
|
+
The above copyright notice and this permission notice shall be included in all
|
23
|
+
copies or substantial portions of the Software.
|
24
|
+
|
25
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
26
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
27
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
28
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
29
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
30
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
31
|
+
SOFTWARE.
|
36
32
|
|
33
|
+
---
|
37
34
|
|
38
|
-
|
35
|
+
Package: @emnapi/runtime (1.4.5)
|
36
|
+
Type: npm
|
37
|
+
License: MIT
|
39
38
|
|
40
|
-
|
39
|
+
MIT License
|
40
|
+
|
41
|
+
Copyright (c) 2021-present Toyobayashi
|
42
|
+
|
43
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
44
|
+
of this software and associated documentation files (the "Software"), to deal
|
45
|
+
in the Software without restriction, including without limitation the rights
|
46
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
47
|
+
copies of the Software, and to permit persons to whom the Software is
|
48
|
+
furnished to do so, subject to the following conditions:
|
49
|
+
|
50
|
+
The above copyright notice and this permission notice shall be included in all
|
51
|
+
copies or substantial portions of the Software.
|
52
|
+
|
53
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
54
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
55
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
56
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
57
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
58
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
59
|
+
SOFTWARE.
|
60
|
+
|
61
|
+
---
|
62
|
+
|
63
|
+
Package: @emnapi/wasi-threads (1.0.4)
|
64
|
+
Type: npm
|
65
|
+
License: MIT
|
66
|
+
|
67
|
+
MIT License
|
68
|
+
|
69
|
+
Copyright (c) 2021-present Toyobayashi
|
70
|
+
|
71
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
72
|
+
of this software and associated documentation files (the "Software"), to deal
|
73
|
+
in the Software without restriction, including without limitation the rights
|
74
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
75
|
+
copies of the Software, and to permit persons to whom the Software is
|
76
|
+
furnished to do so, subject to the following conditions:
|
77
|
+
|
78
|
+
The above copyright notice and this permission notice shall be included in all
|
79
|
+
copies or substantial portions of the Software.
|
80
|
+
|
81
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
82
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
83
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
84
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
85
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
86
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
87
|
+
SOFTWARE.
|
88
|
+
|
89
|
+
---
|
90
|
+
|
91
|
+
Package: @napi-rs/wasm-runtime (0.2.12)
|
92
|
+
Type: npm
|
93
|
+
License: MIT
|
94
|
+
|
95
|
+
MIT License
|
96
|
+
|
97
|
+
Copyright (c) 2020-present LongYinan
|
98
|
+
|
99
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
100
|
+
of this software and associated documentation files (the "Software"), to deal
|
101
|
+
in the Software without restriction, including without limitation the rights
|
102
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
103
|
+
copies of the Software, and to permit persons to whom the Software is
|
104
|
+
furnished to do so, subject to the following conditions:
|
105
|
+
|
106
|
+
The above copyright notice and this permission notice shall be included in all
|
107
|
+
copies or substantial portions of the Software.
|
108
|
+
|
109
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
110
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
111
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
112
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
113
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
114
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
115
|
+
SOFTWARE.
|
116
|
+
|
117
|
+
MIT License
|
118
|
+
|
119
|
+
Copyright (c) 2018 GitHub
|
120
|
+
|
121
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
122
|
+
of this software and associated documentation files (the "Software"), to deal
|
123
|
+
in the Software without restriction, including without limitation the rights
|
124
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
125
|
+
copies of the Software, and to permit persons to whom the Software is
|
126
|
+
furnished to do so, subject to the following conditions:
|
127
|
+
|
128
|
+
The above copyright notice and this permission notice shall be included in all
|
129
|
+
copies or substantial portions of the Software.
|
130
|
+
|
131
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
132
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
133
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
134
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
135
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
136
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
137
|
+
SOFTWARE.
|
138
|
+
|
139
|
+
---
|
140
|
+
|
141
|
+
Package: @tybys/wasm-util (0.9.0)
|
142
|
+
Type: npm
|
143
|
+
License: MIT
|
144
|
+
|
145
|
+
The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
|
146
|
+
|
147
|
+
---
|
148
|
+
|
149
|
+
Package: aes (0.8.4)
|
41
150
|
Type: cargo
|
42
151
|
License: MIT OR Apache-2.0
|
43
152
|
|
153
|
+
Copyright (c) 2018 Artyom Pavlov
|
154
|
+
|
44
155
|
Permission is hereby granted, free of charge, to any
|
45
156
|
person obtaining a copy of this software and associated
|
46
157
|
documentation files (the "Software"), to deal in the
|
@@ -65,16 +176,15 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
65
176
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
66
177
|
DEALINGS IN THE SOFTWARE.
|
67
178
|
|
179
|
+
---
|
68
180
|
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
Type: cargo
|
73
|
-
License: MIT OR Apache-2.0
|
181
|
+
Package: ansi-colors (4.1.3)
|
182
|
+
Type: npm
|
183
|
+
License: MIT
|
74
184
|
|
75
185
|
The MIT License (MIT)
|
76
186
|
|
77
|
-
Copyright (c) 2015
|
187
|
+
Copyright (c) 2015-present, Brian Woodward.
|
78
188
|
|
79
189
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
80
190
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -94,16 +204,44 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
94
204
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
95
205
|
THE SOFTWARE.
|
96
206
|
|
207
|
+
---
|
97
208
|
|
98
|
-
|
209
|
+
Package: ansi-regex (6.1.0)
|
210
|
+
Type: npm
|
211
|
+
License: MIT
|
99
212
|
|
100
|
-
|
213
|
+
MIT License
|
214
|
+
|
215
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
216
|
+
|
217
|
+
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:
|
218
|
+
|
219
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
220
|
+
|
221
|
+
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.
|
222
|
+
|
223
|
+
---
|
224
|
+
|
225
|
+
Package: ansi-styles (4.3.0)
|
226
|
+
Type: npm
|
227
|
+
License: MIT
|
228
|
+
|
229
|
+
MIT License
|
230
|
+
|
231
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
232
|
+
|
233
|
+
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:
|
234
|
+
|
235
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
236
|
+
|
237
|
+
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.
|
238
|
+
|
239
|
+
---
|
240
|
+
|
241
|
+
Package: anyhow (1.0.87)
|
101
242
|
Type: cargo
|
102
243
|
License: MIT OR Apache-2.0
|
103
244
|
|
104
|
-
Copyright (c) 2018-2022 RustCrypto Developers
|
105
|
-
Copyright (c) 2018 Artyom Pavlov
|
106
|
-
|
107
245
|
Permission is hereby granted, free of charge, to any
|
108
246
|
person obtaining a copy of this software and associated
|
109
247
|
documentation files (the "Software"), to deal in the
|
@@ -128,26 +266,41 @@ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
|
128
266
|
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
129
267
|
DEALINGS IN THE SOFTWARE.
|
130
268
|
|
269
|
+
---
|
131
270
|
|
132
|
-
|
133
|
-
|
134
|
-
Package: chrono (0.4.38)
|
271
|
+
Package: assert_fs (1.1.2)
|
135
272
|
Type: cargo
|
136
273
|
License: MIT OR Apache-2.0
|
137
274
|
|
138
|
-
|
139
|
-
Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and
|
140
|
-
contributors.
|
275
|
+
Copyright (c) Individual contributors
|
141
276
|
|
142
|
-
|
277
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
278
|
+
of this software and associated documentation files (the "Software"), to deal
|
279
|
+
in the Software without restriction, including without limitation the rights
|
280
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
281
|
+
copies of the Software, and to permit persons to whom the Software is
|
282
|
+
furnished to do so, subject to the following conditions:
|
143
283
|
|
284
|
+
The above copyright notice and this permission notice shall be included in all
|
285
|
+
copies or substantial portions of the Software.
|
144
286
|
|
145
|
-
|
287
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
288
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
289
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
290
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
291
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
292
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
293
|
+
SOFTWARE.
|
294
|
+
|
295
|
+
---
|
296
|
+
|
297
|
+
Package: asynckit (0.4.0)
|
298
|
+
Type: npm
|
299
|
+
License: MIT
|
146
300
|
|
147
|
-
~~~~
|
148
301
|
The MIT License (MIT)
|
149
302
|
|
150
|
-
Copyright (c)
|
303
|
+
Copyright (c) 2016 Alex Indigo
|
151
304
|
|
152
305
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
153
306
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -156,38 +309,287 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
156
309
|
copies of the Software, and to permit persons to whom the Software is
|
157
310
|
furnished to do so, subject to the following conditions:
|
158
311
|
|
159
|
-
The above copyright notice and this permission notice shall be included in
|
160
|
-
|
312
|
+
The above copyright notice and this permission notice shall be included in all
|
313
|
+
copies or substantial portions of the Software.
|
161
314
|
|
162
315
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
163
316
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
164
317
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
165
318
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
166
319
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
167
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
168
|
-
|
169
|
-
~~~~
|
320
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
321
|
+
SOFTWARE.
|
170
322
|
|
323
|
+
---
|
171
324
|
|
172
|
-
|
325
|
+
Package: axios (1.7.9)
|
326
|
+
Type: npm
|
327
|
+
License: MIT
|
173
328
|
|
174
|
-
|
175
|
-
Apache License
|
176
|
-
Version 2.0, January 2004
|
177
|
-
http://www.apache.org/licenses/
|
329
|
+
# Copyright (c) 2014-present Matt Zabriskie & Collaborators
|
178
330
|
|
179
|
-
|
331
|
+
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:
|
180
332
|
|
181
|
-
|
333
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
182
334
|
|
183
|
-
|
184
|
-
and distribution as defined by Sections 1 through 9 of this document.
|
335
|
+
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.
|
185
336
|
|
186
|
-
|
187
|
-
the copyright owner that is granting the License.
|
337
|
+
---
|
188
338
|
|
189
|
-
|
190
|
-
|
339
|
+
Package: axios-retry (4.5.0)
|
340
|
+
Type: npm
|
341
|
+
License: Apache-2.0
|
342
|
+
|
343
|
+
Copyright 2019 Softonic International S.A.
|
344
|
+
|
345
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
346
|
+
you may not use this file except in compliance with the License.
|
347
|
+
You may obtain a copy of the License at
|
348
|
+
|
349
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
350
|
+
|
351
|
+
Unless required by applicable law or agreed to in writing, software
|
352
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
353
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
354
|
+
See the License for the specific language governing permissions and
|
355
|
+
limitations under the License.
|
356
|
+
|
357
|
+
---
|
358
|
+
|
359
|
+
Package: base64 (0.22.1)
|
360
|
+
Type: cargo
|
361
|
+
License: MIT OR Apache-2.0
|
362
|
+
|
363
|
+
The MIT License (MIT)
|
364
|
+
|
365
|
+
Copyright (c) 2015 Alice Maz
|
366
|
+
|
367
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
368
|
+
of this software and associated documentation files (the "Software"), to deal
|
369
|
+
in the Software without restriction, including without limitation the rights
|
370
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
371
|
+
copies of the Software, and to permit persons to whom the Software is
|
372
|
+
furnished to do so, subject to the following conditions:
|
373
|
+
|
374
|
+
The above copyright notice and this permission notice shall be included in
|
375
|
+
all copies or substantial portions of the Software.
|
376
|
+
|
377
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
378
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
379
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
380
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
381
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
382
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
383
|
+
THE SOFTWARE.
|
384
|
+
|
385
|
+
---
|
386
|
+
|
387
|
+
Package: base64-js (1.5.1)
|
388
|
+
Type: npm
|
389
|
+
License: MIT
|
390
|
+
|
391
|
+
The MIT License (MIT)
|
392
|
+
|
393
|
+
Copyright (c) 2014 Jameson Little
|
394
|
+
|
395
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
396
|
+
of this software and associated documentation files (the "Software"), to deal
|
397
|
+
in the Software without restriction, including without limitation the rights
|
398
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
399
|
+
copies of the Software, and to permit persons to whom the Software is
|
400
|
+
furnished to do so, subject to the following conditions:
|
401
|
+
|
402
|
+
The above copyright notice and this permission notice shall be included in
|
403
|
+
all copies or substantial portions of the Software.
|
404
|
+
|
405
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
406
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
407
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
408
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
409
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
410
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
411
|
+
THE SOFTWARE.
|
412
|
+
|
413
|
+
---
|
414
|
+
|
415
|
+
Package: bl (4.1.0)
|
416
|
+
Type: npm
|
417
|
+
License: MIT
|
418
|
+
|
419
|
+
# The MIT License (MIT)
|
420
|
+
|
421
|
+
## Copyright (c) 2013-2019 bl contributors
|
422
|
+
|
423
|
+
_bl contributors listed at <https://github.com/rvagg/bl#contributors>_
|
424
|
+
|
425
|
+
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:
|
426
|
+
|
427
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
428
|
+
|
429
|
+
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.
|
430
|
+
|
431
|
+
---
|
432
|
+
|
433
|
+
Package: buffer (5.6.0)
|
434
|
+
Type: npm
|
435
|
+
License: MIT
|
436
|
+
|
437
|
+
The MIT License (MIT)
|
438
|
+
|
439
|
+
Copyright (c) Feross Aboukhadijeh, and other contributors.
|
440
|
+
|
441
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
442
|
+
of this software and associated documentation files (the "Software"), to deal
|
443
|
+
in the Software without restriction, including without limitation the rights
|
444
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
445
|
+
copies of the Software, and to permit persons to whom the Software is
|
446
|
+
furnished to do so, subject to the following conditions:
|
447
|
+
|
448
|
+
The above copyright notice and this permission notice shall be included in
|
449
|
+
all copies or substantial portions of the Software.
|
450
|
+
|
451
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
452
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
453
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
454
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
455
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
456
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
457
|
+
THE SOFTWARE.
|
458
|
+
|
459
|
+
---
|
460
|
+
|
461
|
+
Package: call-bind-apply-helpers (1.0.2)
|
462
|
+
Type: npm
|
463
|
+
License: MIT
|
464
|
+
|
465
|
+
MIT License
|
466
|
+
|
467
|
+
Copyright (c) 2024 Jordan Harband
|
468
|
+
|
469
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
470
|
+
of this software and associated documentation files (the "Software"), to deal
|
471
|
+
in the Software without restriction, including without limitation the rights
|
472
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
473
|
+
copies of the Software, and to permit persons to whom the Software is
|
474
|
+
furnished to do so, subject to the following conditions:
|
475
|
+
|
476
|
+
The above copyright notice and this permission notice shall be included in all
|
477
|
+
copies or substantial portions of the Software.
|
478
|
+
|
479
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
480
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
481
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
482
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
483
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
484
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
485
|
+
SOFTWARE.
|
486
|
+
|
487
|
+
---
|
488
|
+
|
489
|
+
Package: cbc (0.1.2)
|
490
|
+
Type: cargo
|
491
|
+
License: MIT OR Apache-2.0
|
492
|
+
|
493
|
+
Copyright (c) 2018-2022 RustCrypto Developers
|
494
|
+
Copyright (c) 2018 Artyom Pavlov
|
495
|
+
|
496
|
+
Permission is hereby granted, free of charge, to any
|
497
|
+
person obtaining a copy of this software and associated
|
498
|
+
documentation files (the "Software"), to deal in the
|
499
|
+
Software without restriction, including without
|
500
|
+
limitation the rights to use, copy, modify, merge,
|
501
|
+
publish, distribute, sublicense, and/or sell copies of
|
502
|
+
the Software, and to permit persons to whom the Software
|
503
|
+
is furnished to do so, subject to the following
|
504
|
+
conditions:
|
505
|
+
|
506
|
+
The above copyright notice and this permission notice
|
507
|
+
shall be included in all copies or substantial portions
|
508
|
+
of the Software.
|
509
|
+
|
510
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
511
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
512
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
513
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
514
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
515
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
516
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
517
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
518
|
+
DEALINGS IN THE SOFTWARE.
|
519
|
+
|
520
|
+
---
|
521
|
+
|
522
|
+
Package: chalk (4.1.2)
|
523
|
+
Type: npm
|
524
|
+
License: MIT
|
525
|
+
|
526
|
+
MIT License
|
527
|
+
|
528
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
529
|
+
|
530
|
+
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:
|
531
|
+
|
532
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
533
|
+
|
534
|
+
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.
|
535
|
+
|
536
|
+
---
|
537
|
+
|
538
|
+
Package: chrono (0.4.38)
|
539
|
+
Type: cargo
|
540
|
+
License: MIT OR Apache-2.0
|
541
|
+
|
542
|
+
Rust-chrono is dual-licensed under The MIT License [1] and
|
543
|
+
Apache 2.0 License [2]. Copyright (c) 2014--2017, Kang Seonghoon and
|
544
|
+
contributors.
|
545
|
+
|
546
|
+
Nota Bene: This is same as the Rust Project's own license.
|
547
|
+
|
548
|
+
[1]: <http://opensource.org/licenses/MIT>, which is reproduced below:
|
549
|
+
|
550
|
+
```
|
551
|
+
The MIT License (MIT)
|
552
|
+
|
553
|
+
Copyright (c) 2014, Kang Seonghoon.
|
554
|
+
|
555
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
556
|
+
of this software and associated documentation files (the "Software"), to deal
|
557
|
+
in the Software without restriction, including without limitation the rights
|
558
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
559
|
+
copies of the Software, and to permit persons to whom the Software is
|
560
|
+
furnished to do so, subject to the following conditions:
|
561
|
+
|
562
|
+
The above copyright notice and this permission notice shall be included in
|
563
|
+
all copies or substantial portions of the Software.
|
564
|
+
|
565
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
566
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
567
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
568
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
569
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
570
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
571
|
+
THE SOFTWARE.
|
572
|
+
```
|
573
|
+
|
574
|
+
[2]: <http://www.apache.org/licenses/LICENSE-2.0>, which is reproduced below:
|
575
|
+
|
576
|
+
```
|
577
|
+
Apache License
|
578
|
+
Version 2.0, January 2004
|
579
|
+
http://www.apache.org/licenses/
|
580
|
+
|
581
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
582
|
+
|
583
|
+
1. Definitions.
|
584
|
+
|
585
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
586
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
587
|
+
|
588
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
589
|
+
the copyright owner that is granting the License.
|
590
|
+
|
591
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
592
|
+
other entities that control, are controlled by, or are under common
|
191
593
|
control with that entity. For the purposes of this definition,
|
192
594
|
"control" means (i) the power, direct or indirect, to cause the
|
193
595
|
direction or management of such entity, whether by contract or
|
@@ -373,33 +775,33 @@ distributed under the License is distributed on an "AS IS" BASIS,
|
|
373
775
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
374
776
|
See the License for the specific language governing permissions and
|
375
777
|
limitations under the License.
|
376
|
-
|
778
|
+
```
|
377
779
|
|
780
|
+
---
|
378
781
|
|
782
|
+
Package: cli-cursor (3.1.0)
|
783
|
+
Type: npm
|
784
|
+
License: MIT
|
379
785
|
|
380
|
-
|
786
|
+
MIT License
|
381
787
|
|
382
|
-
|
383
|
-
Type: cargo
|
384
|
-
License: MIT
|
788
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
385
789
|
|
386
|
-
|
790
|
+
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:
|
387
791
|
|
388
|
-
|
792
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
389
793
|
|
390
|
-
|
391
|
-
Type: cargo
|
392
|
-
License: MIT
|
794
|
+
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.
|
393
795
|
|
394
|
-
|
796
|
+
---
|
395
797
|
|
396
|
-
|
798
|
+
Package: cli-spinners (2.6.1)
|
799
|
+
Type: npm
|
800
|
+
License: MIT
|
397
801
|
|
398
|
-
|
399
|
-
Type: cargo
|
400
|
-
License: MIT
|
802
|
+
MIT License
|
401
803
|
|
402
|
-
Copyright (c)
|
804
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
403
805
|
|
404
806
|
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:
|
405
807
|
|
@@ -407,16 +809,80 @@ The above copyright notice and this permission notice shall be included in all c
|
|
407
809
|
|
408
810
|
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.
|
409
811
|
|
812
|
+
---
|
813
|
+
|
814
|
+
Package: clone (1.0.4)
|
815
|
+
Type: npm
|
816
|
+
License: MIT
|
410
817
|
|
411
|
-
|
818
|
+
Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
|
412
819
|
|
413
|
-
|
414
|
-
|
820
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
821
|
+
this software and associated documentation files (the “Software”), to deal in
|
822
|
+
the Software without restriction, including without limitation the rights to
|
823
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
824
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
825
|
+
subject to the following conditions:
|
826
|
+
|
827
|
+
The above copyright notice and this permission notice shall be included in all
|
828
|
+
copies or substantial portions of the Software.
|
829
|
+
|
830
|
+
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
831
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
832
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
833
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
834
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE
|
835
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
836
|
+
|
837
|
+
---
|
838
|
+
|
839
|
+
Package: color-convert (2.0.1)
|
840
|
+
Type: npm
|
415
841
|
License: MIT
|
416
842
|
|
417
|
-
|
843
|
+
Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
|
418
844
|
|
419
|
-
|
845
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
846
|
+
a copy of this software and associated documentation files (the
|
847
|
+
"Software"), to deal in the Software without restriction, including
|
848
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
849
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
850
|
+
permit persons to whom the Software is furnished to do so, subject to
|
851
|
+
the following conditions:
|
852
|
+
|
853
|
+
The above copyright notice and this permission notice shall be
|
854
|
+
included in all copies or substantial portions of the Software.
|
855
|
+
|
856
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
857
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
858
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
859
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
860
|
+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
861
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
862
|
+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
863
|
+
|
864
|
+
---
|
865
|
+
|
866
|
+
Package: color-name (1.1.4)
|
867
|
+
Type: npm
|
868
|
+
License: MIT
|
869
|
+
|
870
|
+
The MIT License (MIT)
|
871
|
+
Copyright (c) 2015 Dmitry Ivanov
|
872
|
+
|
873
|
+
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:
|
874
|
+
|
875
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
876
|
+
|
877
|
+
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.
|
878
|
+
|
879
|
+
---
|
880
|
+
|
881
|
+
Package: combined-stream (1.0.8)
|
882
|
+
Type: npm
|
883
|
+
License: MIT
|
884
|
+
|
885
|
+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
|
420
886
|
|
421
887
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
422
888
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -425,25 +891,27 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
425
891
|
copies of the Software, and to permit persons to whom the Software is
|
426
892
|
furnished to do so, subject to the following conditions:
|
427
893
|
|
428
|
-
The above copyright notice and this permission notice shall be included in
|
429
|
-
copies or substantial portions of the Software.
|
894
|
+
The above copyright notice and this permission notice shall be included in
|
895
|
+
all copies or substantial portions of the Software.
|
430
896
|
|
431
897
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
432
898
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
433
899
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
434
900
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
435
901
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
436
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
437
|
-
SOFTWARE.
|
902
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
903
|
+
THE SOFTWARE.
|
438
904
|
|
905
|
+
---
|
439
906
|
|
440
|
-
|
907
|
+
Package: defaults (1.0.4)
|
908
|
+
Type: npm
|
909
|
+
License: MIT
|
441
910
|
|
442
|
-
|
443
|
-
Type: cargo
|
444
|
-
License: MIT OR Apache-2.0
|
911
|
+
The MIT License (MIT)
|
445
912
|
|
446
|
-
Copyright (c)
|
913
|
+
Copyright (c) 2022 Sindre Sorhus
|
914
|
+
Copyright (c) 2015 Elijah Insua
|
447
915
|
|
448
916
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
449
917
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -463,127 +931,125 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
463
931
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
464
932
|
THE SOFTWARE.
|
465
933
|
|
934
|
+
---
|
466
935
|
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
Package: rust-ini (0.21.1)
|
471
|
-
Type: cargo
|
936
|
+
Package: delayed-stream (1.0.0)
|
937
|
+
Type: npm
|
472
938
|
License: MIT
|
473
939
|
|
474
|
-
|
940
|
+
Copyright (c) 2011 Debuggable Limited <felix@debuggable.com>
|
475
941
|
|
476
|
-
|
942
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
943
|
+
of this software and associated documentation files (the "Software"), to deal
|
944
|
+
in the Software without restriction, including without limitation the rights
|
945
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
946
|
+
copies of the Software, and to permit persons to whom the Software is
|
947
|
+
furnished to do so, subject to the following conditions:
|
477
948
|
|
478
|
-
|
949
|
+
The above copyright notice and this permission notice shall be included in
|
950
|
+
all copies or substantial portions of the Software.
|
479
951
|
|
480
|
-
|
952
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
953
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
954
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
955
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
956
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
957
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
958
|
+
THE SOFTWARE.
|
481
959
|
|
482
|
-
|
960
|
+
---
|
483
961
|
|
962
|
+
Package: dunder-proto (1.0.1)
|
963
|
+
Type: npm
|
964
|
+
License: MIT
|
484
965
|
|
485
|
-
|
966
|
+
MIT License
|
486
967
|
|
487
|
-
|
488
|
-
Type: cargo
|
489
|
-
License: MIT OR Apache-2.0
|
968
|
+
Copyright (c) 2024 ECMAScript Shims
|
490
969
|
|
491
|
-
Permission is hereby granted, free of charge, to any
|
492
|
-
|
493
|
-
|
494
|
-
|
495
|
-
|
496
|
-
|
497
|
-
the Software, and to permit persons to whom the Software
|
498
|
-
is furnished to do so, subject to the following
|
499
|
-
conditions:
|
970
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
971
|
+
of this software and associated documentation files (the "Software"), to deal
|
972
|
+
in the Software without restriction, including without limitation the rights
|
973
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
974
|
+
copies of the Software, and to permit persons to whom the Software is
|
975
|
+
furnished to do so, subject to the following conditions:
|
500
976
|
|
501
|
-
The above copyright notice and this permission notice
|
502
|
-
|
503
|
-
of the Software.
|
977
|
+
The above copyright notice and this permission notice shall be included in all
|
978
|
+
copies or substantial portions of the Software.
|
504
979
|
|
505
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
506
|
-
|
507
|
-
|
508
|
-
|
509
|
-
|
510
|
-
|
511
|
-
|
512
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
513
|
-
DEALINGS IN THE SOFTWARE.
|
980
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
981
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
982
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
983
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
984
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
985
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
986
|
+
SOFTWARE.
|
514
987
|
|
988
|
+
---
|
515
989
|
|
516
|
-
|
990
|
+
Package: enquirer (2.4.1)
|
991
|
+
Type: npm
|
992
|
+
License: MIT
|
517
993
|
|
518
|
-
|
519
|
-
Type: cargo
|
520
|
-
License: MIT OR Apache-2.0
|
994
|
+
The MIT License (MIT)
|
521
995
|
|
522
|
-
|
523
|
-
person obtaining a copy of this software and associated
|
524
|
-
documentation files (the "Software"), to deal in the
|
525
|
-
Software without restriction, including without
|
526
|
-
limitation the rights to use, copy, modify, merge,
|
527
|
-
publish, distribute, sublicense, and/or sell copies of
|
528
|
-
the Software, and to permit persons to whom the Software
|
529
|
-
is furnished to do so, subject to the following
|
530
|
-
conditions:
|
996
|
+
Copyright (c) 2016-present, Jon Schlinkert.
|
531
997
|
|
532
|
-
|
533
|
-
|
534
|
-
|
998
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
999
|
+
of this software and associated documentation files (the "Software"), to deal
|
1000
|
+
in the Software without restriction, including without limitation the rights
|
1001
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1002
|
+
copies of the Software, and to permit persons to whom the Software is
|
1003
|
+
furnished to do so, subject to the following conditions:
|
535
1004
|
|
536
|
-
|
537
|
-
|
538
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
539
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
540
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
541
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
542
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
543
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
544
|
-
DEALINGS IN THE SOFTWARE.
|
1005
|
+
The above copyright notice and this permission notice shall be included in
|
1006
|
+
all copies or substantial portions of the Software.
|
545
1007
|
|
1008
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1009
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1010
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1011
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1012
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1013
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1014
|
+
THE SOFTWARE.
|
546
1015
|
|
547
|
-
|
1016
|
+
---
|
548
1017
|
|
549
|
-
Package:
|
550
|
-
Type:
|
551
|
-
License: MIT
|
1018
|
+
Package: es-define-property (1.0.1)
|
1019
|
+
Type: npm
|
1020
|
+
License: MIT
|
552
1021
|
|
553
|
-
|
554
|
-
person obtaining a copy of this software and associated
|
555
|
-
documentation files (the "Software"), to deal in the
|
556
|
-
Software without restriction, including without
|
557
|
-
limitation the rights to use, copy, modify, merge,
|
558
|
-
publish, distribute, sublicense, and/or sell copies of
|
559
|
-
the Software, and to permit persons to whom the Software
|
560
|
-
is furnished to do so, subject to the following
|
561
|
-
conditions:
|
1022
|
+
MIT License
|
562
1023
|
|
563
|
-
|
564
|
-
shall be included in all copies or substantial portions
|
565
|
-
of the Software.
|
1024
|
+
Copyright (c) 2024 Jordan Harband
|
566
1025
|
|
567
|
-
|
568
|
-
|
569
|
-
|
570
|
-
|
571
|
-
|
572
|
-
|
573
|
-
|
574
|
-
|
575
|
-
|
1026
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1027
|
+
of this software and associated documentation files (the "Software"), to deal
|
1028
|
+
in the Software without restriction, including without limitation the rights
|
1029
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1030
|
+
copies of the Software, and to permit persons to whom the Software is
|
1031
|
+
furnished to do so, subject to the following conditions:
|
1032
|
+
|
1033
|
+
The above copyright notice and this permission notice shall be included in all
|
1034
|
+
copies or substantial portions of the Software.
|
576
1035
|
|
1036
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1037
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1038
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1039
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1040
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1041
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1042
|
+
SOFTWARE.
|
577
1043
|
|
578
|
-
|
1044
|
+
---
|
579
1045
|
|
580
|
-
Package:
|
581
|
-
Type:
|
1046
|
+
Package: es-errors (1.3.0)
|
1047
|
+
Type: npm
|
582
1048
|
License: MIT
|
583
1049
|
|
584
1050
|
MIT License
|
585
1051
|
|
586
|
-
Copyright (c)
|
1052
|
+
Copyright (c) 2024 Jordan Harband
|
587
1053
|
|
588
1054
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
589
1055
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -603,111 +1069,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
603
1069
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
604
1070
|
SOFTWARE.
|
605
1071
|
|
1072
|
+
---
|
606
1073
|
|
607
|
-
|
1074
|
+
Package: es-object-atoms (1.1.1)
|
1075
|
+
Type: npm
|
1076
|
+
License: MIT
|
608
1077
|
|
609
|
-
|
610
|
-
Type: cargo
|
611
|
-
License: MIT
|
612
|
-
|
613
|
-
Copyright (c) 2019 Tokio Contributors
|
614
|
-
|
615
|
-
Permission is hereby granted, free of charge, to any
|
616
|
-
person obtaining a copy of this software and associated
|
617
|
-
documentation files (the "Software"), to deal in the
|
618
|
-
Software without restriction, including without
|
619
|
-
limitation the rights to use, copy, modify, merge,
|
620
|
-
publish, distribute, sublicense, and/or sell copies of
|
621
|
-
the Software, and to permit persons to whom the Software
|
622
|
-
is furnished to do so, subject to the following
|
623
|
-
conditions:
|
624
|
-
|
625
|
-
The above copyright notice and this permission notice
|
626
|
-
shall be included in all copies or substantial portions
|
627
|
-
of the Software.
|
628
|
-
|
629
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
630
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
631
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
632
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
633
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
634
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
635
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
636
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
637
|
-
DEALINGS IN THE SOFTWARE.
|
638
|
-
|
639
|
-
|
640
|
-
--------------------------------------------------------------------------------
|
641
|
-
|
642
|
-
Package: tracing-subscriber (0.3.18)
|
643
|
-
Type: cargo
|
644
|
-
License: MIT
|
645
|
-
|
646
|
-
Copyright (c) 2019 Tokio Contributors
|
647
|
-
|
648
|
-
Permission is hereby granted, free of charge, to any
|
649
|
-
person obtaining a copy of this software and associated
|
650
|
-
documentation files (the "Software"), to deal in the
|
651
|
-
Software without restriction, including without
|
652
|
-
limitation the rights to use, copy, modify, merge,
|
653
|
-
publish, distribute, sublicense, and/or sell copies of
|
654
|
-
the Software, and to permit persons to whom the Software
|
655
|
-
is furnished to do so, subject to the following
|
656
|
-
conditions:
|
657
|
-
|
658
|
-
The above copyright notice and this permission notice
|
659
|
-
shall be included in all copies or substantial portions
|
660
|
-
of the Software.
|
661
|
-
|
662
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
663
|
-
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
664
|
-
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
665
|
-
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
666
|
-
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
667
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
668
|
-
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
669
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
670
|
-
DEALINGS IN THE SOFTWARE.
|
671
|
-
|
672
|
-
|
673
|
-
--------------------------------------------------------------------------------
|
674
|
-
|
675
|
-
Package: xxhash-rust (0.8.12)
|
676
|
-
Type: cargo
|
677
|
-
License: BSL-1.0
|
678
|
-
|
679
|
-
Boost Software License - Version 1.0 - August 17th, 2003
|
680
|
-
|
681
|
-
Permission is hereby granted, free of charge, to any person or organization
|
682
|
-
obtaining a copy of the software and accompanying documentation covered by
|
683
|
-
this license (the "Software") to use, reproduce, display, distribute,
|
684
|
-
execute, and transmit the Software, and to prepare derivative works of the
|
685
|
-
Software, and to permit third-parties to whom the Software is furnished to
|
686
|
-
do so, all subject to the following:
|
687
|
-
|
688
|
-
The copyright notices in the Software and this entire statement, including
|
689
|
-
the above license grant, this restriction and the following disclaimer,
|
690
|
-
must be included in all copies of the Software, in whole or in part, and
|
691
|
-
all derivative works of the Software, unless such copies or derivative
|
692
|
-
works are solely in the form of machine-executable object code generated by
|
693
|
-
a source language processor.
|
694
|
-
|
695
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
696
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
697
|
-
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
698
|
-
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
699
|
-
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
700
|
-
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
701
|
-
DEALINGS IN THE SOFTWARE.
|
702
|
-
|
703
|
-
|
704
|
-
--------------------------------------------------------------------------------
|
705
|
-
|
706
|
-
Package: assert_fs (1.1.2)
|
707
|
-
Type: cargo
|
708
|
-
License: MIT OR Apache-2.0
|
1078
|
+
MIT License
|
709
1079
|
|
710
|
-
Copyright (c)
|
1080
|
+
Copyright (c) 2024 Jordan Harband
|
711
1081
|
|
712
1082
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
713
1083
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -727,16 +1097,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
727
1097
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
728
1098
|
SOFTWARE.
|
729
1099
|
|
1100
|
+
---
|
730
1101
|
|
731
|
-
|
732
|
-
|
733
|
-
Package: mockito (1.5.0)
|
734
|
-
Type: cargo
|
1102
|
+
Package: es-set-tostringtag (2.1.0)
|
1103
|
+
Type: npm
|
735
1104
|
License: MIT
|
736
1105
|
|
737
|
-
|
1106
|
+
MIT License
|
738
1107
|
|
739
|
-
Copyright (c)
|
1108
|
+
Copyright (c) 2022 ECMAScript Shims
|
740
1109
|
|
741
1110
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
742
1111
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -756,24 +1125,38 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
756
1125
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
757
1126
|
SOFTWARE.
|
758
1127
|
|
1128
|
+
---
|
759
1129
|
|
760
|
-
|
761
|
-
|
762
|
-
Package: napi-build (2.1.3)
|
763
|
-
Type: cargo
|
1130
|
+
Package: follow-redirects (1.15.9)
|
1131
|
+
Type: npm
|
764
1132
|
License: MIT
|
765
1133
|
|
766
|
-
|
1134
|
+
Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
1135
|
+
|
1136
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
1137
|
+
this software and associated documentation files (the "Software"), to deal in
|
1138
|
+
the Software without restriction, including without limitation the rights to
|
1139
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
1140
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
1141
|
+
so, subject to the following conditions:
|
1142
|
+
|
1143
|
+
The above copyright notice and this permission notice shall be included in all
|
1144
|
+
copies or substantial portions of the Software.
|
1145
|
+
|
1146
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1147
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1148
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1149
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
1150
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1151
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
767
1152
|
|
768
|
-
|
1153
|
+
---
|
769
1154
|
|
770
|
-
Package:
|
1155
|
+
Package: form-data (4.0.4)
|
771
1156
|
Type: npm
|
772
1157
|
License: MIT
|
773
1158
|
|
774
|
-
|
775
|
-
|
776
|
-
Copyright (c) 2020-present LongYinan
|
1159
|
+
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
777
1160
|
|
778
1161
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
779
1162
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -782,20 +1165,24 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
782
1165
|
copies of the Software, and to permit persons to whom the Software is
|
783
1166
|
furnished to do so, subject to the following conditions:
|
784
1167
|
|
785
|
-
The above copyright notice and this permission notice shall be included in
|
786
|
-
copies or substantial portions of the Software.
|
1168
|
+
The above copyright notice and this permission notice shall be included in
|
1169
|
+
all copies or substantial portions of the Software.
|
787
1170
|
|
788
1171
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
789
1172
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
790
1173
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
791
1174
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
792
1175
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
793
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
794
|
-
SOFTWARE.
|
1176
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1177
|
+
THE SOFTWARE.
|
795
1178
|
|
796
|
-
|
1179
|
+
---
|
797
1180
|
|
798
|
-
|
1181
|
+
Package: function-bind (1.1.2)
|
1182
|
+
Type: npm
|
1183
|
+
License: MIT
|
1184
|
+
|
1185
|
+
Copyright (c) 2013 Raynos.
|
799
1186
|
|
800
1187
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
801
1188
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -804,27 +1191,26 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
804
1191
|
copies of the Software, and to permit persons to whom the Software is
|
805
1192
|
furnished to do so, subject to the following conditions:
|
806
1193
|
|
807
|
-
The above copyright notice and this permission notice shall be included in
|
808
|
-
copies or substantial portions of the Software.
|
1194
|
+
The above copyright notice and this permission notice shall be included in
|
1195
|
+
all copies or substantial portions of the Software.
|
809
1196
|
|
810
1197
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
811
1198
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
812
1199
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
813
1200
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
814
1201
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
815
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
816
|
-
SOFTWARE.
|
817
|
-
|
1202
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1203
|
+
THE SOFTWARE.
|
818
1204
|
|
819
|
-
|
1205
|
+
---
|
820
1206
|
|
821
|
-
Package:
|
1207
|
+
Package: get-intrinsic (1.3.0)
|
822
1208
|
Type: npm
|
823
1209
|
License: MIT
|
824
1210
|
|
825
1211
|
MIT License
|
826
1212
|
|
827
|
-
Copyright (c)
|
1213
|
+
Copyright (c) 2020 Jordan Harband
|
828
1214
|
|
829
1215
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
830
1216
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -844,16 +1230,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
844
1230
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
845
1231
|
SOFTWARE.
|
846
1232
|
|
1233
|
+
---
|
847
1234
|
|
848
|
-
|
849
|
-
|
850
|
-
Package: @emnapi/wasi-threads (1.0.2)
|
1235
|
+
Package: get-proto (1.0.1)
|
851
1236
|
Type: npm
|
852
1237
|
License: MIT
|
853
1238
|
|
854
1239
|
MIT License
|
855
1240
|
|
856
|
-
Copyright (c)
|
1241
|
+
Copyright (c) 2025 Jordan Harband
|
857
1242
|
|
858
1243
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
859
1244
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -873,35 +1258,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
873
1258
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
874
1259
|
SOFTWARE.
|
875
1260
|
|
1261
|
+
---
|
876
1262
|
|
877
|
-
|
878
|
-
|
879
|
-
Package: tslib (2.8.1)
|
880
|
-
Type: npm
|
881
|
-
License: 0BSD
|
882
|
-
|
883
|
-
Copyright (c) Microsoft Corporation.
|
884
|
-
|
885
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
886
|
-
purpose with or without fee is hereby granted.
|
887
|
-
|
888
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
889
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
890
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
891
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
892
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
893
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
894
|
-
PERFORMANCE OF THIS SOFTWARE.
|
895
|
-
|
896
|
-
--------------------------------------------------------------------------------
|
897
|
-
|
898
|
-
Package: @emnapi/runtime (1.4.3)
|
1263
|
+
Package: gopd (1.2.0)
|
899
1264
|
Type: npm
|
900
1265
|
License: MIT
|
901
1266
|
|
902
1267
|
MIT License
|
903
1268
|
|
904
|
-
Copyright (c)
|
1269
|
+
Copyright (c) 2022 Jordan Harband
|
905
1270
|
|
906
1271
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
907
1272
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -921,22 +1286,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
921
1286
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
922
1287
|
SOFTWARE.
|
923
1288
|
|
1289
|
+
---
|
924
1290
|
|
925
|
-
|
926
|
-
|
927
|
-
Package: @tybys/wasm-util (0.9.0)
|
1291
|
+
Package: has-flag (4.0.0)
|
928
1292
|
Type: npm
|
929
1293
|
License: MIT
|
930
1294
|
|
931
|
-
|
932
|
-
|
933
|
-
--------------------------------------------------------------------------------
|
934
|
-
|
935
|
-
Package: axios (1.7.9)
|
936
|
-
Type: npm
|
937
|
-
License: MIT
|
1295
|
+
MIT License
|
938
1296
|
|
939
|
-
|
1297
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
940
1298
|
|
941
1299
|
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:
|
942
1300
|
|
@@ -944,69 +1302,15 @@ The above copyright notice and this permission notice shall be included in all c
|
|
944
1302
|
|
945
1303
|
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.
|
946
1304
|
|
1305
|
+
---
|
947
1306
|
|
948
|
-
|
949
|
-
|
950
|
-
Package: follow-redirects (1.15.9)
|
951
|
-
Type: npm
|
952
|
-
License: MIT
|
953
|
-
|
954
|
-
Copyright 2014–present Olivier Lalonde <olalonde@gmail.com>, James Talmage <james@talmage.io>, Ruben Verborgh
|
955
|
-
|
956
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
957
|
-
this software and associated documentation files (the "Software"), to deal in
|
958
|
-
the Software without restriction, including without limitation the rights to
|
959
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
960
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
961
|
-
so, subject to the following conditions:
|
962
|
-
|
963
|
-
The above copyright notice and this permission notice shall be included in all
|
964
|
-
copies or substantial portions of the Software.
|
965
|
-
|
966
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
967
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
968
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
969
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
970
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
971
|
-
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
972
|
-
|
973
|
-
|
974
|
-
--------------------------------------------------------------------------------
|
975
|
-
|
976
|
-
Package: form-data (4.0.1)
|
977
|
-
Type: npm
|
978
|
-
License: MIT
|
979
|
-
|
980
|
-
Copyright (c) 2012 Felix Geisendörfer (felix@debuggable.com) and contributors
|
981
|
-
|
982
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
983
|
-
of this software and associated documentation files (the "Software"), to deal
|
984
|
-
in the Software without restriction, including without limitation the rights
|
985
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
986
|
-
copies of the Software, and to permit persons to whom the Software is
|
987
|
-
furnished to do so, subject to the following conditions:
|
988
|
-
|
989
|
-
The above copyright notice and this permission notice shall be included in
|
990
|
-
all copies or substantial portions of the Software.
|
991
|
-
|
992
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
993
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
994
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
995
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
996
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
997
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
998
|
-
THE SOFTWARE.
|
999
|
-
|
1000
|
-
|
1001
|
-
--------------------------------------------------------------------------------
|
1002
|
-
|
1003
|
-
Package: asynckit (0.4.0)
|
1307
|
+
Package: has-symbols (1.1.0)
|
1004
1308
|
Type: npm
|
1005
1309
|
License: MIT
|
1006
1310
|
|
1007
|
-
|
1311
|
+
MIT License
|
1008
1312
|
|
1009
|
-
Copyright (c) 2016
|
1313
|
+
Copyright (c) 2016 Jordan Harband
|
1010
1314
|
|
1011
1315
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1012
1316
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1026,14 +1330,15 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1026
1330
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1027
1331
|
SOFTWARE.
|
1028
1332
|
|
1333
|
+
---
|
1029
1334
|
|
1030
|
-
|
1031
|
-
|
1032
|
-
Package: combined-stream (1.0.8)
|
1335
|
+
Package: has-tostringtag (1.0.2)
|
1033
1336
|
Type: npm
|
1034
1337
|
License: MIT
|
1035
1338
|
|
1036
|
-
|
1339
|
+
MIT License
|
1340
|
+
|
1341
|
+
Copyright (c) 2021 Inspect JS
|
1037
1342
|
|
1038
1343
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1039
1344
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1042,25 +1347,26 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1042
1347
|
copies of the Software, and to permit persons to whom the Software is
|
1043
1348
|
furnished to do so, subject to the following conditions:
|
1044
1349
|
|
1045
|
-
The above copyright notice and this permission notice shall be included in
|
1046
|
-
|
1350
|
+
The above copyright notice and this permission notice shall be included in all
|
1351
|
+
copies or substantial portions of the Software.
|
1047
1352
|
|
1048
1353
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1049
1354
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1050
1355
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1051
1356
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1052
1357
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1053
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1054
|
-
|
1055
|
-
|
1358
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1359
|
+
SOFTWARE.
|
1056
1360
|
|
1057
|
-
|
1361
|
+
---
|
1058
1362
|
|
1059
|
-
Package:
|
1363
|
+
Package: hasown (2.0.2)
|
1060
1364
|
Type: npm
|
1061
1365
|
License: MIT
|
1062
1366
|
|
1063
|
-
|
1367
|
+
MIT License
|
1368
|
+
|
1369
|
+
Copyright (c) Jordan Harband and contributors
|
1064
1370
|
|
1065
1371
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1066
1372
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1069,137 +1375,98 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1069
1375
|
copies of the Software, and to permit persons to whom the Software is
|
1070
1376
|
furnished to do so, subject to the following conditions:
|
1071
1377
|
|
1072
|
-
The above copyright notice and this permission notice shall be included in
|
1073
|
-
|
1378
|
+
The above copyright notice and this permission notice shall be included in all
|
1379
|
+
copies or substantial portions of the Software.
|
1074
1380
|
|
1075
1381
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1076
1382
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1077
1383
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1078
1384
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1079
1385
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1080
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1081
|
-
|
1386
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1387
|
+
SOFTWARE.
|
1082
1388
|
|
1389
|
+
---
|
1083
1390
|
|
1084
|
-
|
1085
|
-
|
1086
|
-
Package: mime-types (2.1.35)
|
1391
|
+
Package: ieee754 (1.2.1)
|
1087
1392
|
Type: npm
|
1088
|
-
License:
|
1393
|
+
License: BSD-3-Clause
|
1089
1394
|
|
1090
|
-
|
1395
|
+
Copyright 2008 Fair Oaks Labs, Inc.
|
1091
1396
|
|
1092
|
-
|
1093
|
-
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
1397
|
+
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
|
1094
1398
|
|
1095
|
-
|
1096
|
-
a copy of this software and associated documentation files (the
|
1097
|
-
'Software'), to deal in the Software without restriction, including
|
1098
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
1099
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
1100
|
-
permit persons to whom the Software is furnished to do so, subject to
|
1101
|
-
the following conditions:
|
1399
|
+
1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
|
1102
1400
|
|
1103
|
-
|
1104
|
-
included in all copies or substantial portions of the Software.
|
1401
|
+
2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
|
1105
1402
|
|
1106
|
-
|
1107
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1108
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1109
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1110
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
1111
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
1112
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1403
|
+
3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
|
1113
1404
|
|
1405
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
1114
1406
|
|
1115
|
-
|
1407
|
+
---
|
1116
1408
|
|
1117
|
-
Package:
|
1409
|
+
Package: inherits (2.0.4)
|
1118
1410
|
Type: npm
|
1119
|
-
License:
|
1120
|
-
|
1121
|
-
(The MIT License)
|
1122
|
-
|
1123
|
-
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
1124
|
-
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
1411
|
+
License: ISC
|
1125
1412
|
|
1126
|
-
|
1127
|
-
a copy of this software and associated documentation files (the
|
1128
|
-
'Software'), to deal in the Software without restriction, including
|
1129
|
-
without limitation the rights to use, copy, modify, merge, publish,
|
1130
|
-
distribute, sublicense, and/or sell copies of the Software, and to
|
1131
|
-
permit persons to whom the Software is furnished to do so, subject to
|
1132
|
-
the following conditions:
|
1413
|
+
The ISC License
|
1133
1414
|
|
1134
|
-
|
1135
|
-
included in all copies or substantial portions of the Software.
|
1415
|
+
Copyright (c) Isaac Z. Schlueter
|
1136
1416
|
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1141
|
-
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
1142
|
-
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
1143
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1417
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
1418
|
+
purpose with or without fee is hereby granted, provided that the above
|
1419
|
+
copyright notice and this permission notice appear in all copies.
|
1144
1420
|
|
1421
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
1422
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
1423
|
+
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
1424
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
1425
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
1426
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
1427
|
+
PERFORMANCE OF THIS SOFTWARE.
|
1145
1428
|
|
1146
|
-
|
1429
|
+
---
|
1147
1430
|
|
1148
|
-
Package:
|
1431
|
+
Package: is-interactive (1.0.0)
|
1149
1432
|
Type: npm
|
1150
1433
|
License: MIT
|
1151
1434
|
|
1152
|
-
|
1153
|
-
|
1154
|
-
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
1435
|
+
MIT License
|
1155
1436
|
|
1156
|
-
|
1157
|
-
this software and associated documentation files (the "Software"), to deal in
|
1158
|
-
the Software without restriction, including without limitation the rights to
|
1159
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
1160
|
-
of the Software, and to permit persons to whom the Software is furnished to do
|
1161
|
-
so, subject to the following conditions:
|
1437
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1162
1438
|
|
1163
|
-
|
1164
|
-
copies or substantial portions of the Software.
|
1439
|
+
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:
|
1165
1440
|
|
1166
|
-
|
1167
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
1168
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
1169
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
1170
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
1171
|
-
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1441
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1172
1442
|
|
1443
|
+
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.
|
1173
1444
|
|
1174
|
-
|
1445
|
+
---
|
1175
1446
|
|
1176
|
-
Package:
|
1447
|
+
Package: is-retry-allowed (2.2.0)
|
1177
1448
|
Type: npm
|
1178
|
-
License:
|
1449
|
+
License: MIT
|
1179
1450
|
|
1180
|
-
|
1451
|
+
MIT License
|
1181
1452
|
|
1182
|
-
|
1183
|
-
|
1184
|
-
You may obtain a copy of the License at
|
1453
|
+
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
1454
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1185
1455
|
|
1186
|
-
|
1456
|
+
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:
|
1187
1457
|
|
1188
|
-
|
1189
|
-
|
1190
|
-
WITHOUT
|
1191
|
-
See the License for the specific language governing permissions and
|
1192
|
-
limitations under the License.
|
1458
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1459
|
+
|
1460
|
+
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.
|
1193
1461
|
|
1194
|
-
|
1462
|
+
---
|
1195
1463
|
|
1196
|
-
Package: is-
|
1464
|
+
Package: is-unicode-supported (0.1.0)
|
1197
1465
|
Type: npm
|
1198
1466
|
License: MIT
|
1199
1467
|
|
1200
1468
|
MIT License
|
1201
1469
|
|
1202
|
-
Copyright (c) Vsevolod Strukchinsky <floatdrop@gmail.com> (github.com/floatdrop)
|
1203
1470
|
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1204
1471
|
|
1205
1472
|
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:
|
@@ -1208,16 +1475,15 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1208
1475
|
|
1209
1476
|
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.
|
1210
1477
|
|
1478
|
+
---
|
1211
1479
|
|
1212
|
-
|
1213
|
-
|
1214
|
-
Package: chalk (4.1.2)
|
1480
|
+
Package: log-symbols (4.1.0)
|
1215
1481
|
Type: npm
|
1216
1482
|
License: MIT
|
1217
1483
|
|
1218
1484
|
MIT License
|
1219
1485
|
|
1220
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1486
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1221
1487
|
|
1222
1488
|
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:
|
1223
1489
|
|
@@ -1225,35 +1491,48 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1225
1491
|
|
1226
1492
|
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.
|
1227
1493
|
|
1494
|
+
---
|
1228
1495
|
|
1229
|
-
|
1230
|
-
|
1231
|
-
Package: ansi-styles (4.3.0)
|
1496
|
+
Package: math-intrinsics (1.1.0)
|
1232
1497
|
Type: npm
|
1233
1498
|
License: MIT
|
1234
1499
|
|
1235
1500
|
MIT License
|
1236
1501
|
|
1237
|
-
Copyright (c)
|
1238
|
-
|
1239
|
-
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:
|
1502
|
+
Copyright (c) 2024 ECMAScript Shims
|
1240
1503
|
|
1241
|
-
|
1504
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1505
|
+
of this software and associated documentation files (the "Software"), to deal
|
1506
|
+
in the Software without restriction, including without limitation the rights
|
1507
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1508
|
+
copies of the Software, and to permit persons to whom the Software is
|
1509
|
+
furnished to do so, subject to the following conditions:
|
1242
1510
|
|
1243
|
-
|
1511
|
+
The above copyright notice and this permission notice shall be included in all
|
1512
|
+
copies or substantial portions of the Software.
|
1244
1513
|
|
1514
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1515
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1516
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1517
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1518
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1519
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1520
|
+
SOFTWARE.
|
1245
1521
|
|
1246
|
-
|
1522
|
+
---
|
1247
1523
|
|
1248
|
-
Package:
|
1524
|
+
Package: mime-db (1.54.0)
|
1249
1525
|
Type: npm
|
1250
1526
|
License: MIT
|
1251
1527
|
|
1252
|
-
|
1528
|
+
(The MIT License)
|
1529
|
+
|
1530
|
+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
1531
|
+
Copyright (c) 2015-2022 Douglas Christopher Wilson <doug@somethingdoug.com>
|
1253
1532
|
|
1254
1533
|
Permission is hereby granted, free of charge, to any person obtaining
|
1255
1534
|
a copy of this software and associated documentation files (the
|
1256
|
-
|
1535
|
+
'Software'), to deal in the Software without restriction, including
|
1257
1536
|
without limitation the rights to use, copy, modify, merge, publish,
|
1258
1537
|
distribute, sublicense, and/or sell copies of the Software, and to
|
1259
1538
|
permit persons to whom the Software is furnished to do so, subject to
|
@@ -1262,51 +1541,47 @@ the following conditions:
|
|
1262
1541
|
The above copyright notice and this permission notice shall be
|
1263
1542
|
included in all copies or substantial portions of the Software.
|
1264
1543
|
|
1265
|
-
THE SOFTWARE IS PROVIDED
|
1544
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
1266
1545
|
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1267
|
-
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
1272
|
-
|
1273
|
-
|
1274
|
-
|
1275
|
-
--------------------------------------------------------------------------------
|
1276
|
-
|
1277
|
-
Package: color-name (1.1.4)
|
1278
|
-
Type: npm
|
1279
|
-
License: MIT
|
1280
|
-
|
1281
|
-
The MIT License (MIT)
|
1282
|
-
Copyright (c) 2015 Dmitry Ivanov
|
1283
|
-
|
1284
|
-
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:
|
1285
|
-
|
1286
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1287
|
-
|
1288
|
-
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.
|
1546
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1547
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1548
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
1549
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
1550
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1289
1551
|
|
1290
|
-
|
1552
|
+
---
|
1291
1553
|
|
1292
|
-
Package:
|
1554
|
+
Package: mime-types (2.1.35)
|
1293
1555
|
Type: npm
|
1294
1556
|
License: MIT
|
1295
1557
|
|
1296
|
-
MIT License
|
1297
|
-
|
1298
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1558
|
+
(The MIT License)
|
1299
1559
|
|
1300
|
-
|
1560
|
+
Copyright (c) 2014 Jonathan Ong <me@jongleberry.com>
|
1561
|
+
Copyright (c) 2015 Douglas Christopher Wilson <doug@somethingdoug.com>
|
1301
1562
|
|
1302
|
-
|
1563
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
1564
|
+
a copy of this software and associated documentation files (the
|
1565
|
+
'Software'), to deal in the Software without restriction, including
|
1566
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
1567
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
1568
|
+
permit persons to whom the Software is furnished to do so, subject to
|
1569
|
+
the following conditions:
|
1303
1570
|
|
1304
|
-
|
1571
|
+
The above copyright notice and this permission notice shall be
|
1572
|
+
included in all copies or substantial portions of the Software.
|
1305
1573
|
|
1574
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
1575
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
1576
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
1577
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1578
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
1579
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
1580
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1306
1581
|
|
1307
|
-
|
1582
|
+
---
|
1308
1583
|
|
1309
|
-
Package:
|
1584
|
+
Package: mimic-fn (2.1.0)
|
1310
1585
|
Type: npm
|
1311
1586
|
License: MIT
|
1312
1587
|
|
@@ -1320,16 +1595,15 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1320
1595
|
|
1321
1596
|
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.
|
1322
1597
|
|
1598
|
+
---
|
1323
1599
|
|
1324
|
-
|
1325
|
-
|
1326
|
-
Package: enquirer (2.4.1)
|
1327
|
-
Type: npm
|
1600
|
+
Package: mockito (1.5.0)
|
1601
|
+
Type: cargo
|
1328
1602
|
License: MIT
|
1329
1603
|
|
1330
1604
|
The MIT License (MIT)
|
1331
1605
|
|
1332
|
-
Copyright (c) 2016
|
1606
|
+
Copyright (c) 2016 Florin Lipan
|
1333
1607
|
|
1334
1608
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1335
1609
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1338,56 +1612,48 @@ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
1338
1612
|
copies of the Software, and to permit persons to whom the Software is
|
1339
1613
|
furnished to do so, subject to the following conditions:
|
1340
1614
|
|
1341
|
-
The above copyright notice and this permission notice shall be included in
|
1342
|
-
|
1615
|
+
The above copyright notice and this permission notice shall be included in all
|
1616
|
+
copies or substantial portions of the Software.
|
1343
1617
|
|
1344
1618
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1345
1619
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1346
1620
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1347
1621
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1348
1622
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1349
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1350
|
-
|
1351
|
-
|
1623
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1624
|
+
SOFTWARE.
|
1352
1625
|
|
1353
|
-
|
1626
|
+
---
|
1354
1627
|
|
1355
|
-
Package:
|
1356
|
-
Type:
|
1628
|
+
Package: napi (3.0.0-alpha.20)
|
1629
|
+
Type: cargo
|
1357
1630
|
License: MIT
|
1358
1631
|
|
1359
|
-
The MIT
|
1360
|
-
|
1361
|
-
Copyright (c) 2015-present, Brian Woodward.
|
1362
|
-
|
1363
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1364
|
-
of this software and associated documentation files (the "Software"), to deal
|
1365
|
-
in the Software without restriction, including without limitation the rights
|
1366
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1367
|
-
copies of the Software, and to permit persons to whom the Software is
|
1368
|
-
furnished to do so, subject to the following conditions:
|
1632
|
+
The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
|
1369
1633
|
|
1370
|
-
|
1371
|
-
all copies or substantial portions of the Software.
|
1634
|
+
---
|
1372
1635
|
|
1373
|
-
|
1374
|
-
|
1375
|
-
|
1376
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1377
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1378
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1379
|
-
THE SOFTWARE.
|
1636
|
+
Package: napi-build (2.1.3)
|
1637
|
+
Type: cargo
|
1638
|
+
License: MIT
|
1380
1639
|
|
1640
|
+
The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
|
1381
1641
|
|
1382
|
-
|
1642
|
+
---
|
1383
1643
|
|
1384
|
-
Package:
|
1385
|
-
Type:
|
1644
|
+
Package: napi-derive (3.0.0-alpha.19)
|
1645
|
+
Type: cargo
|
1386
1646
|
License: MIT
|
1387
1647
|
|
1388
|
-
MIT
|
1648
|
+
The package stipulates that it is licensed under the MIT license, but no explicit LICENSE file was provided by the package.
|
1389
1649
|
|
1390
|
-
|
1650
|
+
---
|
1651
|
+
|
1652
|
+
Package: obfstr (0.4.3)
|
1653
|
+
Type: cargo
|
1654
|
+
License: MIT
|
1655
|
+
|
1656
|
+
Copyright (c) 2019-2020 Casper <CasualX@users.noreply.github.com>
|
1391
1657
|
|
1392
1658
|
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:
|
1393
1659
|
|
@@ -1395,10 +1661,9 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1395
1661
|
|
1396
1662
|
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.
|
1397
1663
|
|
1664
|
+
---
|
1398
1665
|
|
1399
|
-
|
1400
|
-
|
1401
|
-
Package: ansi-regex (6.1.0)
|
1666
|
+
Package: onetime (5.1.2)
|
1402
1667
|
Type: npm
|
1403
1668
|
License: MIT
|
1404
1669
|
|
@@ -1412,8 +1677,7 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1412
1677
|
|
1413
1678
|
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.
|
1414
1679
|
|
1415
|
-
|
1416
|
-
--------------------------------------------------------------------------------
|
1680
|
+
---
|
1417
1681
|
|
1418
1682
|
Package: ora (5.4.1)
|
1419
1683
|
Type: npm
|
@@ -1429,37 +1693,122 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1429
1693
|
|
1430
1694
|
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.
|
1431
1695
|
|
1696
|
+
---
|
1432
1697
|
|
1433
|
-
|
1434
|
-
|
1435
|
-
Package: bl (4.1.0)
|
1436
|
-
Type: npm
|
1698
|
+
Package: owo-colors (4.1.0)
|
1699
|
+
Type: cargo
|
1437
1700
|
License: MIT
|
1438
1701
|
|
1439
|
-
|
1440
|
-
=====================
|
1702
|
+
MIT License
|
1441
1703
|
|
1442
|
-
Copyright (c)
|
1443
|
-
----------------------------------
|
1704
|
+
Copyright (c) 2020 - present The owo-colors Developers
|
1444
1705
|
|
1445
|
-
|
1706
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1707
|
+
of this software and associated documentation files (the "Software"), to deal
|
1708
|
+
in the Software without restriction, including without limitation the rights
|
1709
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1710
|
+
copies of the Software, and to permit persons to whom the Software is
|
1711
|
+
furnished to do so, subject to the following conditions:
|
1446
1712
|
|
1447
|
-
|
1713
|
+
The above copyright notice and this permission notice shall be included in all
|
1714
|
+
copies or substantial portions of the Software.
|
1448
1715
|
|
1449
|
-
|
1716
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1717
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1718
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1719
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1720
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1721
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
1722
|
+
SOFTWARE.
|
1450
1723
|
|
1451
|
-
|
1724
|
+
---
|
1725
|
+
|
1726
|
+
Package: proxy-from-env (1.1.0)
|
1727
|
+
Type: npm
|
1728
|
+
License: MIT
|
1452
1729
|
|
1730
|
+
The MIT License
|
1453
1731
|
|
1454
|
-
|
1732
|
+
Copyright (C) 2016-2018 Rob Wu <rob@robwu.nl>
|
1455
1733
|
|
1456
|
-
|
1734
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
1735
|
+
this software and associated documentation files (the "Software"), to deal in
|
1736
|
+
the Software without restriction, including without limitation the rights to
|
1737
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
1738
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
1739
|
+
so, subject to the following conditions:
|
1740
|
+
|
1741
|
+
The above copyright notice and this permission notice shall be included in all
|
1742
|
+
copies or substantial portions of the Software.
|
1743
|
+
|
1744
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1745
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
1746
|
+
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
1747
|
+
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
1748
|
+
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
1749
|
+
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1750
|
+
|
1751
|
+
---
|
1752
|
+
|
1753
|
+
Package: readable-stream (3.6.2)
|
1457
1754
|
Type: npm
|
1458
1755
|
License: MIT
|
1459
1756
|
|
1460
|
-
|
1757
|
+
Node.js is licensed for use as follows:
|
1461
1758
|
|
1462
|
-
|
1759
|
+
"""
|
1760
|
+
Copyright Node.js contributors. All rights reserved.
|
1761
|
+
|
1762
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1763
|
+
of this software and associated documentation files (the "Software"), to
|
1764
|
+
deal in the Software without restriction, including without limitation the
|
1765
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
1766
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
1767
|
+
furnished to do so, subject to the following conditions:
|
1768
|
+
|
1769
|
+
The above copyright notice and this permission notice shall be included in
|
1770
|
+
all copies or substantial portions of the Software.
|
1771
|
+
|
1772
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1773
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1774
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1775
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1776
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
1777
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
1778
|
+
IN THE SOFTWARE.
|
1779
|
+
"""
|
1780
|
+
|
1781
|
+
This license applies to parts of Node.js originating from the
|
1782
|
+
https://github.com/joyent/node repository:
|
1783
|
+
|
1784
|
+
"""
|
1785
|
+
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
1786
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1787
|
+
of this software and associated documentation files (the "Software"), to
|
1788
|
+
deal in the Software without restriction, including without limitation the
|
1789
|
+
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
1790
|
+
sell copies of the Software, and to permit persons to whom the Software is
|
1791
|
+
furnished to do so, subject to the following conditions:
|
1792
|
+
|
1793
|
+
The above copyright notice and this permission notice shall be included in
|
1794
|
+
all copies or substantial portions of the Software.
|
1795
|
+
|
1796
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1797
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1798
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1799
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1800
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
1801
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
1802
|
+
IN THE SOFTWARE.
|
1803
|
+
"""
|
1804
|
+
|
1805
|
+
---
|
1806
|
+
|
1807
|
+
Package: reqwest (0.12.9)
|
1808
|
+
Type: cargo
|
1809
|
+
License: MIT OR Apache-2.0
|
1810
|
+
|
1811
|
+
Copyright (c) 2016 Sean McArthur
|
1463
1812
|
|
1464
1813
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1465
1814
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1479,16 +1828,47 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1479
1828
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1480
1829
|
THE SOFTWARE.
|
1481
1830
|
|
1831
|
+
---
|
1832
|
+
|
1833
|
+
Package: restore-cursor (3.1.0)
|
1834
|
+
Type: npm
|
1835
|
+
License: MIT
|
1836
|
+
|
1837
|
+
MIT License
|
1838
|
+
|
1839
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1482
1840
|
|
1483
|
-
|
1841
|
+
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:
|
1484
1842
|
|
1485
|
-
|
1843
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1844
|
+
|
1845
|
+
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.
|
1846
|
+
|
1847
|
+
---
|
1848
|
+
|
1849
|
+
Package: rust-ini (0.21.1)
|
1850
|
+
Type: cargo
|
1851
|
+
License: MIT
|
1852
|
+
|
1853
|
+
The MIT License (MIT)
|
1854
|
+
|
1855
|
+
Copyright (c) 2014 Y. T. CHUNG
|
1856
|
+
|
1857
|
+
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:
|
1858
|
+
|
1859
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1860
|
+
|
1861
|
+
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.
|
1862
|
+
|
1863
|
+
---
|
1864
|
+
|
1865
|
+
Package: safe-buffer (5.2.1)
|
1486
1866
|
Type: npm
|
1487
1867
|
License: MIT
|
1488
1868
|
|
1489
1869
|
The MIT License (MIT)
|
1490
1870
|
|
1491
|
-
Copyright (c)
|
1871
|
+
Copyright (c) Feross Aboukhadijeh
|
1492
1872
|
|
1493
1873
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1494
1874
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -1508,53 +1888,92 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
1508
1888
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1509
1889
|
THE SOFTWARE.
|
1510
1890
|
|
1891
|
+
---
|
1511
1892
|
|
1512
|
-
|
1893
|
+
Package: serde (1.0.210)
|
1894
|
+
Type: cargo
|
1895
|
+
License: MIT OR Apache-2.0
|
1513
1896
|
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
1897
|
+
Permission is hereby granted, free of charge, to any
|
1898
|
+
person obtaining a copy of this software and associated
|
1899
|
+
documentation files (the "Software"), to deal in the
|
1900
|
+
Software without restriction, including without
|
1901
|
+
limitation the rights to use, copy, modify, merge,
|
1902
|
+
publish, distribute, sublicense, and/or sell copies of
|
1903
|
+
the Software, and to permit persons to whom the Software
|
1904
|
+
is furnished to do so, subject to the following
|
1905
|
+
conditions:
|
1517
1906
|
|
1518
|
-
|
1907
|
+
The above copyright notice and this permission notice
|
1908
|
+
shall be included in all copies or substantial portions
|
1909
|
+
of the Software.
|
1519
1910
|
|
1520
|
-
|
1911
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1912
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1913
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1914
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1915
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1916
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1917
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1918
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1919
|
+
DEALINGS IN THE SOFTWARE.
|
1521
1920
|
|
1522
|
-
|
1921
|
+
---
|
1523
1922
|
|
1524
|
-
|
1923
|
+
Package: serde_json (1.0.128)
|
1924
|
+
Type: cargo
|
1925
|
+
License: MIT OR Apache-2.0
|
1525
1926
|
|
1526
|
-
|
1927
|
+
Permission is hereby granted, free of charge, to any
|
1928
|
+
person obtaining a copy of this software and associated
|
1929
|
+
documentation files (the "Software"), to deal in the
|
1930
|
+
Software without restriction, including without
|
1931
|
+
limitation the rights to use, copy, modify, merge,
|
1932
|
+
publish, distribute, sublicense, and/or sell copies of
|
1933
|
+
the Software, and to permit persons to whom the Software
|
1934
|
+
is furnished to do so, subject to the following
|
1935
|
+
conditions:
|
1527
1936
|
|
1528
|
-
|
1937
|
+
The above copyright notice and this permission notice
|
1938
|
+
shall be included in all copies or substantial portions
|
1939
|
+
of the Software.
|
1529
1940
|
|
1941
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
1942
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
1943
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
1944
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
1945
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
1946
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
1947
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
1948
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1949
|
+
DEALINGS IN THE SOFTWARE.
|
1530
1950
|
|
1531
|
-
|
1951
|
+
---
|
1532
1952
|
|
1533
|
-
Package:
|
1953
|
+
Package: signal-exit (3.0.7)
|
1534
1954
|
Type: npm
|
1535
1955
|
License: ISC
|
1536
1956
|
|
1537
1957
|
The ISC License
|
1538
1958
|
|
1539
|
-
Copyright (c)
|
1540
|
-
|
1541
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
1542
|
-
purpose with or without fee is hereby granted, provided that the above
|
1543
|
-
copyright notice and this permission notice appear in all copies.
|
1544
|
-
|
1545
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
1546
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
1547
|
-
FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
1548
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
1549
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
1550
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
1551
|
-
PERFORMANCE OF THIS SOFTWARE.
|
1959
|
+
Copyright (c) 2015, Contributors
|
1552
1960
|
|
1961
|
+
Permission to use, copy, modify, and/or distribute this software
|
1962
|
+
for any purpose with or without fee is hereby granted, provided
|
1963
|
+
that the above copyright notice and this permission notice
|
1964
|
+
appear in all copies.
|
1553
1965
|
|
1966
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
1967
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
|
1968
|
+
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
|
1969
|
+
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
1970
|
+
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
1971
|
+
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
1972
|
+
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
1554
1973
|
|
1555
|
-
|
1974
|
+
---
|
1556
1975
|
|
1557
|
-
Package:
|
1976
|
+
Package: string_decoder (1.3.0)
|
1558
1977
|
Type: npm
|
1559
1978
|
License: MIT
|
1560
1979
|
|
@@ -1606,178 +2025,25 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
|
1606
2025
|
IN THE SOFTWARE.
|
1607
2026
|
"""
|
1608
2027
|
|
2028
|
+
---
|
1609
2029
|
|
1610
|
-
|
1611
|
-
|
1612
|
-
Package: string_decoder (1.3.0)
|
2030
|
+
Package: strip-ansi (6.0.1)
|
1613
2031
|
Type: npm
|
1614
2032
|
License: MIT
|
1615
2033
|
|
1616
|
-
|
2034
|
+
MIT License
|
1617
2035
|
|
1618
|
-
|
1619
|
-
Copyright Node.js contributors. All rights reserved.
|
2036
|
+
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1620
2037
|
|
1621
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1622
|
-
of this software and associated documentation files (the "Software"), to
|
1623
|
-
deal in the Software without restriction, including without limitation the
|
1624
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
1625
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
1626
|
-
furnished to do so, subject to the following conditions:
|
2038
|
+
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:
|
1627
2039
|
|
1628
|
-
The above copyright notice and this permission notice shall be included in
|
1629
|
-
all copies or substantial portions of the Software.
|
1630
|
-
|
1631
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1632
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1633
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1634
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1635
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
1636
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
1637
|
-
IN THE SOFTWARE.
|
1638
|
-
"""
|
1639
|
-
|
1640
|
-
This license applies to parts of Node.js originating from the
|
1641
|
-
https://github.com/joyent/node repository:
|
1642
|
-
|
1643
|
-
"""
|
1644
|
-
Copyright Joyent, Inc. and other Node contributors. All rights reserved.
|
1645
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1646
|
-
of this software and associated documentation files (the "Software"), to
|
1647
|
-
deal in the Software without restriction, including without limitation the
|
1648
|
-
rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
|
1649
|
-
sell copies of the Software, and to permit persons to whom the Software is
|
1650
|
-
furnished to do so, subject to the following conditions:
|
1651
|
-
|
1652
|
-
The above copyright notice and this permission notice shall be included in
|
1653
|
-
all copies or substantial portions of the Software.
|
1654
|
-
|
1655
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1656
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1657
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1658
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1659
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
1660
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
1661
|
-
IN THE SOFTWARE.
|
1662
|
-
"""
|
1663
|
-
|
1664
|
-
|
1665
|
-
|
1666
|
-
--------------------------------------------------------------------------------
|
1667
|
-
|
1668
|
-
Package: safe-buffer (5.2.1)
|
1669
|
-
Type: npm
|
1670
|
-
License: MIT
|
1671
|
-
|
1672
|
-
The MIT License (MIT)
|
1673
|
-
|
1674
|
-
Copyright (c) Feross Aboukhadijeh
|
1675
|
-
|
1676
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
1677
|
-
of this software and associated documentation files (the "Software"), to deal
|
1678
|
-
in the Software without restriction, including without limitation the rights
|
1679
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1680
|
-
copies of the Software, and to permit persons to whom the Software is
|
1681
|
-
furnished to do so, subject to the following conditions:
|
1682
|
-
|
1683
|
-
The above copyright notice and this permission notice shall be included in
|
1684
|
-
all copies or substantial portions of the Software.
|
1685
|
-
|
1686
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1687
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1688
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
1689
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
1690
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
1691
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
1692
|
-
THE SOFTWARE.
|
1693
|
-
|
1694
|
-
|
1695
|
-
--------------------------------------------------------------------------------
|
1696
|
-
|
1697
|
-
Package: util-deprecate (1.0.2)
|
1698
|
-
Type: npm
|
1699
|
-
License: MIT
|
1700
|
-
|
1701
|
-
(The MIT License)
|
1702
|
-
|
1703
|
-
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
1704
|
-
|
1705
|
-
Permission is hereby granted, free of charge, to any person
|
1706
|
-
obtaining a copy of this software and associated documentation
|
1707
|
-
files (the "Software"), to deal in the Software without
|
1708
|
-
restriction, including without limitation the rights to use,
|
1709
|
-
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
1710
|
-
copies of the Software, and to permit persons to whom the
|
1711
|
-
Software is furnished to do so, subject to the following
|
1712
|
-
conditions:
|
1713
|
-
|
1714
|
-
The above copyright notice and this permission notice shall be
|
1715
|
-
included in all copies or substantial portions of the Software.
|
1716
|
-
|
1717
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
1718
|
-
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
1719
|
-
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
1720
|
-
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
1721
|
-
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
1722
|
-
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
1723
|
-
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
1724
|
-
OTHER DEALINGS IN THE SOFTWARE.
|
1725
|
-
|
1726
|
-
|
1727
|
-
--------------------------------------------------------------------------------
|
1728
|
-
|
1729
|
-
Package: cli-cursor (3.1.0)
|
1730
|
-
Type: npm
|
1731
|
-
License: MIT
|
1732
|
-
|
1733
|
-
MIT License
|
1734
|
-
|
1735
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1736
|
-
|
1737
|
-
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:
|
1738
|
-
|
1739
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1740
|
-
|
1741
|
-
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.
|
1742
|
-
|
1743
|
-
|
1744
|
-
--------------------------------------------------------------------------------
|
1745
|
-
|
1746
|
-
Package: restore-cursor (3.1.0)
|
1747
|
-
Type: npm
|
1748
|
-
License: MIT
|
1749
|
-
|
1750
|
-
MIT License
|
1751
|
-
|
1752
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1753
|
-
|
1754
|
-
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:
|
1755
|
-
|
1756
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2040
|
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1757
2041
|
|
1758
2042
|
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.
|
1759
2043
|
|
2044
|
+
---
|
1760
2045
|
|
1761
|
-
|
1762
|
-
|
1763
|
-
Package: onetime (5.1.2)
|
1764
|
-
Type: npm
|
1765
|
-
License: MIT
|
1766
|
-
|
1767
|
-
MIT License
|
1768
|
-
|
1769
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1770
|
-
|
1771
|
-
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:
|
1772
|
-
|
1773
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
1774
|
-
|
1775
|
-
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.
|
1776
|
-
|
1777
|
-
|
1778
|
-
--------------------------------------------------------------------------------
|
1779
|
-
|
1780
|
-
Package: mimic-fn (2.1.0)
|
2046
|
+
Package: supports-color (7.2.0)
|
1781
2047
|
Type: npm
|
1782
2048
|
License: MIT
|
1783
2049
|
|
@@ -1791,124 +2057,185 @@ The above copyright notice and this permission notice shall be included in all c
|
|
1791
2057
|
|
1792
2058
|
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.
|
1793
2059
|
|
2060
|
+
---
|
1794
2061
|
|
1795
|
-
|
1796
|
-
|
1797
|
-
|
1798
|
-
Type: npm
|
1799
|
-
License: ISC
|
1800
|
-
|
1801
|
-
The ISC License
|
1802
|
-
|
1803
|
-
Copyright (c) 2015, Contributors
|
2062
|
+
Package: thiserror (1.0.63)
|
2063
|
+
Type: cargo
|
2064
|
+
License: MIT OR Apache-2.0
|
1804
2065
|
|
1805
|
-
Permission
|
1806
|
-
|
1807
|
-
|
1808
|
-
|
2066
|
+
Permission is hereby granted, free of charge, to any
|
2067
|
+
person obtaining a copy of this software and associated
|
2068
|
+
documentation files (the "Software"), to deal in the
|
2069
|
+
Software without restriction, including without
|
2070
|
+
limitation the rights to use, copy, modify, merge,
|
2071
|
+
publish, distribute, sublicense, and/or sell copies of
|
2072
|
+
the Software, and to permit persons to whom the Software
|
2073
|
+
is furnished to do so, subject to the following
|
2074
|
+
conditions:
|
1809
2075
|
|
1810
|
-
|
1811
|
-
|
1812
|
-
|
1813
|
-
LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
|
1814
|
-
OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
|
1815
|
-
WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
|
1816
|
-
ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
2076
|
+
The above copyright notice and this permission notice
|
2077
|
+
shall be included in all copies or substantial portions
|
2078
|
+
of the Software.
|
1817
2079
|
|
2080
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
2081
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
2082
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
2083
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
2084
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
2085
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
2086
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
2087
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
2088
|
+
DEALINGS IN THE SOFTWARE.
|
1818
2089
|
|
1819
|
-
|
2090
|
+
---
|
1820
2091
|
|
1821
|
-
Package:
|
1822
|
-
Type:
|
2092
|
+
Package: tokio (1.41.1)
|
2093
|
+
Type: cargo
|
1823
2094
|
License: MIT
|
1824
2095
|
|
1825
2096
|
MIT License
|
1826
2097
|
|
1827
|
-
Copyright (c)
|
1828
|
-
|
1829
|
-
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:
|
2098
|
+
Copyright (c) Tokio Contributors
|
1830
2099
|
|
1831
|
-
|
2100
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
2101
|
+
of this software and associated documentation files (the "Software"), to deal
|
2102
|
+
in the Software without restriction, including without limitation the rights
|
2103
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2104
|
+
copies of the Software, and to permit persons to whom the Software is
|
2105
|
+
furnished to do so, subject to the following conditions:
|
1832
2106
|
|
1833
|
-
|
2107
|
+
The above copyright notice and this permission notice shall be included in all
|
2108
|
+
copies or substantial portions of the Software.
|
1834
2109
|
|
2110
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
2111
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
2112
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
2113
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
2114
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
2115
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
2116
|
+
SOFTWARE.
|
1835
2117
|
|
1836
|
-
|
2118
|
+
---
|
1837
2119
|
|
1838
|
-
Package:
|
1839
|
-
Type:
|
2120
|
+
Package: tracing (0.1.40)
|
2121
|
+
Type: cargo
|
1840
2122
|
License: MIT
|
1841
2123
|
|
1842
|
-
|
1843
|
-
|
1844
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
1845
|
-
|
1846
|
-
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:
|
2124
|
+
Copyright (c) 2019 Tokio Contributors
|
1847
2125
|
|
1848
|
-
|
2126
|
+
Permission is hereby granted, free of charge, to any
|
2127
|
+
person obtaining a copy of this software and associated
|
2128
|
+
documentation files (the "Software"), to deal in the
|
2129
|
+
Software without restriction, including without
|
2130
|
+
limitation the rights to use, copy, modify, merge,
|
2131
|
+
publish, distribute, sublicense, and/or sell copies of
|
2132
|
+
the Software, and to permit persons to whom the Software
|
2133
|
+
is furnished to do so, subject to the following
|
2134
|
+
conditions:
|
1849
2135
|
|
1850
|
-
|
2136
|
+
The above copyright notice and this permission notice
|
2137
|
+
shall be included in all copies or substantial portions
|
2138
|
+
of the Software.
|
1851
2139
|
|
2140
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
2141
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
2142
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
2143
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
2144
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
2145
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
2146
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
2147
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
2148
|
+
DEALINGS IN THE SOFTWARE.
|
1852
2149
|
|
1853
|
-
|
2150
|
+
---
|
1854
2151
|
|
1855
|
-
Package:
|
1856
|
-
Type:
|
2152
|
+
Package: tracing-subscriber (0.3.18)
|
2153
|
+
Type: cargo
|
1857
2154
|
License: MIT
|
1858
2155
|
|
1859
|
-
|
1860
|
-
|
1861
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1862
|
-
|
1863
|
-
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:
|
2156
|
+
Copyright (c) 2019 Tokio Contributors
|
1864
2157
|
|
1865
|
-
|
2158
|
+
Permission is hereby granted, free of charge, to any
|
2159
|
+
person obtaining a copy of this software and associated
|
2160
|
+
documentation files (the "Software"), to deal in the
|
2161
|
+
Software without restriction, including without
|
2162
|
+
limitation the rights to use, copy, modify, merge,
|
2163
|
+
publish, distribute, sublicense, and/or sell copies of
|
2164
|
+
the Software, and to permit persons to whom the Software
|
2165
|
+
is furnished to do so, subject to the following
|
2166
|
+
conditions:
|
1866
2167
|
|
1867
|
-
|
2168
|
+
The above copyright notice and this permission notice
|
2169
|
+
shall be included in all copies or substantial portions
|
2170
|
+
of the Software.
|
1868
2171
|
|
2172
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
2173
|
+
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
2174
|
+
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
2175
|
+
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
2176
|
+
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
2177
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
2178
|
+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
2179
|
+
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
2180
|
+
DEALINGS IN THE SOFTWARE.
|
1869
2181
|
|
1870
|
-
|
2182
|
+
---
|
1871
2183
|
|
1872
|
-
Package:
|
2184
|
+
Package: tslib (2.8.1)
|
1873
2185
|
Type: npm
|
1874
|
-
License:
|
1875
|
-
|
1876
|
-
MIT License
|
1877
|
-
|
1878
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
1879
|
-
|
1880
|
-
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:
|
2186
|
+
License: 0BSD
|
1881
2187
|
|
1882
|
-
|
2188
|
+
Copyright (c) Microsoft Corporation.
|
1883
2189
|
|
1884
|
-
|
2190
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
2191
|
+
purpose with or without fee is hereby granted.
|
1885
2192
|
|
2193
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
2194
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
2195
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
2196
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
2197
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
2198
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
2199
|
+
PERFORMANCE OF THIS SOFTWARE.
|
1886
2200
|
|
1887
|
-
|
2201
|
+
---
|
1888
2202
|
|
1889
|
-
Package:
|
2203
|
+
Package: util-deprecate (1.0.2)
|
1890
2204
|
Type: npm
|
1891
2205
|
License: MIT
|
1892
2206
|
|
1893
|
-
MIT License
|
1894
|
-
|
1895
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
|
2207
|
+
(The MIT License)
|
1896
2208
|
|
1897
|
-
|
2209
|
+
Copyright (c) 2014 Nathan Rajlich <nathan@tootallnate.net>
|
1898
2210
|
|
1899
|
-
|
2211
|
+
Permission is hereby granted, free of charge, to any person
|
2212
|
+
obtaining a copy of this software and associated documentation
|
2213
|
+
files (the "Software"), to deal in the Software without
|
2214
|
+
restriction, including without limitation the rights to use,
|
2215
|
+
copy, modify, merge, publish, distribute, sublicense, and/or sell
|
2216
|
+
copies of the Software, and to permit persons to whom the
|
2217
|
+
Software is furnished to do so, subject to the following
|
2218
|
+
conditions:
|
1900
2219
|
|
1901
|
-
|
2220
|
+
The above copyright notice and this permission notice shall be
|
2221
|
+
included in all copies or substantial portions of the Software.
|
1902
2222
|
|
2223
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
2224
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
2225
|
+
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
2226
|
+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
2227
|
+
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
2228
|
+
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
2229
|
+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
2230
|
+
OTHER DEALINGS IN THE SOFTWARE.
|
1903
2231
|
|
1904
|
-
|
2232
|
+
---
|
1905
2233
|
|
1906
2234
|
Package: wcwidth (1.0.1)
|
1907
2235
|
Type: npm
|
1908
2236
|
License: MIT
|
1909
2237
|
|
1910
|
-
wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
|
1911
|
-
=======================================================================
|
2238
|
+
# wcwidth.js: JavaScript Portng of Markus Kuhn's wcwidth() Implementation
|
1912
2239
|
|
1913
2240
|
Copyright (C) 2012 by Jun Woong.
|
1914
2241
|
|
@@ -1925,7 +2252,6 @@ so, subject to the following conditions:
|
|
1925
2252
|
The above copyright notice and this permission notice shall be included in all
|
1926
2253
|
copies or substantial portions of the Software.
|
1927
2254
|
|
1928
|
-
|
1929
2255
|
THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
1930
2256
|
INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
|
1931
2257
|
FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR
|
@@ -1937,77 +2263,32 @@ IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
|
1937
2263
|
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
1938
2264
|
POSSIBILITY OF SUCH DAMAGE.
|
1939
2265
|
|
2266
|
+
---
|
1940
2267
|
|
2268
|
+
Package: xxhash-rust (0.8.12)
|
2269
|
+
Type: cargo
|
2270
|
+
License: BSL-1.0
|
1941
2271
|
|
1942
|
-
|
1943
|
-
|
1944
|
-
Package: defaults (1.0.4)
|
1945
|
-
Type: npm
|
1946
|
-
License: MIT
|
1947
|
-
|
1948
|
-
The MIT License (MIT)
|
1949
|
-
|
1950
|
-
Copyright (c) 2022 Sindre Sorhus
|
1951
|
-
Copyright (c) 2015 Elijah Insua
|
2272
|
+
Boost Software License - Version 1.0 - August 17th, 2003
|
1952
2273
|
|
1953
|
-
Permission is hereby granted, free of charge, to any person
|
1954
|
-
of
|
1955
|
-
|
1956
|
-
|
1957
|
-
|
1958
|
-
|
2274
|
+
Permission is hereby granted, free of charge, to any person or organization
|
2275
|
+
obtaining a copy of the software and accompanying documentation covered by
|
2276
|
+
this license (the "Software") to use, reproduce, display, distribute,
|
2277
|
+
execute, and transmit the Software, and to prepare derivative works of the
|
2278
|
+
Software, and to permit third-parties to whom the Software is furnished to
|
2279
|
+
do so, all subject to the following:
|
1959
2280
|
|
1960
|
-
The
|
1961
|
-
|
2281
|
+
The copyright notices in the Software and this entire statement, including
|
2282
|
+
the above license grant, this restriction and the following disclaimer,
|
2283
|
+
must be included in all copies of the Software, in whole or in part, and
|
2284
|
+
all derivative works of the Software, unless such copies or derivative
|
2285
|
+
works are solely in the form of machine-executable object code generated by
|
2286
|
+
a source language processor.
|
1962
2287
|
|
1963
2288
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1964
2289
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
1965
|
-
FITNESS FOR A PARTICULAR PURPOSE AND
|
1966
|
-
|
1967
|
-
LIABILITY, WHETHER IN
|
1968
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
1969
|
-
THE SOFTWARE.
|
1970
|
-
|
1971
|
-
|
1972
|
-
--------------------------------------------------------------------------------
|
1973
|
-
|
1974
|
-
Package: clone (1.0.4)
|
1975
|
-
Type: npm
|
1976
|
-
License: MIT
|
1977
|
-
|
1978
|
-
Copyright © 2011-2015 Paul Vorbach <paul@vorba.ch>
|
1979
|
-
|
1980
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
1981
|
-
this software and associated documentation files (the “Software”), to deal in
|
1982
|
-
the Software without restriction, including without limitation the rights to
|
1983
|
-
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
1984
|
-
the Software, and to permit persons to whom the Software is furnished to do so,
|
1985
|
-
subject to the following conditions:
|
1986
|
-
|
1987
|
-
The above copyright notice and this permission notice shall be included in all
|
1988
|
-
copies or substantial portions of the Software.
|
1989
|
-
|
1990
|
-
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
1991
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
1992
|
-
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
1993
|
-
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
1994
|
-
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, OUT OF OR IN CONNECTION WITH THE
|
1995
|
-
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
1996
|
-
|
1997
|
-
|
1998
|
-
--------------------------------------------------------------------------------
|
1999
|
-
|
2000
|
-
Package: cli-spinners (2.9.2)
|
2001
|
-
Type: npm
|
2002
|
-
License: MIT
|
2003
|
-
|
2004
|
-
MIT License
|
2005
|
-
|
2006
|
-
Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
2007
|
-
|
2008
|
-
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:
|
2009
|
-
|
2010
|
-
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
2011
|
-
|
2012
|
-
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.
|
2013
|
-
|
2290
|
+
FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT
|
2291
|
+
SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE
|
2292
|
+
FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE,
|
2293
|
+
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
2294
|
+
DEALINGS IN THE SOFTWARE.
|