@dgruzd/skills 1.4.3
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/README.md +454 -0
- package/ThirdPartyNoticeText.txt +171 -0
- package/bin/cli.mjs +14 -0
- package/dist/THIRD-PARTY-LICENSES.md +458 -0
- package/dist/_chunks/libs/@clack/core.mjs +767 -0
- package/dist/_chunks/libs/@clack/prompts.mjs +334 -0
- package/dist/_chunks/libs/@kwsites/file-exists.mjs +785 -0
- package/dist/_chunks/libs/@kwsites/promise-deferred.mjs +52 -0
- package/dist/_chunks/libs/esprima.mjs +5338 -0
- package/dist/_chunks/libs/extend-shallow.mjs +34 -0
- package/dist/_chunks/libs/gray-matter.mjs +2717 -0
- package/dist/_chunks/libs/simple-git.mjs +3604 -0
- package/dist/_chunks/libs/xdg-basedir.mjs +14 -0
- package/dist/_chunks/rolldown-runtime.mjs +24 -0
- package/dist/cli.d.mts +1 -0
- package/dist/cli.mjs +4558 -0
- package/package.json +113 -0
|
@@ -0,0 +1,458 @@
|
|
|
1
|
+
# Licenses of Bundled Dependencies
|
|
2
|
+
|
|
3
|
+
The published artifact additionally contains code with the following licenses:
|
|
4
|
+
BSD-2-Clause, ISC, MIT
|
|
5
|
+
|
|
6
|
+
# Bundled Dependencies
|
|
7
|
+
|
|
8
|
+
## @clack/core, @clack/prompts
|
|
9
|
+
|
|
10
|
+
License: MIT
|
|
11
|
+
By: Nate Moore
|
|
12
|
+
Repositories: https://github.com/bombshell-dev/clack, https://github.com/bombshell-dev/clack
|
|
13
|
+
|
|
14
|
+
> MIT License
|
|
15
|
+
>
|
|
16
|
+
> Copyright (c) Nate Moore
|
|
17
|
+
>
|
|
18
|
+
> 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:
|
|
19
|
+
>
|
|
20
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
21
|
+
>
|
|
22
|
+
> 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.
|
|
23
|
+
|
|
24
|
+
---------------------------------------
|
|
25
|
+
|
|
26
|
+
## @kwsites/file-exists
|
|
27
|
+
|
|
28
|
+
License: MIT
|
|
29
|
+
By: Steve King
|
|
30
|
+
Repository: https://github.com/kwsites/file-exists
|
|
31
|
+
|
|
32
|
+
> The MIT License (MIT)
|
|
33
|
+
>
|
|
34
|
+
> Copyright (c) 2015 Steve King
|
|
35
|
+
>
|
|
36
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
37
|
+
> this software and associated documentation files (the "Software"), to deal in
|
|
38
|
+
> the Software without restriction, including without limitation the rights to
|
|
39
|
+
> use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
40
|
+
> the Software, and to permit persons to whom the Software is furnished to do so,
|
|
41
|
+
> subject to the following conditions:
|
|
42
|
+
>
|
|
43
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
44
|
+
> copies or substantial portions of the Software.
|
|
45
|
+
>
|
|
46
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
47
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
|
48
|
+
> FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
|
49
|
+
> COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
|
50
|
+
> IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|
51
|
+
> CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
52
|
+
|
|
53
|
+
---------------------------------------
|
|
54
|
+
|
|
55
|
+
## @kwsites/promise-deferred
|
|
56
|
+
|
|
57
|
+
License: MIT
|
|
58
|
+
By: Steve King
|
|
59
|
+
Repository: https://github.com/kwsites/promise-deferred
|
|
60
|
+
|
|
61
|
+
> MIT License
|
|
62
|
+
>
|
|
63
|
+
> Copyright (c) 2018 kwsites
|
|
64
|
+
>
|
|
65
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
66
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
67
|
+
> in the Software without restriction, including without limitation the rights
|
|
68
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
69
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
70
|
+
> furnished to do so, subject to the following conditions:
|
|
71
|
+
>
|
|
72
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
73
|
+
> copies or substantial portions of the Software.
|
|
74
|
+
>
|
|
75
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
76
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
77
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
78
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
79
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
80
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
81
|
+
> SOFTWARE.
|
|
82
|
+
|
|
83
|
+
---------------------------------------
|
|
84
|
+
|
|
85
|
+
## debug
|
|
86
|
+
|
|
87
|
+
License: MIT
|
|
88
|
+
By: Josh Junon, TJ Holowaychuk, Nathan Rajlich, Andrew Rhyne
|
|
89
|
+
Repository: https://github.com/debug-js/debug
|
|
90
|
+
|
|
91
|
+
> (The MIT License)
|
|
92
|
+
>
|
|
93
|
+
> Copyright (c) 2014-2017 TJ Holowaychuk <tj@vision-media.ca>
|
|
94
|
+
> Copyright (c) 2018-2021 Josh Junon
|
|
95
|
+
>
|
|
96
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
97
|
+
> and associated documentation files (the 'Software'), to deal in the Software without restriction,
|
|
98
|
+
> including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
|
99
|
+
> and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
|
100
|
+
> subject to the following conditions:
|
|
101
|
+
>
|
|
102
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial
|
|
103
|
+
> portions of the Software.
|
|
104
|
+
>
|
|
105
|
+
> THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
|
106
|
+
> LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
107
|
+
> IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
108
|
+
> WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
109
|
+
> SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
110
|
+
|
|
111
|
+
---------------------------------------
|
|
112
|
+
|
|
113
|
+
## esprima
|
|
114
|
+
|
|
115
|
+
License: BSD-2-Clause
|
|
116
|
+
By: Ariya Hidayat
|
|
117
|
+
Repository: https://github.com/jquery/esprima
|
|
118
|
+
|
|
119
|
+
> Copyright JS Foundation and other contributors, https://js.foundation/
|
|
120
|
+
>
|
|
121
|
+
> Redistribution and use in source and binary forms, with or without
|
|
122
|
+
> modification, are permitted provided that the following conditions are met:
|
|
123
|
+
>
|
|
124
|
+
> * Redistributions of source code must retain the above copyright
|
|
125
|
+
> notice, this list of conditions and the following disclaimer.
|
|
126
|
+
> * Redistributions in binary form must reproduce the above copyright
|
|
127
|
+
> notice, this list of conditions and the following disclaimer in the
|
|
128
|
+
> documentation and/or other materials provided with the distribution.
|
|
129
|
+
>
|
|
130
|
+
> THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
131
|
+
> AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
132
|
+
> IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
133
|
+
> ARE DISCLAIMED. IN NO EVENT SHALL <COPYRIGHT HOLDER> BE LIABLE FOR ANY
|
|
134
|
+
> DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
|
135
|
+
> (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
|
136
|
+
> LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
|
137
|
+
> ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
138
|
+
> (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
139
|
+
> THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
140
|
+
|
|
141
|
+
---------------------------------------
|
|
142
|
+
|
|
143
|
+
## extend-shallow
|
|
144
|
+
|
|
145
|
+
License: MIT
|
|
146
|
+
By: Jon Schlinkert
|
|
147
|
+
Repository: https://github.com/jonschlinkert/extend-shallow
|
|
148
|
+
|
|
149
|
+
> The MIT License (MIT)
|
|
150
|
+
>
|
|
151
|
+
> Copyright (c) 2014-2015, Jon Schlinkert.
|
|
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
|
+
## gray-matter
|
|
174
|
+
|
|
175
|
+
License: MIT
|
|
176
|
+
By: Jon Schlinkert, Andrew Meyer, Brian Woodward, Caesar Schinas, Ian Storm Taylor, Osman Nuri Okumuş, Pawel Kadluczka, Rob Loach, Zach Whaley
|
|
177
|
+
Repository: https://github.com/jonschlinkert/gray-matter
|
|
178
|
+
|
|
179
|
+
> The MIT License (MIT)
|
|
180
|
+
>
|
|
181
|
+
> Copyright (c) 2014-2018, Jon Schlinkert.
|
|
182
|
+
>
|
|
183
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
184
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
185
|
+
> in the Software without restriction, including without limitation the rights
|
|
186
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
187
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
188
|
+
> furnished to do so, subject to the following conditions:
|
|
189
|
+
>
|
|
190
|
+
> The above copyright notice and this permission notice shall be included in
|
|
191
|
+
> all copies or substantial portions of the Software.
|
|
192
|
+
>
|
|
193
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
194
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
195
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
196
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
197
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
198
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
199
|
+
> THE SOFTWARE.
|
|
200
|
+
|
|
201
|
+
---------------------------------------
|
|
202
|
+
|
|
203
|
+
## is-extendable
|
|
204
|
+
|
|
205
|
+
License: MIT
|
|
206
|
+
By: Jon Schlinkert
|
|
207
|
+
Repository: https://github.com/jonschlinkert/is-extendable
|
|
208
|
+
|
|
209
|
+
> The MIT License (MIT)
|
|
210
|
+
>
|
|
211
|
+
> Copyright (c) 2015, Jon Schlinkert.
|
|
212
|
+
>
|
|
213
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
214
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
215
|
+
> in the Software without restriction, including without limitation the rights
|
|
216
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
217
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
218
|
+
> furnished to do so, subject to the following conditions:
|
|
219
|
+
>
|
|
220
|
+
> The above copyright notice and this permission notice shall be included in
|
|
221
|
+
> all copies or substantial portions of the Software.
|
|
222
|
+
>
|
|
223
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
224
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
225
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
226
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
227
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
228
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
229
|
+
> THE SOFTWARE.
|
|
230
|
+
|
|
231
|
+
---------------------------------------
|
|
232
|
+
|
|
233
|
+
## js-yaml
|
|
234
|
+
|
|
235
|
+
License: MIT
|
|
236
|
+
By: Vladimir Zapparov, Aleksey V Zapparov, Vitaly Puzrin, Martin Grenfell
|
|
237
|
+
Repository: https://github.com/nodeca/js-yaml
|
|
238
|
+
|
|
239
|
+
> (The MIT License)
|
|
240
|
+
>
|
|
241
|
+
> Copyright (C) 2011-2015 by Vitaly Puzrin
|
|
242
|
+
>
|
|
243
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
244
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
245
|
+
> in the Software without restriction, including without limitation the rights
|
|
246
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
247
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
248
|
+
> furnished to do so, subject to the following conditions:
|
|
249
|
+
>
|
|
250
|
+
> The above copyright notice and this permission notice shall be included in
|
|
251
|
+
> all copies or substantial portions of the Software.
|
|
252
|
+
>
|
|
253
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
254
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
255
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
256
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
257
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
258
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
259
|
+
> THE SOFTWARE.
|
|
260
|
+
|
|
261
|
+
---------------------------------------
|
|
262
|
+
|
|
263
|
+
## kind-of
|
|
264
|
+
|
|
265
|
+
License: MIT
|
|
266
|
+
By: Jon Schlinkert, David Fox-Powell, James, Ken Sheedlo, laggingreflex, Miguel Mota, Peter deHaan, tunnckoCore
|
|
267
|
+
Repository: https://github.com/jonschlinkert/kind-of
|
|
268
|
+
|
|
269
|
+
> The MIT License (MIT)
|
|
270
|
+
>
|
|
271
|
+
> Copyright (c) 2014-2017, Jon Schlinkert.
|
|
272
|
+
>
|
|
273
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
274
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
275
|
+
> in the Software without restriction, including without limitation the rights
|
|
276
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
277
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
278
|
+
> furnished to do so, subject to the following conditions:
|
|
279
|
+
>
|
|
280
|
+
> The above copyright notice and this permission notice shall be included in
|
|
281
|
+
> all copies or substantial portions of the Software.
|
|
282
|
+
>
|
|
283
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
284
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
285
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
286
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
287
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
288
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
289
|
+
> THE SOFTWARE.
|
|
290
|
+
|
|
291
|
+
---------------------------------------
|
|
292
|
+
|
|
293
|
+
## ms
|
|
294
|
+
|
|
295
|
+
License: MIT
|
|
296
|
+
Repository: https://github.com/vercel/ms
|
|
297
|
+
|
|
298
|
+
> The MIT License (MIT)
|
|
299
|
+
>
|
|
300
|
+
> Copyright (c) 2020 Vercel, Inc.
|
|
301
|
+
>
|
|
302
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
303
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
304
|
+
> in the Software without restriction, including without limitation the rights
|
|
305
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
306
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
307
|
+
> furnished to do so, subject to the following conditions:
|
|
308
|
+
>
|
|
309
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
310
|
+
> copies or substantial portions of the Software.
|
|
311
|
+
>
|
|
312
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
313
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
314
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
315
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
316
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
317
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
318
|
+
> SOFTWARE.
|
|
319
|
+
|
|
320
|
+
---------------------------------------
|
|
321
|
+
|
|
322
|
+
## picocolors
|
|
323
|
+
|
|
324
|
+
License: ISC
|
|
325
|
+
By: Alexey Raspopov
|
|
326
|
+
Repository: https://github.com/alexeyraspopov/picocolors
|
|
327
|
+
|
|
328
|
+
> ISC License
|
|
329
|
+
>
|
|
330
|
+
> Copyright (c) 2021-2024 Oleksii Raspopov, Kostiantyn Denysov, Anton Verinov
|
|
331
|
+
>
|
|
332
|
+
> Permission to use, copy, modify, and/or distribute this software for any
|
|
333
|
+
> purpose with or without fee is hereby granted, provided that the above
|
|
334
|
+
> copyright notice and this permission notice appear in all copies.
|
|
335
|
+
>
|
|
336
|
+
> THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
337
|
+
> WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
338
|
+
> MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
339
|
+
> ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
340
|
+
> WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
341
|
+
> ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
342
|
+
> OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
343
|
+
|
|
344
|
+
---------------------------------------
|
|
345
|
+
|
|
346
|
+
## section-matter
|
|
347
|
+
|
|
348
|
+
License: MIT
|
|
349
|
+
By: Jon Schlinkert
|
|
350
|
+
Repository: https://github.com/jonschlinkert/section-matter
|
|
351
|
+
|
|
352
|
+
> The MIT License (MIT)
|
|
353
|
+
>
|
|
354
|
+
> Copyright (c) 2017, Jon Schlinkert.
|
|
355
|
+
>
|
|
356
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
357
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
358
|
+
> in the Software without restriction, including without limitation the rights
|
|
359
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
360
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
361
|
+
> furnished to do so, subject to the following conditions:
|
|
362
|
+
>
|
|
363
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
364
|
+
> copies or substantial portions of the Software.
|
|
365
|
+
>
|
|
366
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
367
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
368
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
369
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
370
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
371
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
372
|
+
> SOFTWARE.
|
|
373
|
+
|
|
374
|
+
---------------------------------------
|
|
375
|
+
|
|
376
|
+
## simple-git
|
|
377
|
+
|
|
378
|
+
License: MIT
|
|
379
|
+
By: Steve King
|
|
380
|
+
Repository: https://github.com/steveukx/git-js
|
|
381
|
+
|
|
382
|
+
---------------------------------------
|
|
383
|
+
|
|
384
|
+
## sisteransi
|
|
385
|
+
|
|
386
|
+
License: MIT
|
|
387
|
+
By: Terkel Gjervig
|
|
388
|
+
Repository: https://github.com/terkelg/sisteransi
|
|
389
|
+
|
|
390
|
+
> MIT License
|
|
391
|
+
>
|
|
392
|
+
> Copyright (c) 2018 Terkel Gjervig Nielsen
|
|
393
|
+
>
|
|
394
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
395
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
396
|
+
> in the Software without restriction, including without limitation the rights
|
|
397
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
398
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
399
|
+
> furnished to do so, subject to the following conditions:
|
|
400
|
+
>
|
|
401
|
+
> The above copyright notice and this permission notice shall be included in all
|
|
402
|
+
> copies or substantial portions of the Software.
|
|
403
|
+
>
|
|
404
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
405
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
406
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
407
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
408
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
409
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
410
|
+
> SOFTWARE.
|
|
411
|
+
|
|
412
|
+
---------------------------------------
|
|
413
|
+
|
|
414
|
+
## strip-bom-string
|
|
415
|
+
|
|
416
|
+
License: MIT
|
|
417
|
+
By: Jon Schlinkert
|
|
418
|
+
Repository: https://github.com/jonschlinkert/strip-bom-string
|
|
419
|
+
|
|
420
|
+
> The MIT License (MIT)
|
|
421
|
+
>
|
|
422
|
+
> Copyright (c) 2015, 2017, Jon Schlinkert
|
|
423
|
+
>
|
|
424
|
+
> Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
425
|
+
> of this software and associated documentation files (the "Software"), to deal
|
|
426
|
+
> in the Software without restriction, including without limitation the rights
|
|
427
|
+
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
428
|
+
> copies of the Software, and to permit persons to whom the Software is
|
|
429
|
+
> furnished to do so, subject to the following conditions:
|
|
430
|
+
>
|
|
431
|
+
> The above copyright notice and this permission notice shall be included in
|
|
432
|
+
> all copies or substantial portions of the Software.
|
|
433
|
+
>
|
|
434
|
+
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
435
|
+
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
436
|
+
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
437
|
+
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
438
|
+
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
439
|
+
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
440
|
+
> THE SOFTWARE.
|
|
441
|
+
|
|
442
|
+
---------------------------------------
|
|
443
|
+
|
|
444
|
+
## xdg-basedir
|
|
445
|
+
|
|
446
|
+
License: MIT
|
|
447
|
+
By: Sindre Sorhus
|
|
448
|
+
Repository: https://github.com/sindresorhus/xdg-basedir
|
|
449
|
+
|
|
450
|
+
> MIT License
|
|
451
|
+
>
|
|
452
|
+
> Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (https://sindresorhus.com)
|
|
453
|
+
>
|
|
454
|
+
> 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:
|
|
455
|
+
>
|
|
456
|
+
> The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
|
457
|
+
>
|
|
458
|
+
> 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.
|