watcha-cli 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +48 -0
- package/README.md +321 -0
- package/THIRD-PARTY-NOTICES.txt +652 -0
- package/bin/watcha.js +15 -0
- package/dist/index.js +172 -0
- package/package.json +66 -0
- package/skills/watcha/SKILL.md +118 -0
|
@@ -0,0 +1,652 @@
|
|
|
1
|
+
watcha-cli 0.1.0 内联了以下开源组件,它们按各自的许可证授权;以下为原始许可证与版权声明。
|
|
2
|
+
The following open-source components are bundled into watcha-cli 0.1.0 and licensed under their respective licenses.
|
|
3
|
+
|
|
4
|
+
========================================================================
|
|
5
|
+
character-entities 2.0.2 (MIT) wooorm/character-entities
|
|
6
|
+
========================================================================
|
|
7
|
+
(The MIT License)
|
|
8
|
+
|
|
9
|
+
Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
|
|
10
|
+
|
|
11
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
12
|
+
a copy of this software and associated documentation files (the
|
|
13
|
+
'Software'), to deal in the Software without restriction, including
|
|
14
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
15
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
16
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
17
|
+
the following conditions:
|
|
18
|
+
|
|
19
|
+
The above copyright notice and this permission notice shall be
|
|
20
|
+
included in all copies or substantial portions of the Software.
|
|
21
|
+
|
|
22
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
23
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
24
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
25
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
26
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
27
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
28
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
29
|
+
|
|
30
|
+
========================================================================
|
|
31
|
+
commander 15.0.0 (MIT) git+https://github.com/tj/commander.js.git
|
|
32
|
+
========================================================================
|
|
33
|
+
(The MIT License)
|
|
34
|
+
|
|
35
|
+
Copyright (c) 2011 TJ Holowaychuk <tj@vision-media.ca>
|
|
36
|
+
|
|
37
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
38
|
+
a copy of this software and associated documentation files (the
|
|
39
|
+
'Software'), to deal in the Software without restriction, including
|
|
40
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
41
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
42
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
43
|
+
the following conditions:
|
|
44
|
+
|
|
45
|
+
The above copyright notice and this permission notice shall be
|
|
46
|
+
included in all copies or substantial portions of the Software.
|
|
47
|
+
|
|
48
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
49
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
50
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
51
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
52
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
53
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
54
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
55
|
+
|
|
56
|
+
========================================================================
|
|
57
|
+
decode-named-character-reference 1.3.0 (MIT) wooorm/decode-named-character-reference
|
|
58
|
+
========================================================================
|
|
59
|
+
(The MIT License)
|
|
60
|
+
|
|
61
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
62
|
+
|
|
63
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
64
|
+
a copy of this software and associated documentation files (the
|
|
65
|
+
'Software'), to deal in the Software without restriction, including
|
|
66
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
67
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
68
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
69
|
+
the following conditions:
|
|
70
|
+
|
|
71
|
+
The above copyright notice and this permission notice shall be
|
|
72
|
+
included in all copies or substantial portions of the Software.
|
|
73
|
+
|
|
74
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
75
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
76
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
77
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
78
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
79
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
80
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
81
|
+
|
|
82
|
+
========================================================================
|
|
83
|
+
mdast-util-from-markdown 2.0.3 (MIT) syntax-tree/mdast-util-from-markdown
|
|
84
|
+
========================================================================
|
|
85
|
+
(The MIT License)
|
|
86
|
+
|
|
87
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
88
|
+
|
|
89
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
90
|
+
a copy of this software and associated documentation files (the
|
|
91
|
+
'Software'), to deal in the Software without restriction, including
|
|
92
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
93
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
94
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
95
|
+
the following conditions:
|
|
96
|
+
|
|
97
|
+
The above copyright notice and this permission notice shall be
|
|
98
|
+
included in all copies or substantial portions of the Software.
|
|
99
|
+
|
|
100
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
101
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
102
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
103
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
104
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
105
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
106
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
107
|
+
|
|
108
|
+
========================================================================
|
|
109
|
+
mdast-util-to-string 4.0.0 (MIT) syntax-tree/mdast-util-to-string
|
|
110
|
+
========================================================================
|
|
111
|
+
(The MIT License)
|
|
112
|
+
|
|
113
|
+
Copyright (c) 2015 Titus Wormer <tituswormer@gmail.com>
|
|
114
|
+
|
|
115
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
116
|
+
a copy of this software and associated documentation files (the
|
|
117
|
+
'Software'), to deal in the Software without restriction, including
|
|
118
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
119
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
120
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
121
|
+
the following conditions:
|
|
122
|
+
|
|
123
|
+
The above copyright notice and this permission notice shall be
|
|
124
|
+
included in all copies or substantial portions of the Software.
|
|
125
|
+
|
|
126
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
127
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
128
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
129
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
130
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
131
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
132
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
133
|
+
|
|
134
|
+
========================================================================
|
|
135
|
+
micromark 4.0.2 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark
|
|
136
|
+
========================================================================
|
|
137
|
+
(The MIT License)
|
|
138
|
+
|
|
139
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
140
|
+
|
|
141
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
142
|
+
a copy of this software and associated documentation files (the
|
|
143
|
+
'Software'), to deal in the Software without restriction, including
|
|
144
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
145
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
146
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
147
|
+
the following conditions:
|
|
148
|
+
|
|
149
|
+
The above copyright notice and this permission notice shall be
|
|
150
|
+
included in all copies or substantial portions of the Software.
|
|
151
|
+
|
|
152
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
153
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
154
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
155
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
156
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
157
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
158
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
159
|
+
|
|
160
|
+
========================================================================
|
|
161
|
+
micromark-core-commonmark 2.0.3 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-core-commonmark
|
|
162
|
+
========================================================================
|
|
163
|
+
(The MIT License)
|
|
164
|
+
|
|
165
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
166
|
+
|
|
167
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
168
|
+
a copy of this software and associated documentation files (the
|
|
169
|
+
'Software'), to deal in the Software without restriction, including
|
|
170
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
171
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
172
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
173
|
+
the following conditions:
|
|
174
|
+
|
|
175
|
+
The above copyright notice and this permission notice shall be
|
|
176
|
+
included in all copies or substantial portions of the Software.
|
|
177
|
+
|
|
178
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
179
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
180
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
181
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
182
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
183
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
184
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
185
|
+
|
|
186
|
+
========================================================================
|
|
187
|
+
micromark-factory-destination 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-factory-destination
|
|
188
|
+
========================================================================
|
|
189
|
+
(The MIT License)
|
|
190
|
+
|
|
191
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
192
|
+
|
|
193
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
194
|
+
a copy of this software and associated documentation files (the
|
|
195
|
+
'Software'), to deal in the Software without restriction, including
|
|
196
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
197
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
198
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
199
|
+
the following conditions:
|
|
200
|
+
|
|
201
|
+
The above copyright notice and this permission notice shall be
|
|
202
|
+
included in all copies or substantial portions of the Software.
|
|
203
|
+
|
|
204
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
205
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
206
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
207
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
208
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
209
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
210
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
211
|
+
|
|
212
|
+
========================================================================
|
|
213
|
+
micromark-factory-label 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-factory-label
|
|
214
|
+
========================================================================
|
|
215
|
+
(The MIT License)
|
|
216
|
+
|
|
217
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
218
|
+
|
|
219
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
220
|
+
a copy of this software and associated documentation files (the
|
|
221
|
+
'Software'), to deal in the Software without restriction, including
|
|
222
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
223
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
224
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
225
|
+
the following conditions:
|
|
226
|
+
|
|
227
|
+
The above copyright notice and this permission notice shall be
|
|
228
|
+
included in all copies or substantial portions of the Software.
|
|
229
|
+
|
|
230
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
231
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
232
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
233
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
234
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
235
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
236
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
237
|
+
|
|
238
|
+
========================================================================
|
|
239
|
+
micromark-factory-space 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-factory-space
|
|
240
|
+
========================================================================
|
|
241
|
+
(The MIT License)
|
|
242
|
+
|
|
243
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
244
|
+
|
|
245
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
246
|
+
a copy of this software and associated documentation files (the
|
|
247
|
+
'Software'), to deal in the Software without restriction, including
|
|
248
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
249
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
250
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
251
|
+
the following conditions:
|
|
252
|
+
|
|
253
|
+
The above copyright notice and this permission notice shall be
|
|
254
|
+
included in all copies or substantial portions of the Software.
|
|
255
|
+
|
|
256
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
257
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
258
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
259
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
260
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
261
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
262
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
263
|
+
|
|
264
|
+
========================================================================
|
|
265
|
+
micromark-factory-title 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-factory-title
|
|
266
|
+
========================================================================
|
|
267
|
+
(The MIT License)
|
|
268
|
+
|
|
269
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
270
|
+
|
|
271
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
272
|
+
a copy of this software and associated documentation files (the
|
|
273
|
+
'Software'), to deal in the Software without restriction, including
|
|
274
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
275
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
276
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
277
|
+
the following conditions:
|
|
278
|
+
|
|
279
|
+
The above copyright notice and this permission notice shall be
|
|
280
|
+
included in all copies or substantial portions of the Software.
|
|
281
|
+
|
|
282
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
283
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
284
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
285
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
286
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
287
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
288
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
289
|
+
|
|
290
|
+
========================================================================
|
|
291
|
+
micromark-factory-whitespace 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-factory-whitespace
|
|
292
|
+
========================================================================
|
|
293
|
+
(The MIT License)
|
|
294
|
+
|
|
295
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
296
|
+
|
|
297
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
298
|
+
a copy of this software and associated documentation files (the
|
|
299
|
+
'Software'), to deal in the Software without restriction, including
|
|
300
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
301
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
302
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
303
|
+
the following conditions:
|
|
304
|
+
|
|
305
|
+
The above copyright notice and this permission notice shall be
|
|
306
|
+
included in all copies or substantial portions of the Software.
|
|
307
|
+
|
|
308
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
309
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
310
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
311
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
312
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
313
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
314
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
315
|
+
|
|
316
|
+
========================================================================
|
|
317
|
+
micromark-util-character 2.1.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-character
|
|
318
|
+
========================================================================
|
|
319
|
+
(The MIT License)
|
|
320
|
+
|
|
321
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
322
|
+
|
|
323
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
324
|
+
a copy of this software and associated documentation files (the
|
|
325
|
+
'Software'), to deal in the Software without restriction, including
|
|
326
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
327
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
328
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
329
|
+
the following conditions:
|
|
330
|
+
|
|
331
|
+
The above copyright notice and this permission notice shall be
|
|
332
|
+
included in all copies or substantial portions of the Software.
|
|
333
|
+
|
|
334
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
335
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
336
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
337
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
338
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
339
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
340
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
341
|
+
|
|
342
|
+
========================================================================
|
|
343
|
+
micromark-util-chunked 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-chunked
|
|
344
|
+
========================================================================
|
|
345
|
+
(The MIT License)
|
|
346
|
+
|
|
347
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
348
|
+
|
|
349
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
350
|
+
a copy of this software and associated documentation files (the
|
|
351
|
+
'Software'), to deal in the Software without restriction, including
|
|
352
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
353
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
354
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
355
|
+
the following conditions:
|
|
356
|
+
|
|
357
|
+
The above copyright notice and this permission notice shall be
|
|
358
|
+
included in all copies or substantial portions of the Software.
|
|
359
|
+
|
|
360
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
361
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
362
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
363
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
364
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
365
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
366
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
367
|
+
|
|
368
|
+
========================================================================
|
|
369
|
+
micromark-util-classify-character 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-classify-character
|
|
370
|
+
========================================================================
|
|
371
|
+
(The MIT License)
|
|
372
|
+
|
|
373
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
374
|
+
|
|
375
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
376
|
+
a copy of this software and associated documentation files (the
|
|
377
|
+
'Software'), to deal in the Software without restriction, including
|
|
378
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
379
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
380
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
381
|
+
the following conditions:
|
|
382
|
+
|
|
383
|
+
The above copyright notice and this permission notice shall be
|
|
384
|
+
included in all copies or substantial portions of the Software.
|
|
385
|
+
|
|
386
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
387
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
388
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
389
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
390
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
391
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
392
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
393
|
+
|
|
394
|
+
========================================================================
|
|
395
|
+
micromark-util-combine-extensions 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-combine-extensions
|
|
396
|
+
========================================================================
|
|
397
|
+
(The MIT License)
|
|
398
|
+
|
|
399
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
400
|
+
|
|
401
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
402
|
+
a copy of this software and associated documentation files (the
|
|
403
|
+
'Software'), to deal in the Software without restriction, including
|
|
404
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
405
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
406
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
407
|
+
the following conditions:
|
|
408
|
+
|
|
409
|
+
The above copyright notice and this permission notice shall be
|
|
410
|
+
included in all copies or substantial portions of the Software.
|
|
411
|
+
|
|
412
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
413
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
414
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
415
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
416
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
417
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
418
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
419
|
+
|
|
420
|
+
========================================================================
|
|
421
|
+
micromark-util-decode-numeric-character-reference 2.0.2 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-numeric-character-reference
|
|
422
|
+
========================================================================
|
|
423
|
+
(The MIT License)
|
|
424
|
+
|
|
425
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
426
|
+
|
|
427
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
428
|
+
a copy of this software and associated documentation files (the
|
|
429
|
+
'Software'), to deal in the Software without restriction, including
|
|
430
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
431
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
432
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
433
|
+
the following conditions:
|
|
434
|
+
|
|
435
|
+
The above copyright notice and this permission notice shall be
|
|
436
|
+
included in all copies or substantial portions of the Software.
|
|
437
|
+
|
|
438
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
439
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
440
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
441
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
442
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
443
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
444
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
445
|
+
|
|
446
|
+
========================================================================
|
|
447
|
+
micromark-util-decode-string 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-decode-string
|
|
448
|
+
========================================================================
|
|
449
|
+
(The MIT License)
|
|
450
|
+
|
|
451
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
452
|
+
|
|
453
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
454
|
+
a copy of this software and associated documentation files (the
|
|
455
|
+
'Software'), to deal in the Software without restriction, including
|
|
456
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
457
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
458
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
459
|
+
the following conditions:
|
|
460
|
+
|
|
461
|
+
The above copyright notice and this permission notice shall be
|
|
462
|
+
included in all copies or substantial portions of the Software.
|
|
463
|
+
|
|
464
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
465
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
466
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
467
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
468
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
469
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
470
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
471
|
+
|
|
472
|
+
========================================================================
|
|
473
|
+
micromark-util-encode 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-encode
|
|
474
|
+
========================================================================
|
|
475
|
+
(The MIT License)
|
|
476
|
+
|
|
477
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
478
|
+
|
|
479
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
480
|
+
a copy of this software and associated documentation files (the
|
|
481
|
+
'Software'), to deal in the Software without restriction, including
|
|
482
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
483
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
484
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
485
|
+
the following conditions:
|
|
486
|
+
|
|
487
|
+
The above copyright notice and this permission notice shall be
|
|
488
|
+
included in all copies or substantial portions of the Software.
|
|
489
|
+
|
|
490
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
491
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
492
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
493
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
494
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
495
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
496
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
497
|
+
|
|
498
|
+
========================================================================
|
|
499
|
+
micromark-util-html-tag-name 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-html-tag-name
|
|
500
|
+
========================================================================
|
|
501
|
+
(The MIT License)
|
|
502
|
+
|
|
503
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
504
|
+
|
|
505
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
506
|
+
a copy of this software and associated documentation files (the
|
|
507
|
+
'Software'), to deal in the Software without restriction, including
|
|
508
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
509
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
510
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
511
|
+
the following conditions:
|
|
512
|
+
|
|
513
|
+
The above copyright notice and this permission notice shall be
|
|
514
|
+
included in all copies or substantial portions of the Software.
|
|
515
|
+
|
|
516
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
517
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
518
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
519
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
520
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
521
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
522
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
523
|
+
|
|
524
|
+
========================================================================
|
|
525
|
+
micromark-util-normalize-identifier 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-normalize-identifier
|
|
526
|
+
========================================================================
|
|
527
|
+
(The MIT License)
|
|
528
|
+
|
|
529
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
530
|
+
|
|
531
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
532
|
+
a copy of this software and associated documentation files (the
|
|
533
|
+
'Software'), to deal in the Software without restriction, including
|
|
534
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
535
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
536
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
537
|
+
the following conditions:
|
|
538
|
+
|
|
539
|
+
The above copyright notice and this permission notice shall be
|
|
540
|
+
included in all copies or substantial portions of the Software.
|
|
541
|
+
|
|
542
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
543
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
544
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
545
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
546
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
547
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
548
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
549
|
+
|
|
550
|
+
========================================================================
|
|
551
|
+
micromark-util-resolve-all 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-resolve-all
|
|
552
|
+
========================================================================
|
|
553
|
+
(The MIT License)
|
|
554
|
+
|
|
555
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
556
|
+
|
|
557
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
558
|
+
a copy of this software and associated documentation files (the
|
|
559
|
+
'Software'), to deal in the Software without restriction, including
|
|
560
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
561
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
562
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
563
|
+
the following conditions:
|
|
564
|
+
|
|
565
|
+
The above copyright notice and this permission notice shall be
|
|
566
|
+
included in all copies or substantial portions of the Software.
|
|
567
|
+
|
|
568
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
569
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
570
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
571
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
572
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
573
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
574
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
575
|
+
|
|
576
|
+
========================================================================
|
|
577
|
+
micromark-util-sanitize-uri 2.0.1 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-sanitize-uri
|
|
578
|
+
========================================================================
|
|
579
|
+
(The MIT License)
|
|
580
|
+
|
|
581
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
582
|
+
|
|
583
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
584
|
+
a copy of this software and associated documentation files (the
|
|
585
|
+
'Software'), to deal in the Software without restriction, including
|
|
586
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
587
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
588
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
589
|
+
the following conditions:
|
|
590
|
+
|
|
591
|
+
The above copyright notice and this permission notice shall be
|
|
592
|
+
included in all copies or substantial portions of the Software.
|
|
593
|
+
|
|
594
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
595
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
596
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
597
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
598
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
599
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
600
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
601
|
+
|
|
602
|
+
========================================================================
|
|
603
|
+
micromark-util-subtokenize 2.1.0 (MIT) https://github.com/micromark/micromark/tree/main/packages/micromark-util-subtokenize
|
|
604
|
+
========================================================================
|
|
605
|
+
(The MIT License)
|
|
606
|
+
|
|
607
|
+
Copyright (c) Titus Wormer <tituswormer@gmail.com>
|
|
608
|
+
|
|
609
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
610
|
+
a copy of this software and associated documentation files (the
|
|
611
|
+
'Software'), to deal in the Software without restriction, including
|
|
612
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
613
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
614
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
615
|
+
the following conditions:
|
|
616
|
+
|
|
617
|
+
The above copyright notice and this permission notice shall be
|
|
618
|
+
included in all copies or substantial portions of the Software.
|
|
619
|
+
|
|
620
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
621
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
622
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
623
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
624
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
625
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
626
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
627
|
+
|
|
628
|
+
========================================================================
|
|
629
|
+
unist-util-stringify-position 4.0.0 (MIT) syntax-tree/unist-util-stringify-position
|
|
630
|
+
========================================================================
|
|
631
|
+
(The MIT License)
|
|
632
|
+
|
|
633
|
+
Copyright (c) 2016 Titus Wormer <tituswormer@gmail.com>
|
|
634
|
+
|
|
635
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
|
636
|
+
a copy of this software and associated documentation files (the
|
|
637
|
+
'Software'), to deal in the Software without restriction, including
|
|
638
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
|
639
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
|
640
|
+
permit persons to whom the Software is furnished to do so, subject to
|
|
641
|
+
the following conditions:
|
|
642
|
+
|
|
643
|
+
The above copyright notice and this permission notice shall be
|
|
644
|
+
included in all copies or substantial portions of the Software.
|
|
645
|
+
|
|
646
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
|
647
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
648
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
|
649
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
|
650
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
|
651
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
|
652
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/bin/watcha.js
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
// 旧版 Node 会在解析 dist 时直接报语法错误,这里先给一句人话
|
|
3
|
+
const major = Number(process.versions.node.split('.')[0])
|
|
4
|
+
if (major < 22) {
|
|
5
|
+
process.stderr.write(`watcha 需要 Node.js >= 22,当前是 ${process.versions.node}\n`)
|
|
6
|
+
process.exit(1)
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
const { main } = await import('../dist/index.js')
|
|
10
|
+
|
|
11
|
+
main(process.argv).catch(err => {
|
|
12
|
+
// 所有已知错误都在 main 内部处理并设置了退出码;这里只兜底未知崩溃
|
|
13
|
+
process.stderr.write(JSON.stringify({ ok: false, error: { type: 'internal', message: String(err?.stack || err) } }) + '\n')
|
|
14
|
+
process.exit(1)
|
|
15
|
+
})
|