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