@0xengine/meow 1.2.7

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.

Potentially problematic release.


This version of @0xengine/meow might be problematic. Click here for more details.

@@ -0,0 +1,1501 @@
1
+ Name: yargs-parser
2
+ Version: 21.1.1
3
+ License: ISC
4
+ Private: false
5
+ Description: the mighty option parser used by yargs
6
+ Repository: https://github.com/yargs/yargs-parser.git
7
+ Author: Ben Coe <ben@npmjs.com>
8
+ License Copyright:
9
+ ===
10
+
11
+ Copyright (c) 2016, Contributors
12
+
13
+ Permission to use, copy, modify, and/or distribute this software
14
+ for any purpose with or without fee is hereby granted, provided
15
+ that the above copyright notice and this permission notice
16
+ appear in all copies.
17
+
18
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
19
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
20
+ OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE
21
+ LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES
22
+ OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
23
+ WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION,
24
+ ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
25
+
26
+ ---
27
+
28
+ Name: map-obj
29
+ Version: 5.0.0
30
+ License: MIT
31
+ Private: false
32
+ Description: Map object keys and values into a new object
33
+ Repository: undefined
34
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
35
+ License Copyright:
36
+ ===
37
+
38
+ MIT License
39
+
40
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
41
+
42
+ 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:
43
+
44
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
45
+
46
+ 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.
47
+
48
+ ---
49
+
50
+ Name: camelcase
51
+ Version: 8.0.0
52
+ License: MIT
53
+ Private: false
54
+ Description: Convert a dash/dot/underscore/space separated string to camelCase or PascalCase: `foo-bar` → `fooBar`
55
+ Repository: undefined
56
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
57
+ License Copyright:
58
+ ===
59
+
60
+ MIT License
61
+
62
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
63
+
64
+ 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:
65
+
66
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
67
+
68
+ 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.
69
+
70
+ ---
71
+
72
+ Name: quick-lru
73
+ Version: 6.1.2
74
+ License: MIT
75
+ Private: false
76
+ Description: Simple “Least Recently Used” (LRU) cache
77
+ Repository: undefined
78
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
79
+ License Copyright:
80
+ ===
81
+
82
+ MIT License
83
+
84
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
85
+
86
+ 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:
87
+
88
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
89
+
90
+ 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.
91
+
92
+ ---
93
+
94
+ Name: camelcase-keys
95
+ Version: 9.1.3
96
+ License: MIT
97
+ Private: false
98
+ Description: Convert object keys to camel case
99
+ Repository: undefined
100
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
101
+ License Copyright:
102
+ ===
103
+
104
+ MIT License
105
+
106
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
107
+
108
+ 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:
109
+
110
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
111
+
112
+ 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.
113
+
114
+ ---
115
+
116
+ Name: trim-newlines
117
+ Version: 5.0.0
118
+ License: MIT
119
+ Private: false
120
+ Description: Trim newlines from the start and/or end of a string
121
+ Repository: undefined
122
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
123
+ License Copyright:
124
+ ===
125
+
126
+ MIT License
127
+
128
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
129
+
130
+ 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:
131
+
132
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
133
+
134
+ 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.
135
+
136
+ ---
137
+
138
+ Name: min-indent
139
+ Version: 1.0.1
140
+ License: MIT
141
+ Private: false
142
+ Description: Get the shortest leading whitespace from lines in a string
143
+ Repository: undefined
144
+ Author: James Kyle <me@thejameskyle.com> (thejameskyle.com)
145
+ License Copyright:
146
+ ===
147
+
148
+
149
+ The MIT License (MIT)
150
+
151
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com), James Kyle <me@thejameskyle.com> (thejameskyle.com)
152
+
153
+ Permission is hereby granted, free of charge, to any person obtaining a copy
154
+ of this software and associated documentation files (the "Software"), to deal
155
+ in the Software without restriction, including without limitation the rights
156
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
157
+ copies of the Software, and to permit persons to whom the Software is
158
+ furnished to do so, subject to the following conditions:
159
+
160
+ The above copyright notice and this permission notice shall be included in
161
+ all copies or substantial portions of the Software.
162
+
163
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
164
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
165
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
166
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
167
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
168
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
169
+ THE SOFTWARE.
170
+
171
+ ---
172
+
173
+ Name: strip-indent
174
+ Version: 4.0.0
175
+ License: MIT
176
+ Private: false
177
+ Description: Strip leading whitespace from each line in a string
178
+ Repository: undefined
179
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
180
+ License Copyright:
181
+ ===
182
+
183
+ MIT License
184
+
185
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
186
+
187
+ 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:
188
+
189
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
190
+
191
+ 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.
192
+
193
+ ---
194
+
195
+ Name: indent-string
196
+ Version: 5.0.0
197
+ License: MIT
198
+ Private: false
199
+ Description: Indent each line in a string
200
+ Repository: undefined
201
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
202
+ License Copyright:
203
+ ===
204
+
205
+ MIT License
206
+
207
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
208
+
209
+ 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:
210
+
211
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
212
+
213
+ 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.
214
+
215
+ ---
216
+
217
+ Name: redent
218
+ Version: 4.0.0
219
+ License: MIT
220
+ Private: false
221
+ Description: Strip redundant indentation and indent the string
222
+ Repository: undefined
223
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
224
+ License Copyright:
225
+ ===
226
+
227
+ MIT License
228
+
229
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
230
+
231
+ 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:
232
+
233
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
234
+
235
+ 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.
236
+
237
+ ---
238
+
239
+ Name: find-up-simple
240
+ Version: 1.0.0
241
+ License: MIT
242
+ Private: false
243
+ Description: Find a file or directory by walking up parent directories — Zero dependencies
244
+ Repository: undefined
245
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
246
+ License Copyright:
247
+ ===
248
+
249
+ MIT License
250
+
251
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
252
+
253
+ 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:
254
+
255
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
256
+
257
+ 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.
258
+
259
+ ---
260
+
261
+ Name: @babel/code-frame
262
+ Version: 7.24.7
263
+ License: MIT
264
+ Private: false
265
+ Description: Generate errors that contain a code frame that point to source locations.
266
+ Repository: https://github.com/babel/babel.git
267
+ Homepage: https://babel.dev/docs/en/next/babel-code-frame
268
+ Author: The Babel Team (https://babel.dev/team)
269
+ License Copyright:
270
+ ===
271
+
272
+ MIT License
273
+
274
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
275
+
276
+ Permission is hereby granted, free of charge, to any person obtaining
277
+ a copy of this software and associated documentation files (the
278
+ "Software"), to deal in the Software without restriction, including
279
+ without limitation the rights to use, copy, modify, merge, publish,
280
+ distribute, sublicense, and/or sell copies of the Software, and to
281
+ permit persons to whom the Software is furnished to do so, subject to
282
+ the following conditions:
283
+
284
+ The above copyright notice and this permission notice shall be
285
+ included in all copies or substantial portions of the Software.
286
+
287
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
288
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
289
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
290
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
291
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
292
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
293
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
294
+
295
+ ---
296
+
297
+ Name: @babel/highlight
298
+ Version: 7.24.7
299
+ License: MIT
300
+ Private: false
301
+ Description: Syntax highlight JavaScript strings for output in terminals.
302
+ Repository: https://github.com/babel/babel.git
303
+ Homepage: https://babel.dev/docs/en/next/babel-highlight
304
+ Author: The Babel Team (https://babel.dev/team)
305
+ License Copyright:
306
+ ===
307
+
308
+ MIT License
309
+
310
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
311
+
312
+ Permission is hereby granted, free of charge, to any person obtaining
313
+ a copy of this software and associated documentation files (the
314
+ "Software"), to deal in the Software without restriction, including
315
+ without limitation the rights to use, copy, modify, merge, publish,
316
+ distribute, sublicense, and/or sell copies of the Software, and to
317
+ permit persons to whom the Software is furnished to do so, subject to
318
+ the following conditions:
319
+
320
+ The above copyright notice and this permission notice shall be
321
+ included in all copies or substantial portions of the Software.
322
+
323
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
324
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
325
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
326
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
327
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
328
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
329
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
330
+
331
+ ---
332
+
333
+ Name: js-tokens
334
+ Version: 4.0.0
335
+ License: MIT
336
+ Private: false
337
+ Description: A regex that tokenizes JavaScript.
338
+ Repository: undefined
339
+ Author: Simon Lydell
340
+ License Copyright:
341
+ ===
342
+
343
+ The MIT License (MIT)
344
+
345
+ Copyright (c) 2014, 2015, 2016, 2017, 2018 Simon Lydell
346
+
347
+ Permission is hereby granted, free of charge, to any person obtaining a copy
348
+ of this software and associated documentation files (the "Software"), to deal
349
+ in the Software without restriction, including without limitation the rights
350
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
351
+ copies of the Software, and to permit persons to whom the Software is
352
+ furnished to do so, subject to the following conditions:
353
+
354
+ The above copyright notice and this permission notice shall be included in
355
+ all copies or substantial portions of the Software.
356
+
357
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
358
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
359
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
360
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
361
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
362
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
363
+ THE SOFTWARE.
364
+
365
+ ---
366
+
367
+ Name: @babel/helper-validator-identifier
368
+ Version: 7.24.7
369
+ License: MIT
370
+ Private: false
371
+ Description: Validate identifier/keywords name
372
+ Repository: https://github.com/babel/babel.git
373
+ Author: The Babel Team (https://babel.dev/team)
374
+ License Copyright:
375
+ ===
376
+
377
+ MIT License
378
+
379
+ Copyright (c) 2014-present Sebastian McKenzie and other contributors
380
+
381
+ Permission is hereby granted, free of charge, to any person obtaining
382
+ a copy of this software and associated documentation files (the
383
+ "Software"), to deal in the Software without restriction, including
384
+ without limitation the rights to use, copy, modify, merge, publish,
385
+ distribute, sublicense, and/or sell copies of the Software, and to
386
+ permit persons to whom the Software is furnished to do so, subject to
387
+ the following conditions:
388
+
389
+ The above copyright notice and this permission notice shall be
390
+ included in all copies or substantial portions of the Software.
391
+
392
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
393
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
394
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
395
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
396
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
397
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
398
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
399
+
400
+ ---
401
+
402
+ Name: picocolors
403
+ Version: 1.1.0
404
+ License: ISC
405
+ Private: false
406
+ Description: The tiniest and the fastest library for terminal output formatting with ANSI colors
407
+ Repository: undefined
408
+ Author: Alexey Raspopov
409
+ License Copyright:
410
+ ===
411
+
412
+ ISC License
413
+
414
+ Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
415
+
416
+ Permission to use, copy, modify, and/or distribute this software for any
417
+ purpose with or without fee is hereby granted, provided that the above
418
+ copyright notice and this permission notice appear in all copies.
419
+
420
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
421
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
422
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
423
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
424
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
425
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
426
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
427
+
428
+ ---
429
+
430
+ Name: chalk
431
+ Version: 2.4.2
432
+ License: MIT
433
+ Private: false
434
+ Description: Terminal string styling done right
435
+ Repository: undefined
436
+ License Copyright:
437
+ ===
438
+
439
+ MIT License
440
+
441
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
442
+
443
+ 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:
444
+
445
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
446
+
447
+ 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.
448
+
449
+ ---
450
+
451
+ Name: escape-string-regexp
452
+ Version: 1.0.5
453
+ License: MIT
454
+ Private: false
455
+ Description: Escape RegExp special characters
456
+ Repository: undefined
457
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
458
+ License Copyright:
459
+ ===
460
+
461
+ The MIT License (MIT)
462
+
463
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
464
+
465
+ Permission is hereby granted, free of charge, to any person obtaining a copy
466
+ of this software and associated documentation files (the "Software"), to deal
467
+ in the Software without restriction, including without limitation the rights
468
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
469
+ copies of the Software, and to permit persons to whom the Software is
470
+ furnished to do so, subject to the following conditions:
471
+
472
+ The above copyright notice and this permission notice shall be included in
473
+ all copies or substantial portions of the Software.
474
+
475
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
476
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
477
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
478
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
479
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
480
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
481
+ THE SOFTWARE.
482
+
483
+ ---
484
+
485
+ Name: ansi-styles
486
+ Version: 3.2.1
487
+ License: MIT
488
+ Private: false
489
+ Description: ANSI escape codes for styling strings in the terminal
490
+ Repository: undefined
491
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
492
+ License Copyright:
493
+ ===
494
+
495
+ MIT License
496
+
497
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
498
+
499
+ 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:
500
+
501
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
502
+
503
+ 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.
504
+
505
+ ---
506
+
507
+ Name: color-convert
508
+ Version: 1.9.3
509
+ License: MIT
510
+ Private: false
511
+ Description: Plain color conversion functions
512
+ Repository: undefined
513
+ Author: Heather Arthur <fayearthur@gmail.com>
514
+ License Copyright:
515
+ ===
516
+
517
+ Copyright (c) 2011-2016 Heather Arthur <fayearthur@gmail.com>
518
+
519
+ Permission is hereby granted, free of charge, to any person obtaining
520
+ a copy of this software and associated documentation files (the
521
+ "Software"), to deal in the Software without restriction, including
522
+ without limitation the rights to use, copy, modify, merge, publish,
523
+ distribute, sublicense, and/or sell copies of the Software, and to
524
+ permit persons to whom the Software is furnished to do so, subject to
525
+ the following conditions:
526
+
527
+ The above copyright notice and this permission notice shall be
528
+ included in all copies or substantial portions of the Software.
529
+
530
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
531
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
532
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
533
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
534
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
535
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
536
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
537
+
538
+ ---
539
+
540
+ Name: color-name
541
+ Version: 1.1.3
542
+ License: MIT
543
+ Private: false
544
+ Description: A list of color names and its values
545
+ Repository: git@github.com:dfcreative/color-name.git
546
+ Homepage: https://github.com/dfcreative/color-name
547
+ Author: DY <dfcreative@gmail.com>
548
+ License Copyright:
549
+ ===
550
+
551
+ The MIT License (MIT)
552
+ Copyright (c) 2015 Dmitry Ivanov
553
+
554
+ 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:
555
+
556
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
557
+
558
+ 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.
559
+
560
+ ---
561
+
562
+ Name: has-flag
563
+ Version: 3.0.0
564
+ License: MIT
565
+ Private: false
566
+ Description: Check if argv has a specific flag
567
+ Repository: undefined
568
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
569
+ License Copyright:
570
+ ===
571
+
572
+ MIT License
573
+
574
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
575
+
576
+ 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:
577
+
578
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
579
+
580
+ 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.
581
+
582
+ ---
583
+
584
+ Name: supports-color
585
+ Version: 5.5.0
586
+ License: MIT
587
+ Private: false
588
+ Description: Detect whether a terminal supports color
589
+ Repository: undefined
590
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
591
+ License Copyright:
592
+ ===
593
+
594
+ MIT License
595
+
596
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
597
+
598
+ 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:
599
+
600
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
601
+
602
+ 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.
603
+
604
+ ---
605
+
606
+ Name: index-to-position
607
+ Version: 0.1.2
608
+ License: MIT
609
+ Private: false
610
+ Description: Convert a string index to its line and column position
611
+ Repository: undefined
612
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
613
+ License Copyright:
614
+ ===
615
+
616
+ MIT License
617
+
618
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
619
+
620
+ 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:
621
+
622
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
623
+
624
+ 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.
625
+
626
+ ---
627
+
628
+ Name: parse-json
629
+ Version: 8.1.0
630
+ License: MIT
631
+ Private: false
632
+ Description: Parse JSON with more helpful errors
633
+ Repository: undefined
634
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
635
+ License Copyright:
636
+ ===
637
+
638
+ MIT License
639
+
640
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
641
+
642
+ 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:
643
+
644
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
645
+
646
+ 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.
647
+
648
+ ---
649
+
650
+ Name: semver
651
+ Version: 7.6.3
652
+ License: ISC
653
+ Private: false
654
+ Description: The semantic version parser used by npm.
655
+ Repository: git+https://github.com/npm/node-semver.git
656
+ Author: GitHub Inc.
657
+ License Copyright:
658
+ ===
659
+
660
+ The ISC License
661
+
662
+ Copyright (c) Isaac Z. Schlueter and Contributors
663
+
664
+ Permission to use, copy, modify, and/or distribute this software for any
665
+ purpose with or without fee is hereby granted, provided that the above
666
+ copyright notice and this permission notice appear in all copies.
667
+
668
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
669
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
670
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
671
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
672
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
673
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
674
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
675
+
676
+ ---
677
+
678
+ Name: spdx-license-ids
679
+ Version: 3.0.20
680
+ License: CC0-1.0
681
+ Private: false
682
+ Description: A list of SPDX license identifiers
683
+ Repository: undefined
684
+ Author: Shinnosuke Watanabe (https://github.com/shinnn)
685
+
686
+ ---
687
+
688
+ Name: spdx-exceptions
689
+ Version: 2.5.0
690
+ License: CC-BY-3.0
691
+ Private: false
692
+ Description: list of SPDX standard license exceptions
693
+ Repository: undefined
694
+ Author: The Linux Foundation
695
+ Contributors:
696
+ Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com/)
697
+
698
+ ---
699
+
700
+ Name: spdx-expression-parse
701
+ Version: 3.0.1
702
+ License: MIT
703
+ Private: false
704
+ Description: parse SPDX license expressions
705
+ Repository: undefined
706
+ Author: Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)
707
+ License Copyright:
708
+ ===
709
+
710
+ The MIT License
711
+
712
+ Copyright (c) 2015 Kyle E. Mitchell & other authors listed in AUTHORS
713
+
714
+ Permission is hereby granted, free of charge, to any person obtaining
715
+ a copy of this software and associated documentation files (the
716
+ "Software"), to deal in the Software without restriction, including
717
+ without limitation the rights to use, copy, modify, merge, publish,
718
+ distribute, sublicense, and/or sell copies of the Software, and to
719
+ permit persons to whom the Software is furnished to do so, subject to
720
+ the following conditions:
721
+
722
+ The above copyright notice and this permission notice shall be included
723
+ in all copies or substantial portions of the Software.
724
+
725
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
726
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
727
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
728
+ IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
729
+ CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
730
+ TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
731
+ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
732
+
733
+ ---
734
+
735
+ Name: spdx-correct
736
+ Version: 3.2.0
737
+ License: Apache-2.0
738
+ Private: false
739
+ Description: correct invalid SPDX expressions
740
+ Repository: undefined
741
+ License Copyright:
742
+ ===
743
+
744
+
745
+ Apache License
746
+ Version 2.0, January 2004
747
+ http://www.apache.org/licenses/
748
+
749
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
750
+
751
+ 1. Definitions.
752
+
753
+ "License" shall mean the terms and conditions for use, reproduction,
754
+ and distribution as defined by Sections 1 through 9 of this document.
755
+
756
+ "Licensor" shall mean the copyright owner or entity authorized by
757
+ the copyright owner that is granting the License.
758
+
759
+ "Legal Entity" shall mean the union of the acting entity and all
760
+ other entities that control, are controlled by, or are under common
761
+ control with that entity. For the purposes of this definition,
762
+ "control" means (i) the power, direct or indirect, to cause the
763
+ direction or management of such entity, whether by contract or
764
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
765
+ outstanding shares, or (iii) beneficial ownership of such entity.
766
+
767
+ "You" (or "Your") shall mean an individual or Legal Entity
768
+ exercising permissions granted by this License.
769
+
770
+ "Source" form shall mean the preferred form for making modifications,
771
+ including but not limited to software source code, documentation
772
+ source, and configuration files.
773
+
774
+ "Object" form shall mean any form resulting from mechanical
775
+ transformation or translation of a Source form, including but
776
+ not limited to compiled object code, generated documentation,
777
+ and conversions to other media types.
778
+
779
+ "Work" shall mean the work of authorship, whether in Source or
780
+ Object form, made available under the License, as indicated by a
781
+ copyright notice that is included in or attached to the work
782
+ (an example is provided in the Appendix below).
783
+
784
+ "Derivative Works" shall mean any work, whether in Source or Object
785
+ form, that is based on (or derived from) the Work and for which the
786
+ editorial revisions, annotations, elaborations, or other modifications
787
+ represent, as a whole, an original work of authorship. For the purposes
788
+ of this License, Derivative Works shall not include works that remain
789
+ separable from, or merely link (or bind by name) to the interfaces of,
790
+ the Work and Derivative Works thereof.
791
+
792
+ "Contribution" shall mean any work of authorship, including
793
+ the original version of the Work and any modifications or additions
794
+ to that Work or Derivative Works thereof, that is intentionally
795
+ submitted to Licensor for inclusion in the Work by the copyright owner
796
+ or by an individual or Legal Entity authorized to submit on behalf of
797
+ the copyright owner. For the purposes of this definition, "submitted"
798
+ means any form of electronic, verbal, or written communication sent
799
+ to the Licensor or its representatives, including but not limited to
800
+ communication on electronic mailing lists, source code control systems,
801
+ and issue tracking systems that are managed by, or on behalf of, the
802
+ Licensor for the purpose of discussing and improving the Work, but
803
+ excluding communication that is conspicuously marked or otherwise
804
+ designated in writing by the copyright owner as "Not a Contribution."
805
+
806
+ "Contributor" shall mean Licensor and any individual or Legal Entity
807
+ on behalf of whom a Contribution has been received by Licensor and
808
+ subsequently incorporated within the Work.
809
+
810
+ 2. Grant of Copyright License. Subject to the terms and conditions of
811
+ this License, each Contributor hereby grants to You a perpetual,
812
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
813
+ copyright license to reproduce, prepare Derivative Works of,
814
+ publicly display, publicly perform, sublicense, and distribute the
815
+ Work and such Derivative Works in Source or Object form.
816
+
817
+ 3. Grant of Patent License. Subject to the terms and conditions of
818
+ this License, each Contributor hereby grants to You a perpetual,
819
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
820
+ (except as stated in this section) patent license to make, have made,
821
+ use, offer to sell, sell, import, and otherwise transfer the Work,
822
+ where such license applies only to those patent claims licensable
823
+ by such Contributor that are necessarily infringed by their
824
+ Contribution(s) alone or by combination of their Contribution(s)
825
+ with the Work to which such Contribution(s) was submitted. If You
826
+ institute patent litigation against any entity (including a
827
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
828
+ or a Contribution incorporated within the Work constitutes direct
829
+ or contributory patent infringement, then any patent licenses
830
+ granted to You under this License for that Work shall terminate
831
+ as of the date such litigation is filed.
832
+
833
+ 4. Redistribution. You may reproduce and distribute copies of the
834
+ Work or Derivative Works thereof in any medium, with or without
835
+ modifications, and in Source or Object form, provided that You
836
+ meet the following conditions:
837
+
838
+ (a) You must give any other recipients of the Work or
839
+ Derivative Works a copy of this License; and
840
+
841
+ (b) You must cause any modified files to carry prominent notices
842
+ stating that You changed the files; and
843
+
844
+ (c) You must retain, in the Source form of any Derivative Works
845
+ that You distribute, all copyright, patent, trademark, and
846
+ attribution notices from the Source form of the Work,
847
+ excluding those notices that do not pertain to any part of
848
+ the Derivative Works; and
849
+
850
+ (d) If the Work includes a "NOTICE" text file as part of its
851
+ distribution, then any Derivative Works that You distribute must
852
+ include a readable copy of the attribution notices contained
853
+ within such NOTICE file, excluding those notices that do not
854
+ pertain to any part of the Derivative Works, in at least one
855
+ of the following places: within a NOTICE text file distributed
856
+ as part of the Derivative Works; within the Source form or
857
+ documentation, if provided along with the Derivative Works; or,
858
+ within a display generated by the Derivative Works, if and
859
+ wherever such third-party notices normally appear. The contents
860
+ of the NOTICE file are for informational purposes only and
861
+ do not modify the License. You may add Your own attribution
862
+ notices within Derivative Works that You distribute, alongside
863
+ or as an addendum to the NOTICE text from the Work, provided
864
+ that such additional attribution notices cannot be construed
865
+ as modifying the License.
866
+
867
+ You may add Your own copyright statement to Your modifications and
868
+ may provide additional or different license terms and conditions
869
+ for use, reproduction, or distribution of Your modifications, or
870
+ for any such Derivative Works as a whole, provided Your use,
871
+ reproduction, and distribution of the Work otherwise complies with
872
+ the conditions stated in this License.
873
+
874
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
875
+ any Contribution intentionally submitted for inclusion in the Work
876
+ by You to the Licensor shall be under the terms and conditions of
877
+ this License, without any additional terms or conditions.
878
+ Notwithstanding the above, nothing herein shall supersede or modify
879
+ the terms of any separate license agreement you may have executed
880
+ with Licensor regarding such Contributions.
881
+
882
+ 6. Trademarks. This License does not grant permission to use the trade
883
+ names, trademarks, service marks, or product names of the Licensor,
884
+ except as required for reasonable and customary use in describing the
885
+ origin of the Work and reproducing the content of the NOTICE file.
886
+
887
+ 7. Disclaimer of Warranty. Unless required by applicable law or
888
+ agreed to in writing, Licensor provides the Work (and each
889
+ Contributor provides its Contributions) on an "AS IS" BASIS,
890
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
891
+ implied, including, without limitation, any warranties or conditions
892
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
893
+ PARTICULAR PURPOSE. You are solely responsible for determining the
894
+ appropriateness of using or redistributing the Work and assume any
895
+ risks associated with Your exercise of permissions under this License.
896
+
897
+ 8. Limitation of Liability. In no event and under no legal theory,
898
+ whether in tort (including negligence), contract, or otherwise,
899
+ unless required by applicable law (such as deliberate and grossly
900
+ negligent acts) or agreed to in writing, shall any Contributor be
901
+ liable to You for damages, including any direct, indirect, special,
902
+ incidental, or consequential damages of any character arising as a
903
+ result of this License or out of the use or inability to use the
904
+ Work (including but not limited to damages for loss of goodwill,
905
+ work stoppage, computer failure or malfunction, or any and all
906
+ other commercial damages or losses), even if such Contributor
907
+ has been advised of the possibility of such damages.
908
+
909
+ 9. Accepting Warranty or Additional Liability. While redistributing
910
+ the Work or Derivative Works thereof, You may choose to offer,
911
+ and charge a fee for, acceptance of support, warranty, indemnity,
912
+ or other liability obligations and/or rights consistent with this
913
+ License. However, in accepting such obligations, You may act only
914
+ on Your own behalf and on Your sole responsibility, not on behalf
915
+ of any other Contributor, and only if You agree to indemnify,
916
+ defend, and hold each Contributor harmless for any liability
917
+ incurred by, or claims asserted against, such Contributor by reason
918
+ of your accepting any such warranty or additional liability.
919
+
920
+ END OF TERMS AND CONDITIONS
921
+
922
+ APPENDIX: How to apply the Apache License to your work.
923
+
924
+ To apply the Apache License to your work, attach the following
925
+ boilerplate notice, with the fields enclosed by brackets "[]"
926
+ replaced with your own identifying information. (Don't include
927
+ the brackets!) The text should be enclosed in the appropriate
928
+ comment syntax for the file format. We also recommend that a
929
+ file or class name and description of purpose be included on the
930
+ same "printed page" as the copyright notice for easier
931
+ identification within third-party archives.
932
+
933
+ Copyright [yyyy] [name of copyright owner]
934
+
935
+ Licensed under the Apache License, Version 2.0 (the "License");
936
+ you may not use this file except in compliance with the License.
937
+ You may obtain a copy of the License at
938
+
939
+ http://www.apache.org/licenses/LICENSE-2.0
940
+
941
+ Unless required by applicable law or agreed to in writing, software
942
+ distributed under the License is distributed on an "AS IS" BASIS,
943
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
944
+ See the License for the specific language governing permissions and
945
+ limitations under the License.
946
+
947
+ ---
948
+
949
+ Name: validate-npm-package-license
950
+ Version: 3.0.4
951
+ License: Apache-2.0
952
+ Private: false
953
+ Description: Give me a string and I'll tell you if it's a valid npm package license string
954
+ Repository: undefined
955
+ Author: Kyle E. Mitchell <kyle@kemitchell.com> (https://kemitchell.com)
956
+ Contributors:
957
+ Mark Stacey <markjstacey@gmail.com>
958
+ License Copyright:
959
+ ===
960
+
961
+
962
+ Apache License
963
+ Version 2.0, January 2004
964
+ http://www.apache.org/licenses/
965
+
966
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
967
+
968
+ 1. Definitions.
969
+
970
+ "License" shall mean the terms and conditions for use, reproduction,
971
+ and distribution as defined by Sections 1 through 9 of this document.
972
+
973
+ "Licensor" shall mean the copyright owner or entity authorized by
974
+ the copyright owner that is granting the License.
975
+
976
+ "Legal Entity" shall mean the union of the acting entity and all
977
+ other entities that control, are controlled by, or are under common
978
+ control with that entity. For the purposes of this definition,
979
+ "control" means (i) the power, direct or indirect, to cause the
980
+ direction or management of such entity, whether by contract or
981
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
982
+ outstanding shares, or (iii) beneficial ownership of such entity.
983
+
984
+ "You" (or "Your") shall mean an individual or Legal Entity
985
+ exercising permissions granted by this License.
986
+
987
+ "Source" form shall mean the preferred form for making modifications,
988
+ including but not limited to software source code, documentation
989
+ source, and configuration files.
990
+
991
+ "Object" form shall mean any form resulting from mechanical
992
+ transformation or translation of a Source form, including but
993
+ not limited to compiled object code, generated documentation,
994
+ and conversions to other media types.
995
+
996
+ "Work" shall mean the work of authorship, whether in Source or
997
+ Object form, made available under the License, as indicated by a
998
+ copyright notice that is included in or attached to the work
999
+ (an example is provided in the Appendix below).
1000
+
1001
+ "Derivative Works" shall mean any work, whether in Source or Object
1002
+ form, that is based on (or derived from) the Work and for which the
1003
+ editorial revisions, annotations, elaborations, or other modifications
1004
+ represent, as a whole, an original work of authorship. For the purposes
1005
+ of this License, Derivative Works shall not include works that remain
1006
+ separable from, or merely link (or bind by name) to the interfaces of,
1007
+ the Work and Derivative Works thereof.
1008
+
1009
+ "Contribution" shall mean any work of authorship, including
1010
+ the original version of the Work and any modifications or additions
1011
+ to that Work or Derivative Works thereof, that is intentionally
1012
+ submitted to Licensor for inclusion in the Work by the copyright owner
1013
+ or by an individual or Legal Entity authorized to submit on behalf of
1014
+ the copyright owner. For the purposes of this definition, "submitted"
1015
+ means any form of electronic, verbal, or written communication sent
1016
+ to the Licensor or its representatives, including but not limited to
1017
+ communication on electronic mailing lists, source code control systems,
1018
+ and issue tracking systems that are managed by, or on behalf of, the
1019
+ Licensor for the purpose of discussing and improving the Work, but
1020
+ excluding communication that is conspicuously marked or otherwise
1021
+ designated in writing by the copyright owner as "Not a Contribution."
1022
+
1023
+ "Contributor" shall mean Licensor and any individual or Legal Entity
1024
+ on behalf of whom a Contribution has been received by Licensor and
1025
+ subsequently incorporated within the Work.
1026
+
1027
+ 2. Grant of Copyright License. Subject to the terms and conditions of
1028
+ this License, each Contributor hereby grants to You a perpetual,
1029
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1030
+ copyright license to reproduce, prepare Derivative Works of,
1031
+ publicly display, publicly perform, sublicense, and distribute the
1032
+ Work and such Derivative Works in Source or Object form.
1033
+
1034
+ 3. Grant of Patent License. Subject to the terms and conditions of
1035
+ this License, each Contributor hereby grants to You a perpetual,
1036
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
1037
+ (except as stated in this section) patent license to make, have made,
1038
+ use, offer to sell, sell, import, and otherwise transfer the Work,
1039
+ where such license applies only to those patent claims licensable
1040
+ by such Contributor that are necessarily infringed by their
1041
+ Contribution(s) alone or by combination of their Contribution(s)
1042
+ with the Work to which such Contribution(s) was submitted. If You
1043
+ institute patent litigation against any entity (including a
1044
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
1045
+ or a Contribution incorporated within the Work constitutes direct
1046
+ or contributory patent infringement, then any patent licenses
1047
+ granted to You under this License for that Work shall terminate
1048
+ as of the date such litigation is filed.
1049
+
1050
+ 4. Redistribution. You may reproduce and distribute copies of the
1051
+ Work or Derivative Works thereof in any medium, with or without
1052
+ modifications, and in Source or Object form, provided that You
1053
+ meet the following conditions:
1054
+
1055
+ (a) You must give any other recipients of the Work or
1056
+ Derivative Works a copy of this License; and
1057
+
1058
+ (b) You must cause any modified files to carry prominent notices
1059
+ stating that You changed the files; and
1060
+
1061
+ (c) You must retain, in the Source form of any Derivative Works
1062
+ that You distribute, all copyright, patent, trademark, and
1063
+ attribution notices from the Source form of the Work,
1064
+ excluding those notices that do not pertain to any part of
1065
+ the Derivative Works; and
1066
+
1067
+ (d) If the Work includes a "NOTICE" text file as part of its
1068
+ distribution, then any Derivative Works that You distribute must
1069
+ include a readable copy of the attribution notices contained
1070
+ within such NOTICE file, excluding those notices that do not
1071
+ pertain to any part of the Derivative Works, in at least one
1072
+ of the following places: within a NOTICE text file distributed
1073
+ as part of the Derivative Works; within the Source form or
1074
+ documentation, if provided along with the Derivative Works; or,
1075
+ within a display generated by the Derivative Works, if and
1076
+ wherever such third-party notices normally appear. The contents
1077
+ of the NOTICE file are for informational purposes only and
1078
+ do not modify the License. You may add Your own attribution
1079
+ notices within Derivative Works that You distribute, alongside
1080
+ or as an addendum to the NOTICE text from the Work, provided
1081
+ that such additional attribution notices cannot be construed
1082
+ as modifying the License.
1083
+
1084
+ You may add Your own copyright statement to Your modifications and
1085
+ may provide additional or different license terms and conditions
1086
+ for use, reproduction, or distribution of Your modifications, or
1087
+ for any such Derivative Works as a whole, provided Your use,
1088
+ reproduction, and distribution of the Work otherwise complies with
1089
+ the conditions stated in this License.
1090
+
1091
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
1092
+ any Contribution intentionally submitted for inclusion in the Work
1093
+ by You to the Licensor shall be under the terms and conditions of
1094
+ this License, without any additional terms or conditions.
1095
+ Notwithstanding the above, nothing herein shall supersede or modify
1096
+ the terms of any separate license agreement you may have executed
1097
+ with Licensor regarding such Contributions.
1098
+
1099
+ 6. Trademarks. This License does not grant permission to use the trade
1100
+ names, trademarks, service marks, or product names of the Licensor,
1101
+ except as required for reasonable and customary use in describing the
1102
+ origin of the Work and reproducing the content of the NOTICE file.
1103
+
1104
+ 7. Disclaimer of Warranty. Unless required by applicable law or
1105
+ agreed to in writing, Licensor provides the Work (and each
1106
+ Contributor provides its Contributions) on an "AS IS" BASIS,
1107
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
1108
+ implied, including, without limitation, any warranties or conditions
1109
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
1110
+ PARTICULAR PURPOSE. You are solely responsible for determining the
1111
+ appropriateness of using or redistributing the Work and assume any
1112
+ risks associated with Your exercise of permissions under this License.
1113
+
1114
+ 8. Limitation of Liability. In no event and under no legal theory,
1115
+ whether in tort (including negligence), contract, or otherwise,
1116
+ unless required by applicable law (such as deliberate and grossly
1117
+ negligent acts) or agreed to in writing, shall any Contributor be
1118
+ liable to You for damages, including any direct, indirect, special,
1119
+ incidental, or consequential damages of any character arising as a
1120
+ result of this License or out of the use or inability to use the
1121
+ Work (including but not limited to damages for loss of goodwill,
1122
+ work stoppage, computer failure or malfunction, or any and all
1123
+ other commercial damages or losses), even if such Contributor
1124
+ has been advised of the possibility of such damages.
1125
+
1126
+ 9. Accepting Warranty or Additional Liability. While redistributing
1127
+ the Work or Derivative Works thereof, You may choose to offer,
1128
+ and charge a fee for, acceptance of support, warranty, indemnity,
1129
+ or other liability obligations and/or rights consistent with this
1130
+ License. However, in accepting such obligations, You may act only
1131
+ on Your own behalf and on Your sole responsibility, not on behalf
1132
+ of any other Contributor, and only if You agree to indemnify,
1133
+ defend, and hold each Contributor harmless for any liability
1134
+ incurred by, or claims asserted against, such Contributor by reason
1135
+ of your accepting any such warranty or additional liability.
1136
+
1137
+ END OF TERMS AND CONDITIONS
1138
+
1139
+ APPENDIX: How to apply the Apache License to your work.
1140
+
1141
+ To apply the Apache License to your work, attach the following
1142
+ boilerplate notice, with the fields enclosed by brackets "[]"
1143
+ replaced with your own identifying information. (Don't include
1144
+ the brackets!) The text should be enclosed in the appropriate
1145
+ comment syntax for the file format. We also recommend that a
1146
+ file or class name and description of purpose be included on the
1147
+ same "printed page" as the copyright notice for easier
1148
+ identification within third-party archives.
1149
+
1150
+ Copyright [yyyy] [name of copyright owner]
1151
+
1152
+ Licensed under the Apache License, Version 2.0 (the "License");
1153
+ you may not use this file except in compliance with the License.
1154
+ You may obtain a copy of the License at
1155
+
1156
+ http://www.apache.org/licenses/LICENSE-2.0
1157
+
1158
+ Unless required by applicable law or agreed to in writing, software
1159
+ distributed under the License is distributed on an "AS IS" BASIS,
1160
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1161
+ See the License for the specific language governing permissions and
1162
+ limitations under the License.
1163
+
1164
+ ---
1165
+
1166
+ Name: lru-cache
1167
+ Version: 10.4.3
1168
+ License: ISC
1169
+ Private: false
1170
+ Description: A cache object that deletes the least-recently-used items.
1171
+ Repository: git://github.com/isaacs/node-lru-cache.git
1172
+ Author: Isaac Z. Schlueter <i@izs.me>
1173
+ License Copyright:
1174
+ ===
1175
+
1176
+ The ISC License
1177
+
1178
+ Copyright (c) 2010-2023 Isaac Z. Schlueter and Contributors
1179
+
1180
+ Permission to use, copy, modify, and/or distribute this software for any
1181
+ purpose with or without fee is hereby granted, provided that the above
1182
+ copyright notice and this permission notice appear in all copies.
1183
+
1184
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
1185
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
1186
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
1187
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
1188
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
1189
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR
1190
+ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
1191
+
1192
+ ---
1193
+
1194
+ Name: hosted-git-info
1195
+ Version: 7.0.2
1196
+ License: ISC
1197
+ Private: false
1198
+ Description: Provides metadata and conversions from repository urls for GitHub, Bitbucket and GitLab
1199
+ Repository: git+https://github.com/npm/hosted-git-info.git
1200
+ Homepage: https://github.com/npm/hosted-git-info
1201
+ Author: GitHub Inc.
1202
+ License Copyright:
1203
+ ===
1204
+
1205
+ Copyright (c) 2015, Rebecca Turner
1206
+
1207
+ Permission to use, copy, modify, and/or distribute this software for any
1208
+ purpose with or without fee is hereby granted, provided that the above
1209
+ copyright notice and this permission notice appear in all copies.
1210
+
1211
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
1212
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
1213
+ FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
1214
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
1215
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
1216
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1217
+ PERFORMANCE OF THIS SOFTWARE.
1218
+
1219
+ ---
1220
+
1221
+ Name: normalize-package-data
1222
+ Version: 6.0.2
1223
+ License: BSD-2-Clause
1224
+ Private: false
1225
+ Description: Normalizes data that can be found in package.json files.
1226
+ Repository: git+https://github.com/npm/normalize-package-data.git
1227
+ Author: GitHub Inc.
1228
+ License Copyright:
1229
+ ===
1230
+
1231
+ This package contains code originally written by Isaac Z. Schlueter.
1232
+ Used with permission.
1233
+
1234
+ Copyright (c) Meryn Stol ("Author")
1235
+ All rights reserved.
1236
+
1237
+ The BSD License
1238
+
1239
+ Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
1240
+
1241
+ 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
1242
+
1243
+ 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.
1244
+
1245
+ 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.
1246
+
1247
+ ---
1248
+
1249
+ Name: unicorn-magic
1250
+ Version: 0.1.0
1251
+ License: MIT
1252
+ Private: false
1253
+ Description: Some useful utilities I often need
1254
+ Repository: undefined
1255
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1256
+ License Copyright:
1257
+ ===
1258
+
1259
+ MIT License
1260
+
1261
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1262
+
1263
+ 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:
1264
+
1265
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1266
+
1267
+ 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.
1268
+
1269
+ ---
1270
+
1271
+ Name: read-pkg
1272
+ Version: 9.0.1
1273
+ License: MIT
1274
+ Private: false
1275
+ Description: Read a package.json file
1276
+ Repository: undefined
1277
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1278
+ License Copyright:
1279
+ ===
1280
+
1281
+ MIT License
1282
+
1283
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1284
+
1285
+ 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:
1286
+
1287
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1288
+
1289
+ 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.
1290
+
1291
+ ---
1292
+
1293
+ Name: read-package-up
1294
+ Version: 11.0.0
1295
+ License: MIT
1296
+ Private: false
1297
+ Description: Read the closest package.json file
1298
+ Repository: undefined
1299
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1300
+ License Copyright:
1301
+ ===
1302
+
1303
+ MIT License
1304
+
1305
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1306
+
1307
+ 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:
1308
+
1309
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1310
+
1311
+ 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.
1312
+
1313
+ ---
1314
+
1315
+ Name: decamelize
1316
+ Version: 6.0.0
1317
+ License: MIT
1318
+ Private: false
1319
+ Description: Convert a camelized string into a lowercased one with a custom separator: unicornRainbow → unicorn_rainbow
1320
+ Repository: undefined
1321
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1322
+ License Copyright:
1323
+ ===
1324
+
1325
+ MIT License
1326
+
1327
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1328
+
1329
+ 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:
1330
+
1331
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1332
+
1333
+ 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.
1334
+
1335
+ ---
1336
+
1337
+ Name: minimist-options
1338
+ Version: 4.1.0
1339
+ License: MIT
1340
+ Private: false
1341
+ Description: Pretty options for minimist
1342
+ Repository: undefined
1343
+ Author: Vadim Demedes <vdemedes@gmail.com>
1344
+ License Copyright:
1345
+ ===
1346
+
1347
+ The MIT License (MIT)
1348
+
1349
+ Copyright (c) Vadim Demedes <vdemedes@gmail.com> (vadimdemedes.com)
1350
+
1351
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1352
+ of this software and associated documentation files (the "Software"), to deal
1353
+ in the Software without restriction, including without limitation the rights
1354
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1355
+ copies of the Software, and to permit persons to whom the Software is
1356
+ furnished to do so, subject to the following conditions:
1357
+
1358
+ The above copyright notice and this permission notice shall be included in
1359
+ all copies or substantial portions of the Software.
1360
+
1361
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1362
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1363
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1364
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1365
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1366
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1367
+ THE SOFTWARE.
1368
+
1369
+ ---
1370
+
1371
+ Name: is-plain-obj
1372
+ Version: 1.1.0
1373
+ License: MIT
1374
+ Private: false
1375
+ Description: Check if a value is a plain object
1376
+ Repository: undefined
1377
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1378
+ License Copyright:
1379
+ ===
1380
+
1381
+ The MIT License (MIT)
1382
+
1383
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1384
+
1385
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1386
+ of this software and associated documentation files (the "Software"), to deal
1387
+ in the Software without restriction, including without limitation the rights
1388
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1389
+ copies of the Software, and to permit persons to whom the Software is
1390
+ furnished to do so, subject to the following conditions:
1391
+
1392
+ The above copyright notice and this permission notice shall be included in
1393
+ all copies or substantial portions of the Software.
1394
+
1395
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1396
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1397
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1398
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1399
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1400
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1401
+ THE SOFTWARE.
1402
+
1403
+ ---
1404
+
1405
+ Name: arrify
1406
+ Version: 1.0.1
1407
+ License: MIT
1408
+ Private: false
1409
+ Description: Convert a value to an array
1410
+ Repository: undefined
1411
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1412
+ License Copyright:
1413
+ ===
1414
+
1415
+ The MIT License (MIT)
1416
+
1417
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com)
1418
+
1419
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1420
+ of this software and associated documentation files (the "Software"), to deal
1421
+ in the Software without restriction, including without limitation the rights
1422
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1423
+ copies of the Software, and to permit persons to whom the Software is
1424
+ furnished to do so, subject to the following conditions:
1425
+
1426
+ The above copyright notice and this permission notice shall be included in
1427
+ all copies or substantial portions of the Software.
1428
+
1429
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1430
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1431
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1432
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1433
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1434
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1435
+ THE SOFTWARE.
1436
+
1437
+ ---
1438
+
1439
+ Name: kind-of
1440
+ Version: 6.0.3
1441
+ License: MIT
1442
+ Private: false
1443
+ Description: Get the native type of a value.
1444
+ Repository: undefined
1445
+ Homepage: https://github.com/jonschlinkert/kind-of
1446
+ Author: Jon Schlinkert (https://github.com/jonschlinkert)
1447
+ Contributors:
1448
+ David Fox-Powell (https://dtothefp.github.io/me)
1449
+ James (https://twitter.com/aretecode)
1450
+ Jon Schlinkert (http://twitter.com/jonschlinkert)
1451
+ Ken Sheedlo (kensheedlo.com)
1452
+ laggingreflex (https://github.com/laggingreflex)
1453
+ Miguel Mota (https://miguelmota.com)
1454
+ Peter deHaan (http://about.me/peterdehaan)
1455
+ tunnckoCore (https://i.am.charlike.online)
1456
+ License Copyright:
1457
+ ===
1458
+
1459
+ The MIT License (MIT)
1460
+
1461
+ Copyright (c) 2014-2017, Jon Schlinkert.
1462
+
1463
+ Permission is hereby granted, free of charge, to any person obtaining a copy
1464
+ of this software and associated documentation files (the "Software"), to deal
1465
+ in the Software without restriction, including without limitation the rights
1466
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
1467
+ copies of the Software, and to permit persons to whom the Software is
1468
+ furnished to do so, subject to the following conditions:
1469
+
1470
+ The above copyright notice and this permission notice shall be included in
1471
+ all copies or substantial portions of the Software.
1472
+
1473
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1474
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1475
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1476
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1477
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
1478
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
1479
+ THE SOFTWARE.
1480
+
1481
+ ---
1482
+
1483
+ Name: decamelize-keys
1484
+ Version: 2.0.1
1485
+ License: MIT
1486
+ Private: false
1487
+ Description: Convert object keys from camel case
1488
+ Repository: undefined
1489
+ Author: Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1490
+ License Copyright:
1491
+ ===
1492
+
1493
+ MIT License
1494
+
1495
+ Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
1496
+
1497
+ 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:
1498
+
1499
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
1500
+
1501
+ 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.