@lowlighter/markdown 1.0.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/README.md +29 -0
- package/deno.jsonc +119 -0
- package/deno.lock +2777 -0
- package/mod.mjs +1 -0
- package/mod.ts +2 -0
- package/mod_test.ts +1 -0
- package/package.json +42 -0
- package/plugins/anchors.mjs +1 -0
- package/plugins/anchors.ts +21 -0
- package/plugins/anchors_test.ts +8 -0
- package/plugins/directives.mjs +1 -0
- package/plugins/directives.ts +112 -0
- package/plugins/directives_test.ts +13 -0
- package/plugins/emojis.mjs +1 -0
- package/plugins/emojis.ts +20 -0
- package/plugins/emojis_test.ts +8 -0
- package/plugins/frontmatter.mjs +1 -0
- package/plugins/frontmatter.ts +43 -0
- package/plugins/frontmatter_test.ts +18 -0
- package/plugins/gfm.mjs +1 -0
- package/plugins/gfm.ts +14 -0
- package/plugins/gfm_test.ts +28 -0
- package/plugins/highlighting.mjs +1 -0
- package/plugins/highlighting.ts +24 -0
- package/plugins/highlighting_test.ts +8 -0
- package/plugins/linebreaks.mjs +1 -0
- package/plugins/linebreaks.ts +21 -0
- package/plugins/linebreaks_test.ts +8 -0
- package/plugins/markers.mjs +1 -0
- package/plugins/markers.ts +25 -0
- package/plugins/markers_test.ts +13 -0
- package/plugins/math.ts +25 -0
- package/plugins/math_test.ts +8 -0
- package/plugins/mermaid.ts +41 -0
- package/plugins/mermaid_test.ts +8 -0
- package/plugins/ruby.mjs +1 -0
- package/plugins/ruby.ts +20 -0
- package/plugins/ruby_test.ts +8 -0
- package/plugins/sanitize.mjs +1 -0
- package/plugins/sanitize.ts +26 -0
- package/plugins/sanitize_test.ts +15 -0
- package/plugins/uncomments.mjs +1 -0
- package/plugins/uncomments.ts +20 -0
- package/plugins/uncomments_test.ts +8 -0
- package/plugins/wikilinks.mjs +1 -0
- package/plugins/wikilinks.ts +40 -0
- package/plugins/wikilinks_test.ts +14 -0
- package/renderer.mjs +1 -0
- package/renderer.ts +124 -0
- package/renderer_test.ts +14 -0
package/deno.lock
ADDED
|
@@ -0,0 +1,2777 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": "3",
|
|
3
|
+
"packages": {
|
|
4
|
+
"specifiers": {
|
|
5
|
+
"jsr:@libs/logger@2": "jsr:@libs/logger@2.1.2",
|
|
6
|
+
"jsr:@libs/run@2": "jsr:@libs/run@2.0.3",
|
|
7
|
+
"jsr:@libs/std": "jsr:@libs/std@2024.8.26",
|
|
8
|
+
"jsr:@libs/testing@2": "jsr:@libs/testing@2.2.4",
|
|
9
|
+
"jsr:@libs/typing@2": "jsr:@libs/typing@2.8.2",
|
|
10
|
+
"jsr:@std/archive@0.225.0": "jsr:@std/archive@0.225.0",
|
|
11
|
+
"jsr:@std/assert@1": "jsr:@std/assert@1.0.2",
|
|
12
|
+
"jsr:@std/assert@1.0.2": "jsr:@std/assert@1.0.2",
|
|
13
|
+
"jsr:@std/assert@^0.224.0": "jsr:@std/assert@0.224.0",
|
|
14
|
+
"jsr:@std/assert@^1.0.1": "jsr:@std/assert@1.0.2",
|
|
15
|
+
"jsr:@std/assert@^1.0.2": "jsr:@std/assert@1.0.2",
|
|
16
|
+
"jsr:@std/async@1": "jsr:@std/async@1.0.3",
|
|
17
|
+
"jsr:@std/async@1.0.3": "jsr:@std/async@1.0.3",
|
|
18
|
+
"jsr:@std/async@^0.211.0": "jsr:@std/async@0.211.0",
|
|
19
|
+
"jsr:@std/bytes@1.0.2": "jsr:@std/bytes@1.0.2",
|
|
20
|
+
"jsr:@std/bytes@^1.0.2-rc.3": "jsr:@std/bytes@1.0.2",
|
|
21
|
+
"jsr:@std/cache@0.1.0": "jsr:@std/cache@0.1.0",
|
|
22
|
+
"jsr:@std/cli@1.0.3": "jsr:@std/cli@1.0.3",
|
|
23
|
+
"jsr:@std/cli@^1.0.3": "jsr:@std/cli@1.0.3",
|
|
24
|
+
"jsr:@std/collections@1.0.5": "jsr:@std/collections@1.0.5",
|
|
25
|
+
"jsr:@std/collections@^1.0.4": "jsr:@std/collections@1.0.5",
|
|
26
|
+
"jsr:@std/crypto@1.0.2": "jsr:@std/crypto@1.0.2",
|
|
27
|
+
"jsr:@std/crypto@^1.0.2-rc.1": "jsr:@std/crypto@1.0.2",
|
|
28
|
+
"jsr:@std/csv@1.0.1": "jsr:@std/csv@1.0.1",
|
|
29
|
+
"jsr:@std/data-structures@1.0.1": "jsr:@std/data-structures@1.0.1",
|
|
30
|
+
"jsr:@std/data-structures@^1.0.1": "jsr:@std/data-structures@1.0.1",
|
|
31
|
+
"jsr:@std/datetime@0.225.0": "jsr:@std/datetime@0.225.0",
|
|
32
|
+
"jsr:@std/dotenv@0.225.0": "jsr:@std/dotenv@0.225.0",
|
|
33
|
+
"jsr:@std/encoding@1.0.2": "jsr:@std/encoding@1.0.2",
|
|
34
|
+
"jsr:@std/encoding@^1.0.2": "jsr:@std/encoding@1.0.2",
|
|
35
|
+
"jsr:@std/expect@1": "jsr:@std/expect@1.0.0",
|
|
36
|
+
"jsr:@std/expect@1.0.0": "jsr:@std/expect@1.0.0",
|
|
37
|
+
"jsr:@std/flags@0.224.0": "jsr:@std/flags@0.224.0",
|
|
38
|
+
"jsr:@std/fmt@1.0.0": "jsr:@std/fmt@1.0.0",
|
|
39
|
+
"jsr:@std/fmt@^1.0.0": "jsr:@std/fmt@1.0.0",
|
|
40
|
+
"jsr:@std/fmt@^1.0.0-rc.1": "jsr:@std/fmt@1.0.0",
|
|
41
|
+
"jsr:@std/front-matter@1.0.2": "jsr:@std/front-matter@1.0.2",
|
|
42
|
+
"jsr:@std/fs@1.0.1": "jsr:@std/fs@1.0.1",
|
|
43
|
+
"jsr:@std/fs@^1.0.0-rc.5": "jsr:@std/fs@1.0.1",
|
|
44
|
+
"jsr:@std/fs@^1.0.1": "jsr:@std/fs@1.0.1",
|
|
45
|
+
"jsr:@std/html@1.0.1": "jsr:@std/html@1.0.1",
|
|
46
|
+
"jsr:@std/http@1": "jsr:@std/http@1.0.3",
|
|
47
|
+
"jsr:@std/http@1.0.3": "jsr:@std/http@1.0.3",
|
|
48
|
+
"jsr:@std/ini@0.225.2": "jsr:@std/ini@0.225.2",
|
|
49
|
+
"jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1",
|
|
50
|
+
"jsr:@std/io@0.224.5": "jsr:@std/io@0.224.5",
|
|
51
|
+
"jsr:@std/io@^0.224.3": "jsr:@std/io@0.224.5",
|
|
52
|
+
"jsr:@std/io@^0.224.4": "jsr:@std/io@0.224.5",
|
|
53
|
+
"jsr:@std/json@1.0.0": "jsr:@std/json@1.0.0",
|
|
54
|
+
"jsr:@std/jsonc@1.0.0": "jsr:@std/jsonc@1.0.0",
|
|
55
|
+
"jsr:@std/log@0.224.5": "jsr:@std/log@0.224.5",
|
|
56
|
+
"jsr:@std/media-types@1.0.2": "jsr:@std/media-types@1.0.2",
|
|
57
|
+
"jsr:@std/media-types@^1.0.2": "jsr:@std/media-types@1.0.2",
|
|
58
|
+
"jsr:@std/msgpack@1.0.0": "jsr:@std/msgpack@1.0.0",
|
|
59
|
+
"jsr:@std/net@1.0.0": "jsr:@std/net@1.0.0",
|
|
60
|
+
"jsr:@std/net@^1.0.0": "jsr:@std/net@1.0.0",
|
|
61
|
+
"jsr:@std/path@1.0.2": "jsr:@std/path@1.0.2",
|
|
62
|
+
"jsr:@std/path@^1.0.2": "jsr:@std/path@1.0.2",
|
|
63
|
+
"jsr:@std/permissions@0.224.0": "jsr:@std/permissions@0.224.0",
|
|
64
|
+
"jsr:@std/regexp@1.0.0": "jsr:@std/regexp@1.0.0",
|
|
65
|
+
"jsr:@std/semver@1.0.1": "jsr:@std/semver@1.0.1",
|
|
66
|
+
"jsr:@std/signal@0.211.0": "jsr:@std/signal@0.211.0",
|
|
67
|
+
"jsr:@std/streams@1": "jsr:@std/streams@1.0.2",
|
|
68
|
+
"jsr:@std/streams@1.0.2": "jsr:@std/streams@1.0.2",
|
|
69
|
+
"jsr:@std/streams@^1.0.0": "jsr:@std/streams@1.0.2",
|
|
70
|
+
"jsr:@std/streams@^1.0.1": "jsr:@std/streams@1.0.2",
|
|
71
|
+
"jsr:@std/streams@^1.0.2": "jsr:@std/streams@1.0.2",
|
|
72
|
+
"jsr:@std/testing@1.0.0": "jsr:@std/testing@1.0.0",
|
|
73
|
+
"jsr:@std/text@1": "jsr:@std/text@1.0.4",
|
|
74
|
+
"jsr:@std/text@1.0.3": "jsr:@std/text@1.0.3",
|
|
75
|
+
"jsr:@std/toml@1.0.0": "jsr:@std/toml@1.0.0",
|
|
76
|
+
"jsr:@std/toml@^1.0.0": "jsr:@std/toml@1.0.0",
|
|
77
|
+
"jsr:@std/ulid@1.0.0": "jsr:@std/ulid@1.0.0",
|
|
78
|
+
"jsr:@std/url@0.225.0": "jsr:@std/url@0.225.0",
|
|
79
|
+
"jsr:@std/uuid@1.0.1": "jsr:@std/uuid@1.0.1",
|
|
80
|
+
"jsr:@std/webgpu@0.224.5": "jsr:@std/webgpu@0.224.5",
|
|
81
|
+
"jsr:@std/yaml@1": "jsr:@std/yaml@1.0.4",
|
|
82
|
+
"jsr:@std/yaml@1.0.3": "jsr:@std/yaml@1.0.3",
|
|
83
|
+
"jsr:@std/yaml@^1.0.3": "jsr:@std/yaml@1.0.4",
|
|
84
|
+
"npm:@types/hast": "npm:@types/hast@3.0.4",
|
|
85
|
+
"npm:@types/hast@3": "npm:@types/hast@3.0.4",
|
|
86
|
+
"npm:hastscript@9": "npm:hastscript@9.0.0",
|
|
87
|
+
"npm:rehype-autolink-headings@7": "npm:rehype-autolink-headings@7.1.0",
|
|
88
|
+
"npm:rehype-highlight@7": "npm:rehype-highlight@7.0.0",
|
|
89
|
+
"npm:rehype-mathjax@6": "npm:rehype-mathjax@6.0.0",
|
|
90
|
+
"npm:rehype-mermaid@2": "npm:rehype-mermaid@2.1.0",
|
|
91
|
+
"npm:rehype-raw@7": "npm:rehype-raw@7.0.0",
|
|
92
|
+
"npm:rehype-sanitize@6": "npm:rehype-sanitize@6.0.0",
|
|
93
|
+
"npm:rehype-sanitize@6.0.0": "npm:rehype-sanitize@6.0.0",
|
|
94
|
+
"npm:rehype-slug@6": "npm:rehype-slug@6.0.0",
|
|
95
|
+
"npm:rehype-stringify@10": "npm:rehype-stringify@10.0.0",
|
|
96
|
+
"npm:rehype@13": "npm:rehype@13.0.1",
|
|
97
|
+
"npm:remark-breaks@4": "npm:remark-breaks@4.0.0",
|
|
98
|
+
"npm:remark-directive@3": "npm:remark-directive@3.0.0",
|
|
99
|
+
"npm:remark-emoji@5": "npm:remark-emoji@5.0.1",
|
|
100
|
+
"npm:remark-flexible-markers@1": "npm:remark-flexible-markers@1.2.1",
|
|
101
|
+
"npm:remark-frontmatter@5": "npm:remark-frontmatter@5.0.0",
|
|
102
|
+
"npm:remark-gfm@4": "npm:remark-gfm@4.0.0",
|
|
103
|
+
"npm:remark-gfm@4.0.0": "npm:remark-gfm@4.0.0",
|
|
104
|
+
"npm:remark-math@6": "npm:remark-math@6.0.0",
|
|
105
|
+
"npm:remark-parse@11": "npm:remark-parse@11.0.0",
|
|
106
|
+
"npm:remark-rehype@11": "npm:remark-rehype@11.1.0",
|
|
107
|
+
"npm:remark-remove-comments@1": "npm:remark-remove-comments@1.0.1",
|
|
108
|
+
"npm:remark-ruby@0.4.0": "npm:remark-ruby@0.4.0_remark-parse@9.0.0",
|
|
109
|
+
"npm:remark-wiki-link@2": "npm:remark-wiki-link@2.0.1",
|
|
110
|
+
"npm:remark@15": "npm:remark@15.0.1",
|
|
111
|
+
"npm:unified@11": "npm:unified@11.0.5",
|
|
112
|
+
"npm:unist-util-visit@5": "npm:unist-util-visit@5.0.0"
|
|
113
|
+
},
|
|
114
|
+
"jsr": {
|
|
115
|
+
"@libs/logger@2.1.2": {
|
|
116
|
+
"integrity": "2a5f4b148fd8d6b1221ff89cff73367ca0511137f4d6548c532b6e220ed22bcc"
|
|
117
|
+
},
|
|
118
|
+
"@libs/run@2.0.3": {
|
|
119
|
+
"integrity": "77fe95cbfdc6c0855ab1bc5fb008ad4e37c6da848fd20ed8e88d98c3cf51eccb",
|
|
120
|
+
"dependencies": [
|
|
121
|
+
"jsr:@libs/logger@2",
|
|
122
|
+
"jsr:@libs/typing@2",
|
|
123
|
+
"jsr:@std/async@1",
|
|
124
|
+
"jsr:@std/streams@1"
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
"@libs/std@2024.8.26": {
|
|
128
|
+
"integrity": "14ae95c53dcab4abb2d84c0f05180b1130a6c2b6a3cde994f9dd2a910e713c78",
|
|
129
|
+
"dependencies": [
|
|
130
|
+
"jsr:@std/archive@0.225.0",
|
|
131
|
+
"jsr:@std/assert@1.0.2",
|
|
132
|
+
"jsr:@std/async@1.0.3",
|
|
133
|
+
"jsr:@std/bytes@1.0.2",
|
|
134
|
+
"jsr:@std/cache@0.1.0",
|
|
135
|
+
"jsr:@std/cli@1.0.3",
|
|
136
|
+
"jsr:@std/collections@1.0.5",
|
|
137
|
+
"jsr:@std/crypto@1.0.2",
|
|
138
|
+
"jsr:@std/csv@1.0.1",
|
|
139
|
+
"jsr:@std/data-structures@1.0.1",
|
|
140
|
+
"jsr:@std/datetime@0.225.0",
|
|
141
|
+
"jsr:@std/dotenv@0.225.0",
|
|
142
|
+
"jsr:@std/encoding@1.0.2",
|
|
143
|
+
"jsr:@std/expect@1.0.0",
|
|
144
|
+
"jsr:@std/flags@0.224.0",
|
|
145
|
+
"jsr:@std/fmt@1.0.0",
|
|
146
|
+
"jsr:@std/front-matter@1.0.2",
|
|
147
|
+
"jsr:@std/fs@1.0.1",
|
|
148
|
+
"jsr:@std/html@1.0.1",
|
|
149
|
+
"jsr:@std/http@1.0.3",
|
|
150
|
+
"jsr:@std/ini@0.225.2",
|
|
151
|
+
"jsr:@std/io@0.224.5",
|
|
152
|
+
"jsr:@std/json@1.0.0",
|
|
153
|
+
"jsr:@std/jsonc@1.0.0",
|
|
154
|
+
"jsr:@std/log@0.224.5",
|
|
155
|
+
"jsr:@std/media-types@1.0.2",
|
|
156
|
+
"jsr:@std/msgpack@1.0.0",
|
|
157
|
+
"jsr:@std/net@1.0.0",
|
|
158
|
+
"jsr:@std/path@1.0.2",
|
|
159
|
+
"jsr:@std/permissions@0.224.0",
|
|
160
|
+
"jsr:@std/regexp@1.0.0",
|
|
161
|
+
"jsr:@std/semver@1.0.1",
|
|
162
|
+
"jsr:@std/signal@0.211.0",
|
|
163
|
+
"jsr:@std/streams@1.0.2",
|
|
164
|
+
"jsr:@std/testing@1.0.0",
|
|
165
|
+
"jsr:@std/text@1.0.3",
|
|
166
|
+
"jsr:@std/toml@1.0.0",
|
|
167
|
+
"jsr:@std/ulid@1.0.0",
|
|
168
|
+
"jsr:@std/url@0.225.0",
|
|
169
|
+
"jsr:@std/uuid@1.0.1",
|
|
170
|
+
"jsr:@std/webgpu@0.224.5",
|
|
171
|
+
"jsr:@std/yaml@1.0.3"
|
|
172
|
+
]
|
|
173
|
+
},
|
|
174
|
+
"@libs/testing@2.2.4": {
|
|
175
|
+
"integrity": "3ef407b62cf18424b3e2e604eef5df81d3c07cf8adb4b78ab4cf40db2a029f2c",
|
|
176
|
+
"dependencies": [
|
|
177
|
+
"jsr:@libs/run@2",
|
|
178
|
+
"jsr:@libs/typing@2",
|
|
179
|
+
"jsr:@std/assert@1",
|
|
180
|
+
"jsr:@std/expect@1",
|
|
181
|
+
"jsr:@std/http@1"
|
|
182
|
+
]
|
|
183
|
+
},
|
|
184
|
+
"@libs/typing@2.8.2": {
|
|
185
|
+
"integrity": "c53f8aad9b01621de893aeac5d6cd592ec2ce783f8e89b677dcd81490a3be0a0"
|
|
186
|
+
},
|
|
187
|
+
"@std/archive@0.225.0": {
|
|
188
|
+
"integrity": "cacdf278ee1c8cd89e67917bd0588c5eab16ef21b0e884c721bd0eef5179cf6f",
|
|
189
|
+
"dependencies": [
|
|
190
|
+
"jsr:@std/io@^0.224.4"
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
"@std/assert@0.224.0": {
|
|
194
|
+
"integrity": "8643233ec7aec38a940a8264a6e3eed9bfa44e7a71cc6b3c8874213ff401967f"
|
|
195
|
+
},
|
|
196
|
+
"@std/assert@1.0.2": {
|
|
197
|
+
"integrity": "ccacec332958126deaceb5c63ff8b4eaf9f5ed0eac9feccf124110435e59e49c",
|
|
198
|
+
"dependencies": [
|
|
199
|
+
"jsr:@std/internal@^1.0.1"
|
|
200
|
+
]
|
|
201
|
+
},
|
|
202
|
+
"@std/async@0.211.0": {
|
|
203
|
+
"integrity": "50bddeff9f5c21f3ce0975a29071521984a0f44a69c5917b8034cc1453d5feae"
|
|
204
|
+
},
|
|
205
|
+
"@std/async@1.0.3": {
|
|
206
|
+
"integrity": "6ed64678db43451683c6c176a21426a2ccd21ba0269ebb2c36133ede3f165792"
|
|
207
|
+
},
|
|
208
|
+
"@std/bytes@1.0.2": {
|
|
209
|
+
"integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
|
|
210
|
+
},
|
|
211
|
+
"@std/cache@0.1.0": {
|
|
212
|
+
"integrity": "1e54bb4412e4dbf1c7c2ca4f501f91ac2332b849a00438f0423956d3414409e1"
|
|
213
|
+
},
|
|
214
|
+
"@std/cli@1.0.3": {
|
|
215
|
+
"integrity": "9a0488b5d2e58d29dce106a941eecec7181fae996bf0d2225563f1ca7e4b100c"
|
|
216
|
+
},
|
|
217
|
+
"@std/collections@1.0.5": {
|
|
218
|
+
"integrity": "ab9eac23b57a0c0b89ba45134e61561f69f3d001f37235a248ed40be260c0c10"
|
|
219
|
+
},
|
|
220
|
+
"@std/crypto@1.0.2": {
|
|
221
|
+
"integrity": "bb515dbcd4d67aacf0ffece643a434811ea06e5b544f03c33ba58552fbdb87c7"
|
|
222
|
+
},
|
|
223
|
+
"@std/csv@1.0.1": {
|
|
224
|
+
"integrity": "0704026df4361efa0fa7a278eb01cbc99f395fd0ac48f8df668fdc59cbd9f908",
|
|
225
|
+
"dependencies": [
|
|
226
|
+
"jsr:@std/streams@^1.0.1"
|
|
227
|
+
]
|
|
228
|
+
},
|
|
229
|
+
"@std/data-structures@1.0.1": {
|
|
230
|
+
"integrity": "e4fa6bcc33839979ac118e2746f349cd7b57c58bd3036b5b82ac608771ee856e"
|
|
231
|
+
},
|
|
232
|
+
"@std/datetime@0.225.0": {
|
|
233
|
+
"integrity": "73ee4457218e06f50d3680fb0c430ba94006305e4104c84e783b3f5c0ec78900"
|
|
234
|
+
},
|
|
235
|
+
"@std/dotenv@0.225.0": {
|
|
236
|
+
"integrity": "44db32932c67df82790a3e6847d7007befb6cc22d71f2f3ee7b7d00e1f0d6c94"
|
|
237
|
+
},
|
|
238
|
+
"@std/encoding@1.0.2": {
|
|
239
|
+
"integrity": "7ed640c777e3275550e2cd937c440acdbebfdcd2d13ef67052f0536bf43e707f"
|
|
240
|
+
},
|
|
241
|
+
"@std/expect@1.0.0": {
|
|
242
|
+
"integrity": "030275683c23d6708878c5439a3ffd99285948d708e00835fd38fcef9a0bb921",
|
|
243
|
+
"dependencies": [
|
|
244
|
+
"jsr:@std/assert@^1.0.1",
|
|
245
|
+
"jsr:@std/internal@^1.0.1"
|
|
246
|
+
]
|
|
247
|
+
},
|
|
248
|
+
"@std/flags@0.224.0": {
|
|
249
|
+
"integrity": "d40eaf58c356b2e1313c6d4e62dc28b614aad2ddae6f5ff72a969e0b1f5ad689",
|
|
250
|
+
"dependencies": [
|
|
251
|
+
"jsr:@std/assert@^0.224.0"
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
"@std/fmt@1.0.0": {
|
|
255
|
+
"integrity": "8a95c9fdbb61559418ccbc0f536080cf43341655e1444f9d375a66886ceaaa3d"
|
|
256
|
+
},
|
|
257
|
+
"@std/front-matter@1.0.2": {
|
|
258
|
+
"integrity": "8176cc48a44417759d2845b82abe68074e8b7189df5f8a358e5346a30e832548",
|
|
259
|
+
"dependencies": [
|
|
260
|
+
"jsr:@std/toml@^1.0.0",
|
|
261
|
+
"jsr:@std/yaml@^1.0.3"
|
|
262
|
+
]
|
|
263
|
+
},
|
|
264
|
+
"@std/fs@1.0.1": {
|
|
265
|
+
"integrity": "d6914ca2c21abe591f733b31dbe6331e446815e513e2451b3b9e472daddfefcb",
|
|
266
|
+
"dependencies": [
|
|
267
|
+
"jsr:@std/path@^1.0.2"
|
|
268
|
+
]
|
|
269
|
+
},
|
|
270
|
+
"@std/html@1.0.1": {
|
|
271
|
+
"integrity": "75d30527251f3ef5ab6d405302f8b3cb0b67cbf836964e207cf604adc01d2cfb"
|
|
272
|
+
},
|
|
273
|
+
"@std/http@1.0.3": {
|
|
274
|
+
"integrity": "bff3770c4df4711567de1711fe988d28db9535be0c9b0f1d2de8d0fb97e8b44c",
|
|
275
|
+
"dependencies": [
|
|
276
|
+
"jsr:@std/cli@^1.0.3",
|
|
277
|
+
"jsr:@std/encoding@^1.0.2",
|
|
278
|
+
"jsr:@std/fmt@^1.0.0",
|
|
279
|
+
"jsr:@std/media-types@^1.0.2",
|
|
280
|
+
"jsr:@std/net@^1.0.0",
|
|
281
|
+
"jsr:@std/path@^1.0.2",
|
|
282
|
+
"jsr:@std/streams@^1.0.2"
|
|
283
|
+
]
|
|
284
|
+
},
|
|
285
|
+
"@std/ini@0.225.2": {
|
|
286
|
+
"integrity": "c70f6560dacb7e333c2f868aa09aaa4117e6618cc66c60d0b4ca716c135c8e67"
|
|
287
|
+
},
|
|
288
|
+
"@std/internal@1.0.1": {
|
|
289
|
+
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
|
|
290
|
+
},
|
|
291
|
+
"@std/io@0.224.5": {
|
|
292
|
+
"integrity": "cb84fe655d1273fca94efcff411465027a8b0b4225203f19d6ee98d9c8920a2d",
|
|
293
|
+
"dependencies": [
|
|
294
|
+
"jsr:@std/bytes@^1.0.2-rc.3"
|
|
295
|
+
]
|
|
296
|
+
},
|
|
297
|
+
"@std/json@1.0.0": {
|
|
298
|
+
"integrity": "985c1e544918d42e4e84072fc739ac4a19c3a5093292c99742ffcdd03fb6a268",
|
|
299
|
+
"dependencies": [
|
|
300
|
+
"jsr:@std/streams@^1.0.0"
|
|
301
|
+
]
|
|
302
|
+
},
|
|
303
|
+
"@std/jsonc@1.0.0": {
|
|
304
|
+
"integrity": "835da212e586f3ef94ab25e8f0e8a7711a86fddbee95ad40c34d6b3d74da1a1b"
|
|
305
|
+
},
|
|
306
|
+
"@std/log@0.224.5": {
|
|
307
|
+
"integrity": "4612a45189438441bbd923a4cad1cce5c44c6c4a039195a3e8d831ce38894eee",
|
|
308
|
+
"dependencies": [
|
|
309
|
+
"jsr:@std/fmt@^1.0.0-rc.1",
|
|
310
|
+
"jsr:@std/fs@^1.0.0-rc.5",
|
|
311
|
+
"jsr:@std/io@^0.224.3"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
"@std/media-types@1.0.2": {
|
|
315
|
+
"integrity": "abb78dc8f7d88141cba8c4d60fc1e8b421e5c7b0d7c84f2f708bc666cad46784"
|
|
316
|
+
},
|
|
317
|
+
"@std/msgpack@1.0.0": {
|
|
318
|
+
"integrity": "6eba6a510f11aaacb245ff64a1cb40b7a506369169bab37e063ff7242df49634",
|
|
319
|
+
"dependencies": [
|
|
320
|
+
"jsr:@std/bytes@^1.0.2-rc.3"
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
|
+
"@std/net@1.0.0": {
|
|
324
|
+
"integrity": "31de7a45f074edee8296d77fde85fef53fed9baa6f3122a38d796af08ecb3fc9"
|
|
325
|
+
},
|
|
326
|
+
"@std/path@1.0.2": {
|
|
327
|
+
"integrity": "a452174603f8c620bd278a380c596437a9eef50c891c64b85812f735245d9ec7"
|
|
328
|
+
},
|
|
329
|
+
"@std/permissions@0.224.0": {
|
|
330
|
+
"integrity": "1a2dba903795bc4d43fb49fc44b7f6cd00e2f472d9abb3499aa56a5dd8ebb829"
|
|
331
|
+
},
|
|
332
|
+
"@std/regexp@1.0.0": {
|
|
333
|
+
"integrity": "158628d134c49a0858afe05017c4666f5f73d3a56602c346549ca42f3fab244a"
|
|
334
|
+
},
|
|
335
|
+
"@std/semver@1.0.1": {
|
|
336
|
+
"integrity": "f0c9b41b70e27e8cdfe9252b486c55a727d66ead72625e0fa1aae75f45ca15e1"
|
|
337
|
+
},
|
|
338
|
+
"@std/signal@0.211.0": {
|
|
339
|
+
"integrity": "4704a7260a2df2389d52d24cc18984552bbf879fac293d1b2781a3d019424457",
|
|
340
|
+
"dependencies": [
|
|
341
|
+
"jsr:@std/async@^0.211.0"
|
|
342
|
+
]
|
|
343
|
+
},
|
|
344
|
+
"@std/streams@1.0.2": {
|
|
345
|
+
"integrity": "187c3c875675221f5355807a735e51b0f8769caade2cbca6d7f4fa710ea4ace4",
|
|
346
|
+
"dependencies": [
|
|
347
|
+
"jsr:@std/bytes@^1.0.2-rc.3"
|
|
348
|
+
]
|
|
349
|
+
},
|
|
350
|
+
"@std/testing@1.0.0": {
|
|
351
|
+
"integrity": "27cfc06392c69c2acffe54e6d0bcb5f961cf193f519255372bd4fff1481bfef8",
|
|
352
|
+
"dependencies": [
|
|
353
|
+
"jsr:@std/assert@^1.0.2",
|
|
354
|
+
"jsr:@std/data-structures@^1.0.1",
|
|
355
|
+
"jsr:@std/fs@^1.0.1",
|
|
356
|
+
"jsr:@std/internal@^1.0.1",
|
|
357
|
+
"jsr:@std/path@^1.0.2"
|
|
358
|
+
]
|
|
359
|
+
},
|
|
360
|
+
"@std/text@1.0.3": {
|
|
361
|
+
"integrity": "8cf4a53fbd2eaabb9cff862f6940bfd6a687de49654a4370df84374f1e34b121"
|
|
362
|
+
},
|
|
363
|
+
"@std/text@1.0.4": {
|
|
364
|
+
"integrity": "8f31643fbd61fcd1f12c58ba5f90a23f6df6fff27894ee907867f7f237f308e7"
|
|
365
|
+
},
|
|
366
|
+
"@std/toml@1.0.0": {
|
|
367
|
+
"integrity": "c9e37564eedd84084871c66238e00196ec67aa958e09a7f761b3f36273a7a8a5",
|
|
368
|
+
"dependencies": [
|
|
369
|
+
"jsr:@std/collections@^1.0.4"
|
|
370
|
+
]
|
|
371
|
+
},
|
|
372
|
+
"@std/ulid@1.0.0": {
|
|
373
|
+
"integrity": "d41c3d27a907714413649fee864b7cde8d42ee68437d22b79d5de4f81d808780"
|
|
374
|
+
},
|
|
375
|
+
"@std/url@0.225.0": {
|
|
376
|
+
"integrity": "fc854cc8a720e9c974904071140b462880d8347030006f43193935ae06c7a0f9",
|
|
377
|
+
"dependencies": [
|
|
378
|
+
"jsr:@std/path@^1.0.2"
|
|
379
|
+
]
|
|
380
|
+
},
|
|
381
|
+
"@std/uuid@1.0.1": {
|
|
382
|
+
"integrity": "26f834b1e1f95b581f5f654f6b2c34c2031832fb4f598dbb1332520aa63a6740",
|
|
383
|
+
"dependencies": [
|
|
384
|
+
"jsr:@std/bytes@^1.0.2-rc.3",
|
|
385
|
+
"jsr:@std/crypto@^1.0.2-rc.1"
|
|
386
|
+
]
|
|
387
|
+
},
|
|
388
|
+
"@std/webgpu@0.224.5": {
|
|
389
|
+
"integrity": "21cc4d204eaefa61e62a3a2639f2a07cd604a04f55574a5b9b867d2c17c116ce"
|
|
390
|
+
},
|
|
391
|
+
"@std/yaml@1.0.3": {
|
|
392
|
+
"integrity": "456e4646968efe4b3c8eedf27535f2db5827fa8aa3bce28779953c0397dee40b"
|
|
393
|
+
},
|
|
394
|
+
"@std/yaml@1.0.4": {
|
|
395
|
+
"integrity": "f1e38fa5e110ff8550e938715e52c33347676dd00a1db858e092dd21a9df9941"
|
|
396
|
+
}
|
|
397
|
+
},
|
|
398
|
+
"npm": {
|
|
399
|
+
"@asamuzakjp/dom-selector@2.0.2": {
|
|
400
|
+
"integrity": "sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==",
|
|
401
|
+
"dependencies": {
|
|
402
|
+
"bidi-js": "bidi-js@1.0.3",
|
|
403
|
+
"css-tree": "css-tree@2.3.1",
|
|
404
|
+
"is-potential-custom-element-name": "is-potential-custom-element-name@1.0.1"
|
|
405
|
+
}
|
|
406
|
+
},
|
|
407
|
+
"@babel/runtime@7.25.4": {
|
|
408
|
+
"integrity": "sha512-DSgLeL/FNcpXuzav5wfYvHCGvynXkJbn3Zvc3823AEe9nPwW9IK4UoCSS5yGymmQzN0pCPvivtgS6/8U2kkm1w==",
|
|
409
|
+
"dependencies": {
|
|
410
|
+
"regenerator-runtime": "regenerator-runtime@0.14.1"
|
|
411
|
+
}
|
|
412
|
+
},
|
|
413
|
+
"@braintree/sanitize-url@6.0.4": {
|
|
414
|
+
"integrity": "sha512-s3jaWicZd0pkP0jf5ysyHUI/RE7MHos6qlToFcGWXVp+ykHOy77OUMrfbgJ9it2C5bow7OIQwYYaHjk9XlBQ2A==",
|
|
415
|
+
"dependencies": {}
|
|
416
|
+
},
|
|
417
|
+
"@fortawesome/fontawesome-free@6.6.0": {
|
|
418
|
+
"integrity": "sha512-60G28ke/sXdtS9KZCpZSHHkCbdsOGEhIUGlwq6yhY74UpTiToIh8np7A8yphhM4BWsvNFtIvLpi4co+h9Mr9Ow==",
|
|
419
|
+
"dependencies": {}
|
|
420
|
+
},
|
|
421
|
+
"@sindresorhus/is@4.6.0": {
|
|
422
|
+
"integrity": "sha512-t09vSN3MdfsyCHoFcTRCH/iUtG7OJ0CsjzB8cjAmKc/va/kIgeDI/TxsigdncE/4be734m0cvIYwNaV4i2XqAw==",
|
|
423
|
+
"dependencies": {}
|
|
424
|
+
},
|
|
425
|
+
"@types/d3-scale-chromatic@3.0.3": {
|
|
426
|
+
"integrity": "sha512-laXM4+1o5ImZv3RpFAsTRn3TEkzqkytiOY0Dz0sq5cnd1dtNlk6sHLon4OvqaiJb28T0S/TdsBI3Sjsy+keJrw==",
|
|
427
|
+
"dependencies": {}
|
|
428
|
+
},
|
|
429
|
+
"@types/d3-scale@4.0.8": {
|
|
430
|
+
"integrity": "sha512-gkK1VVTr5iNiYJ7vWDI+yUFFlszhNMtVeneJ6lUTKPjprsvLLI9/tgEGiXJOnlINJA8FyA88gfnQsHbybVZrYQ==",
|
|
431
|
+
"dependencies": {
|
|
432
|
+
"@types/d3-time": "@types/d3-time@3.0.3"
|
|
433
|
+
}
|
|
434
|
+
},
|
|
435
|
+
"@types/d3-time@3.0.3": {
|
|
436
|
+
"integrity": "sha512-2p6olUZ4w3s+07q3Tm2dbiMZy5pCDfYwtLXXHUnVzXgQlZ/OyPtUz6OL382BkOuGlLXqfT+wqv8Fw2v8/0geBw==",
|
|
437
|
+
"dependencies": {}
|
|
438
|
+
},
|
|
439
|
+
"@types/debug@4.1.12": {
|
|
440
|
+
"integrity": "sha512-vIChWdVG3LG1SMxEvI/AK+FWJthlrqlTu7fbrlywTkkaONwk/UAGaULXRlf8vkzFBLVm0zkMdCquhL5aOjhXPQ==",
|
|
441
|
+
"dependencies": {
|
|
442
|
+
"@types/ms": "@types/ms@0.7.34"
|
|
443
|
+
}
|
|
444
|
+
},
|
|
445
|
+
"@types/hast@3.0.4": {
|
|
446
|
+
"integrity": "sha512-WPs+bbQw5aCj+x6laNGWLH3wviHtoCv/P3+otBhbOhJgG8qtpdAMlTCxLtsTWA7LH1Oh/bFCHsBn0TPS5m30EQ==",
|
|
447
|
+
"dependencies": {
|
|
448
|
+
"@types/unist": "@types/unist@3.0.3"
|
|
449
|
+
}
|
|
450
|
+
},
|
|
451
|
+
"@types/katex@0.16.7": {
|
|
452
|
+
"integrity": "sha512-HMwFiRujE5PjrgwHQ25+bsLJgowjGjm5Z8FVSf0N6PwgJrwxH0QxzHYDcKsTfV3wva0vzrpqMTJS2jXPr5BMEQ==",
|
|
453
|
+
"dependencies": {}
|
|
454
|
+
},
|
|
455
|
+
"@types/mathjax@0.0.40": {
|
|
456
|
+
"integrity": "sha512-rHusx08LCg92WJxrsM3SPjvLTSvK5C+gealtSuhKbEOcUZfWlwigaFoPLf6Dfxhg4oryN5qP9Sj7zOQ4HYXINw==",
|
|
457
|
+
"dependencies": {}
|
|
458
|
+
},
|
|
459
|
+
"@types/mdast@3.0.15": {
|
|
460
|
+
"integrity": "sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==",
|
|
461
|
+
"dependencies": {
|
|
462
|
+
"@types/unist": "@types/unist@2.0.11"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"@types/mdast@4.0.4": {
|
|
466
|
+
"integrity": "sha512-kGaNbPh1k7AFzgpud/gMdvIm5xuECykRR+JnWKQno9TAXVa6WIVCGTPvYGekIDL4uwCZQSYbUxNBSb1aUo79oA==",
|
|
467
|
+
"dependencies": {
|
|
468
|
+
"@types/unist": "@types/unist@3.0.3"
|
|
469
|
+
}
|
|
470
|
+
},
|
|
471
|
+
"@types/ms@0.7.34": {
|
|
472
|
+
"integrity": "sha512-nG96G3Wp6acyAgJqGasjODb+acrI7KltPiRxzHPXnP3NgI28bpQDRv53olbqGXbfcgF5aiiHmO3xpwEpS5Ld9g==",
|
|
473
|
+
"dependencies": {}
|
|
474
|
+
},
|
|
475
|
+
"@types/unist@2.0.11": {
|
|
476
|
+
"integrity": "sha512-CmBKiL6NNo/OqgmMn95Fk9Whlp2mtvIv+KNpQKN2F4SjvrEesubTRWGYSg+BnWZOnlCaSTU1sMpsBOzgbYhnsA==",
|
|
477
|
+
"dependencies": {}
|
|
478
|
+
},
|
|
479
|
+
"@types/unist@3.0.3": {
|
|
480
|
+
"integrity": "sha512-ko/gIFJRv177XgZsZcBwnqJN5x/Gien8qNOn0D5bQU/zAzVf9Zt3BlcUiLqhV9y4ARk0GbT3tnUiPNgnTXzc/Q==",
|
|
481
|
+
"dependencies": {}
|
|
482
|
+
},
|
|
483
|
+
"@ungap/structured-clone@1.2.0": {
|
|
484
|
+
"integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==",
|
|
485
|
+
"dependencies": {}
|
|
486
|
+
},
|
|
487
|
+
"agent-base@7.1.1": {
|
|
488
|
+
"integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==",
|
|
489
|
+
"dependencies": {
|
|
490
|
+
"debug": "debug@4.3.6"
|
|
491
|
+
}
|
|
492
|
+
},
|
|
493
|
+
"asynckit@0.4.0": {
|
|
494
|
+
"integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==",
|
|
495
|
+
"dependencies": {}
|
|
496
|
+
},
|
|
497
|
+
"bail@2.0.2": {
|
|
498
|
+
"integrity": "sha512-0xO6mYd7JB2YesxDKplafRpsiOzPt9V02ddPCLbY1xYGPOX24NTyN50qnUxgCPcSoYMhKpAuBTjQoRZCAkUDRw==",
|
|
499
|
+
"dependencies": {}
|
|
500
|
+
},
|
|
501
|
+
"bidi-js@1.0.3": {
|
|
502
|
+
"integrity": "sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==",
|
|
503
|
+
"dependencies": {
|
|
504
|
+
"require-from-string": "require-from-string@2.0.2"
|
|
505
|
+
}
|
|
506
|
+
},
|
|
507
|
+
"browser-assert@1.2.1": {
|
|
508
|
+
"integrity": "sha512-nfulgvOR6S4gt9UKCeGJOuSGBPGiFT6oQ/2UBnvTY/5aQ1PnksW72fhZkM30DzoRRv2WpwZf1vHHEr3mtuXIWQ==",
|
|
509
|
+
"dependencies": {}
|
|
510
|
+
},
|
|
511
|
+
"ccount@2.0.1": {
|
|
512
|
+
"integrity": "sha512-eyrF0jiFpY+3drT6383f1qhkbGsLSifNAjA61IUjZjmLCWjItY6LB9ft9YhoDgwfmclB2zhu51Lc7+95b8NRAg==",
|
|
513
|
+
"dependencies": {}
|
|
514
|
+
},
|
|
515
|
+
"char-regex@1.0.2": {
|
|
516
|
+
"integrity": "sha512-kWWXztvZ5SBQV+eRgKFeh8q5sLuZY2+8WUIzlxWVTg+oGwY14qylx1KbKzHd8P6ZYkAg0xyIDU9JMHhyJMZ1jw==",
|
|
517
|
+
"dependencies": {}
|
|
518
|
+
},
|
|
519
|
+
"character-entities-html4@2.1.0": {
|
|
520
|
+
"integrity": "sha512-1v7fgQRj6hnSwFpq1Eu0ynr/CDEw0rXo2B61qXrLNdHZmPKgb7fqS1a2JwF0rISo9q77jDI8VMEHoApn8qDoZA==",
|
|
521
|
+
"dependencies": {}
|
|
522
|
+
},
|
|
523
|
+
"character-entities-legacy@1.1.4": {
|
|
524
|
+
"integrity": "sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==",
|
|
525
|
+
"dependencies": {}
|
|
526
|
+
},
|
|
527
|
+
"character-entities-legacy@3.0.0": {
|
|
528
|
+
"integrity": "sha512-RpPp0asT/6ufRm//AJVwpViZbGM/MkjQFxJccQRHmISF/22NBtsHqAWmL+/pmkPWoIUJdWyeVleTl1wydHATVQ==",
|
|
529
|
+
"dependencies": {}
|
|
530
|
+
},
|
|
531
|
+
"character-entities@1.2.4": {
|
|
532
|
+
"integrity": "sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==",
|
|
533
|
+
"dependencies": {}
|
|
534
|
+
},
|
|
535
|
+
"character-entities@2.0.2": {
|
|
536
|
+
"integrity": "sha512-shx7oQ0Awen/BRIdkjkvz54PnEEI/EjwXDSIZp86/KKdbafHh1Df/RYGBhn4hbe2+uKC9FnT5UCEdyPz3ai9hQ==",
|
|
537
|
+
"dependencies": {}
|
|
538
|
+
},
|
|
539
|
+
"character-reference-invalid@1.1.4": {
|
|
540
|
+
"integrity": "sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==",
|
|
541
|
+
"dependencies": {}
|
|
542
|
+
},
|
|
543
|
+
"character-reference-invalid@2.0.1": {
|
|
544
|
+
"integrity": "sha512-iBZ4F4wRbyORVsu0jPV7gXkOsGYjGHPmAyv+HiHG8gi5PtC9KI2j1+v8/tlibRvjoWX027ypmG/n0HtO5t7unw==",
|
|
545
|
+
"dependencies": {}
|
|
546
|
+
},
|
|
547
|
+
"combined-stream@1.0.8": {
|
|
548
|
+
"integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
|
|
549
|
+
"dependencies": {
|
|
550
|
+
"delayed-stream": "delayed-stream@1.0.0"
|
|
551
|
+
}
|
|
552
|
+
},
|
|
553
|
+
"comma-separated-tokens@2.0.3": {
|
|
554
|
+
"integrity": "sha512-Fu4hJdvzeylCfQPp9SGWidpzrMs7tTrlu6Vb8XGaRGck8QSNZJJp538Wrb60Lax4fPwR64ViY468OIUTbRlGZg==",
|
|
555
|
+
"dependencies": {}
|
|
556
|
+
},
|
|
557
|
+
"commander@7.2.0": {
|
|
558
|
+
"integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
|
|
559
|
+
"dependencies": {}
|
|
560
|
+
},
|
|
561
|
+
"commander@8.3.0": {
|
|
562
|
+
"integrity": "sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==",
|
|
563
|
+
"dependencies": {}
|
|
564
|
+
},
|
|
565
|
+
"commander@9.2.0": {
|
|
566
|
+
"integrity": "sha512-e2i4wANQiSXgnrBlIatyHtP1odfUp0BbV5Y5nEGbxtIrStkEOAAzCUirvLBNXHLr7kwLvJl6V+4V3XV9x7Wd9w==",
|
|
567
|
+
"dependencies": {}
|
|
568
|
+
},
|
|
569
|
+
"cose-base@1.0.3": {
|
|
570
|
+
"integrity": "sha512-s9whTXInMSgAp/NVXVNuVxVKzGH2qck3aQlVHxDCdAEPgtMKwc4Wq6/QKhgdEdgbLSi9rBTAcPoRa6JpiG4ksg==",
|
|
571
|
+
"dependencies": {
|
|
572
|
+
"layout-base": "layout-base@1.0.2"
|
|
573
|
+
}
|
|
574
|
+
},
|
|
575
|
+
"css-tree@2.3.1": {
|
|
576
|
+
"integrity": "sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw==",
|
|
577
|
+
"dependencies": {
|
|
578
|
+
"mdn-data": "mdn-data@2.0.30",
|
|
579
|
+
"source-map-js": "source-map-js@1.2.0"
|
|
580
|
+
}
|
|
581
|
+
},
|
|
582
|
+
"cssstyle@4.0.1": {
|
|
583
|
+
"integrity": "sha512-8ZYiJ3A/3OkDd093CBT/0UKDWry7ak4BdPTFP2+QEP7cmhouyq/Up709ASSj2cK02BbZiMgk7kYjZNS4QP5qrQ==",
|
|
584
|
+
"dependencies": {
|
|
585
|
+
"rrweb-cssom": "rrweb-cssom@0.6.0"
|
|
586
|
+
}
|
|
587
|
+
},
|
|
588
|
+
"cytoscape-cose-bilkent@4.1.0_cytoscape@3.30.2": {
|
|
589
|
+
"integrity": "sha512-wgQlVIUJF13Quxiv5e1gstZ08rnZj2XaLHGoFMYXz7SkNfCDOOteKBE6SYRfA9WxxI/iBc3ajfDoc6hb/MRAHQ==",
|
|
590
|
+
"dependencies": {
|
|
591
|
+
"cose-base": "cose-base@1.0.3",
|
|
592
|
+
"cytoscape": "cytoscape@3.30.2"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"cytoscape@3.30.2": {
|
|
596
|
+
"integrity": "sha512-oICxQsjW8uSaRmn4UK/jkczKOqTrVqt5/1WL0POiJUT2EKNc9STM4hYFHv917yu55aTBMFNRzymlJhVAiWPCxw==",
|
|
597
|
+
"dependencies": {}
|
|
598
|
+
},
|
|
599
|
+
"d3-array@2.12.1": {
|
|
600
|
+
"integrity": "sha512-B0ErZK/66mHtEsR1TkPEEkwdy+WDesimkM5gpZr5Dsg54BiTA5RXtYW5qTLIAcekaS9xfZrzBLF/OAkB3Qn1YQ==",
|
|
601
|
+
"dependencies": {
|
|
602
|
+
"internmap": "internmap@1.0.1"
|
|
603
|
+
}
|
|
604
|
+
},
|
|
605
|
+
"d3-array@3.2.4": {
|
|
606
|
+
"integrity": "sha512-tdQAmyA18i4J7wprpYq8ClcxZy3SC31QMeByyCFyRt7BVHdREQZ5lpzoe5mFEYZUWe+oq8HBvk9JjpibyEV4Jg==",
|
|
607
|
+
"dependencies": {
|
|
608
|
+
"internmap": "internmap@2.0.3"
|
|
609
|
+
}
|
|
610
|
+
},
|
|
611
|
+
"d3-axis@3.0.0": {
|
|
612
|
+
"integrity": "sha512-IH5tgjV4jE/GhHkRV0HiVYPDtvfjHQlQfJHs0usq7M30XcSBvOotpmH1IgkcXsO/5gEQZD43B//fc7SRT5S+xw==",
|
|
613
|
+
"dependencies": {}
|
|
614
|
+
},
|
|
615
|
+
"d3-brush@3.0.0_d3-selection@3.0.0": {
|
|
616
|
+
"integrity": "sha512-ALnjWlVYkXsVIGlOsuWH1+3udkYFI48Ljihfnh8FZPF2QS9o+PzGLBslO0PjzVoHLZ2KCVgAM8NVkXPJB2aNnQ==",
|
|
617
|
+
"dependencies": {
|
|
618
|
+
"d3-dispatch": "d3-dispatch@3.0.1",
|
|
619
|
+
"d3-drag": "d3-drag@3.0.0",
|
|
620
|
+
"d3-interpolate": "d3-interpolate@3.0.1",
|
|
621
|
+
"d3-selection": "d3-selection@3.0.0",
|
|
622
|
+
"d3-transition": "d3-transition@3.0.1_d3-selection@3.0.0"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"d3-chord@3.0.1": {
|
|
626
|
+
"integrity": "sha512-VE5S6TNa+j8msksl7HwjxMHDM2yNK3XCkusIlpX5kwauBfXuyLAtNg9jCp/iHH61tgI4sb6R/EIMWCqEIdjT/g==",
|
|
627
|
+
"dependencies": {
|
|
628
|
+
"d3-path": "d3-path@3.1.0"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"d3-color@3.1.0": {
|
|
632
|
+
"integrity": "sha512-zg/chbXyeBtMQ1LbD/WSoW2DpC3I0mpmPdW+ynRTj/x2DAWYrIY7qeZIHidozwV24m4iavr15lNwIwLxRmOxhA==",
|
|
633
|
+
"dependencies": {}
|
|
634
|
+
},
|
|
635
|
+
"d3-contour@4.0.2": {
|
|
636
|
+
"integrity": "sha512-4EzFTRIikzs47RGmdxbeUvLWtGedDUNkTcmzoeyg4sP/dvCexO47AaQL7VKy/gul85TOxw+IBgA8US2xwbToNA==",
|
|
637
|
+
"dependencies": {
|
|
638
|
+
"d3-array": "d3-array@3.2.4"
|
|
639
|
+
}
|
|
640
|
+
},
|
|
641
|
+
"d3-delaunay@6.0.4": {
|
|
642
|
+
"integrity": "sha512-mdjtIZ1XLAM8bm/hx3WwjfHt6Sggek7qH043O8KEjDXN40xi3vx/6pYSVTwLjEgiXQTbvaouWKynLBiUZ6SK6A==",
|
|
643
|
+
"dependencies": {
|
|
644
|
+
"delaunator": "delaunator@5.0.1"
|
|
645
|
+
}
|
|
646
|
+
},
|
|
647
|
+
"d3-dispatch@3.0.1": {
|
|
648
|
+
"integrity": "sha512-rzUyPU/S7rwUflMyLc1ETDeBj0NRuHKKAcvukozwhshr6g6c5d8zh4c2gQjY2bZ0dXeGLWc1PF174P2tVvKhfg==",
|
|
649
|
+
"dependencies": {}
|
|
650
|
+
},
|
|
651
|
+
"d3-drag@3.0.0": {
|
|
652
|
+
"integrity": "sha512-pWbUJLdETVA8lQNJecMxoXfH6x+mO2UQo8rSmZ+QqxcbyA3hfeprFgIT//HW2nlHChWeIIMwS2Fq+gEARkhTkg==",
|
|
653
|
+
"dependencies": {
|
|
654
|
+
"d3-dispatch": "d3-dispatch@3.0.1",
|
|
655
|
+
"d3-selection": "d3-selection@3.0.0"
|
|
656
|
+
}
|
|
657
|
+
},
|
|
658
|
+
"d3-dsv@3.0.1": {
|
|
659
|
+
"integrity": "sha512-UG6OvdI5afDIFP9w4G0mNq50dSOsXHJaRE8arAS5o9ApWnIElp8GZw1Dun8vP8OyHOZ/QJUKUJwxiiCCnUwm+Q==",
|
|
660
|
+
"dependencies": {
|
|
661
|
+
"commander": "commander@7.2.0",
|
|
662
|
+
"iconv-lite": "iconv-lite@0.6.3",
|
|
663
|
+
"rw": "rw@1.3.3"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"d3-ease@3.0.1": {
|
|
667
|
+
"integrity": "sha512-wR/XK3D3XcLIZwpbvQwQ5fK+8Ykds1ip7A2Txe0yxncXSdq1L9skcG7blcedkOX+ZcgxGAmLX1FrRGbADwzi0w==",
|
|
668
|
+
"dependencies": {}
|
|
669
|
+
},
|
|
670
|
+
"d3-fetch@3.0.1": {
|
|
671
|
+
"integrity": "sha512-kpkQIM20n3oLVBKGg6oHrUchHM3xODkTzjMoj7aWQFq5QEM+R6E4WkzT5+tojDY7yjez8KgCBRoj4aEr99Fdqw==",
|
|
672
|
+
"dependencies": {
|
|
673
|
+
"d3-dsv": "d3-dsv@3.0.1"
|
|
674
|
+
}
|
|
675
|
+
},
|
|
676
|
+
"d3-force@3.0.0": {
|
|
677
|
+
"integrity": "sha512-zxV/SsA+U4yte8051P4ECydjD/S+qeYtnaIyAs9tgHCqfguma/aAQDjo85A9Z6EKhBirHRJHXIgJUlffT4wdLg==",
|
|
678
|
+
"dependencies": {
|
|
679
|
+
"d3-dispatch": "d3-dispatch@3.0.1",
|
|
680
|
+
"d3-quadtree": "d3-quadtree@3.0.1",
|
|
681
|
+
"d3-timer": "d3-timer@3.0.1"
|
|
682
|
+
}
|
|
683
|
+
},
|
|
684
|
+
"d3-format@3.1.0": {
|
|
685
|
+
"integrity": "sha512-YyUI6AEuY/Wpt8KWLgZHsIU86atmikuoOmCfommt0LYHiQSPjvX2AcFc38PX0CBpr2RCyZhjex+NS/LPOv6YqA==",
|
|
686
|
+
"dependencies": {}
|
|
687
|
+
},
|
|
688
|
+
"d3-geo@3.1.1": {
|
|
689
|
+
"integrity": "sha512-637ln3gXKXOwhalDzinUgY83KzNWZRKbYubaG+fGVuc/dxO64RRljtCTnf5ecMyE1RIdtqpkVcq0IbtU2S8j2Q==",
|
|
690
|
+
"dependencies": {
|
|
691
|
+
"d3-array": "d3-array@3.2.4"
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
"d3-hierarchy@3.1.2": {
|
|
695
|
+
"integrity": "sha512-FX/9frcub54beBdugHjDCdikxThEqjnR93Qt7PvQTOHxyiNCAlvMrHhclk3cD5VeAaq9fxmfRp+CnWw9rEMBuA==",
|
|
696
|
+
"dependencies": {}
|
|
697
|
+
},
|
|
698
|
+
"d3-interpolate@3.0.1": {
|
|
699
|
+
"integrity": "sha512-3bYs1rOD33uo8aqJfKP3JWPAibgw8Zm2+L9vBKEHJ2Rg+viTR7o5Mmv5mZcieN+FRYaAOWX5SJATX6k1PWz72g==",
|
|
700
|
+
"dependencies": {
|
|
701
|
+
"d3-color": "d3-color@3.1.0"
|
|
702
|
+
}
|
|
703
|
+
},
|
|
704
|
+
"d3-path@1.0.9": {
|
|
705
|
+
"integrity": "sha512-VLaYcn81dtHVTjEHd8B+pbe9yHWpXKZUC87PzoFmsFrJqgFwDe/qxfp5MlfsfM1V5E/iVt0MmEbWQ7FVIXh/bg==",
|
|
706
|
+
"dependencies": {}
|
|
707
|
+
},
|
|
708
|
+
"d3-path@3.1.0": {
|
|
709
|
+
"integrity": "sha512-p3KP5HCf/bvjBSSKuXid6Zqijx7wIfNW+J/maPs+iwR35at5JCbLUT0LzF1cnjbCHWhqzQTIN2Jpe8pRebIEFQ==",
|
|
710
|
+
"dependencies": {}
|
|
711
|
+
},
|
|
712
|
+
"d3-polygon@3.0.1": {
|
|
713
|
+
"integrity": "sha512-3vbA7vXYwfe1SYhED++fPUQlWSYTTGmFmQiany/gdbiWgU/iEyQzyymwL9SkJjFFuCS4902BSzewVGsHHmHtXg==",
|
|
714
|
+
"dependencies": {}
|
|
715
|
+
},
|
|
716
|
+
"d3-quadtree@3.0.1": {
|
|
717
|
+
"integrity": "sha512-04xDrxQTDTCFwP5H6hRhsRcb9xxv2RzkcsygFzmkSIOJy3PeRJP7sNk3VRIbKXcog561P9oU0/rVH6vDROAgUw==",
|
|
718
|
+
"dependencies": {}
|
|
719
|
+
},
|
|
720
|
+
"d3-random@3.0.1": {
|
|
721
|
+
"integrity": "sha512-FXMe9GfxTxqd5D6jFsQ+DJ8BJS4E/fT5mqqdjovykEB2oFbTMDVdg1MGFxfQW+FBOGoB++k8swBrgwSHT1cUXQ==",
|
|
722
|
+
"dependencies": {}
|
|
723
|
+
},
|
|
724
|
+
"d3-sankey@0.12.3": {
|
|
725
|
+
"integrity": "sha512-nQhsBRmM19Ax5xEIPLMY9ZmJ/cDvd1BG3UVvt5h3WRxKg5zGRbvnteTyWAbzeSvlh3tW7ZEmq4VwR5mB3tutmQ==",
|
|
726
|
+
"dependencies": {
|
|
727
|
+
"d3-array": "d3-array@2.12.1",
|
|
728
|
+
"d3-shape": "d3-shape@1.3.7"
|
|
729
|
+
}
|
|
730
|
+
},
|
|
731
|
+
"d3-scale-chromatic@3.1.0": {
|
|
732
|
+
"integrity": "sha512-A3s5PWiZ9YCXFye1o246KoscMWqf8BsD9eRiJ3He7C9OBaxKhAd5TFCdEx/7VbKtxxTsu//1mMJFrEt572cEyQ==",
|
|
733
|
+
"dependencies": {
|
|
734
|
+
"d3-color": "d3-color@3.1.0",
|
|
735
|
+
"d3-interpolate": "d3-interpolate@3.0.1"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"d3-scale@4.0.2": {
|
|
739
|
+
"integrity": "sha512-GZW464g1SH7ag3Y7hXjf8RoUuAFIqklOAq3MRl4OaWabTFJY9PN/E1YklhXLh+OQ3fM9yS2nOkCoS+WLZ6kvxQ==",
|
|
740
|
+
"dependencies": {
|
|
741
|
+
"d3-array": "d3-array@3.2.4",
|
|
742
|
+
"d3-format": "d3-format@3.1.0",
|
|
743
|
+
"d3-interpolate": "d3-interpolate@3.0.1",
|
|
744
|
+
"d3-time": "d3-time@3.1.0",
|
|
745
|
+
"d3-time-format": "d3-time-format@4.1.0"
|
|
746
|
+
}
|
|
747
|
+
},
|
|
748
|
+
"d3-selection@3.0.0": {
|
|
749
|
+
"integrity": "sha512-fmTRWbNMmsmWq6xJV8D19U/gw/bwrHfNXxrIN+HfZgnzqTHp9jOmKMhsTUjXOJnZOdZY9Q28y4yebKzqDKlxlQ==",
|
|
750
|
+
"dependencies": {}
|
|
751
|
+
},
|
|
752
|
+
"d3-shape@1.3.7": {
|
|
753
|
+
"integrity": "sha512-EUkvKjqPFUAZyOlhY5gzCxCeI0Aep04LwIRpsZ/mLFelJiUfnK56jo5JMDSE7yyP2kLSb6LtF+S5chMk7uqPqw==",
|
|
754
|
+
"dependencies": {
|
|
755
|
+
"d3-path": "d3-path@1.0.9"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"d3-shape@3.2.0": {
|
|
759
|
+
"integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
|
|
760
|
+
"dependencies": {
|
|
761
|
+
"d3-path": "d3-path@3.1.0"
|
|
762
|
+
}
|
|
763
|
+
},
|
|
764
|
+
"d3-time-format@4.1.0": {
|
|
765
|
+
"integrity": "sha512-dJxPBlzC7NugB2PDLwo9Q8JiTR3M3e4/XANkreKSUxF8vvXKqm1Yfq4Q5dl8budlunRVlUUaDUgFt7eA8D6NLg==",
|
|
766
|
+
"dependencies": {
|
|
767
|
+
"d3-time": "d3-time@3.1.0"
|
|
768
|
+
}
|
|
769
|
+
},
|
|
770
|
+
"d3-time@3.1.0": {
|
|
771
|
+
"integrity": "sha512-VqKjzBLejbSMT4IgbmVgDjpkYrNWUYJnbCGo874u7MMKIWsILRX+OpX/gTk8MqjpT1A/c6HY2dCA77ZN0lkQ2Q==",
|
|
772
|
+
"dependencies": {
|
|
773
|
+
"d3-array": "d3-array@3.2.4"
|
|
774
|
+
}
|
|
775
|
+
},
|
|
776
|
+
"d3-timer@3.0.1": {
|
|
777
|
+
"integrity": "sha512-ndfJ/JxxMd3nw31uyKoY2naivF+r29V+Lc0svZxe1JvvIRmi8hUsrMvdOwgS1o6uBHmiz91geQ0ylPP0aj1VUA==",
|
|
778
|
+
"dependencies": {}
|
|
779
|
+
},
|
|
780
|
+
"d3-transition@3.0.1_d3-selection@3.0.0": {
|
|
781
|
+
"integrity": "sha512-ApKvfjsSR6tg06xrL434C0WydLr7JewBB3V+/39RMHsaXTOG0zmt/OAXeng5M5LBm0ojmxJrpomQVZ1aPvBL4w==",
|
|
782
|
+
"dependencies": {
|
|
783
|
+
"d3-color": "d3-color@3.1.0",
|
|
784
|
+
"d3-dispatch": "d3-dispatch@3.0.1",
|
|
785
|
+
"d3-ease": "d3-ease@3.0.1",
|
|
786
|
+
"d3-interpolate": "d3-interpolate@3.0.1",
|
|
787
|
+
"d3-selection": "d3-selection@3.0.0",
|
|
788
|
+
"d3-timer": "d3-timer@3.0.1"
|
|
789
|
+
}
|
|
790
|
+
},
|
|
791
|
+
"d3-zoom@3.0.0_d3-selection@3.0.0": {
|
|
792
|
+
"integrity": "sha512-b8AmV3kfQaqWAuacbPuNbL6vahnOJflOhexLzMMNLga62+/nh0JzvJ0aO/5a5MVgUFGS7Hu1P9P03o3fJkDCyw==",
|
|
793
|
+
"dependencies": {
|
|
794
|
+
"d3-dispatch": "d3-dispatch@3.0.1",
|
|
795
|
+
"d3-drag": "d3-drag@3.0.0",
|
|
796
|
+
"d3-interpolate": "d3-interpolate@3.0.1",
|
|
797
|
+
"d3-selection": "d3-selection@3.0.0",
|
|
798
|
+
"d3-transition": "d3-transition@3.0.1_d3-selection@3.0.0"
|
|
799
|
+
}
|
|
800
|
+
},
|
|
801
|
+
"d3@7.9.0_d3-selection@3.0.0": {
|
|
802
|
+
"integrity": "sha512-e1U46jVP+w7Iut8Jt8ri1YsPOvFpg46k+K8TpCb0P+zjCkjkPnV7WzfDJzMHy1LnA+wj5pLT1wjO901gLXeEhA==",
|
|
803
|
+
"dependencies": {
|
|
804
|
+
"d3-array": "d3-array@3.2.4",
|
|
805
|
+
"d3-axis": "d3-axis@3.0.0",
|
|
806
|
+
"d3-brush": "d3-brush@3.0.0_d3-selection@3.0.0",
|
|
807
|
+
"d3-chord": "d3-chord@3.0.1",
|
|
808
|
+
"d3-color": "d3-color@3.1.0",
|
|
809
|
+
"d3-contour": "d3-contour@4.0.2",
|
|
810
|
+
"d3-delaunay": "d3-delaunay@6.0.4",
|
|
811
|
+
"d3-dispatch": "d3-dispatch@3.0.1",
|
|
812
|
+
"d3-drag": "d3-drag@3.0.0",
|
|
813
|
+
"d3-dsv": "d3-dsv@3.0.1",
|
|
814
|
+
"d3-ease": "d3-ease@3.0.1",
|
|
815
|
+
"d3-fetch": "d3-fetch@3.0.1",
|
|
816
|
+
"d3-force": "d3-force@3.0.0",
|
|
817
|
+
"d3-format": "d3-format@3.1.0",
|
|
818
|
+
"d3-geo": "d3-geo@3.1.1",
|
|
819
|
+
"d3-hierarchy": "d3-hierarchy@3.1.2",
|
|
820
|
+
"d3-interpolate": "d3-interpolate@3.0.1",
|
|
821
|
+
"d3-path": "d3-path@3.1.0",
|
|
822
|
+
"d3-polygon": "d3-polygon@3.0.1",
|
|
823
|
+
"d3-quadtree": "d3-quadtree@3.0.1",
|
|
824
|
+
"d3-random": "d3-random@3.0.1",
|
|
825
|
+
"d3-scale": "d3-scale@4.0.2",
|
|
826
|
+
"d3-scale-chromatic": "d3-scale-chromatic@3.1.0",
|
|
827
|
+
"d3-selection": "d3-selection@3.0.0",
|
|
828
|
+
"d3-shape": "d3-shape@3.2.0",
|
|
829
|
+
"d3-time": "d3-time@3.1.0",
|
|
830
|
+
"d3-time-format": "d3-time-format@4.1.0",
|
|
831
|
+
"d3-timer": "d3-timer@3.0.1",
|
|
832
|
+
"d3-transition": "d3-transition@3.0.1_d3-selection@3.0.0",
|
|
833
|
+
"d3-zoom": "d3-zoom@3.0.0_d3-selection@3.0.0"
|
|
834
|
+
}
|
|
835
|
+
},
|
|
836
|
+
"dagre-d3-es@7.0.10": {
|
|
837
|
+
"integrity": "sha512-qTCQmEhcynucuaZgY5/+ti3X/rnszKZhEQH/ZdWdtP1tA/y3VoHJzcVrO9pjjJCNpigfscAtoUB5ONcd2wNn0A==",
|
|
838
|
+
"dependencies": {
|
|
839
|
+
"d3": "d3@7.9.0_d3-selection@3.0.0",
|
|
840
|
+
"lodash-es": "lodash-es@4.17.21"
|
|
841
|
+
}
|
|
842
|
+
},
|
|
843
|
+
"data-urls@5.0.0": {
|
|
844
|
+
"integrity": "sha512-ZYP5VBHshaDAiVZxjbRVcFJpc+4xGgT0bK3vzy1HLN8jTO975HEbuYzZJcHoQEY5K1a0z8YayJkyVETa08eNTg==",
|
|
845
|
+
"dependencies": {
|
|
846
|
+
"whatwg-mimetype": "whatwg-mimetype@4.0.0",
|
|
847
|
+
"whatwg-url": "whatwg-url@14.0.0"
|
|
848
|
+
}
|
|
849
|
+
},
|
|
850
|
+
"dayjs@1.11.13": {
|
|
851
|
+
"integrity": "sha512-oaMBel6gjolK862uaPQOVTA7q3TZhuSvuMQAAglQDOWYO9A91IrAOUJEyKVlqJlHE0vq5p5UXxzdPfMH/x6xNg==",
|
|
852
|
+
"dependencies": {}
|
|
853
|
+
},
|
|
854
|
+
"debug@4.3.6": {
|
|
855
|
+
"integrity": "sha512-O/09Bd4Z1fBrU4VzkhFqVgpPzaGbw6Sm9FEkBT1A/YBXQFGuuSxa1dN2nxgxS34JmKXqYx8CZAwEVoJFImUXIg==",
|
|
856
|
+
"dependencies": {
|
|
857
|
+
"ms": "ms@2.1.2"
|
|
858
|
+
}
|
|
859
|
+
},
|
|
860
|
+
"decimal.js@10.4.3": {
|
|
861
|
+
"integrity": "sha512-VBBaLc1MgL5XpzgIP7ny5Z6Nx3UrRkIViUkPUdtl9aya5amy3De1gsUUSB1g3+3sExYNjCAsAznmukyxCb1GRA==",
|
|
862
|
+
"dependencies": {}
|
|
863
|
+
},
|
|
864
|
+
"decode-named-character-reference@1.0.2": {
|
|
865
|
+
"integrity": "sha512-O8x12RzrUF8xyVcY0KJowWsmaJxQbmy0/EtnNtHRpsOcT7dFk5W598coHqBVpmWo1oQQfsCqfCmkZN5DJrZVdg==",
|
|
866
|
+
"dependencies": {
|
|
867
|
+
"character-entities": "character-entities@2.0.2"
|
|
868
|
+
}
|
|
869
|
+
},
|
|
870
|
+
"delaunator@5.0.1": {
|
|
871
|
+
"integrity": "sha512-8nvh+XBe96aCESrGOqMp/84b13H9cdKbG5P2ejQCh4d4sK9RL4371qou9drQjMhvnPmhWl5hnmqbEE0fXr9Xnw==",
|
|
872
|
+
"dependencies": {
|
|
873
|
+
"robust-predicates": "robust-predicates@3.0.2"
|
|
874
|
+
}
|
|
875
|
+
},
|
|
876
|
+
"delayed-stream@1.0.0": {
|
|
877
|
+
"integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==",
|
|
878
|
+
"dependencies": {}
|
|
879
|
+
},
|
|
880
|
+
"dequal@2.0.3": {
|
|
881
|
+
"integrity": "sha512-0je+qPKHEMohvfRTCEo3CrPG6cAzAYgmzKyxRiYSSDkS6eGJdyVJm7WaYA5ECaAD9wLB2T4EEeymA5aFVcYXCA==",
|
|
882
|
+
"dependencies": {}
|
|
883
|
+
},
|
|
884
|
+
"devlop@1.1.0": {
|
|
885
|
+
"integrity": "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA==",
|
|
886
|
+
"dependencies": {
|
|
887
|
+
"dequal": "dequal@2.0.3"
|
|
888
|
+
}
|
|
889
|
+
},
|
|
890
|
+
"diff@5.2.0": {
|
|
891
|
+
"integrity": "sha512-uIFDxqpRZGZ6ThOk84hEfqWoHx2devRFvpTZcTHur85vImfaxUbTW9Ryh4CpCuDnToOP1CEtXKIgytHBPVff5A==",
|
|
892
|
+
"dependencies": {}
|
|
893
|
+
},
|
|
894
|
+
"dompurify@3.1.6": {
|
|
895
|
+
"integrity": "sha512-cTOAhc36AalkjtBpfG6O8JimdTMWNXjiePT2xQH/ppBGi/4uIpmj8eKyIkMJErXWARyINV/sB38yf8JCLF5pbQ==",
|
|
896
|
+
"dependencies": {}
|
|
897
|
+
},
|
|
898
|
+
"elkjs@0.9.3": {
|
|
899
|
+
"integrity": "sha512-f/ZeWvW/BCXbhGEf1Ujp29EASo/lk1FDnETgNKwJrsVvGZhUWCZyg3xLJjAsxfOmt8KjswHmI5EwCQcPMpOYhQ==",
|
|
900
|
+
"dependencies": {}
|
|
901
|
+
},
|
|
902
|
+
"emojilib@2.4.0": {
|
|
903
|
+
"integrity": "sha512-5U0rVMU5Y2n2+ykNLQqMoqklN9ICBT/KsvC1Gz6vqHbz2AXXGkG+Pm5rMWk/8Vjrr/mY9985Hi8DYzn1F09Nyw==",
|
|
904
|
+
"dependencies": {}
|
|
905
|
+
},
|
|
906
|
+
"emoticon@4.1.0": {
|
|
907
|
+
"integrity": "sha512-VWZfnxqwNcc51hIy/sbOdEem6D+cVtpPzEEtVAFdaas30+1dgkyaOQ4sQ6Bp0tOMqWO1v+HQfYaoodOkdhK6SQ==",
|
|
908
|
+
"dependencies": {}
|
|
909
|
+
},
|
|
910
|
+
"entities@4.5.0": {
|
|
911
|
+
"integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==",
|
|
912
|
+
"dependencies": {}
|
|
913
|
+
},
|
|
914
|
+
"escape-string-regexp@5.0.0": {
|
|
915
|
+
"integrity": "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw==",
|
|
916
|
+
"dependencies": {}
|
|
917
|
+
},
|
|
918
|
+
"esm@3.2.25": {
|
|
919
|
+
"integrity": "sha512-U1suiZ2oDVWv4zPO56S0NcR5QriEahGtdN2OR6FiOG4WJvcjBVFB0qI4+eKoWFH483PKGuLuu6V8Z4T5g63UVA==",
|
|
920
|
+
"dependencies": {}
|
|
921
|
+
},
|
|
922
|
+
"extend@3.0.2": {
|
|
923
|
+
"integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
|
|
924
|
+
"dependencies": {}
|
|
925
|
+
},
|
|
926
|
+
"fault@2.0.1": {
|
|
927
|
+
"integrity": "sha512-WtySTkS4OKev5JtpHXnib4Gxiurzh5NCGvWrFaZ34m6JehfTUhKZvn9njTfw48t6JumVQOmrKqpmGcdwxnhqBQ==",
|
|
928
|
+
"dependencies": {
|
|
929
|
+
"format": "format@0.2.2"
|
|
930
|
+
}
|
|
931
|
+
},
|
|
932
|
+
"form-data@4.0.0": {
|
|
933
|
+
"integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==",
|
|
934
|
+
"dependencies": {
|
|
935
|
+
"asynckit": "asynckit@0.4.0",
|
|
936
|
+
"combined-stream": "combined-stream@1.0.8",
|
|
937
|
+
"mime-types": "mime-types@2.1.35"
|
|
938
|
+
}
|
|
939
|
+
},
|
|
940
|
+
"format@0.2.2": {
|
|
941
|
+
"integrity": "sha512-wzsgA6WOq+09wrU1tsJ09udeR/YZRaeArL9e1wPbFg3GG2yDnC2ldKpxs4xunpFF9DgqCqOIra3bc1HWrJ37Ww==",
|
|
942
|
+
"dependencies": {}
|
|
943
|
+
},
|
|
944
|
+
"github-slugger@2.0.0": {
|
|
945
|
+
"integrity": "sha512-IaOQ9puYtjrkq7Y0Ygl9KDZnrf/aiUJYUpVf89y8kyaxbRG7Y1SrX/jaumrv81vc61+kiMempujsM3Yw7w5qcw==",
|
|
946
|
+
"dependencies": {}
|
|
947
|
+
},
|
|
948
|
+
"hast-util-from-dom@5.0.0": {
|
|
949
|
+
"integrity": "sha512-d6235voAp/XR3Hh5uy7aGLbM3S4KamdW0WEgOaU1YoewnuYw4HXb5eRtv9g65m/RFGEfUY1Mw4UqCc5Y8L4Stg==",
|
|
950
|
+
"dependencies": {
|
|
951
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
952
|
+
"hastscript": "hastscript@8.0.0",
|
|
953
|
+
"web-namespaces": "web-namespaces@2.0.1"
|
|
954
|
+
}
|
|
955
|
+
},
|
|
956
|
+
"hast-util-from-html-isomorphic@2.0.0": {
|
|
957
|
+
"integrity": "sha512-zJfpXq44yff2hmE0XmwEOzdWin5xwH+QIhMLOScpX91e/NSGPsAzNCvLQDIEPyO2TXi+lBmU6hjLIhV8MwP2kw==",
|
|
958
|
+
"dependencies": {
|
|
959
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
960
|
+
"hast-util-from-dom": "hast-util-from-dom@5.0.0",
|
|
961
|
+
"hast-util-from-html": "hast-util-from-html@2.0.2",
|
|
962
|
+
"unist-util-remove-position": "unist-util-remove-position@5.0.0"
|
|
963
|
+
}
|
|
964
|
+
},
|
|
965
|
+
"hast-util-from-html@2.0.2": {
|
|
966
|
+
"integrity": "sha512-HwOHwxdt2zC5KQ/CNoybBntRook2zJvfZE/u5/Ap7aLPe22bDqen7KwGkOqOyzL5zIqKwiYX/OTtE0FWgr6XXA==",
|
|
967
|
+
"dependencies": {
|
|
968
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
969
|
+
"devlop": "devlop@1.1.0",
|
|
970
|
+
"hast-util-from-parse5": "hast-util-from-parse5@8.0.1",
|
|
971
|
+
"parse5": "parse5@7.1.2",
|
|
972
|
+
"vfile": "vfile@6.0.3",
|
|
973
|
+
"vfile-message": "vfile-message@4.0.2"
|
|
974
|
+
}
|
|
975
|
+
},
|
|
976
|
+
"hast-util-from-parse5@8.0.1": {
|
|
977
|
+
"integrity": "sha512-Er/Iixbc7IEa7r/XLtuG52zoqn/b3Xng/w6aZQ0xGVxzhw5xUFxcRqdPzP6yFi/4HBYRaifaI5fQ1RH8n0ZeOQ==",
|
|
978
|
+
"dependencies": {
|
|
979
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
980
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
981
|
+
"devlop": "devlop@1.1.0",
|
|
982
|
+
"hastscript": "hastscript@8.0.0",
|
|
983
|
+
"property-information": "property-information@6.5.0",
|
|
984
|
+
"vfile": "vfile@6.0.3",
|
|
985
|
+
"vfile-location": "vfile-location@5.0.3",
|
|
986
|
+
"web-namespaces": "web-namespaces@2.0.1"
|
|
987
|
+
}
|
|
988
|
+
},
|
|
989
|
+
"hast-util-heading-rank@3.0.0": {
|
|
990
|
+
"integrity": "sha512-EJKb8oMUXVHcWZTDepnr+WNbfnXKFNf9duMesmr4S8SXTJBJ9M4Yok08pu9vxdJwdlGRhVumk9mEhkEvKGifwA==",
|
|
991
|
+
"dependencies": {
|
|
992
|
+
"@types/hast": "@types/hast@3.0.4"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"hast-util-is-element@3.0.0": {
|
|
996
|
+
"integrity": "sha512-Val9mnv2IWpLbNPqc/pUem+a7Ipj2aHacCwgNfTiK0vJKl0LF+4Ba4+v1oPHFpf3bLYmreq0/l3Gud9S5OH42g==",
|
|
997
|
+
"dependencies": {
|
|
998
|
+
"@types/hast": "@types/hast@3.0.4"
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"hast-util-parse-selector@4.0.0": {
|
|
1002
|
+
"integrity": "sha512-wkQCkSYoOGCRKERFWcxMVMOcYE2K1AaNLU8DXS9arxnLOUEWbOXKXiJUNzEpqZ3JOKpnha3jkFrumEjVliDe7A==",
|
|
1003
|
+
"dependencies": {
|
|
1004
|
+
"@types/hast": "@types/hast@3.0.4"
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
1007
|
+
"hast-util-raw@9.0.4": {
|
|
1008
|
+
"integrity": "sha512-LHE65TD2YiNsHD3YuXcKPHXPLuYh/gjp12mOfU8jxSrm1f/yJpsb0F/KKljS6U9LJoP0Ux+tCe8iJ2AsPzTdgA==",
|
|
1009
|
+
"dependencies": {
|
|
1010
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1011
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
1012
|
+
"@ungap/structured-clone": "@ungap/structured-clone@1.2.0",
|
|
1013
|
+
"hast-util-from-parse5": "hast-util-from-parse5@8.0.1",
|
|
1014
|
+
"hast-util-to-parse5": "hast-util-to-parse5@8.0.0",
|
|
1015
|
+
"html-void-elements": "html-void-elements@3.0.0",
|
|
1016
|
+
"mdast-util-to-hast": "mdast-util-to-hast@13.2.0",
|
|
1017
|
+
"parse5": "parse5@7.1.2",
|
|
1018
|
+
"unist-util-position": "unist-util-position@5.0.0",
|
|
1019
|
+
"unist-util-visit": "unist-util-visit@5.0.0",
|
|
1020
|
+
"vfile": "vfile@6.0.3",
|
|
1021
|
+
"web-namespaces": "web-namespaces@2.0.1",
|
|
1022
|
+
"zwitch": "zwitch@2.0.4"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
"hast-util-sanitize@5.0.1": {
|
|
1026
|
+
"integrity": "sha512-IGrgWLuip4O2nq5CugXy4GI2V8kx4sFVy5Hd4vF7AR2gxS0N9s7nEAVUyeMtZKZvzrxVsHt73XdTsno1tClIkQ==",
|
|
1027
|
+
"dependencies": {
|
|
1028
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1029
|
+
"@ungap/structured-clone": "@ungap/structured-clone@1.2.0",
|
|
1030
|
+
"unist-util-position": "unist-util-position@5.0.0"
|
|
1031
|
+
}
|
|
1032
|
+
},
|
|
1033
|
+
"hast-util-to-html@9.0.2": {
|
|
1034
|
+
"integrity": "sha512-RP5wNpj5nm1Z8cloDv4Sl4RS8jH5HYa0v93YB6Wb4poEzgMo/dAAL0KcT4974dCjcNG5pkLqTImeFHHCwwfY3g==",
|
|
1035
|
+
"dependencies": {
|
|
1036
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1037
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
1038
|
+
"ccount": "ccount@2.0.1",
|
|
1039
|
+
"comma-separated-tokens": "comma-separated-tokens@2.0.3",
|
|
1040
|
+
"hast-util-whitespace": "hast-util-whitespace@3.0.0",
|
|
1041
|
+
"html-void-elements": "html-void-elements@3.0.0",
|
|
1042
|
+
"mdast-util-to-hast": "mdast-util-to-hast@13.2.0",
|
|
1043
|
+
"property-information": "property-information@6.5.0",
|
|
1044
|
+
"space-separated-tokens": "space-separated-tokens@2.0.2",
|
|
1045
|
+
"stringify-entities": "stringify-entities@4.0.4",
|
|
1046
|
+
"zwitch": "zwitch@2.0.4"
|
|
1047
|
+
}
|
|
1048
|
+
},
|
|
1049
|
+
"hast-util-to-parse5@8.0.0": {
|
|
1050
|
+
"integrity": "sha512-3KKrV5ZVI8if87DVSi1vDeByYrkGzg4mEfeu4alwgmmIeARiBLKCZS2uw5Gb6nU9x9Yufyj3iudm6i7nl52PFw==",
|
|
1051
|
+
"dependencies": {
|
|
1052
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1053
|
+
"comma-separated-tokens": "comma-separated-tokens@2.0.3",
|
|
1054
|
+
"devlop": "devlop@1.1.0",
|
|
1055
|
+
"property-information": "property-information@6.5.0",
|
|
1056
|
+
"space-separated-tokens": "space-separated-tokens@2.0.2",
|
|
1057
|
+
"web-namespaces": "web-namespaces@2.0.1",
|
|
1058
|
+
"zwitch": "zwitch@2.0.4"
|
|
1059
|
+
}
|
|
1060
|
+
},
|
|
1061
|
+
"hast-util-to-string@3.0.0": {
|
|
1062
|
+
"integrity": "sha512-OGkAxX1Ua3cbcW6EJ5pT/tslVb90uViVkcJ4ZZIMW/R33DX/AkcJcRrPebPwJkHYwlDHXz4aIwvAAaAdtrACFA==",
|
|
1063
|
+
"dependencies": {
|
|
1064
|
+
"@types/hast": "@types/hast@3.0.4"
|
|
1065
|
+
}
|
|
1066
|
+
},
|
|
1067
|
+
"hast-util-to-text@4.0.2": {
|
|
1068
|
+
"integrity": "sha512-KK6y/BN8lbaq654j7JgBydev7wuNMcID54lkRav1P0CaE1e47P72AWWPiGKXTJU271ooYzcvTAn/Zt0REnvc7A==",
|
|
1069
|
+
"dependencies": {
|
|
1070
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1071
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
1072
|
+
"hast-util-is-element": "hast-util-is-element@3.0.0",
|
|
1073
|
+
"unist-util-find-after": "unist-util-find-after@5.0.0"
|
|
1074
|
+
}
|
|
1075
|
+
},
|
|
1076
|
+
"hast-util-whitespace@3.0.0": {
|
|
1077
|
+
"integrity": "sha512-88JUN06ipLwsnv+dVn+OIYOvAuvBMy/Qoi6O7mQHxdPXpjy+Cd6xRkWwux7DKO+4sYILtLBRIKgsdpS2gQc7qw==",
|
|
1078
|
+
"dependencies": {
|
|
1079
|
+
"@types/hast": "@types/hast@3.0.4"
|
|
1080
|
+
}
|
|
1081
|
+
},
|
|
1082
|
+
"hastscript@8.0.0": {
|
|
1083
|
+
"integrity": "sha512-dMOtzCEd3ABUeSIISmrETiKuyydk1w0pa+gE/uormcTpSYuaNJPbX1NU3JLyscSLjwAQM8bWMhhIlnCqnRvDTw==",
|
|
1084
|
+
"dependencies": {
|
|
1085
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1086
|
+
"comma-separated-tokens": "comma-separated-tokens@2.0.3",
|
|
1087
|
+
"hast-util-parse-selector": "hast-util-parse-selector@4.0.0",
|
|
1088
|
+
"property-information": "property-information@6.5.0",
|
|
1089
|
+
"space-separated-tokens": "space-separated-tokens@2.0.2"
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
1092
|
+
"hastscript@9.0.0": {
|
|
1093
|
+
"integrity": "sha512-jzaLBGavEDKHrc5EfFImKN7nZKKBdSLIdGvCwDZ9TfzbF2ffXiov8CKE445L2Z1Ek2t/m4SKQ2j6Ipv7NyUolw==",
|
|
1094
|
+
"dependencies": {
|
|
1095
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1096
|
+
"comma-separated-tokens": "comma-separated-tokens@2.0.3",
|
|
1097
|
+
"hast-util-parse-selector": "hast-util-parse-selector@4.0.0",
|
|
1098
|
+
"property-information": "property-information@6.5.0",
|
|
1099
|
+
"space-separated-tokens": "space-separated-tokens@2.0.2"
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"highlight.js@11.9.0": {
|
|
1103
|
+
"integrity": "sha512-fJ7cW7fQGCYAkgv4CPfwFHrfd/cLS4Hau96JuJ+ZTOWhjnhoeN1ub1tFmALm/+lW5z4WCAuAV9bm05AP0mS6Gw==",
|
|
1104
|
+
"dependencies": {}
|
|
1105
|
+
},
|
|
1106
|
+
"html-comment-regex@1.1.2": {
|
|
1107
|
+
"integrity": "sha512-P+M65QY2JQ5Y0G9KKdlDpo0zK+/OHptU5AaBwUfAIDJZk1MYf32Frm84EcOytfJE0t5JvkAnKlmjsXDnWzCJmQ==",
|
|
1108
|
+
"dependencies": {}
|
|
1109
|
+
},
|
|
1110
|
+
"html-encoding-sniffer@4.0.0": {
|
|
1111
|
+
"integrity": "sha512-Y22oTqIU4uuPgEemfz7NDJz6OeKf12Lsu+QC+s3BVpda64lTiMYCyGwg5ki4vFxkMwQdeZDl2adZoqUgdFuTgQ==",
|
|
1112
|
+
"dependencies": {
|
|
1113
|
+
"whatwg-encoding": "whatwg-encoding@3.1.1"
|
|
1114
|
+
}
|
|
1115
|
+
},
|
|
1116
|
+
"html-void-elements@3.0.0": {
|
|
1117
|
+
"integrity": "sha512-bEqo66MRXsUGxWHV5IP0PUiAWwoEjba4VCzg0LjFJBpchPaTfyfCKTG6bc5F8ucKec3q5y6qOdGyYTSBEvhCrg==",
|
|
1118
|
+
"dependencies": {}
|
|
1119
|
+
},
|
|
1120
|
+
"http-proxy-agent@7.0.2": {
|
|
1121
|
+
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
|
1122
|
+
"dependencies": {
|
|
1123
|
+
"agent-base": "agent-base@7.1.1",
|
|
1124
|
+
"debug": "debug@4.3.6"
|
|
1125
|
+
}
|
|
1126
|
+
},
|
|
1127
|
+
"https-proxy-agent@7.0.5": {
|
|
1128
|
+
"integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==",
|
|
1129
|
+
"dependencies": {
|
|
1130
|
+
"agent-base": "agent-base@7.1.1",
|
|
1131
|
+
"debug": "debug@4.3.6"
|
|
1132
|
+
}
|
|
1133
|
+
},
|
|
1134
|
+
"iconv-lite@0.6.3": {
|
|
1135
|
+
"integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==",
|
|
1136
|
+
"dependencies": {
|
|
1137
|
+
"safer-buffer": "safer-buffer@2.1.2"
|
|
1138
|
+
}
|
|
1139
|
+
},
|
|
1140
|
+
"internmap@1.0.1": {
|
|
1141
|
+
"integrity": "sha512-lDB5YccMydFBtasVtxnZ3MRBHuaoE8GKsppq+EchKL2U4nK/DmEpPHNH8MZe5HkMtpSiTSOZwfN0tzYjO/lJEw==",
|
|
1142
|
+
"dependencies": {}
|
|
1143
|
+
},
|
|
1144
|
+
"internmap@2.0.3": {
|
|
1145
|
+
"integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
|
|
1146
|
+
"dependencies": {}
|
|
1147
|
+
},
|
|
1148
|
+
"is-alphabetical@1.0.4": {
|
|
1149
|
+
"integrity": "sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==",
|
|
1150
|
+
"dependencies": {}
|
|
1151
|
+
},
|
|
1152
|
+
"is-alphabetical@2.0.1": {
|
|
1153
|
+
"integrity": "sha512-FWyyY60MeTNyeSRpkM2Iry0G9hpr7/9kD40mD/cGQEuilcZYS4okz8SN2Q6rLCJ8gbCt6fN+rC+6tMGS99LaxQ==",
|
|
1154
|
+
"dependencies": {}
|
|
1155
|
+
},
|
|
1156
|
+
"is-alphanumerical@1.0.4": {
|
|
1157
|
+
"integrity": "sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==",
|
|
1158
|
+
"dependencies": {
|
|
1159
|
+
"is-alphabetical": "is-alphabetical@1.0.4",
|
|
1160
|
+
"is-decimal": "is-decimal@1.0.4"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"is-alphanumerical@2.0.1": {
|
|
1164
|
+
"integrity": "sha512-hmbYhX/9MUMF5uh7tOXyK/n0ZvWpad5caBA17GsC6vyuCqaWliRG5K1qS9inmUhEMaOBIW7/whAnSwveW/LtZw==",
|
|
1165
|
+
"dependencies": {
|
|
1166
|
+
"is-alphabetical": "is-alphabetical@2.0.1",
|
|
1167
|
+
"is-decimal": "is-decimal@2.0.1"
|
|
1168
|
+
}
|
|
1169
|
+
},
|
|
1170
|
+
"is-decimal@1.0.4": {
|
|
1171
|
+
"integrity": "sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==",
|
|
1172
|
+
"dependencies": {}
|
|
1173
|
+
},
|
|
1174
|
+
"is-decimal@2.0.1": {
|
|
1175
|
+
"integrity": "sha512-AAB9hiomQs5DXWcRB1rqsxGUstbRroFOPPVAomNk/3XHR5JyEZChOyTWe2oayKnsSsr/kcGqF+z6yuH6HHpN0A==",
|
|
1176
|
+
"dependencies": {}
|
|
1177
|
+
},
|
|
1178
|
+
"is-hexadecimal@1.0.4": {
|
|
1179
|
+
"integrity": "sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==",
|
|
1180
|
+
"dependencies": {}
|
|
1181
|
+
},
|
|
1182
|
+
"is-hexadecimal@2.0.1": {
|
|
1183
|
+
"integrity": "sha512-DgZQp241c8oO6cA1SbTEWiXeoxV42vlcJxgH+B3hi1AiqqKruZR3ZGF8In3fj4+/y/7rHvlOZLZtgJ/4ttYGZg==",
|
|
1184
|
+
"dependencies": {}
|
|
1185
|
+
},
|
|
1186
|
+
"is-plain-obj@4.1.0": {
|
|
1187
|
+
"integrity": "sha512-+Pgi+vMuUNkJyExiMBt5IlFoMyKnr5zhJ4Uspz58WOhBF5QoIZkFyNHIbBAtHwzVAgk5RtndVNsDRN61/mmDqg==",
|
|
1188
|
+
"dependencies": {}
|
|
1189
|
+
},
|
|
1190
|
+
"is-potential-custom-element-name@1.0.1": {
|
|
1191
|
+
"integrity": "sha512-bCYeRA2rVibKZd+s2625gGnGF/t7DSqDs4dP7CrLA1m7jKWz6pps0LpYLJN8Q64HtmPKJ1hrN3nzPNKFEKOUiQ==",
|
|
1192
|
+
"dependencies": {}
|
|
1193
|
+
},
|
|
1194
|
+
"jsdom@23.2.0": {
|
|
1195
|
+
"integrity": "sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==",
|
|
1196
|
+
"dependencies": {
|
|
1197
|
+
"@asamuzakjp/dom-selector": "@asamuzakjp/dom-selector@2.0.2",
|
|
1198
|
+
"cssstyle": "cssstyle@4.0.1",
|
|
1199
|
+
"data-urls": "data-urls@5.0.0",
|
|
1200
|
+
"decimal.js": "decimal.js@10.4.3",
|
|
1201
|
+
"form-data": "form-data@4.0.0",
|
|
1202
|
+
"html-encoding-sniffer": "html-encoding-sniffer@4.0.0",
|
|
1203
|
+
"http-proxy-agent": "http-proxy-agent@7.0.2",
|
|
1204
|
+
"https-proxy-agent": "https-proxy-agent@7.0.5",
|
|
1205
|
+
"is-potential-custom-element-name": "is-potential-custom-element-name@1.0.1",
|
|
1206
|
+
"parse5": "parse5@7.1.2",
|
|
1207
|
+
"rrweb-cssom": "rrweb-cssom@0.6.0",
|
|
1208
|
+
"saxes": "saxes@6.0.0",
|
|
1209
|
+
"symbol-tree": "symbol-tree@3.2.4",
|
|
1210
|
+
"tough-cookie": "tough-cookie@4.1.4",
|
|
1211
|
+
"w3c-xmlserializer": "w3c-xmlserializer@5.0.0",
|
|
1212
|
+
"webidl-conversions": "webidl-conversions@7.0.0",
|
|
1213
|
+
"whatwg-encoding": "whatwg-encoding@3.1.1",
|
|
1214
|
+
"whatwg-mimetype": "whatwg-mimetype@4.0.0",
|
|
1215
|
+
"whatwg-url": "whatwg-url@14.0.0",
|
|
1216
|
+
"ws": "ws@8.18.0",
|
|
1217
|
+
"xml-name-validator": "xml-name-validator@5.0.0"
|
|
1218
|
+
}
|
|
1219
|
+
},
|
|
1220
|
+
"katex@0.16.11": {
|
|
1221
|
+
"integrity": "sha512-RQrI8rlHY92OLf3rho/Ts8i/XvjgguEjOkO1BEXcU3N8BqPpSzBNwV/G0Ukr+P/l3ivvJUE/Fa/CwbS6HesGNQ==",
|
|
1222
|
+
"dependencies": {
|
|
1223
|
+
"commander": "commander@8.3.0"
|
|
1224
|
+
}
|
|
1225
|
+
},
|
|
1226
|
+
"khroma@2.1.0": {
|
|
1227
|
+
"integrity": "sha512-Ls993zuzfayK269Svk9hzpeGUKob/sIgZzyHYdjQoAdQetRKpOLj+k/QQQ/6Qi0Yz65mlROrfd+Ev+1+7dz9Kw==",
|
|
1228
|
+
"dependencies": {}
|
|
1229
|
+
},
|
|
1230
|
+
"kleur@4.1.5": {
|
|
1231
|
+
"integrity": "sha512-o+NO+8WrRiQEE4/7nwRJhN1HWpVmJm511pBHUxPLtp0BUISzlBplORYSmTclCnJvQq2tKu/sgl3xVpkc7ZWuQQ==",
|
|
1232
|
+
"dependencies": {}
|
|
1233
|
+
},
|
|
1234
|
+
"layout-base@1.0.2": {
|
|
1235
|
+
"integrity": "sha512-8h2oVEZNktL4BH2JCOI90iD1yXwL6iNW7KcCKT2QZgQJR2vbqDsldCTPRU9NifTCqHZci57XvQQ15YTu+sTYPg==",
|
|
1236
|
+
"dependencies": {}
|
|
1237
|
+
},
|
|
1238
|
+
"lodash-es@4.17.21": {
|
|
1239
|
+
"integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==",
|
|
1240
|
+
"dependencies": {}
|
|
1241
|
+
},
|
|
1242
|
+
"longest-streak@2.0.4": {
|
|
1243
|
+
"integrity": "sha512-vM6rUVCVUJJt33bnmHiZEvr7wPT78ztX7rojL+LW51bHtLh6HTjx84LA5W4+oa6aKEJA7jJu5LR6vQRBpA5DVg==",
|
|
1244
|
+
"dependencies": {}
|
|
1245
|
+
},
|
|
1246
|
+
"longest-streak@3.1.0": {
|
|
1247
|
+
"integrity": "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g==",
|
|
1248
|
+
"dependencies": {}
|
|
1249
|
+
},
|
|
1250
|
+
"lowlight@3.1.0": {
|
|
1251
|
+
"integrity": "sha512-CEbNVoSikAxwDMDPjXlqlFYiZLkDJHwyGu/MfOsJnF3d7f3tds5J3z8s/l9TMXhzfsJCCJEAsD78842mwmg0PQ==",
|
|
1252
|
+
"dependencies": {
|
|
1253
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1254
|
+
"devlop": "devlop@1.1.0",
|
|
1255
|
+
"highlight.js": "highlight.js@11.9.0"
|
|
1256
|
+
}
|
|
1257
|
+
},
|
|
1258
|
+
"markdown-table@3.0.3": {
|
|
1259
|
+
"integrity": "sha512-Z1NL3Tb1M9wH4XESsCDEksWoKTdlUafKc4pt0GRwjUyXaCFZ+dc3g2erqB6zm3szA2IUSi7VnPI+o/9jnxh9hw==",
|
|
1260
|
+
"dependencies": {}
|
|
1261
|
+
},
|
|
1262
|
+
"mathjax-full@3.2.2": {
|
|
1263
|
+
"integrity": "sha512-+LfG9Fik+OuI8SLwsiR02IVdjcnRCy5MufYLi0C3TdMT56L/pjB0alMVGgoWJF8pN9Rc7FESycZB9BMNWIid5w==",
|
|
1264
|
+
"dependencies": {
|
|
1265
|
+
"esm": "esm@3.2.25",
|
|
1266
|
+
"mhchemparser": "mhchemparser@4.2.1",
|
|
1267
|
+
"mj-context-menu": "mj-context-menu@0.6.1",
|
|
1268
|
+
"speech-rule-engine": "speech-rule-engine@4.0.7"
|
|
1269
|
+
}
|
|
1270
|
+
},
|
|
1271
|
+
"mdast-util-directive@3.0.0": {
|
|
1272
|
+
"integrity": "sha512-JUpYOqKI4mM3sZcNxmF/ox04XYFFkNwr0CFlrQIkCwbvH0xzMCqkMqAde9wRd80VAhaUrwFwKm2nxretdT1h7Q==",
|
|
1273
|
+
"dependencies": {
|
|
1274
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1275
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
1276
|
+
"devlop": "devlop@1.1.0",
|
|
1277
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1278
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0",
|
|
1279
|
+
"parse-entities": "parse-entities@4.0.1",
|
|
1280
|
+
"stringify-entities": "stringify-entities@4.0.4",
|
|
1281
|
+
"unist-util-visit-parents": "unist-util-visit-parents@6.0.1"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"mdast-util-find-and-replace@3.0.1": {
|
|
1285
|
+
"integrity": "sha512-SG21kZHGC3XRTSUhtofZkBzZTJNM5ecCi0SK2IMKmSXR8vO3peL+kb1O0z7Zl83jKtutG4k5Wv/W7V3/YHvzPA==",
|
|
1286
|
+
"dependencies": {
|
|
1287
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1288
|
+
"escape-string-regexp": "escape-string-regexp@5.0.0",
|
|
1289
|
+
"unist-util-is": "unist-util-is@6.0.0",
|
|
1290
|
+
"unist-util-visit-parents": "unist-util-visit-parents@6.0.1"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
"mdast-util-from-markdown@0.8.5": {
|
|
1294
|
+
"integrity": "sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==",
|
|
1295
|
+
"dependencies": {
|
|
1296
|
+
"@types/mdast": "@types/mdast@3.0.15",
|
|
1297
|
+
"mdast-util-to-string": "mdast-util-to-string@2.0.0",
|
|
1298
|
+
"micromark": "micromark@2.11.4",
|
|
1299
|
+
"parse-entities": "parse-entities@2.0.0",
|
|
1300
|
+
"unist-util-stringify-position": "unist-util-stringify-position@2.0.3"
|
|
1301
|
+
}
|
|
1302
|
+
},
|
|
1303
|
+
"mdast-util-from-markdown@1.3.1": {
|
|
1304
|
+
"integrity": "sha512-4xTO/M8c82qBcnQc1tgpNtubGUW/Y1tBQ1B0i5CtSoelOLKFYlElIr3bvgREYYO5iRqbMY1YuqZng0GVOI8Qww==",
|
|
1305
|
+
"dependencies": {
|
|
1306
|
+
"@types/mdast": "@types/mdast@3.0.15",
|
|
1307
|
+
"@types/unist": "@types/unist@2.0.11",
|
|
1308
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1309
|
+
"mdast-util-to-string": "mdast-util-to-string@3.2.0",
|
|
1310
|
+
"micromark": "micromark@3.2.0",
|
|
1311
|
+
"micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@1.1.0",
|
|
1312
|
+
"micromark-util-decode-string": "micromark-util-decode-string@1.1.0",
|
|
1313
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.1.0",
|
|
1314
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1315
|
+
"micromark-util-types": "micromark-util-types@1.1.0",
|
|
1316
|
+
"unist-util-stringify-position": "unist-util-stringify-position@3.0.3",
|
|
1317
|
+
"uvu": "uvu@0.5.6"
|
|
1318
|
+
}
|
|
1319
|
+
},
|
|
1320
|
+
"mdast-util-from-markdown@2.0.1": {
|
|
1321
|
+
"integrity": "sha512-aJEUyzZ6TzlsX2s5B4Of7lN7EQtAxvtradMMglCQDyaTFgse6CmtmdJ15ElnVRlCg1vpNyVtbem0PWzlNieZsA==",
|
|
1322
|
+
"dependencies": {
|
|
1323
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1324
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
1325
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1326
|
+
"devlop": "devlop@1.1.0",
|
|
1327
|
+
"mdast-util-to-string": "mdast-util-to-string@4.0.0",
|
|
1328
|
+
"micromark": "micromark@4.0.0",
|
|
1329
|
+
"micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@2.0.1",
|
|
1330
|
+
"micromark-util-decode-string": "micromark-util-decode-string@2.0.0",
|
|
1331
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@2.0.0",
|
|
1332
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1333
|
+
"micromark-util-types": "micromark-util-types@2.0.0",
|
|
1334
|
+
"unist-util-stringify-position": "unist-util-stringify-position@4.0.0"
|
|
1335
|
+
}
|
|
1336
|
+
},
|
|
1337
|
+
"mdast-util-frontmatter@2.0.1": {
|
|
1338
|
+
"integrity": "sha512-LRqI9+wdgC25P0URIJY9vwocIzCcksduHQ9OF2joxQoyTNVduwLAFUzjoopuRJbJAReaKrNQKAZKL3uCMugWJA==",
|
|
1339
|
+
"dependencies": {
|
|
1340
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1341
|
+
"devlop": "devlop@1.1.0",
|
|
1342
|
+
"escape-string-regexp": "escape-string-regexp@5.0.0",
|
|
1343
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1344
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0",
|
|
1345
|
+
"micromark-extension-frontmatter": "micromark-extension-frontmatter@2.0.0"
|
|
1346
|
+
}
|
|
1347
|
+
},
|
|
1348
|
+
"mdast-util-gfm-autolink-literal@2.0.1": {
|
|
1349
|
+
"integrity": "sha512-5HVP2MKaP6L+G6YaxPNjuL0BPrq9orG3TsrZ9YXbA3vDw/ACI4MEsnoDpn6ZNm7GnZgtAcONJyPhOP8tNJQavQ==",
|
|
1350
|
+
"dependencies": {
|
|
1351
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1352
|
+
"ccount": "ccount@2.0.1",
|
|
1353
|
+
"devlop": "devlop@1.1.0",
|
|
1354
|
+
"mdast-util-find-and-replace": "mdast-util-find-and-replace@3.0.1",
|
|
1355
|
+
"micromark-util-character": "micromark-util-character@2.1.0"
|
|
1356
|
+
}
|
|
1357
|
+
},
|
|
1358
|
+
"mdast-util-gfm-footnote@2.0.0": {
|
|
1359
|
+
"integrity": "sha512-5jOT2boTSVkMnQ7LTrd6n/18kqwjmuYqo7JUPe+tRCY6O7dAuTFMtTPauYYrMPpox9hlN0uOx/FL8XvEfG9/mQ==",
|
|
1360
|
+
"dependencies": {
|
|
1361
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1362
|
+
"devlop": "devlop@1.1.0",
|
|
1363
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1364
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0",
|
|
1365
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@2.0.0"
|
|
1366
|
+
}
|
|
1367
|
+
},
|
|
1368
|
+
"mdast-util-gfm-strikethrough@2.0.0": {
|
|
1369
|
+
"integrity": "sha512-mKKb915TF+OC5ptj5bJ7WFRPdYtuHv0yTRxK2tJvi+BDqbkiG7h7u/9SI89nRAYcmap2xHQL9D+QG/6wSrTtXg==",
|
|
1370
|
+
"dependencies": {
|
|
1371
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1372
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1373
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0"
|
|
1374
|
+
}
|
|
1375
|
+
},
|
|
1376
|
+
"mdast-util-gfm-table@2.0.0": {
|
|
1377
|
+
"integrity": "sha512-78UEvebzz/rJIxLvE7ZtDd/vIQ0RHv+3Mh5DR96p7cS7HsBhYIICDBCu8csTNWNO6tBWfqXPWekRuj2FNOGOZg==",
|
|
1378
|
+
"dependencies": {
|
|
1379
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1380
|
+
"devlop": "devlop@1.1.0",
|
|
1381
|
+
"markdown-table": "markdown-table@3.0.3",
|
|
1382
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1383
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0"
|
|
1384
|
+
}
|
|
1385
|
+
},
|
|
1386
|
+
"mdast-util-gfm-task-list-item@2.0.0": {
|
|
1387
|
+
"integrity": "sha512-IrtvNvjxC1o06taBAVJznEnkiHxLFTzgonUdy8hzFVeDun0uTjxxrRGVaNFqkU1wJR3RBPEfsxmU6jDWPofrTQ==",
|
|
1388
|
+
"dependencies": {
|
|
1389
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1390
|
+
"devlop": "devlop@1.1.0",
|
|
1391
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1392
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0"
|
|
1393
|
+
}
|
|
1394
|
+
},
|
|
1395
|
+
"mdast-util-gfm@3.0.0": {
|
|
1396
|
+
"integrity": "sha512-dgQEX5Amaq+DuUqf26jJqSK9qgixgd6rYDHAv4aTBuA92cTknZlKpPfa86Z/s8Dj8xsAQpFfBmPUHWJBWqS4Bw==",
|
|
1397
|
+
"dependencies": {
|
|
1398
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1399
|
+
"mdast-util-gfm-autolink-literal": "mdast-util-gfm-autolink-literal@2.0.1",
|
|
1400
|
+
"mdast-util-gfm-footnote": "mdast-util-gfm-footnote@2.0.0",
|
|
1401
|
+
"mdast-util-gfm-strikethrough": "mdast-util-gfm-strikethrough@2.0.0",
|
|
1402
|
+
"mdast-util-gfm-table": "mdast-util-gfm-table@2.0.0",
|
|
1403
|
+
"mdast-util-gfm-task-list-item": "mdast-util-gfm-task-list-item@2.0.0",
|
|
1404
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
"mdast-util-math@3.0.0": {
|
|
1408
|
+
"integrity": "sha512-Tl9GBNeG/AhJnQM221bJR2HPvLOSnLE/T9cJI9tlc6zwQk2nPk/4f0cHkOdEixQPC/j8UtKDdITswvLAy1OZ1w==",
|
|
1409
|
+
"dependencies": {
|
|
1410
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1411
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1412
|
+
"devlop": "devlop@1.1.0",
|
|
1413
|
+
"longest-streak": "longest-streak@3.1.0",
|
|
1414
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
1415
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0",
|
|
1416
|
+
"unist-util-remove-position": "unist-util-remove-position@5.0.0"
|
|
1417
|
+
}
|
|
1418
|
+
},
|
|
1419
|
+
"mdast-util-newline-to-break@2.0.0": {
|
|
1420
|
+
"integrity": "sha512-MbgeFca0hLYIEx/2zGsszCSEJJ1JSCdiY5xQxRcLDDGa8EPvlLPupJ4DSajbMPAnC0je8jfb9TiUATnxxrHUog==",
|
|
1421
|
+
"dependencies": {
|
|
1422
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1423
|
+
"mdast-util-find-and-replace": "mdast-util-find-and-replace@3.0.1"
|
|
1424
|
+
}
|
|
1425
|
+
},
|
|
1426
|
+
"mdast-util-phrasing@4.1.0": {
|
|
1427
|
+
"integrity": "sha512-TqICwyvJJpBwvGAMZjj4J2n0X8QWp21b9l0o7eXyVJ25YNWYbJDVIyD1bZXE6WtV6RmKJVYmQAKWa0zWOABz2w==",
|
|
1428
|
+
"dependencies": {
|
|
1429
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1430
|
+
"unist-util-is": "unist-util-is@6.0.0"
|
|
1431
|
+
}
|
|
1432
|
+
},
|
|
1433
|
+
"mdast-util-to-hast@13.2.0": {
|
|
1434
|
+
"integrity": "sha512-QGYKEuUsYT9ykKBCMOEDLsU5JRObWQusAolFMeko/tYPufNkRffBAQjIE+99jbA87xv6FgmjLtwjh9wBWajwAA==",
|
|
1435
|
+
"dependencies": {
|
|
1436
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
1437
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1438
|
+
"@ungap/structured-clone": "@ungap/structured-clone@1.2.0",
|
|
1439
|
+
"devlop": "devlop@1.1.0",
|
|
1440
|
+
"micromark-util-sanitize-uri": "micromark-util-sanitize-uri@2.0.0",
|
|
1441
|
+
"trim-lines": "trim-lines@3.0.1",
|
|
1442
|
+
"unist-util-position": "unist-util-position@5.0.0",
|
|
1443
|
+
"unist-util-visit": "unist-util-visit@5.0.0",
|
|
1444
|
+
"vfile": "vfile@6.0.3"
|
|
1445
|
+
}
|
|
1446
|
+
},
|
|
1447
|
+
"mdast-util-to-markdown@0.6.5": {
|
|
1448
|
+
"integrity": "sha512-XeV9sDE7ZlOQvs45C9UKMtfTcctcaj/pGwH8YLbMHoMOXNNCn2LsqVQOqrF1+/NU8lKDAqozme9SCXWyo9oAcQ==",
|
|
1449
|
+
"dependencies": {
|
|
1450
|
+
"@types/unist": "@types/unist@2.0.11",
|
|
1451
|
+
"longest-streak": "longest-streak@2.0.4",
|
|
1452
|
+
"mdast-util-to-string": "mdast-util-to-string@2.0.0",
|
|
1453
|
+
"parse-entities": "parse-entities@2.0.0",
|
|
1454
|
+
"repeat-string": "repeat-string@1.6.1",
|
|
1455
|
+
"zwitch": "zwitch@1.0.5"
|
|
1456
|
+
}
|
|
1457
|
+
},
|
|
1458
|
+
"mdast-util-to-markdown@2.1.0": {
|
|
1459
|
+
"integrity": "sha512-SR2VnIEdVNCJbP6y7kVTJgPLifdr8WEU440fQec7qHoHOUz/oJ2jmNRqdDQ3rbiStOXb2mCDGTuwsK5OPUgYlQ==",
|
|
1460
|
+
"dependencies": {
|
|
1461
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
1462
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
1463
|
+
"longest-streak": "longest-streak@3.1.0",
|
|
1464
|
+
"mdast-util-phrasing": "mdast-util-phrasing@4.1.0",
|
|
1465
|
+
"mdast-util-to-string": "mdast-util-to-string@4.0.0",
|
|
1466
|
+
"micromark-util-decode-string": "micromark-util-decode-string@2.0.0",
|
|
1467
|
+
"unist-util-visit": "unist-util-visit@5.0.0",
|
|
1468
|
+
"zwitch": "zwitch@2.0.4"
|
|
1469
|
+
}
|
|
1470
|
+
},
|
|
1471
|
+
"mdast-util-to-string@2.0.0": {
|
|
1472
|
+
"integrity": "sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==",
|
|
1473
|
+
"dependencies": {}
|
|
1474
|
+
},
|
|
1475
|
+
"mdast-util-to-string@3.2.0": {
|
|
1476
|
+
"integrity": "sha512-V4Zn/ncyN1QNSqSBxTrMOLpjr+IKdHl2v3KVLoWmDPscP4r9GcCi71gjgvUV1SFSKh92AjAG4peFuBl2/YgCJg==",
|
|
1477
|
+
"dependencies": {
|
|
1478
|
+
"@types/mdast": "@types/mdast@3.0.15"
|
|
1479
|
+
}
|
|
1480
|
+
},
|
|
1481
|
+
"mdast-util-to-string@4.0.0": {
|
|
1482
|
+
"integrity": "sha512-0H44vDimn51F0YwvxSJSm0eCDOJTRlmN0R1yBh4HLj9wiV1Dn0QoXGbvFAWj2hSItVTlCmBF1hqKlIyUBVFLPg==",
|
|
1483
|
+
"dependencies": {
|
|
1484
|
+
"@types/mdast": "@types/mdast@4.0.4"
|
|
1485
|
+
}
|
|
1486
|
+
},
|
|
1487
|
+
"mdast-util-wiki-link@0.1.2": {
|
|
1488
|
+
"integrity": "sha512-DTcDyOxKDo3pB3fc0zQlD8myfQjYkW4hazUKI9PUyhtoj9JBeHC2eIdlVXmaT22bZkFAVU2d47B6y2jVKGoUQg==",
|
|
1489
|
+
"dependencies": {
|
|
1490
|
+
"@babel/runtime": "@babel/runtime@7.25.4",
|
|
1491
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@0.6.5"
|
|
1492
|
+
}
|
|
1493
|
+
},
|
|
1494
|
+
"mdn-data@2.0.30": {
|
|
1495
|
+
"integrity": "sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==",
|
|
1496
|
+
"dependencies": {}
|
|
1497
|
+
},
|
|
1498
|
+
"mermaid-isomorphic@2.2.1": {
|
|
1499
|
+
"integrity": "sha512-OPxQsUL2TIlAfC3ExhI/mORzigTbUOqYtqUGUECSKevGCSf/+QEwq78MRZWG1PpmTkl2ORoK8Yy5WkqqTqywMg==",
|
|
1500
|
+
"dependencies": {
|
|
1501
|
+
"@fortawesome/fontawesome-free": "@fortawesome/fontawesome-free@6.6.0",
|
|
1502
|
+
"mermaid": "mermaid@10.9.1_cytoscape@3.30.2",
|
|
1503
|
+
"playwright-core": "playwright-core@1.46.1"
|
|
1504
|
+
}
|
|
1505
|
+
},
|
|
1506
|
+
"mermaid@10.9.1_cytoscape@3.30.2": {
|
|
1507
|
+
"integrity": "sha512-Mx45Obds5W1UkW1nv/7dHRsbfMM1aOKA2+Pxs/IGHNonygDHwmng8xTHyS9z4KWVi0rbko8gjiBmuwwXQ7tiNA==",
|
|
1508
|
+
"dependencies": {
|
|
1509
|
+
"@braintree/sanitize-url": "@braintree/sanitize-url@6.0.4",
|
|
1510
|
+
"@types/d3-scale": "@types/d3-scale@4.0.8",
|
|
1511
|
+
"@types/d3-scale-chromatic": "@types/d3-scale-chromatic@3.0.3",
|
|
1512
|
+
"cytoscape": "cytoscape@3.30.2",
|
|
1513
|
+
"cytoscape-cose-bilkent": "cytoscape-cose-bilkent@4.1.0_cytoscape@3.30.2",
|
|
1514
|
+
"d3": "d3@7.9.0_d3-selection@3.0.0",
|
|
1515
|
+
"d3-sankey": "d3-sankey@0.12.3",
|
|
1516
|
+
"dagre-d3-es": "dagre-d3-es@7.0.10",
|
|
1517
|
+
"dayjs": "dayjs@1.11.13",
|
|
1518
|
+
"dompurify": "dompurify@3.1.6",
|
|
1519
|
+
"elkjs": "elkjs@0.9.3",
|
|
1520
|
+
"katex": "katex@0.16.11",
|
|
1521
|
+
"khroma": "khroma@2.1.0",
|
|
1522
|
+
"lodash-es": "lodash-es@4.17.21",
|
|
1523
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@1.3.1",
|
|
1524
|
+
"non-layered-tidy-tree-layout": "non-layered-tidy-tree-layout@2.0.2",
|
|
1525
|
+
"stylis": "stylis@4.3.4",
|
|
1526
|
+
"ts-dedent": "ts-dedent@2.2.0",
|
|
1527
|
+
"uuid": "uuid@9.0.1",
|
|
1528
|
+
"web-worker": "web-worker@1.3.0"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
"mhchemparser@4.2.1": {
|
|
1532
|
+
"integrity": "sha512-kYmyrCirqJf3zZ9t/0wGgRZ4/ZJw//VwaRVGA75C4nhE60vtnIzhl9J9ndkX/h6hxSN7pjg/cE0VxbnNM+bnDQ==",
|
|
1533
|
+
"dependencies": {}
|
|
1534
|
+
},
|
|
1535
|
+
"micromark-core-commonmark@1.1.0": {
|
|
1536
|
+
"integrity": "sha512-BgHO1aRbolh2hcrzL2d1La37V0Aoz73ymF8rAcKnohLy93titmv62E0gP8Hrx9PKcKrqCZ1BbLGbP3bEhoXYlw==",
|
|
1537
|
+
"dependencies": {
|
|
1538
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1539
|
+
"micromark-factory-destination": "micromark-factory-destination@1.1.0",
|
|
1540
|
+
"micromark-factory-label": "micromark-factory-label@1.1.0",
|
|
1541
|
+
"micromark-factory-space": "micromark-factory-space@1.1.0",
|
|
1542
|
+
"micromark-factory-title": "micromark-factory-title@1.1.0",
|
|
1543
|
+
"micromark-factory-whitespace": "micromark-factory-whitespace@1.1.0",
|
|
1544
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1545
|
+
"micromark-util-chunked": "micromark-util-chunked@1.1.0",
|
|
1546
|
+
"micromark-util-classify-character": "micromark-util-classify-character@1.1.0",
|
|
1547
|
+
"micromark-util-html-tag-name": "micromark-util-html-tag-name@1.2.0",
|
|
1548
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.1.0",
|
|
1549
|
+
"micromark-util-resolve-all": "micromark-util-resolve-all@1.1.0",
|
|
1550
|
+
"micromark-util-subtokenize": "micromark-util-subtokenize@1.1.0",
|
|
1551
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1552
|
+
"micromark-util-types": "micromark-util-types@1.1.0",
|
|
1553
|
+
"uvu": "uvu@0.5.6"
|
|
1554
|
+
}
|
|
1555
|
+
},
|
|
1556
|
+
"micromark-core-commonmark@2.0.1": {
|
|
1557
|
+
"integrity": "sha512-CUQyKr1e///ZODyD1U3xit6zXwy1a8q2a1S1HKtIlmgvurrEpaw/Y9y6KSIbF8P59cn/NjzHyO+Q2fAyYLQrAA==",
|
|
1558
|
+
"dependencies": {
|
|
1559
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1560
|
+
"devlop": "devlop@1.1.0",
|
|
1561
|
+
"micromark-factory-destination": "micromark-factory-destination@2.0.0",
|
|
1562
|
+
"micromark-factory-label": "micromark-factory-label@2.0.0",
|
|
1563
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1564
|
+
"micromark-factory-title": "micromark-factory-title@2.0.0",
|
|
1565
|
+
"micromark-factory-whitespace": "micromark-factory-whitespace@2.0.0",
|
|
1566
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1567
|
+
"micromark-util-chunked": "micromark-util-chunked@2.0.0",
|
|
1568
|
+
"micromark-util-classify-character": "micromark-util-classify-character@2.0.0",
|
|
1569
|
+
"micromark-util-html-tag-name": "micromark-util-html-tag-name@2.0.0",
|
|
1570
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@2.0.0",
|
|
1571
|
+
"micromark-util-resolve-all": "micromark-util-resolve-all@2.0.0",
|
|
1572
|
+
"micromark-util-subtokenize": "micromark-util-subtokenize@2.0.1",
|
|
1573
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1574
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1575
|
+
}
|
|
1576
|
+
},
|
|
1577
|
+
"micromark-extension-directive@3.0.1": {
|
|
1578
|
+
"integrity": "sha512-VGV2uxUzhEZmaP7NSFo2vtq7M2nUD+WfmYQD+d8i/1nHbzE+rMy9uzTvUybBbNiVbrhOZibg3gbyoARGqgDWyg==",
|
|
1579
|
+
"dependencies": {
|
|
1580
|
+
"devlop": "devlop@1.1.0",
|
|
1581
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1582
|
+
"micromark-factory-whitespace": "micromark-factory-whitespace@2.0.0",
|
|
1583
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1584
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1585
|
+
"micromark-util-types": "micromark-util-types@2.0.0",
|
|
1586
|
+
"parse-entities": "parse-entities@4.0.1"
|
|
1587
|
+
}
|
|
1588
|
+
},
|
|
1589
|
+
"micromark-extension-frontmatter@2.0.0": {
|
|
1590
|
+
"integrity": "sha512-C4AkuM3dA58cgZha7zVnuVxBhDsbttIMiytjgsM2XbHAB2faRVaHRle40558FBN+DJcrLNCoqG5mlrpdU4cRtg==",
|
|
1591
|
+
"dependencies": {
|
|
1592
|
+
"fault": "fault@2.0.1",
|
|
1593
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1594
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1595
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1596
|
+
}
|
|
1597
|
+
},
|
|
1598
|
+
"micromark-extension-gfm-autolink-literal@2.1.0": {
|
|
1599
|
+
"integrity": "sha512-oOg7knzhicgQ3t4QCjCWgTmfNhvQbDDnJeVu9v81r7NltNCVmhPy1fJRX27pISafdjL+SVc4d3l48Gb6pbRypw==",
|
|
1600
|
+
"dependencies": {
|
|
1601
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1602
|
+
"micromark-util-sanitize-uri": "micromark-util-sanitize-uri@2.0.0",
|
|
1603
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1604
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1605
|
+
}
|
|
1606
|
+
},
|
|
1607
|
+
"micromark-extension-gfm-footnote@2.1.0": {
|
|
1608
|
+
"integrity": "sha512-/yPhxI1ntnDNsiHtzLKYnE3vf9JZ6cAisqVDauhp4CEHxlb4uoOTxOCJ+9s51bIB8U1N1FJ1RXOKTIlD5B/gqw==",
|
|
1609
|
+
"dependencies": {
|
|
1610
|
+
"devlop": "devlop@1.1.0",
|
|
1611
|
+
"micromark-core-commonmark": "micromark-core-commonmark@2.0.1",
|
|
1612
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1613
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1614
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@2.0.0",
|
|
1615
|
+
"micromark-util-sanitize-uri": "micromark-util-sanitize-uri@2.0.0",
|
|
1616
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1617
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1618
|
+
}
|
|
1619
|
+
},
|
|
1620
|
+
"micromark-extension-gfm-strikethrough@2.1.0": {
|
|
1621
|
+
"integrity": "sha512-ADVjpOOkjz1hhkZLlBiYA9cR2Anf8F4HqZUO6e5eDcPQd0Txw5fxLzzxnEkSkfnD0wziSGiv7sYhk/ktvbf1uw==",
|
|
1622
|
+
"dependencies": {
|
|
1623
|
+
"devlop": "devlop@1.1.0",
|
|
1624
|
+
"micromark-util-chunked": "micromark-util-chunked@2.0.0",
|
|
1625
|
+
"micromark-util-classify-character": "micromark-util-classify-character@2.0.0",
|
|
1626
|
+
"micromark-util-resolve-all": "micromark-util-resolve-all@2.0.0",
|
|
1627
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1628
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1629
|
+
}
|
|
1630
|
+
},
|
|
1631
|
+
"micromark-extension-gfm-table@2.1.0": {
|
|
1632
|
+
"integrity": "sha512-Ub2ncQv+fwD70/l4ou27b4YzfNaCJOvyX4HxXU15m7mpYY+rjuWzsLIPZHJL253Z643RpbcP1oeIJlQ/SKW67g==",
|
|
1633
|
+
"dependencies": {
|
|
1634
|
+
"devlop": "devlop@1.1.0",
|
|
1635
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1636
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1637
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1638
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"micromark-extension-gfm-tagfilter@2.0.0": {
|
|
1642
|
+
"integrity": "sha512-xHlTOmuCSotIA8TW1mDIM6X2O1SiX5P9IuDtqGonFhEK0qgRI4yeC6vMxEV2dgyr2TiD+2PQ10o+cOhdVAcwfg==",
|
|
1643
|
+
"dependencies": {
|
|
1644
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1645
|
+
}
|
|
1646
|
+
},
|
|
1647
|
+
"micromark-extension-gfm-task-list-item@2.1.0": {
|
|
1648
|
+
"integrity": "sha512-qIBZhqxqI6fjLDYFTBIa4eivDMnP+OZqsNwmQ3xNLE4Cxwc+zfQEfbs6tzAo2Hjq+bh6q5F+Z8/cksrLFYWQQw==",
|
|
1649
|
+
"dependencies": {
|
|
1650
|
+
"devlop": "devlop@1.1.0",
|
|
1651
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1652
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1653
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1654
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1655
|
+
}
|
|
1656
|
+
},
|
|
1657
|
+
"micromark-extension-gfm@3.0.0": {
|
|
1658
|
+
"integrity": "sha512-vsKArQsicm7t0z2GugkCKtZehqUm31oeGBV/KVSorWSy8ZlNAv7ytjFhvaryUiCUJYqs+NoE6AFhpQvBTM6Q4w==",
|
|
1659
|
+
"dependencies": {
|
|
1660
|
+
"micromark-extension-gfm-autolink-literal": "micromark-extension-gfm-autolink-literal@2.1.0",
|
|
1661
|
+
"micromark-extension-gfm-footnote": "micromark-extension-gfm-footnote@2.1.0",
|
|
1662
|
+
"micromark-extension-gfm-strikethrough": "micromark-extension-gfm-strikethrough@2.1.0",
|
|
1663
|
+
"micromark-extension-gfm-table": "micromark-extension-gfm-table@2.1.0",
|
|
1664
|
+
"micromark-extension-gfm-tagfilter": "micromark-extension-gfm-tagfilter@2.0.0",
|
|
1665
|
+
"micromark-extension-gfm-task-list-item": "micromark-extension-gfm-task-list-item@2.1.0",
|
|
1666
|
+
"micromark-util-combine-extensions": "micromark-util-combine-extensions@2.0.0",
|
|
1667
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1668
|
+
}
|
|
1669
|
+
},
|
|
1670
|
+
"micromark-extension-math@3.1.0": {
|
|
1671
|
+
"integrity": "sha512-lvEqd+fHjATVs+2v/8kg9i5Q0AP2k85H0WUOwpIVvUML8BapsMvh1XAogmQjOCsLpoKRCVQqEkQBB3NhVBcsOg==",
|
|
1672
|
+
"dependencies": {
|
|
1673
|
+
"@types/katex": "@types/katex@0.16.7",
|
|
1674
|
+
"devlop": "devlop@1.1.0",
|
|
1675
|
+
"katex": "katex@0.16.11",
|
|
1676
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1677
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1678
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1679
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1680
|
+
}
|
|
1681
|
+
},
|
|
1682
|
+
"micromark-extension-wiki-link@0.0.4": {
|
|
1683
|
+
"integrity": "sha512-dJc8AfnoU8BHkN+7fWZvIS20SMsMS1ZlxQUn6We67MqeKbOiEDZV5eEvCpwqGBijbJbxX3Kxz879L4K9HIiOvw==",
|
|
1684
|
+
"dependencies": {
|
|
1685
|
+
"@babel/runtime": "@babel/runtime@7.25.4"
|
|
1686
|
+
}
|
|
1687
|
+
},
|
|
1688
|
+
"micromark-factory-destination@1.1.0": {
|
|
1689
|
+
"integrity": "sha512-XaNDROBgx9SgSChd69pjiGKbV+nfHGDPVYFs5dOoDd7ZnMAE+Cuu91BCpsY8RT2NP9vo/B8pds2VQNCLiu0zhg==",
|
|
1690
|
+
"dependencies": {
|
|
1691
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1692
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1693
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1694
|
+
}
|
|
1695
|
+
},
|
|
1696
|
+
"micromark-factory-destination@2.0.0": {
|
|
1697
|
+
"integrity": "sha512-j9DGrQLm/Uhl2tCzcbLhy5kXsgkHUrjJHg4fFAeoMRwJmJerT9aw4FEhIbZStWN8A3qMwOp1uzHr4UL8AInxtA==",
|
|
1698
|
+
"dependencies": {
|
|
1699
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1700
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1701
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1702
|
+
}
|
|
1703
|
+
},
|
|
1704
|
+
"micromark-factory-label@1.1.0": {
|
|
1705
|
+
"integrity": "sha512-OLtyez4vZo/1NjxGhcpDSbHQ+m0IIGnT8BoPamh+7jVlzLJBH98zzuCoUeMxvM6WsNeh8wx8cKvqLiPHEACn0w==",
|
|
1706
|
+
"dependencies": {
|
|
1707
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1708
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1709
|
+
"micromark-util-types": "micromark-util-types@1.1.0",
|
|
1710
|
+
"uvu": "uvu@0.5.6"
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"micromark-factory-label@2.0.0": {
|
|
1714
|
+
"integrity": "sha512-RR3i96ohZGde//4WSe/dJsxOX6vxIg9TimLAS3i4EhBAFx8Sm5SmqVfR8E87DPSR31nEAjZfbt91OMZWcNgdZw==",
|
|
1715
|
+
"dependencies": {
|
|
1716
|
+
"devlop": "devlop@1.1.0",
|
|
1717
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1718
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1719
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1720
|
+
}
|
|
1721
|
+
},
|
|
1722
|
+
"micromark-factory-space@1.1.0": {
|
|
1723
|
+
"integrity": "sha512-cRzEj7c0OL4Mw2v6nwzttyOZe8XY/Z8G0rzmWQZTBi/jjwyw/U4uqKtUORXQrR5bAZZnbTI/feRV/R7hc4jQYQ==",
|
|
1724
|
+
"dependencies": {
|
|
1725
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1726
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"micromark-factory-space@2.0.0": {
|
|
1730
|
+
"integrity": "sha512-TKr+LIDX2pkBJXFLzpyPyljzYK3MtmllMUMODTQJIUfDGncESaqB90db9IAUcz4AZAJFdd8U9zOp9ty1458rxg==",
|
|
1731
|
+
"dependencies": {
|
|
1732
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1733
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1734
|
+
}
|
|
1735
|
+
},
|
|
1736
|
+
"micromark-factory-title@1.1.0": {
|
|
1737
|
+
"integrity": "sha512-J7n9R3vMmgjDOCY8NPw55jiyaQnH5kBdV2/UXCtZIpnHH3P6nHUKaH7XXEYuWwx/xUJcawa8plLBEjMPU24HzQ==",
|
|
1738
|
+
"dependencies": {
|
|
1739
|
+
"micromark-factory-space": "micromark-factory-space@1.1.0",
|
|
1740
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1741
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1742
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1743
|
+
}
|
|
1744
|
+
},
|
|
1745
|
+
"micromark-factory-title@2.0.0": {
|
|
1746
|
+
"integrity": "sha512-jY8CSxmpWLOxS+t8W+FG3Xigc0RDQA9bKMY/EwILvsesiRniiVMejYTE4wumNc2f4UbAa4WsHqe3J1QS1sli+A==",
|
|
1747
|
+
"dependencies": {
|
|
1748
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1749
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1750
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1751
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1752
|
+
}
|
|
1753
|
+
},
|
|
1754
|
+
"micromark-factory-whitespace@1.1.0": {
|
|
1755
|
+
"integrity": "sha512-v2WlmiymVSp5oMg+1Q0N1Lxmt6pMhIHD457whWM7/GUlEks1hI9xj5w3zbc4uuMKXGisksZk8DzP2UyGbGqNsQ==",
|
|
1756
|
+
"dependencies": {
|
|
1757
|
+
"micromark-factory-space": "micromark-factory-space@1.1.0",
|
|
1758
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1759
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1760
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"micromark-factory-whitespace@2.0.0": {
|
|
1764
|
+
"integrity": "sha512-28kbwaBjc5yAI1XadbdPYHX/eDnqaUFVikLwrO7FDnKG7lpgxnvk/XGRhX/PN0mOZ+dBSZ+LgunHS+6tYQAzhA==",
|
|
1765
|
+
"dependencies": {
|
|
1766
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1767
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1768
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1769
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
"micromark-util-character@1.2.0": {
|
|
1773
|
+
"integrity": "sha512-lXraTwcX3yH/vMDaFWCQJP1uIszLVebzUa3ZHdrgxr7KEU/9mL4mVgCpGbyhvNLNlauROiNUq7WN5u7ndbY6xg==",
|
|
1774
|
+
"dependencies": {
|
|
1775
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1776
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1777
|
+
}
|
|
1778
|
+
},
|
|
1779
|
+
"micromark-util-character@2.1.0": {
|
|
1780
|
+
"integrity": "sha512-KvOVV+X1yLBfs9dCBSopq/+G1PcgT3lAK07mC4BzXi5E7ahzMAF8oIupDDJ6mievI6F+lAATkbQQlQixJfT3aQ==",
|
|
1781
|
+
"dependencies": {
|
|
1782
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1783
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1784
|
+
}
|
|
1785
|
+
},
|
|
1786
|
+
"micromark-util-chunked@1.1.0": {
|
|
1787
|
+
"integrity": "sha512-Ye01HXpkZPNcV6FiyoW2fGZDUw4Yc7vT0E9Sad83+bEDiCJ1uXu0S3mr8WLpsz3HaG3x2q0HM6CTuPdcZcluFQ==",
|
|
1788
|
+
"dependencies": {
|
|
1789
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0"
|
|
1790
|
+
}
|
|
1791
|
+
},
|
|
1792
|
+
"micromark-util-chunked@2.0.0": {
|
|
1793
|
+
"integrity": "sha512-anK8SWmNphkXdaKgz5hJvGa7l00qmcaUQoMYsBwDlSKFKjc6gjGXPDw3FNL3Nbwq5L8gE+RCbGqTw49FK5Qyvg==",
|
|
1794
|
+
"dependencies": {
|
|
1795
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0"
|
|
1796
|
+
}
|
|
1797
|
+
},
|
|
1798
|
+
"micromark-util-classify-character@1.1.0": {
|
|
1799
|
+
"integrity": "sha512-SL0wLxtKSnklKSUplok1WQFoGhUdWYKggKUiqhX+Swala+BtptGCu5iPRc+xvzJ4PXE/hwM3FNXsfEVgoZsWbw==",
|
|
1800
|
+
"dependencies": {
|
|
1801
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1802
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1803
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1804
|
+
}
|
|
1805
|
+
},
|
|
1806
|
+
"micromark-util-classify-character@2.0.0": {
|
|
1807
|
+
"integrity": "sha512-S0ze2R9GH+fu41FA7pbSqNWObo/kzwf8rN/+IGlW/4tC6oACOs8B++bh+i9bVyNnwCcuksbFwsBme5OCKXCwIw==",
|
|
1808
|
+
"dependencies": {
|
|
1809
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1810
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1811
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"micromark-util-combine-extensions@1.1.0": {
|
|
1815
|
+
"integrity": "sha512-Q20sp4mfNf9yEqDL50WwuWZHUrCO4fEyeDCnMGmG5Pr0Cz15Uo7KBs6jq+dq0EgX4DPwwrh9m0X+zPV1ypFvUA==",
|
|
1816
|
+
"dependencies": {
|
|
1817
|
+
"micromark-util-chunked": "micromark-util-chunked@1.1.0",
|
|
1818
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1819
|
+
}
|
|
1820
|
+
},
|
|
1821
|
+
"micromark-util-combine-extensions@2.0.0": {
|
|
1822
|
+
"integrity": "sha512-vZZio48k7ON0fVS3CUgFatWHoKbbLTK/rT7pzpJ4Bjp5JjkZeasRfrS9wsBdDJK2cJLHMckXZdzPSSr1B8a4oQ==",
|
|
1823
|
+
"dependencies": {
|
|
1824
|
+
"micromark-util-chunked": "micromark-util-chunked@2.0.0",
|
|
1825
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1826
|
+
}
|
|
1827
|
+
},
|
|
1828
|
+
"micromark-util-decode-numeric-character-reference@1.1.0": {
|
|
1829
|
+
"integrity": "sha512-m9V0ExGv0jB1OT21mrWcuf4QhP46pH1KkfWy9ZEezqHKAxkj4mPCy3nIH1rkbdMlChLHX531eOrymlwyZIf2iw==",
|
|
1830
|
+
"dependencies": {
|
|
1831
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0"
|
|
1832
|
+
}
|
|
1833
|
+
},
|
|
1834
|
+
"micromark-util-decode-numeric-character-reference@2.0.1": {
|
|
1835
|
+
"integrity": "sha512-bmkNc7z8Wn6kgjZmVHOX3SowGmVdhYS7yBpMnuMnPzDq/6xwVA604DuOXMZTO1lvq01g+Adfa0pE2UKGlxL1XQ==",
|
|
1836
|
+
"dependencies": {
|
|
1837
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0"
|
|
1838
|
+
}
|
|
1839
|
+
},
|
|
1840
|
+
"micromark-util-decode-string@1.1.0": {
|
|
1841
|
+
"integrity": "sha512-YphLGCK8gM1tG1bd54azwyrQRjCFcmgj2S2GoJDNnh4vYtnL38JS8M4gpxzOPNyHdNEpheyWXCTnnTDY3N+NVQ==",
|
|
1842
|
+
"dependencies": {
|
|
1843
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1844
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1845
|
+
"micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@1.1.0",
|
|
1846
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0"
|
|
1847
|
+
}
|
|
1848
|
+
},
|
|
1849
|
+
"micromark-util-decode-string@2.0.0": {
|
|
1850
|
+
"integrity": "sha512-r4Sc6leeUTn3P6gk20aFMj2ntPwn6qpDZqWvYmAG6NgvFTIlj4WtrAudLi65qYoaGdXYViXYw2pkmn7QnIFasA==",
|
|
1851
|
+
"dependencies": {
|
|
1852
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1853
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1854
|
+
"micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@2.0.1",
|
|
1855
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0"
|
|
1856
|
+
}
|
|
1857
|
+
},
|
|
1858
|
+
"micromark-util-encode@1.1.0": {
|
|
1859
|
+
"integrity": "sha512-EuEzTWSTAj9PA5GOAs992GzNh2dGQO52UvAbtSOMvXTxv3Criqb6IOzJUBCmEqrrXSblJIJBbFFv6zPxpreiJw==",
|
|
1860
|
+
"dependencies": {}
|
|
1861
|
+
},
|
|
1862
|
+
"micromark-util-encode@2.0.0": {
|
|
1863
|
+
"integrity": "sha512-pS+ROfCXAGLWCOc8egcBvT0kf27GoWMqtdarNfDcjb6YLuV5cM3ioG45Ys2qOVqeqSbjaKg72vU+Wby3eddPsA==",
|
|
1864
|
+
"dependencies": {}
|
|
1865
|
+
},
|
|
1866
|
+
"micromark-util-html-tag-name@1.2.0": {
|
|
1867
|
+
"integrity": "sha512-VTQzcuQgFUD7yYztuQFKXT49KghjtETQ+Wv/zUjGSGBioZnkA4P1XXZPT1FHeJA6RwRXSF47yvJ1tsJdoxwO+Q==",
|
|
1868
|
+
"dependencies": {}
|
|
1869
|
+
},
|
|
1870
|
+
"micromark-util-html-tag-name@2.0.0": {
|
|
1871
|
+
"integrity": "sha512-xNn4Pqkj2puRhKdKTm8t1YHC/BAjx6CEwRFXntTaRf/x16aqka6ouVoutm+QdkISTlT7e2zU7U4ZdlDLJd2Mcw==",
|
|
1872
|
+
"dependencies": {}
|
|
1873
|
+
},
|
|
1874
|
+
"micromark-util-normalize-identifier@1.1.0": {
|
|
1875
|
+
"integrity": "sha512-N+w5vhqrBihhjdpM8+5Xsxy71QWqGn7HYNUvch71iV2PM7+E3uWGox1Qp90loa1ephtCxG2ftRV/Conitc6P2Q==",
|
|
1876
|
+
"dependencies": {
|
|
1877
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0"
|
|
1878
|
+
}
|
|
1879
|
+
},
|
|
1880
|
+
"micromark-util-normalize-identifier@2.0.0": {
|
|
1881
|
+
"integrity": "sha512-2xhYT0sfo85FMrUPtHcPo2rrp1lwbDEEzpx7jiH2xXJLqBuy4H0GgXk5ToU8IEwoROtXuL8ND0ttVa4rNqYK3w==",
|
|
1882
|
+
"dependencies": {
|
|
1883
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0"
|
|
1884
|
+
}
|
|
1885
|
+
},
|
|
1886
|
+
"micromark-util-resolve-all@1.1.0": {
|
|
1887
|
+
"integrity": "sha512-b/G6BTMSg+bX+xVCshPTPyAu2tmA0E4X98NSR7eIbeC6ycCqCeE7wjfDIgzEbkzdEVJXRtOG4FbEm/uGbCRouA==",
|
|
1888
|
+
"dependencies": {
|
|
1889
|
+
"micromark-util-types": "micromark-util-types@1.1.0"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
"micromark-util-resolve-all@2.0.0": {
|
|
1893
|
+
"integrity": "sha512-6KU6qO7DZ7GJkaCgwBNtplXCvGkJToU86ybBAUdavvgsCiG8lSSvYxr9MhwmQ+udpzywHsl4RpGJsYWG1pDOcA==",
|
|
1894
|
+
"dependencies": {
|
|
1895
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"micromark-util-sanitize-uri@1.2.0": {
|
|
1899
|
+
"integrity": "sha512-QO4GXv0XZfWey4pYFndLUKEAktKkG5kZTdUNaTAkzbuJxn2tNBOr+QtxR2XpWaMhbImT2dPzyLrPXLlPhph34A==",
|
|
1900
|
+
"dependencies": {
|
|
1901
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1902
|
+
"micromark-util-encode": "micromark-util-encode@1.1.0",
|
|
1903
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0"
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"micromark-util-sanitize-uri@2.0.0": {
|
|
1907
|
+
"integrity": "sha512-WhYv5UEcZrbAtlsnPuChHUAsu/iBPOVaEVsntLBIdpibO0ddy8OzavZz3iL2xVvBZOpolujSliP65Kq0/7KIYw==",
|
|
1908
|
+
"dependencies": {
|
|
1909
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1910
|
+
"micromark-util-encode": "micromark-util-encode@2.0.0",
|
|
1911
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0"
|
|
1912
|
+
}
|
|
1913
|
+
},
|
|
1914
|
+
"micromark-util-subtokenize@1.1.0": {
|
|
1915
|
+
"integrity": "sha512-kUQHyzRoxvZO2PuLzMt2P/dwVsTiivCK8icYTeR+3WgbuPqfHgPPy7nFKbeqRivBvn/3N3GBiNC+JRTMSxEC7A==",
|
|
1916
|
+
"dependencies": {
|
|
1917
|
+
"micromark-util-chunked": "micromark-util-chunked@1.1.0",
|
|
1918
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1919
|
+
"micromark-util-types": "micromark-util-types@1.1.0",
|
|
1920
|
+
"uvu": "uvu@0.5.6"
|
|
1921
|
+
}
|
|
1922
|
+
},
|
|
1923
|
+
"micromark-util-subtokenize@2.0.1": {
|
|
1924
|
+
"integrity": "sha512-jZNtiFl/1aY73yS3UGQkutD0UbhTt68qnRpw2Pifmz5wV9h8gOVsN70v+Lq/f1rKaU/W8pxRe8y8Q9FX1AOe1Q==",
|
|
1925
|
+
"dependencies": {
|
|
1926
|
+
"devlop": "devlop@1.1.0",
|
|
1927
|
+
"micromark-util-chunked": "micromark-util-chunked@2.0.0",
|
|
1928
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1929
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"micromark-util-symbol@1.1.0": {
|
|
1933
|
+
"integrity": "sha512-uEjpEYY6KMs1g7QfJ2eX1SQEV+ZT4rUD3UcF6l57acZvLNK7PBZL+ty82Z1qhK1/yXIY4bdx04FKMgR0g4IAag==",
|
|
1934
|
+
"dependencies": {}
|
|
1935
|
+
},
|
|
1936
|
+
"micromark-util-symbol@2.0.0": {
|
|
1937
|
+
"integrity": "sha512-8JZt9ElZ5kyTnO94muPxIGS8oyElRJaiJO8EzV6ZSyGQ1Is8xwl4Q45qU5UOg+bGH4AikWziz0iN4sFLWs8PGw==",
|
|
1938
|
+
"dependencies": {}
|
|
1939
|
+
},
|
|
1940
|
+
"micromark-util-types@1.1.0": {
|
|
1941
|
+
"integrity": "sha512-ukRBgie8TIAcacscVHSiddHjO4k/q3pnedmzMQ4iwDcK0FtFCohKOlFbaOL/mPgfnPsL3C1ZyxJa4sbWrBl3jg==",
|
|
1942
|
+
"dependencies": {}
|
|
1943
|
+
},
|
|
1944
|
+
"micromark-util-types@2.0.0": {
|
|
1945
|
+
"integrity": "sha512-oNh6S2WMHWRZrmutsRmDDfkzKtxF+bc2VxLC9dvtrDIRFln627VsFP6fLMgTryGDljgLPjkrzQSDcPrjPyDJ5w==",
|
|
1946
|
+
"dependencies": {}
|
|
1947
|
+
},
|
|
1948
|
+
"micromark@2.11.4": {
|
|
1949
|
+
"integrity": "sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==",
|
|
1950
|
+
"dependencies": {
|
|
1951
|
+
"debug": "debug@4.3.6",
|
|
1952
|
+
"parse-entities": "parse-entities@2.0.0"
|
|
1953
|
+
}
|
|
1954
|
+
},
|
|
1955
|
+
"micromark@3.2.0": {
|
|
1956
|
+
"integrity": "sha512-uD66tJj54JLYq0De10AhWycZWGQNUvDI55xPgk2sQM5kn1JYlhbCMTtEeT27+vAhW2FBQxLlOmS3pmA7/2z4aA==",
|
|
1957
|
+
"dependencies": {
|
|
1958
|
+
"@types/debug": "@types/debug@4.1.12",
|
|
1959
|
+
"debug": "debug@4.3.6",
|
|
1960
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1961
|
+
"micromark-core-commonmark": "micromark-core-commonmark@1.1.0",
|
|
1962
|
+
"micromark-factory-space": "micromark-factory-space@1.1.0",
|
|
1963
|
+
"micromark-util-character": "micromark-util-character@1.2.0",
|
|
1964
|
+
"micromark-util-chunked": "micromark-util-chunked@1.1.0",
|
|
1965
|
+
"micromark-util-combine-extensions": "micromark-util-combine-extensions@1.1.0",
|
|
1966
|
+
"micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@1.1.0",
|
|
1967
|
+
"micromark-util-encode": "micromark-util-encode@1.1.0",
|
|
1968
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@1.1.0",
|
|
1969
|
+
"micromark-util-resolve-all": "micromark-util-resolve-all@1.1.0",
|
|
1970
|
+
"micromark-util-sanitize-uri": "micromark-util-sanitize-uri@1.2.0",
|
|
1971
|
+
"micromark-util-subtokenize": "micromark-util-subtokenize@1.1.0",
|
|
1972
|
+
"micromark-util-symbol": "micromark-util-symbol@1.1.0",
|
|
1973
|
+
"micromark-util-types": "micromark-util-types@1.1.0",
|
|
1974
|
+
"uvu": "uvu@0.5.6"
|
|
1975
|
+
}
|
|
1976
|
+
},
|
|
1977
|
+
"micromark@4.0.0": {
|
|
1978
|
+
"integrity": "sha512-o/sd0nMof8kYff+TqcDx3VSrgBTcZpSvYcAHIfHhv5VAuNmisCxjhx6YmxS8PFEpb9z5WKWKPdzf0jM23ro3RQ==",
|
|
1979
|
+
"dependencies": {
|
|
1980
|
+
"@types/debug": "@types/debug@4.1.12",
|
|
1981
|
+
"debug": "debug@4.3.6",
|
|
1982
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
1983
|
+
"devlop": "devlop@1.1.0",
|
|
1984
|
+
"micromark-core-commonmark": "micromark-core-commonmark@2.0.1",
|
|
1985
|
+
"micromark-factory-space": "micromark-factory-space@2.0.0",
|
|
1986
|
+
"micromark-util-character": "micromark-util-character@2.1.0",
|
|
1987
|
+
"micromark-util-chunked": "micromark-util-chunked@2.0.0",
|
|
1988
|
+
"micromark-util-combine-extensions": "micromark-util-combine-extensions@2.0.0",
|
|
1989
|
+
"micromark-util-decode-numeric-character-reference": "micromark-util-decode-numeric-character-reference@2.0.1",
|
|
1990
|
+
"micromark-util-encode": "micromark-util-encode@2.0.0",
|
|
1991
|
+
"micromark-util-normalize-identifier": "micromark-util-normalize-identifier@2.0.0",
|
|
1992
|
+
"micromark-util-resolve-all": "micromark-util-resolve-all@2.0.0",
|
|
1993
|
+
"micromark-util-sanitize-uri": "micromark-util-sanitize-uri@2.0.0",
|
|
1994
|
+
"micromark-util-subtokenize": "micromark-util-subtokenize@2.0.1",
|
|
1995
|
+
"micromark-util-symbol": "micromark-util-symbol@2.0.0",
|
|
1996
|
+
"micromark-util-types": "micromark-util-types@2.0.0"
|
|
1997
|
+
}
|
|
1998
|
+
},
|
|
1999
|
+
"mime-db@1.52.0": {
|
|
2000
|
+
"integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==",
|
|
2001
|
+
"dependencies": {}
|
|
2002
|
+
},
|
|
2003
|
+
"mime-types@2.1.35": {
|
|
2004
|
+
"integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==",
|
|
2005
|
+
"dependencies": {
|
|
2006
|
+
"mime-db": "mime-db@1.52.0"
|
|
2007
|
+
}
|
|
2008
|
+
},
|
|
2009
|
+
"mini-svg-data-uri@1.4.4": {
|
|
2010
|
+
"integrity": "sha512-r9deDe9p5FJUPZAk3A59wGH7Ii9YrjjWw0jmw/liSbHl2CHiyXj6FcDXDu2K3TjVAXqiJdaw3xxwlZZr9E6nHg==",
|
|
2011
|
+
"dependencies": {}
|
|
2012
|
+
},
|
|
2013
|
+
"mj-context-menu@0.6.1": {
|
|
2014
|
+
"integrity": "sha512-7NO5s6n10TIV96d4g2uDpG7ZDpIhMh0QNfGdJw/W47JswFcosz457wqz/b5sAKvl12sxINGFCn80NZHKwxQEXA==",
|
|
2015
|
+
"dependencies": {}
|
|
2016
|
+
},
|
|
2017
|
+
"mri@1.2.0": {
|
|
2018
|
+
"integrity": "sha512-tzzskb3bG8LvYGFF/mDTpq3jpI6Q9wc3LEmBaghu+DdCssd1FakN7Bc0hVNmEyGq1bq3RgfkCb3cmQLpNPOroA==",
|
|
2019
|
+
"dependencies": {}
|
|
2020
|
+
},
|
|
2021
|
+
"ms@2.1.2": {
|
|
2022
|
+
"integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
|
|
2023
|
+
"dependencies": {}
|
|
2024
|
+
},
|
|
2025
|
+
"node-emoji@2.1.3": {
|
|
2026
|
+
"integrity": "sha512-E2WEOVsgs7O16zsURJ/eH8BqhF029wGpEOnv7Urwdo2wmQanOACwJQh0devF9D9RhoZru0+9JXIS0dBXIAz+lA==",
|
|
2027
|
+
"dependencies": {
|
|
2028
|
+
"@sindresorhus/is": "@sindresorhus/is@4.6.0",
|
|
2029
|
+
"char-regex": "char-regex@1.0.2",
|
|
2030
|
+
"emojilib": "emojilib@2.4.0",
|
|
2031
|
+
"skin-tone": "skin-tone@2.0.0"
|
|
2032
|
+
}
|
|
2033
|
+
},
|
|
2034
|
+
"non-layered-tidy-tree-layout@2.0.2": {
|
|
2035
|
+
"integrity": "sha512-gkXMxRzUH+PB0ax9dUN0yYF0S25BqeAYqhgMaLUFmpXLEk7Fcu8f4emJuOAY0V8kjDICxROIKsTAKsV/v355xw==",
|
|
2036
|
+
"dependencies": {}
|
|
2037
|
+
},
|
|
2038
|
+
"parse-entities@2.0.0": {
|
|
2039
|
+
"integrity": "sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==",
|
|
2040
|
+
"dependencies": {
|
|
2041
|
+
"character-entities": "character-entities@1.2.4",
|
|
2042
|
+
"character-entities-legacy": "character-entities-legacy@1.1.4",
|
|
2043
|
+
"character-reference-invalid": "character-reference-invalid@1.1.4",
|
|
2044
|
+
"is-alphanumerical": "is-alphanumerical@1.0.4",
|
|
2045
|
+
"is-decimal": "is-decimal@1.0.4",
|
|
2046
|
+
"is-hexadecimal": "is-hexadecimal@1.0.4"
|
|
2047
|
+
}
|
|
2048
|
+
},
|
|
2049
|
+
"parse-entities@4.0.1": {
|
|
2050
|
+
"integrity": "sha512-SWzvYcSJh4d/SGLIOQfZ/CoNv6BTlI6YEQ7Nj82oDVnRpwe/Z/F1EMx42x3JAOwGBlCjeCH0BRJQbQ/opHL17w==",
|
|
2051
|
+
"dependencies": {
|
|
2052
|
+
"@types/unist": "@types/unist@2.0.11",
|
|
2053
|
+
"character-entities": "character-entities@2.0.2",
|
|
2054
|
+
"character-entities-legacy": "character-entities-legacy@3.0.0",
|
|
2055
|
+
"character-reference-invalid": "character-reference-invalid@2.0.1",
|
|
2056
|
+
"decode-named-character-reference": "decode-named-character-reference@1.0.2",
|
|
2057
|
+
"is-alphanumerical": "is-alphanumerical@2.0.1",
|
|
2058
|
+
"is-decimal": "is-decimal@2.0.1",
|
|
2059
|
+
"is-hexadecimal": "is-hexadecimal@2.0.1"
|
|
2060
|
+
}
|
|
2061
|
+
},
|
|
2062
|
+
"parse5@7.1.2": {
|
|
2063
|
+
"integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==",
|
|
2064
|
+
"dependencies": {
|
|
2065
|
+
"entities": "entities@4.5.0"
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"playwright-core@1.46.1": {
|
|
2069
|
+
"integrity": "sha512-h9LqIQaAv+CYvWzsZ+h3RsrqCStkBHlgo6/TJlFst3cOTlLghBQlJwPOZKQJTKNaD3QIB7aAVQ+gfWbN3NXB7A==",
|
|
2070
|
+
"dependencies": {}
|
|
2071
|
+
},
|
|
2072
|
+
"property-information@6.5.0": {
|
|
2073
|
+
"integrity": "sha512-PgTgs/BlvHxOu8QuEN7wi5A0OmXaBcHpmCSTehcs6Uuu9IkDIEo13Hy7n898RHfrQ49vKCoGeWZSaAK01nwVig==",
|
|
2074
|
+
"dependencies": {}
|
|
2075
|
+
},
|
|
2076
|
+
"psl@1.9.0": {
|
|
2077
|
+
"integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==",
|
|
2078
|
+
"dependencies": {}
|
|
2079
|
+
},
|
|
2080
|
+
"punycode@2.3.1": {
|
|
2081
|
+
"integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==",
|
|
2082
|
+
"dependencies": {}
|
|
2083
|
+
},
|
|
2084
|
+
"querystringify@2.2.0": {
|
|
2085
|
+
"integrity": "sha512-FIqgj2EUvTa7R50u0rGsyTftzjYmv/a3hO345bZNrqabNqjtgiDMgmo4mkUjd+nzU5oF3dClKqFIPUKybUyqoQ==",
|
|
2086
|
+
"dependencies": {}
|
|
2087
|
+
},
|
|
2088
|
+
"regenerator-runtime@0.14.1": {
|
|
2089
|
+
"integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==",
|
|
2090
|
+
"dependencies": {}
|
|
2091
|
+
},
|
|
2092
|
+
"rehype-autolink-headings@7.1.0": {
|
|
2093
|
+
"integrity": "sha512-rItO/pSdvnvsP4QRB1pmPiNHUskikqtPojZKJPPPAVx9Hj8i8TwMBhofrrAYRhYOOBZH9tgmG5lPqDLuIWPWmw==",
|
|
2094
|
+
"dependencies": {
|
|
2095
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2096
|
+
"@ungap/structured-clone": "@ungap/structured-clone@1.2.0",
|
|
2097
|
+
"hast-util-heading-rank": "hast-util-heading-rank@3.0.0",
|
|
2098
|
+
"hast-util-is-element": "hast-util-is-element@3.0.0",
|
|
2099
|
+
"unified": "unified@11.0.5",
|
|
2100
|
+
"unist-util-visit": "unist-util-visit@5.0.0"
|
|
2101
|
+
}
|
|
2102
|
+
},
|
|
2103
|
+
"rehype-highlight@7.0.0": {
|
|
2104
|
+
"integrity": "sha512-QtobgRgYoQaK6p1eSr2SD1i61f7bjF2kZHAQHxeCHAuJf7ZUDMvQ7owDq9YTkmar5m5TSUol+2D3bp3KfJf/oA==",
|
|
2105
|
+
"dependencies": {
|
|
2106
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2107
|
+
"hast-util-to-text": "hast-util-to-text@4.0.2",
|
|
2108
|
+
"lowlight": "lowlight@3.1.0",
|
|
2109
|
+
"unist-util-visit": "unist-util-visit@5.0.0",
|
|
2110
|
+
"vfile": "vfile@6.0.3"
|
|
2111
|
+
}
|
|
2112
|
+
},
|
|
2113
|
+
"rehype-mathjax@6.0.0": {
|
|
2114
|
+
"integrity": "sha512-SioRmn+0mRWtDc4QVKG9JG88bXhPazfhc11GQoQ68mwot2WWyfabyZ7tuJu3Z4LCf893wXkQTVTF8PUlntoDwA==",
|
|
2115
|
+
"dependencies": {
|
|
2116
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2117
|
+
"@types/mathjax": "@types/mathjax@0.0.40",
|
|
2118
|
+
"hast-util-from-dom": "hast-util-from-dom@5.0.0",
|
|
2119
|
+
"hast-util-to-text": "hast-util-to-text@4.0.2",
|
|
2120
|
+
"jsdom": "jsdom@23.2.0",
|
|
2121
|
+
"mathjax-full": "mathjax-full@3.2.2",
|
|
2122
|
+
"unified": "unified@11.0.5",
|
|
2123
|
+
"unist-util-visit-parents": "unist-util-visit-parents@6.0.1"
|
|
2124
|
+
}
|
|
2125
|
+
},
|
|
2126
|
+
"rehype-mermaid@2.1.0": {
|
|
2127
|
+
"integrity": "sha512-YgzHXaUTzp+loffUvAoX+vtNNl36WL12GWYv4farPeW9GRFfYdgNg15O/3nADAW/Yh5/997Vv+0WaWOJ24/YSg==",
|
|
2128
|
+
"dependencies": {
|
|
2129
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2130
|
+
"hast-util-from-html-isomorphic": "hast-util-from-html-isomorphic@2.0.0",
|
|
2131
|
+
"hast-util-to-text": "hast-util-to-text@4.0.2",
|
|
2132
|
+
"mermaid-isomorphic": "mermaid-isomorphic@2.2.1",
|
|
2133
|
+
"mini-svg-data-uri": "mini-svg-data-uri@1.4.4",
|
|
2134
|
+
"space-separated-tokens": "space-separated-tokens@2.0.2",
|
|
2135
|
+
"unified": "unified@11.0.5",
|
|
2136
|
+
"unist-util-visit-parents": "unist-util-visit-parents@6.0.1",
|
|
2137
|
+
"vfile": "vfile@6.0.3"
|
|
2138
|
+
}
|
|
2139
|
+
},
|
|
2140
|
+
"rehype-parse@9.0.0": {
|
|
2141
|
+
"integrity": "sha512-WG7nfvmWWkCR++KEkZevZb/uw41E8TsH4DsY9UxsTbIXCVGbAs4S+r8FrQ+OtH5EEQAs+5UxKC42VinkmpA1Yw==",
|
|
2142
|
+
"dependencies": {
|
|
2143
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2144
|
+
"hast-util-from-html": "hast-util-from-html@2.0.2",
|
|
2145
|
+
"unified": "unified@11.0.5"
|
|
2146
|
+
}
|
|
2147
|
+
},
|
|
2148
|
+
"rehype-raw@7.0.0": {
|
|
2149
|
+
"integrity": "sha512-/aE8hCfKlQeA8LmyeyQvQF3eBiLRGNlfBJEvWH7ivp9sBqs7TNqBL5X3v157rM4IFETqDnIOO+z5M/biZbo9Ww==",
|
|
2150
|
+
"dependencies": {
|
|
2151
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2152
|
+
"hast-util-raw": "hast-util-raw@9.0.4",
|
|
2153
|
+
"vfile": "vfile@6.0.3"
|
|
2154
|
+
}
|
|
2155
|
+
},
|
|
2156
|
+
"rehype-sanitize@6.0.0": {
|
|
2157
|
+
"integrity": "sha512-CsnhKNsyI8Tub6L4sm5ZFsme4puGfc6pYylvXo1AeqaGbjOYyzNv3qZPwvs0oMJ39eryyeOdmxwUIo94IpEhqg==",
|
|
2158
|
+
"dependencies": {
|
|
2159
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2160
|
+
"hast-util-sanitize": "hast-util-sanitize@5.0.1"
|
|
2161
|
+
}
|
|
2162
|
+
},
|
|
2163
|
+
"rehype-slug@6.0.0": {
|
|
2164
|
+
"integrity": "sha512-lWyvf/jwu+oS5+hL5eClVd3hNdmwM1kAC0BUvEGD19pajQMIzcNUd/k9GsfQ+FfECvX+JE+e9/btsKH0EjJT6A==",
|
|
2165
|
+
"dependencies": {
|
|
2166
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2167
|
+
"github-slugger": "github-slugger@2.0.0",
|
|
2168
|
+
"hast-util-heading-rank": "hast-util-heading-rank@3.0.0",
|
|
2169
|
+
"hast-util-to-string": "hast-util-to-string@3.0.0",
|
|
2170
|
+
"unist-util-visit": "unist-util-visit@5.0.0"
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
2173
|
+
"rehype-stringify@10.0.0": {
|
|
2174
|
+
"integrity": "sha512-1TX1i048LooI9QoecrXy7nGFFbFSufxVRAfc6Y9YMRAi56l+oB0zP51mLSV312uRuvVLPV1opSlJmslozR1XHQ==",
|
|
2175
|
+
"dependencies": {
|
|
2176
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2177
|
+
"hast-util-to-html": "hast-util-to-html@9.0.2",
|
|
2178
|
+
"unified": "unified@11.0.5"
|
|
2179
|
+
}
|
|
2180
|
+
},
|
|
2181
|
+
"rehype@13.0.1": {
|
|
2182
|
+
"integrity": "sha512-AcSLS2mItY+0fYu9xKxOu1LhUZeBZZBx8//5HKzF+0XP+eP8+6a5MXn2+DW2kfXR6Dtp1FEXMVrjyKAcvcU8vg==",
|
|
2183
|
+
"dependencies": {
|
|
2184
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2185
|
+
"rehype-parse": "rehype-parse@9.0.0",
|
|
2186
|
+
"rehype-stringify": "rehype-stringify@10.0.0",
|
|
2187
|
+
"unified": "unified@11.0.5"
|
|
2188
|
+
}
|
|
2189
|
+
},
|
|
2190
|
+
"remark-breaks@4.0.0": {
|
|
2191
|
+
"integrity": "sha512-IjEjJOkH4FuJvHZVIW0QCDWxcG96kCq7An/KVH2NfJe6rKZU2AsHeB3OEjPNRxi4QC34Xdx7I2KGYn6IpT7gxQ==",
|
|
2192
|
+
"dependencies": {
|
|
2193
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2194
|
+
"mdast-util-newline-to-break": "mdast-util-newline-to-break@2.0.0",
|
|
2195
|
+
"unified": "unified@11.0.5"
|
|
2196
|
+
}
|
|
2197
|
+
},
|
|
2198
|
+
"remark-directive@3.0.0": {
|
|
2199
|
+
"integrity": "sha512-l1UyWJ6Eg1VPU7Hm/9tt0zKtReJQNOA4+iDMAxTyZNWnJnFlbS/7zhiel/rogTLQ2vMYwDzSJa4BiVNqGlqIMA==",
|
|
2200
|
+
"dependencies": {
|
|
2201
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2202
|
+
"mdast-util-directive": "mdast-util-directive@3.0.0",
|
|
2203
|
+
"micromark-extension-directive": "micromark-extension-directive@3.0.1",
|
|
2204
|
+
"unified": "unified@11.0.5"
|
|
2205
|
+
}
|
|
2206
|
+
},
|
|
2207
|
+
"remark-emoji@5.0.1": {
|
|
2208
|
+
"integrity": "sha512-QCqTSvcZ65Ym+P+VyBKd4JfJfh7icMl7cIOGVmPMzWkDtdD8pQ0nQG7yxGolVIiMzSx90EZ7SwNiVpYpfTxn7w==",
|
|
2209
|
+
"dependencies": {
|
|
2210
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2211
|
+
"emoticon": "emoticon@4.1.0",
|
|
2212
|
+
"mdast-util-find-and-replace": "mdast-util-find-and-replace@3.0.1",
|
|
2213
|
+
"node-emoji": "node-emoji@2.1.3",
|
|
2214
|
+
"unified": "unified@11.0.5"
|
|
2215
|
+
}
|
|
2216
|
+
},
|
|
2217
|
+
"remark-flexible-markers@1.2.1": {
|
|
2218
|
+
"integrity": "sha512-yAqJ2bRDWfBC7G0A6lHsifMQpzeID10RQc5Pgm29jyAzdJQ7pJozDROeMEk7GW1KznSxIjO5be+fn7Dh+Fbo4A==",
|
|
2219
|
+
"dependencies": {
|
|
2220
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2221
|
+
"unist-builder": "unist-builder@4.0.0",
|
|
2222
|
+
"unist-util-find-after": "unist-util-find-after@5.0.0",
|
|
2223
|
+
"unist-util-find-all-after": "unist-util-find-all-after@5.0.0",
|
|
2224
|
+
"unist-util-find-all-before": "unist-util-find-all-before@5.0.0",
|
|
2225
|
+
"unist-util-find-between-all": "unist-util-find-between-all@1.0.5",
|
|
2226
|
+
"unist-util-visit": "unist-util-visit@5.0.0"
|
|
2227
|
+
}
|
|
2228
|
+
},
|
|
2229
|
+
"remark-frontmatter@5.0.0": {
|
|
2230
|
+
"integrity": "sha512-XTFYvNASMe5iPN0719nPrdItC9aU0ssC4v14mH1BCi1u0n1gAocqcujWUrByftZTbLhRtiKRyjYTSIOcr69UVQ==",
|
|
2231
|
+
"dependencies": {
|
|
2232
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2233
|
+
"mdast-util-frontmatter": "mdast-util-frontmatter@2.0.1",
|
|
2234
|
+
"micromark-extension-frontmatter": "micromark-extension-frontmatter@2.0.0",
|
|
2235
|
+
"unified": "unified@11.0.5"
|
|
2236
|
+
}
|
|
2237
|
+
},
|
|
2238
|
+
"remark-gfm@4.0.0": {
|
|
2239
|
+
"integrity": "sha512-U92vJgBPkbw4Zfu/IiW2oTZLSL3Zpv+uI7My2eq8JxKgqraFdU8YUGicEJCEgSbeaG+QDFqIcwwfMTOEelPxuA==",
|
|
2240
|
+
"dependencies": {
|
|
2241
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2242
|
+
"mdast-util-gfm": "mdast-util-gfm@3.0.0",
|
|
2243
|
+
"micromark-extension-gfm": "micromark-extension-gfm@3.0.0",
|
|
2244
|
+
"remark-parse": "remark-parse@11.0.0",
|
|
2245
|
+
"remark-stringify": "remark-stringify@11.0.0",
|
|
2246
|
+
"unified": "unified@11.0.5"
|
|
2247
|
+
}
|
|
2248
|
+
},
|
|
2249
|
+
"remark-math@6.0.0": {
|
|
2250
|
+
"integrity": "sha512-MMqgnP74Igy+S3WwnhQ7kqGlEerTETXMvJhrUzDikVZ2/uogJCb+WHUg97hK9/jcfc0dkD73s3LN8zU49cTEtA==",
|
|
2251
|
+
"dependencies": {
|
|
2252
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2253
|
+
"mdast-util-math": "mdast-util-math@3.0.0",
|
|
2254
|
+
"micromark-extension-math": "micromark-extension-math@3.1.0",
|
|
2255
|
+
"unified": "unified@11.0.5"
|
|
2256
|
+
}
|
|
2257
|
+
},
|
|
2258
|
+
"remark-parse@11.0.0": {
|
|
2259
|
+
"integrity": "sha512-FCxlKLNGknS5ba/1lmpYijMUzX2esxW5xQqjWxw2eHFfS2MSdaHVINFmhjo+qN1WhZhNimq0dZATN9pH0IDrpA==",
|
|
2260
|
+
"dependencies": {
|
|
2261
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2262
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@2.0.1",
|
|
2263
|
+
"micromark-util-types": "micromark-util-types@2.0.0",
|
|
2264
|
+
"unified": "unified@11.0.5"
|
|
2265
|
+
}
|
|
2266
|
+
},
|
|
2267
|
+
"remark-parse@9.0.0": {
|
|
2268
|
+
"integrity": "sha512-geKatMwSzEXKHuzBNU1z676sGcDcFoChMK38TgdHJNAYfFtsfHDQG7MoJAjs6sgYMqyLduCYWDIWZIxiPeafEw==",
|
|
2269
|
+
"dependencies": {
|
|
2270
|
+
"mdast-util-from-markdown": "mdast-util-from-markdown@0.8.5"
|
|
2271
|
+
}
|
|
2272
|
+
},
|
|
2273
|
+
"remark-rehype@11.1.0": {
|
|
2274
|
+
"integrity": "sha512-z3tJrAs2kIs1AqIIy6pzHmAHlF1hWQ+OdY4/hv+Wxe35EhyLKcajL33iUEn3ScxtFox9nUvRufR/Zre8Q08H/g==",
|
|
2275
|
+
"dependencies": {
|
|
2276
|
+
"@types/hast": "@types/hast@3.0.4",
|
|
2277
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2278
|
+
"mdast-util-to-hast": "mdast-util-to-hast@13.2.0",
|
|
2279
|
+
"unified": "unified@11.0.5",
|
|
2280
|
+
"vfile": "vfile@6.0.3"
|
|
2281
|
+
}
|
|
2282
|
+
},
|
|
2283
|
+
"remark-remove-comments@1.0.1": {
|
|
2284
|
+
"integrity": "sha512-aoBnwdr9VjMdRYkKLzU2MD11KuxLAiCYGFimR79z7DIzfmC8yjohbpCl9x/6+qx0SpPnfZ2aFBFa2QPXPdT/LQ==",
|
|
2285
|
+
"dependencies": {
|
|
2286
|
+
"html-comment-regex": "html-comment-regex@1.1.2",
|
|
2287
|
+
"unist-util-visit": "unist-util-visit@4.1.2"
|
|
2288
|
+
}
|
|
2289
|
+
},
|
|
2290
|
+
"remark-ruby@0.4.0_remark-parse@9.0.0": {
|
|
2291
|
+
"integrity": "sha512-4GUhQuuIlKzP6kX1Ty89yvje6Rzs4BuVSv98L0Npx0784I9MpZejUbP2uesP/3eNsNtnGOVJmi3oV5IysNWtuA==",
|
|
2292
|
+
"dependencies": {
|
|
2293
|
+
"browser-assert": "browser-assert@1.2.1",
|
|
2294
|
+
"micromark": "micromark@2.11.4",
|
|
2295
|
+
"remark-parse": "remark-parse@9.0.0"
|
|
2296
|
+
}
|
|
2297
|
+
},
|
|
2298
|
+
"remark-stringify@11.0.0": {
|
|
2299
|
+
"integrity": "sha512-1OSmLd3awB/t8qdoEOMazZkNsfVTeY4fTsgzcQFdXNq8ToTN4ZGwrMnlda4K6smTFKD+GRV6O48i6Z4iKgPPpw==",
|
|
2300
|
+
"dependencies": {
|
|
2301
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2302
|
+
"mdast-util-to-markdown": "mdast-util-to-markdown@2.1.0",
|
|
2303
|
+
"unified": "unified@11.0.5"
|
|
2304
|
+
}
|
|
2305
|
+
},
|
|
2306
|
+
"remark-wiki-link@2.0.1": {
|
|
2307
|
+
"integrity": "sha512-F8Eut1E7GWfFm4ZDTI6/4ejeZEHZgnVk6E933Yqd/ssYsc4AyI32aGakxwsGcEzbbE7dkWi1EfLlGAdGgOZOsA==",
|
|
2308
|
+
"dependencies": {
|
|
2309
|
+
"@babel/runtime": "@babel/runtime@7.25.4",
|
|
2310
|
+
"mdast-util-wiki-link": "mdast-util-wiki-link@0.1.2",
|
|
2311
|
+
"micromark-extension-wiki-link": "micromark-extension-wiki-link@0.0.4"
|
|
2312
|
+
}
|
|
2313
|
+
},
|
|
2314
|
+
"remark@15.0.1": {
|
|
2315
|
+
"integrity": "sha512-Eht5w30ruCXgFmxVUSlNWQ9iiimq07URKeFS3hNc8cUWy1llX4KDWfyEDZRycMc+znsN9Ux5/tJ/BFdgdOwA3A==",
|
|
2316
|
+
"dependencies": {
|
|
2317
|
+
"@types/mdast": "@types/mdast@4.0.4",
|
|
2318
|
+
"remark-parse": "remark-parse@11.0.0",
|
|
2319
|
+
"remark-stringify": "remark-stringify@11.0.0",
|
|
2320
|
+
"unified": "unified@11.0.5"
|
|
2321
|
+
}
|
|
2322
|
+
},
|
|
2323
|
+
"repeat-string@1.6.1": {
|
|
2324
|
+
"integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==",
|
|
2325
|
+
"dependencies": {}
|
|
2326
|
+
},
|
|
2327
|
+
"require-from-string@2.0.2": {
|
|
2328
|
+
"integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==",
|
|
2329
|
+
"dependencies": {}
|
|
2330
|
+
},
|
|
2331
|
+
"requires-port@1.0.0": {
|
|
2332
|
+
"integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==",
|
|
2333
|
+
"dependencies": {}
|
|
2334
|
+
},
|
|
2335
|
+
"robust-predicates@3.0.2": {
|
|
2336
|
+
"integrity": "sha512-IXgzBWvWQwE6PrDI05OvmXUIruQTcoMDzRsOd5CDvHCVLcLHMTSYvOK5Cm46kWqlV3yAbuSpBZdJ5oP5OUoStg==",
|
|
2337
|
+
"dependencies": {}
|
|
2338
|
+
},
|
|
2339
|
+
"rrweb-cssom@0.6.0": {
|
|
2340
|
+
"integrity": "sha512-APM0Gt1KoXBz0iIkkdB/kfvGOwC4UuJFeG/c+yV7wSc7q96cG/kJ0HiYCnzivD9SB53cLV1MlHFNfOuPaadYSw==",
|
|
2341
|
+
"dependencies": {}
|
|
2342
|
+
},
|
|
2343
|
+
"rw@1.3.3": {
|
|
2344
|
+
"integrity": "sha512-PdhdWy89SiZogBLaw42zdeqtRJ//zFd2PgQavcICDUgJT5oW10QCRKbJ6bg4r0/UY2M6BWd5tkxuGFRvCkgfHQ==",
|
|
2345
|
+
"dependencies": {}
|
|
2346
|
+
},
|
|
2347
|
+
"sade@1.8.1": {
|
|
2348
|
+
"integrity": "sha512-xal3CZX1Xlo/k4ApwCFrHVACi9fBqJ7V+mwhBsuf/1IOKbBy098Fex+Wa/5QMubw09pSZ/u8EY8PWgevJsXp1A==",
|
|
2349
|
+
"dependencies": {
|
|
2350
|
+
"mri": "mri@1.2.0"
|
|
2351
|
+
}
|
|
2352
|
+
},
|
|
2353
|
+
"safer-buffer@2.1.2": {
|
|
2354
|
+
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
2355
|
+
"dependencies": {}
|
|
2356
|
+
},
|
|
2357
|
+
"saxes@6.0.0": {
|
|
2358
|
+
"integrity": "sha512-xAg7SOnEhrm5zI3puOOKyy1OMcMlIJZYNJY7xLBwSze0UjhPLnWfj2GF2EpT0jmzaJKIWKHLsaSSajf35bcYnA==",
|
|
2359
|
+
"dependencies": {
|
|
2360
|
+
"xmlchars": "xmlchars@2.2.0"
|
|
2361
|
+
}
|
|
2362
|
+
},
|
|
2363
|
+
"skin-tone@2.0.0": {
|
|
2364
|
+
"integrity": "sha512-kUMbT1oBJCpgrnKoSr0o6wPtvRWT9W9UKvGLwfJYO2WuahZRHOpEyL1ckyMGgMWh0UdpmaoFqKKD29WTomNEGA==",
|
|
2365
|
+
"dependencies": {
|
|
2366
|
+
"unicode-emoji-modifier-base": "unicode-emoji-modifier-base@1.0.0"
|
|
2367
|
+
}
|
|
2368
|
+
},
|
|
2369
|
+
"source-map-js@1.2.0": {
|
|
2370
|
+
"integrity": "sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg==",
|
|
2371
|
+
"dependencies": {}
|
|
2372
|
+
},
|
|
2373
|
+
"space-separated-tokens@2.0.2": {
|
|
2374
|
+
"integrity": "sha512-PEGlAwrG8yXGXRjW32fGbg66JAlOAwbObuqVoJpv/mRgoWDQfgH1wDPvtzWyUSNAXBGSk8h755YDbbcEy3SH2Q==",
|
|
2375
|
+
"dependencies": {}
|
|
2376
|
+
},
|
|
2377
|
+
"speech-rule-engine@4.0.7": {
|
|
2378
|
+
"integrity": "sha512-sJrL3/wHzNwJRLBdf6CjJWIlxC04iYKkyXvYSVsWVOiC2DSkHmxsqOhEeMsBA9XK+CHuNcsdkbFDnoUfAsmp9g==",
|
|
2379
|
+
"dependencies": {
|
|
2380
|
+
"commander": "commander@9.2.0",
|
|
2381
|
+
"wicked-good-xpath": "wicked-good-xpath@1.3.0",
|
|
2382
|
+
"xmldom-sre": "xmldom-sre@0.1.31"
|
|
2383
|
+
}
|
|
2384
|
+
},
|
|
2385
|
+
"stringify-entities@4.0.4": {
|
|
2386
|
+
"integrity": "sha512-IwfBptatlO+QCJUo19AqvrPNqlVMpW9YEL2LIVY+Rpv2qsjCGxaDLNRgeGsQWJhfItebuJhsGSLjaBbNSQ+ieg==",
|
|
2387
|
+
"dependencies": {
|
|
2388
|
+
"character-entities-html4": "character-entities-html4@2.1.0",
|
|
2389
|
+
"character-entities-legacy": "character-entities-legacy@3.0.0"
|
|
2390
|
+
}
|
|
2391
|
+
},
|
|
2392
|
+
"stylis@4.3.4": {
|
|
2393
|
+
"integrity": "sha512-osIBl6BGUmSfDkyH2mB7EFvCJntXDrLhKjHTRj/rK6xLH0yuPrHULDRQzKokSOD4VoorhtKpfcfW1GAntu8now==",
|
|
2394
|
+
"dependencies": {}
|
|
2395
|
+
},
|
|
2396
|
+
"symbol-tree@3.2.4": {
|
|
2397
|
+
"integrity": "sha512-9QNk5KwDF+Bvz+PyObkmSYjI5ksVUYtjW7AU22r2NKcfLJcXp96hkDWU3+XndOsUb+AQ9QhfzfCT2O+CNWT5Tw==",
|
|
2398
|
+
"dependencies": {}
|
|
2399
|
+
},
|
|
2400
|
+
"tough-cookie@4.1.4": {
|
|
2401
|
+
"integrity": "sha512-Loo5UUvLD9ScZ6jh8beX1T6sO1w2/MpCRpEP7V280GKMVUQ0Jzar2U3UJPsrdbziLEMMhu3Ujnq//rhiFuIeag==",
|
|
2402
|
+
"dependencies": {
|
|
2403
|
+
"psl": "psl@1.9.0",
|
|
2404
|
+
"punycode": "punycode@2.3.1",
|
|
2405
|
+
"universalify": "universalify@0.2.0",
|
|
2406
|
+
"url-parse": "url-parse@1.5.10"
|
|
2407
|
+
}
|
|
2408
|
+
},
|
|
2409
|
+
"tr46@5.0.0": {
|
|
2410
|
+
"integrity": "sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==",
|
|
2411
|
+
"dependencies": {
|
|
2412
|
+
"punycode": "punycode@2.3.1"
|
|
2413
|
+
}
|
|
2414
|
+
},
|
|
2415
|
+
"trim-lines@3.0.1": {
|
|
2416
|
+
"integrity": "sha512-kRj8B+YHZCc9kQYdWfJB2/oUl9rA99qbowYYBtr4ui4mZyAQ2JpvVBd/6U2YloATfqBhBTSMhTpgBHtU0Mf3Rg==",
|
|
2417
|
+
"dependencies": {}
|
|
2418
|
+
},
|
|
2419
|
+
"trough@2.2.0": {
|
|
2420
|
+
"integrity": "sha512-tmMpK00BjZiUyVyvrBK7knerNgmgvcV/KLVyuma/SC+TQN167GrMRciANTz09+k3zW8L8t60jWO1GpfkZdjTaw==",
|
|
2421
|
+
"dependencies": {}
|
|
2422
|
+
},
|
|
2423
|
+
"ts-dedent@2.2.0": {
|
|
2424
|
+
"integrity": "sha512-q5W7tVM71e2xjHZTlgfTDoPF/SmqKG5hddq9SzR49CH2hayqRKJtQ4mtRlSxKaJlR/+9rEM+mnBHf7I2/BQcpQ==",
|
|
2425
|
+
"dependencies": {}
|
|
2426
|
+
},
|
|
2427
|
+
"unicode-emoji-modifier-base@1.0.0": {
|
|
2428
|
+
"integrity": "sha512-yLSH4py7oFH3oG/9K+XWrz1pSi3dfUrWEnInbxMfArOfc1+33BlGPQtLsOYwvdMy11AwUBetYuaRxSPqgkq+8g==",
|
|
2429
|
+
"dependencies": {}
|
|
2430
|
+
},
|
|
2431
|
+
"unified@11.0.5": {
|
|
2432
|
+
"integrity": "sha512-xKvGhPWw3k84Qjh8bI3ZeJjqnyadK+GEFtazSfZv/rKeTkTjOJho6mFqh2SM96iIcZokxiOpg78GazTSg8+KHA==",
|
|
2433
|
+
"dependencies": {
|
|
2434
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2435
|
+
"bail": "bail@2.0.2",
|
|
2436
|
+
"devlop": "devlop@1.1.0",
|
|
2437
|
+
"extend": "extend@3.0.2",
|
|
2438
|
+
"is-plain-obj": "is-plain-obj@4.1.0",
|
|
2439
|
+
"trough": "trough@2.2.0",
|
|
2440
|
+
"vfile": "vfile@6.0.3"
|
|
2441
|
+
}
|
|
2442
|
+
},
|
|
2443
|
+
"unist-builder@4.0.0": {
|
|
2444
|
+
"integrity": "sha512-wmRFnH+BLpZnTKpc5L7O67Kac89s9HMrtELpnNaE6TAobq5DTZZs5YaTQfAZBA9bFPECx2uVAPO31c+GVug8mg==",
|
|
2445
|
+
"dependencies": {
|
|
2446
|
+
"@types/unist": "@types/unist@3.0.3"
|
|
2447
|
+
}
|
|
2448
|
+
},
|
|
2449
|
+
"unist-util-find-after@5.0.0": {
|
|
2450
|
+
"integrity": "sha512-amQa0Ep2m6hE2g72AugUItjbuM8X8cGQnFoHk0pGfrFeT9GZhzN5SW8nRsiGKK7Aif4CrACPENkA6P/Lw6fHGQ==",
|
|
2451
|
+
"dependencies": {
|
|
2452
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2453
|
+
"unist-util-is": "unist-util-is@6.0.0"
|
|
2454
|
+
}
|
|
2455
|
+
},
|
|
2456
|
+
"unist-util-find-all-after@5.0.0": {
|
|
2457
|
+
"integrity": "sha512-nGmOYvTSdGcI4RvrUNfe0mOsqqbbJOtqCQsppsY9KZjmv3nwM3YRgNBwFPdZ8Y+iv9Z/2PDjR9u6u+uK62XTTg==",
|
|
2458
|
+
"dependencies": {
|
|
2459
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2460
|
+
"unist-util-is": "unist-util-is@6.0.0"
|
|
2461
|
+
}
|
|
2462
|
+
},
|
|
2463
|
+
"unist-util-find-all-before@5.0.0": {
|
|
2464
|
+
"integrity": "sha512-zir6a7GsXfdn4YAWR4F3hLNKZjTjLBJurdyquysvmX38xbftS1+qwvEhutxxHLq0Pp1tW5V1TDiuj+qluuOnKw==",
|
|
2465
|
+
"dependencies": {
|
|
2466
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2467
|
+
"unist-util-is": "unist-util-is@6.0.0"
|
|
2468
|
+
}
|
|
2469
|
+
},
|
|
2470
|
+
"unist-util-find-between-all@1.0.5": {
|
|
2471
|
+
"integrity": "sha512-zqpIPPzhbG6fI5lqYZhS1UPsMvxV9IY6dwbizLHLPAGNb3pQT3mTvmzXpP1K2lmUh4bhUwAN4gkQcxhR/OLS4g==",
|
|
2472
|
+
"dependencies": {
|
|
2473
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2474
|
+
"unist-util-is": "unist-util-is@6.0.0"
|
|
2475
|
+
}
|
|
2476
|
+
},
|
|
2477
|
+
"unist-util-is@5.2.1": {
|
|
2478
|
+
"integrity": "sha512-u9njyyfEh43npf1M+yGKDGVPbY/JWEemg5nH05ncKPfi+kBbKBJoTdsogMu33uhytuLlv9y0O7GH7fEdwLdLQw==",
|
|
2479
|
+
"dependencies": {
|
|
2480
|
+
"@types/unist": "@types/unist@2.0.11"
|
|
2481
|
+
}
|
|
2482
|
+
},
|
|
2483
|
+
"unist-util-is@6.0.0": {
|
|
2484
|
+
"integrity": "sha512-2qCTHimwdxLfz+YzdGfkqNlH0tLi9xjTnHddPmJwtIG9MGsdbutfTc4P+haPD7l7Cjxf/WZj+we5qfVPvvxfYw==",
|
|
2485
|
+
"dependencies": {
|
|
2486
|
+
"@types/unist": "@types/unist@3.0.3"
|
|
2487
|
+
}
|
|
2488
|
+
},
|
|
2489
|
+
"unist-util-position@5.0.0": {
|
|
2490
|
+
"integrity": "sha512-fucsC7HjXvkB5R3kTCO7kUjRdrS0BJt3M/FPxmHMBOm8JQi2BsHAHFsy27E0EolP8rp0NzXsJ+jNPyDWvOJZPA==",
|
|
2491
|
+
"dependencies": {
|
|
2492
|
+
"@types/unist": "@types/unist@3.0.3"
|
|
2493
|
+
}
|
|
2494
|
+
},
|
|
2495
|
+
"unist-util-remove-position@5.0.0": {
|
|
2496
|
+
"integrity": "sha512-Hp5Kh3wLxv0PHj9m2yZhhLt58KzPtEYKQQ4yxfYFEO7EvHwzyDYnduhHnY1mDxoqr7VUwVuHXk9RXKIiYS1N8Q==",
|
|
2497
|
+
"dependencies": {
|
|
2498
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2499
|
+
"unist-util-visit": "unist-util-visit@5.0.0"
|
|
2500
|
+
}
|
|
2501
|
+
},
|
|
2502
|
+
"unist-util-stringify-position@2.0.3": {
|
|
2503
|
+
"integrity": "sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==",
|
|
2504
|
+
"dependencies": {
|
|
2505
|
+
"@types/unist": "@types/unist@2.0.11"
|
|
2506
|
+
}
|
|
2507
|
+
},
|
|
2508
|
+
"unist-util-stringify-position@3.0.3": {
|
|
2509
|
+
"integrity": "sha512-k5GzIBZ/QatR8N5X2y+drfpWG8IDBzdnVj6OInRNWm1oXrzydiaAT2OQiA8DPRRZyAKb9b6I2a6PxYklZD0gKg==",
|
|
2510
|
+
"dependencies": {
|
|
2511
|
+
"@types/unist": "@types/unist@2.0.11"
|
|
2512
|
+
}
|
|
2513
|
+
},
|
|
2514
|
+
"unist-util-stringify-position@4.0.0": {
|
|
2515
|
+
"integrity": "sha512-0ASV06AAoKCDkS2+xw5RXJywruurpbC4JZSm7nr7MOt1ojAzvyyaO+UxZf18j8FCF6kmzCZKcAgN/yu2gm2XgQ==",
|
|
2516
|
+
"dependencies": {
|
|
2517
|
+
"@types/unist": "@types/unist@3.0.3"
|
|
2518
|
+
}
|
|
2519
|
+
},
|
|
2520
|
+
"unist-util-visit-parents@5.1.3": {
|
|
2521
|
+
"integrity": "sha512-x6+y8g7wWMyQhL1iZfhIPhDAs7Xwbn9nRosDXl7qoPTSCy0yNxnKc+hWokFifWQIDGi154rdUqKvbCa4+1kLhg==",
|
|
2522
|
+
"dependencies": {
|
|
2523
|
+
"@types/unist": "@types/unist@2.0.11",
|
|
2524
|
+
"unist-util-is": "unist-util-is@5.2.1"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"unist-util-visit-parents@6.0.1": {
|
|
2528
|
+
"integrity": "sha512-L/PqWzfTP9lzzEa6CKs0k2nARxTdZduw3zyh8d2NVBnsyvHjSX4TWse388YrrQKbvI8w20fGjGlhgT96WwKykw==",
|
|
2529
|
+
"dependencies": {
|
|
2530
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2531
|
+
"unist-util-is": "unist-util-is@6.0.0"
|
|
2532
|
+
}
|
|
2533
|
+
},
|
|
2534
|
+
"unist-util-visit@4.1.2": {
|
|
2535
|
+
"integrity": "sha512-MSd8OUGISqHdVvfY9TPhyK2VdUrPgxkUtWSuMHF6XAAFuL4LokseigBnZtPnJMu+FbynTkFNnFlyjxpVKujMRg==",
|
|
2536
|
+
"dependencies": {
|
|
2537
|
+
"@types/unist": "@types/unist@2.0.11",
|
|
2538
|
+
"unist-util-is": "unist-util-is@5.2.1",
|
|
2539
|
+
"unist-util-visit-parents": "unist-util-visit-parents@5.1.3"
|
|
2540
|
+
}
|
|
2541
|
+
},
|
|
2542
|
+
"unist-util-visit@5.0.0": {
|
|
2543
|
+
"integrity": "sha512-MR04uvD+07cwl/yhVuVWAtw+3GOR/knlL55Nd/wAdblk27GCVt3lqpTivy/tkJcZoNPzTwS1Y+KMojlLDhoTzg==",
|
|
2544
|
+
"dependencies": {
|
|
2545
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2546
|
+
"unist-util-is": "unist-util-is@6.0.0",
|
|
2547
|
+
"unist-util-visit-parents": "unist-util-visit-parents@6.0.1"
|
|
2548
|
+
}
|
|
2549
|
+
},
|
|
2550
|
+
"universalify@0.2.0": {
|
|
2551
|
+
"integrity": "sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==",
|
|
2552
|
+
"dependencies": {}
|
|
2553
|
+
},
|
|
2554
|
+
"url-parse@1.5.10": {
|
|
2555
|
+
"integrity": "sha512-WypcfiRhfeUP9vvF0j6rw0J3hrWrw6iZv3+22h6iRMJ/8z1Tj6XfLP4DsUix5MhMPnXpiHDoKyoZ/bdCkwBCiQ==",
|
|
2556
|
+
"dependencies": {
|
|
2557
|
+
"querystringify": "querystringify@2.2.0",
|
|
2558
|
+
"requires-port": "requires-port@1.0.0"
|
|
2559
|
+
}
|
|
2560
|
+
},
|
|
2561
|
+
"uuid@9.0.1": {
|
|
2562
|
+
"integrity": "sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==",
|
|
2563
|
+
"dependencies": {}
|
|
2564
|
+
},
|
|
2565
|
+
"uvu@0.5.6": {
|
|
2566
|
+
"integrity": "sha512-+g8ENReyr8YsOc6fv/NVJs2vFdHBnBNdfE49rshrTzDWOlUx4Gq7KOS2GD8eqhy2j+Ejq29+SbKH8yjkAqXqoA==",
|
|
2567
|
+
"dependencies": {
|
|
2568
|
+
"dequal": "dequal@2.0.3",
|
|
2569
|
+
"diff": "diff@5.2.0",
|
|
2570
|
+
"kleur": "kleur@4.1.5",
|
|
2571
|
+
"sade": "sade@1.8.1"
|
|
2572
|
+
}
|
|
2573
|
+
},
|
|
2574
|
+
"vfile-location@5.0.3": {
|
|
2575
|
+
"integrity": "sha512-5yXvWDEgqeiYiBe1lbxYF7UMAIm/IcopxMHrMQDq3nvKcjPKIhZklUKL+AE7J7uApI4kwe2snsK+eI6UTj9EHg==",
|
|
2576
|
+
"dependencies": {
|
|
2577
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2578
|
+
"vfile": "vfile@6.0.3"
|
|
2579
|
+
}
|
|
2580
|
+
},
|
|
2581
|
+
"vfile-message@4.0.2": {
|
|
2582
|
+
"integrity": "sha512-jRDZ1IMLttGj41KcZvlrYAaI3CfqpLpfpf+Mfig13viT6NKvRzWZ+lXz0Y5D60w6uJIBAOGq9mSHf0gktF0duw==",
|
|
2583
|
+
"dependencies": {
|
|
2584
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2585
|
+
"unist-util-stringify-position": "unist-util-stringify-position@4.0.0"
|
|
2586
|
+
}
|
|
2587
|
+
},
|
|
2588
|
+
"vfile@6.0.3": {
|
|
2589
|
+
"integrity": "sha512-KzIbH/9tXat2u30jf+smMwFCsno4wHVdNmzFyL+T/L3UGqqk6JKfVqOFOZEpZSHADH1k40ab6NUIXZq422ov3Q==",
|
|
2590
|
+
"dependencies": {
|
|
2591
|
+
"@types/unist": "@types/unist@3.0.3",
|
|
2592
|
+
"vfile-message": "vfile-message@4.0.2"
|
|
2593
|
+
}
|
|
2594
|
+
},
|
|
2595
|
+
"w3c-xmlserializer@5.0.0": {
|
|
2596
|
+
"integrity": "sha512-o8qghlI8NZHU1lLPrpi2+Uq7abh4GGPpYANlalzWxyWteJOCsr/P+oPBA49TOLu5FTZO4d3F9MnWJfiMo4BkmA==",
|
|
2597
|
+
"dependencies": {
|
|
2598
|
+
"xml-name-validator": "xml-name-validator@5.0.0"
|
|
2599
|
+
}
|
|
2600
|
+
},
|
|
2601
|
+
"web-namespaces@2.0.1": {
|
|
2602
|
+
"integrity": "sha512-bKr1DkiNa2krS7qxNtdrtHAmzuYGFQLiQ13TsorsdT6ULTkPLKuu5+GsFpDlg6JFjUTwX2DyhMPG2be8uPrqsQ==",
|
|
2603
|
+
"dependencies": {}
|
|
2604
|
+
},
|
|
2605
|
+
"web-worker@1.3.0": {
|
|
2606
|
+
"integrity": "sha512-BSR9wyRsy/KOValMgd5kMyr3JzpdeoR9KVId8u5GVlTTAtNChlsE4yTxeY7zMdNSyOmoKBv8NH2qeRY9Tg+IaA==",
|
|
2607
|
+
"dependencies": {}
|
|
2608
|
+
},
|
|
2609
|
+
"webidl-conversions@7.0.0": {
|
|
2610
|
+
"integrity": "sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==",
|
|
2611
|
+
"dependencies": {}
|
|
2612
|
+
},
|
|
2613
|
+
"whatwg-encoding@3.1.1": {
|
|
2614
|
+
"integrity": "sha512-6qN4hJdMwfYBtE3YBTTHhoeuUrDBPZmbQaxWAqSALV/MeEnR5z1xd8UKud2RAkFoPkmB+hli1TZSnyi84xz1vQ==",
|
|
2615
|
+
"dependencies": {
|
|
2616
|
+
"iconv-lite": "iconv-lite@0.6.3"
|
|
2617
|
+
}
|
|
2618
|
+
},
|
|
2619
|
+
"whatwg-mimetype@4.0.0": {
|
|
2620
|
+
"integrity": "sha512-QaKxh0eNIi2mE9p2vEdzfagOKHCcj1pJ56EEHGQOVxp8r9/iszLUUV7v89x9O1p/T+NlTM5W7jW6+cz4Fq1YVg==",
|
|
2621
|
+
"dependencies": {}
|
|
2622
|
+
},
|
|
2623
|
+
"whatwg-url@14.0.0": {
|
|
2624
|
+
"integrity": "sha512-1lfMEm2IEr7RIV+f4lUNPOqfFL+pO+Xw3fJSqmjX9AbXcXcYOkCe1P6+9VBZB6n94af16NfZf+sSk0JCBZC9aw==",
|
|
2625
|
+
"dependencies": {
|
|
2626
|
+
"tr46": "tr46@5.0.0",
|
|
2627
|
+
"webidl-conversions": "webidl-conversions@7.0.0"
|
|
2628
|
+
}
|
|
2629
|
+
},
|
|
2630
|
+
"wicked-good-xpath@1.3.0": {
|
|
2631
|
+
"integrity": "sha512-Gd9+TUn5nXdwj/hFsPVx5cuHHiF5Bwuc30jZ4+ronF1qHK5O7HD0sgmXWSEgwKquT3ClLoKPVbO6qGwVwLzvAw==",
|
|
2632
|
+
"dependencies": {}
|
|
2633
|
+
},
|
|
2634
|
+
"ws@8.18.0": {
|
|
2635
|
+
"integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==",
|
|
2636
|
+
"dependencies": {}
|
|
2637
|
+
},
|
|
2638
|
+
"xml-name-validator@5.0.0": {
|
|
2639
|
+
"integrity": "sha512-EvGK8EJ3DhaHfbRlETOWAS5pO9MZITeauHKJyb8wyajUfQUenkIg2MvLDTZ4T/TgIcm3HU0TFBgWWboAZ30UHg==",
|
|
2640
|
+
"dependencies": {}
|
|
2641
|
+
},
|
|
2642
|
+
"xmlchars@2.2.0": {
|
|
2643
|
+
"integrity": "sha512-JZnDKK8B0RCDw84FNdDAIpZK+JuJw+s7Lz8nksI7SIuU3UXJJslUthsi+uWBUYOwPFwW7W7PRLRfUKpxjtjFCw==",
|
|
2644
|
+
"dependencies": {}
|
|
2645
|
+
},
|
|
2646
|
+
"xmldom-sre@0.1.31": {
|
|
2647
|
+
"integrity": "sha512-f9s+fUkX04BxQf+7mMWAp5zk61pciie+fFLC9hX9UVvCeJQfNHRHXpeo5MPcR0EUf57PYLdt+ZO4f3Ipk2oZUw==",
|
|
2648
|
+
"dependencies": {}
|
|
2649
|
+
},
|
|
2650
|
+
"zwitch@1.0.5": {
|
|
2651
|
+
"integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw==",
|
|
2652
|
+
"dependencies": {}
|
|
2653
|
+
},
|
|
2654
|
+
"zwitch@2.0.4": {
|
|
2655
|
+
"integrity": "sha512-bXE4cR/kVZhKZX/RjPEflHaKVhUVl85noU3v6b8apfQEc1x4A+zBxjZ4lN8LqGd6WZ3dl98pY4o717VFmoPp+A==",
|
|
2656
|
+
"dependencies": {}
|
|
2657
|
+
}
|
|
2658
|
+
}
|
|
2659
|
+
},
|
|
2660
|
+
"redirects": {
|
|
2661
|
+
"https://esm.sh/rehype-raw": "https://esm.sh/rehype-raw@7.0.0",
|
|
2662
|
+
"https://esm.sh/rehype-stringify": "https://esm.sh/rehype-stringify@10.0.0",
|
|
2663
|
+
"https://esm.sh/remark-parse": "https://esm.sh/remark-parse@11.0.0",
|
|
2664
|
+
"https://esm.sh/remark-rehype": "https://esm.sh/remark-rehype@11.1.0",
|
|
2665
|
+
"https://esm.sh/unified": "https://esm.sh/unified@11.0.5"
|
|
2666
|
+
},
|
|
2667
|
+
"remote": {
|
|
2668
|
+
"https://esm.sh/rehype-raw@7.0.0": "cb996a15c31eee0ff45ec915b167d1dbee3260434428eec231afb493171b5ec6",
|
|
2669
|
+
"https://esm.sh/rehype-stringify@10.0.0": "fdc30b370ec695ee10a64725a5e540c444bc794b0b776172f11df8365313e5cd",
|
|
2670
|
+
"https://esm.sh/remark-parse@11.0.0": "04d335dacbf824fb751d1b45356358349b8dfb2a565c19f397e9e2d325001046",
|
|
2671
|
+
"https://esm.sh/remark-rehype@11.1.0": "52458eea90badf6de90a1cdb5f29b0223290d01389ee6681a44fdae22d5833b5",
|
|
2672
|
+
"https://esm.sh/unified@11.0.5": "3e9640eaf2808dbcdaa63fe50fc39e7347c1072ca0e8ade13df2d440353a8949",
|
|
2673
|
+
"https://esm.sh/v135/@ungap/structured-clone@1.2.0/denonext/structured-clone.mjs": "e683ab48ef7a3afd3bce9d1589d14177ddbdbf76fa1483524dddbeb6b142469f",
|
|
2674
|
+
"https://esm.sh/v135/bail@2.0.2/denonext/bail.mjs": "cab740cf24417dfad8567cbb78a49ae7e492ecca299f2b3185520805aba4d073",
|
|
2675
|
+
"https://esm.sh/v135/ccount@2.0.1/denonext/ccount.mjs": "7b32092651a866fcc992c028982ce5e911356da7653baa3febb1a8ccb93e30f8",
|
|
2676
|
+
"https://esm.sh/v135/character-entities-html4@2.1.0/denonext/character-entities-html4.mjs": "0b4e64d1b0152acbeec6d854eadce6ceb2de05b0f459ad47485afa206f745f10",
|
|
2677
|
+
"https://esm.sh/v135/character-entities-legacy@3.0.0/denonext/character-entities-legacy.mjs": "5da76ada1554e4956dc6b702ba92b56a3faf158b24bf45279c522e85f5d9cd21",
|
|
2678
|
+
"https://esm.sh/v135/character-entities@2.0.2/denonext/character-entities.mjs": "9e8657f056310ac3ca8058eaf96cef695ee13a4bf6c302674796a882464f305c",
|
|
2679
|
+
"https://esm.sh/v135/comma-separated-tokens@2.0.3/denonext/comma-separated-tokens.mjs": "ad5df8a36487e0a63d15bbbb6bab8b153e08583d0d5eb6d0058cd0fc619252e0",
|
|
2680
|
+
"https://esm.sh/v135/decode-named-character-reference@1.0.2/denonext/decode-named-character-reference.mjs": "1a5a8f9cbe302be478e964ab701be8644dbdfd4d8ce9f14de186cf84ee2a4bc1",
|
|
2681
|
+
"https://esm.sh/v135/devlop@1.1.0/denonext/devlop.mjs": "05fffa5a5168daec45963b784734dbc468758e130a340af874adfe0d457e394a",
|
|
2682
|
+
"https://esm.sh/v135/entities@4.5.0/denonext/lib/decode.js": "7fea6d8bd725edbbf7ea05031d2ea1bbbc1166dc11e3345d541198dd2dc16f1e",
|
|
2683
|
+
"https://esm.sh/v135/entities@4.5.0/denonext/lib/escape.js": "7ebdc622bf3618bab25db40da4a49e2b9d03f044745f125f0bc3359f2d060def",
|
|
2684
|
+
"https://esm.sh/v135/extend@3.0.2/denonext/extend.mjs": "6ab9e4890dfa54ec88fa326fca525c211141d6da72188f54e9610d1281219c9e",
|
|
2685
|
+
"https://esm.sh/v135/hast-util-from-parse5@8.0.1/denonext/hast-util-from-parse5.mjs": "1c3f8a5b4fab57bb4edfd4dd5646c6857c1fb0bd9aab82b10720035e10a26505",
|
|
2686
|
+
"https://esm.sh/v135/hast-util-parse-selector@4.0.0/denonext/hast-util-parse-selector.mjs": "bd794c65760a29b2ba20eef4de4f94d4b480a45ae01d2047957143a37e4adbb5",
|
|
2687
|
+
"https://esm.sh/v135/hast-util-raw@9.0.1/denonext/hast-util-raw.mjs": "6fecea80ef1730b5fc6234f259e744d81ff47916da7c988d7a377bef71f49567",
|
|
2688
|
+
"https://esm.sh/v135/hast-util-raw@9.0.2/denonext/hast-util-raw.mjs": "47b434e3ac191454283f7077edb75508d53ef5b52e5a025df0121941867f0624",
|
|
2689
|
+
"https://esm.sh/v135/hast-util-to-html@9.0.0/denonext/hast-util-to-html.mjs": "544a7c20cc8efc4103bd94609e93cdc117e5e9db54f7dee05c04d90a090820c8",
|
|
2690
|
+
"https://esm.sh/v135/hast-util-to-html@9.0.1/denonext/hast-util-to-html.mjs": "acaefbe9b52e06225112183ec03bfe31aa4390a5615c08fca5d96c6c4be651ba",
|
|
2691
|
+
"https://esm.sh/v135/hast-util-to-parse5@8.0.0/denonext/hast-util-to-parse5.mjs": "b3ce8667b168b69115ada0ca9fe4ec2cd750fcee5a87c594fe1e50b516fa167a",
|
|
2692
|
+
"https://esm.sh/v135/hast-util-whitespace@3.0.0/denonext/hast-util-whitespace.mjs": "b2988a87d03b42636bca6ebee778326993a23953ba6638973be17ce03100a357",
|
|
2693
|
+
"https://esm.sh/v135/hastscript@8.0.0/denonext/hastscript.mjs": "55a8079d45899d20a70c6968c3a46b15d247d223b02b1804b79f49bae5dc9a06",
|
|
2694
|
+
"https://esm.sh/v135/html-void-elements@3.0.0/denonext/html-void-elements.mjs": "331b966249908a14e21bcbd584cc9f88d8df7d78a4bed94f002c9fd297d17459",
|
|
2695
|
+
"https://esm.sh/v135/is-plain-obj@4.1.0/denonext/is-plain-obj.mjs": "d3d86a7174ad7935de7b00f904b6424c103bce530c502efb7f42114cbb1a555f",
|
|
2696
|
+
"https://esm.sh/v135/mdast-util-from-markdown@2.0.0/denonext/mdast-util-from-markdown.mjs": "30a0b1f34afa2c946dc1b401a8f42d7e3cc85a9c5b77ce95276f028b24c10fcf",
|
|
2697
|
+
"https://esm.sh/v135/mdast-util-to-hast@13.1.0/denonext/mdast-util-to-hast.mjs": "e6ab97ff3f6c94f6c7ccaba485dac8a4fdd5edae1b311ae295b409b462ff5001",
|
|
2698
|
+
"https://esm.sh/v135/mdast-util-to-string@4.0.0/denonext/mdast-util-to-string.mjs": "eda9725fc0c7dc0e7b56998d2d8e4f29312cc5493cb7834c70f32fab2609103b",
|
|
2699
|
+
"https://esm.sh/v135/micromark-core-commonmark@2.0.0/denonext/micromark-core-commonmark.mjs": "29686a813f2fa7fc1801c9c6142f71e32e605e6cf8bb8a9afeab78c814f0216c",
|
|
2700
|
+
"https://esm.sh/v135/micromark-factory-destination@2.0.0/denonext/micromark-factory-destination.mjs": "84dadab4182836ff8c4437e9a384a6e3488496848641c9868334d8a6b7658331",
|
|
2701
|
+
"https://esm.sh/v135/micromark-factory-label@2.0.0/denonext/micromark-factory-label.mjs": "0d4877dbb95c2bf635d48d8d44a243ab0c6830f68c76289c9d92730871b88170",
|
|
2702
|
+
"https://esm.sh/v135/micromark-factory-space@2.0.0/denonext/micromark-factory-space.mjs": "1ac7c90dec53f7f634767c5470c2dcf204f4df99ec318a27832786153d5c8110",
|
|
2703
|
+
"https://esm.sh/v135/micromark-factory-title@2.0.0/denonext/micromark-factory-title.mjs": "1b202816c09c57894c8e254962ffbd8ad559439b0eb90ff0eca743f0dbfff470",
|
|
2704
|
+
"https://esm.sh/v135/micromark-factory-whitespace@2.0.0/denonext/micromark-factory-whitespace.mjs": "f85efacaec053453a9445b4147d2fb7ce02c1d083f0b0da9a730a112ff934d9e",
|
|
2705
|
+
"https://esm.sh/v135/micromark-util-character@2.0.1/denonext/micromark-util-character.mjs": "18b451d148e1ccc3a9b18e5c4061d44a0485e8ec65ad805d20b2950a51c7213b",
|
|
2706
|
+
"https://esm.sh/v135/micromark-util-chunked@2.0.0/denonext/micromark-util-chunked.mjs": "531cf323ba53649fdc30cd39ebba54253dfd847a4b23f806058ecc6cf67bca69",
|
|
2707
|
+
"https://esm.sh/v135/micromark-util-classify-character@2.0.0/denonext/micromark-util-classify-character.mjs": "7e78c1341df2227c29cf5125c17f29bec3887bf8a3178476e129740271bdbd96",
|
|
2708
|
+
"https://esm.sh/v135/micromark-util-combine-extensions@2.0.0/denonext/micromark-util-combine-extensions.mjs": "68268c6cb6119bc8b0865156e81a360a3b94cd73bddbb9a2a33eda627e51573a",
|
|
2709
|
+
"https://esm.sh/v135/micromark-util-decode-numeric-character-reference@2.0.1/denonext/micromark-util-decode-numeric-character-reference.mjs": "284addb1c2303e02ca074d6a5e529c8c9c3cdb58b6815669e2ec65a2f717cf28",
|
|
2710
|
+
"https://esm.sh/v135/micromark-util-decode-string@2.0.0/denonext/micromark-util-decode-string.mjs": "c9abaf0b645a2ca8dd0a8d988a7a25173f4bc5e46154d2875890507c0d2e5a51",
|
|
2711
|
+
"https://esm.sh/v135/micromark-util-encode@2.0.0/denonext/micromark-util-encode.mjs": "6077703d774b2fd968ef53977add5d5d1e39ca0db74c5ee4359c540a5febcf48",
|
|
2712
|
+
"https://esm.sh/v135/micromark-util-html-tag-name@2.0.0/denonext/micromark-util-html-tag-name.mjs": "a32f6a4aa82498405a88103fd5b0b2e27a8c7f27dc506862f993bf1a1f1716b6",
|
|
2713
|
+
"https://esm.sh/v135/micromark-util-normalize-identifier@2.0.0/denonext/micromark-util-normalize-identifier.mjs": "f5b933ea50544d63e505ef11b7f257b97c5056e06417bac15ec02d3f00174c0e",
|
|
2714
|
+
"https://esm.sh/v135/micromark-util-resolve-all@2.0.0/denonext/micromark-util-resolve-all.mjs": "c11d87d63d808a26231323012295490931159830a66c00854693ec9279fa09fd",
|
|
2715
|
+
"https://esm.sh/v135/micromark-util-sanitize-uri@2.0.0/denonext/micromark-util-sanitize-uri.mjs": "cde22cced5a18a41dcdacbad2cc9e6fc930450118bff7dd764e60eea4aa6c5b5",
|
|
2716
|
+
"https://esm.sh/v135/micromark-util-subtokenize@2.0.0/denonext/micromark-util-subtokenize.mjs": "670326123b1f9d91218cee035248437b97e5b6828f1d1eb01d40bc46f89bdc64",
|
|
2717
|
+
"https://esm.sh/v135/micromark@4.0.0/denonext/micromark.mjs": "dc73ed793c5bbc49ad7201a326fc724d08bc94372a291c184167b22c4edc320d",
|
|
2718
|
+
"https://esm.sh/v135/parse5@7.1.2/denonext/parse5.mjs": "35bb04ec36a1c25c8cd8137296d64d16fd523a8ad1c2b63c41ba867fcd455c36",
|
|
2719
|
+
"https://esm.sh/v135/property-information@6.4.0/denonext/property-information.mjs": "8a61ad4cc589e3a30c752bd2eea7703cf286139c919f55f4fd289b90a7ac65a9",
|
|
2720
|
+
"https://esm.sh/v135/property-information@6.4.1/denonext/property-information.mjs": "71cc8e0ca4326dc44fc10219cdd3c7c3363434147f99f20b875745eda465a865",
|
|
2721
|
+
"https://esm.sh/v135/rehype-raw@7.0.0/denonext/rehype-raw.mjs": "93d04c384d5cee3ce28fb661fa5f74e8446dcd7014b289562e514548af8d50dd",
|
|
2722
|
+
"https://esm.sh/v135/rehype-stringify@10.0.0/denonext/rehype-stringify.mjs": "2f659d929dee7a4fc961220be489e19aadb709b4422fd178dd634ee94c0d3cac",
|
|
2723
|
+
"https://esm.sh/v135/remark-parse@11.0.0/denonext/remark-parse.mjs": "7dacc285a7a98c4c15fe384903b210a05400dacb147ce30355453e18a71c2075",
|
|
2724
|
+
"https://esm.sh/v135/remark-rehype@11.1.0/denonext/remark-rehype.mjs": "08f7c5ce34a2ec11034e91bccd45a9f0477d3a1f3b185b878ef2611471243393",
|
|
2725
|
+
"https://esm.sh/v135/space-separated-tokens@2.0.2/denonext/space-separated-tokens.mjs": "f30773a9959cacfe7511c250e5d125a9f88ee00d3aef6e87b4d17fe49806b276",
|
|
2726
|
+
"https://esm.sh/v135/stringify-entities@4.0.3/denonext/stringify-entities.mjs": "379aaecccdf6a05e9725a5eff4de4fa61193f0a793ddacaa1033f071bd0e2842",
|
|
2727
|
+
"https://esm.sh/v135/trim-lines@3.0.1/denonext/trim-lines.mjs": "f01a20253341eb2554f307ab05bc9cd93d6f33bcbb24fde2fc9fcd857564283e",
|
|
2728
|
+
"https://esm.sh/v135/trough@2.2.0/denonext/trough.mjs": "af5b6a1249da29b6738a49efcb61311f7132c60e82f8e2afd941f44be035b55c",
|
|
2729
|
+
"https://esm.sh/v135/unified@11.0.5/denonext/unified.mjs": "c2bc9c54d8a7900bdb8ca9806eb80fd6adda13cf42f4227764d38faca7d0e8f3",
|
|
2730
|
+
"https://esm.sh/v135/unist-util-is@6.0.0/denonext/unist-util-is.mjs": "d92da46b3a1084450f150cc06c02f3bf85b93ab4c4b43a960d72a4f5678e95cc",
|
|
2731
|
+
"https://esm.sh/v135/unist-util-position@5.0.0/denonext/unist-util-position.mjs": "aaef05774a54f2b84400e98325219e2ba6cf966e318173bcd895647c56bb8871",
|
|
2732
|
+
"https://esm.sh/v135/unist-util-stringify-position@4.0.0/denonext/unist-util-stringify-position.mjs": "dabd32cb2b590bbb077fc6f6591a2e065cffd6c55646ba383455926a27ea64d7",
|
|
2733
|
+
"https://esm.sh/v135/unist-util-visit-parents@6.0.1/denonext/do-not-use-color.js": "a1c0a6b93471dd4ed996804dd8a2b9f753c83c4a2da98373253e6b312c8492e2",
|
|
2734
|
+
"https://esm.sh/v135/unist-util-visit-parents@6.0.1/denonext/unist-util-visit-parents.mjs": "5f7ececae47bea6d87b7e323153a7415ad8f299dc42e61aefda6d28eaf264c64",
|
|
2735
|
+
"https://esm.sh/v135/unist-util-visit@5.0.0/denonext/unist-util-visit.mjs": "6c1b5b3d517cc6dbc88406b2dbab1735d503a797e994dbd4a89f3764098318f7",
|
|
2736
|
+
"https://esm.sh/v135/vfile-location@5.0.2/denonext/vfile-location.mjs": "9a7912bc394ed9af26d91b97db831926b0e8ce965ae20f000f25ab17c2658d03",
|
|
2737
|
+
"https://esm.sh/v135/vfile-message@4.0.2/denonext/vfile-message.mjs": "efc85b18bedda337fb1c20cdc452fac3addac32ee55948cebf2845396ae641ac",
|
|
2738
|
+
"https://esm.sh/v135/vfile@6.0.1/denonext/do-not-use-conditional-minpath.js": "9a7ca0443aa0dff4d6a74822ba54cd1a5077a75d2f740d4d99cd8897a7f62a3c",
|
|
2739
|
+
"https://esm.sh/v135/vfile@6.0.1/denonext/do-not-use-conditional-minproc.js": "34e683b50c7d1e17a90a522afafcdb032ceaeff2e0eb5dbca28f9b4783de73ba",
|
|
2740
|
+
"https://esm.sh/v135/vfile@6.0.1/denonext/do-not-use-conditional-minurl.js": "79e90ed8915870371874d7ca17f8cbb3a8cab5b4e054bbcff85f7c91df32d0ba",
|
|
2741
|
+
"https://esm.sh/v135/vfile@6.0.1/denonext/vfile.mjs": "31065c960cf79824afc0bc6890688c540f09d067eb5415effb7fafac6ef33c13",
|
|
2742
|
+
"https://esm.sh/v135/web-namespaces@2.0.1/denonext/web-namespaces.mjs": "bc6ee363bbe40abddca68678e849584981176d9bde3728b4c5d47a5241dac7bf",
|
|
2743
|
+
"https://esm.sh/v135/zwitch@2.0.4/denonext/zwitch.mjs": "c0e8c246a1f38b425335ea78cc366a7801d3ef89701229a35f85a51310e6e49f"
|
|
2744
|
+
},
|
|
2745
|
+
"workspace": {
|
|
2746
|
+
"dependencies": [
|
|
2747
|
+
"jsr:@libs/testing@2",
|
|
2748
|
+
"jsr:@libs/typing@2",
|
|
2749
|
+
"jsr:@std/text@1",
|
|
2750
|
+
"jsr:@std/yaml@1",
|
|
2751
|
+
"npm:@types/hast@3",
|
|
2752
|
+
"npm:hastscript@9",
|
|
2753
|
+
"npm:rehype-autolink-headings@7",
|
|
2754
|
+
"npm:rehype-highlight@7",
|
|
2755
|
+
"npm:rehype-mathjax@6",
|
|
2756
|
+
"npm:rehype-mermaid@2",
|
|
2757
|
+
"npm:rehype-raw@7",
|
|
2758
|
+
"npm:rehype-sanitize@6",
|
|
2759
|
+
"npm:rehype-slug@6",
|
|
2760
|
+
"npm:rehype-stringify@10",
|
|
2761
|
+
"npm:remark-breaks@4",
|
|
2762
|
+
"npm:remark-directive@3",
|
|
2763
|
+
"npm:remark-emoji@5",
|
|
2764
|
+
"npm:remark-flexible-markers@1",
|
|
2765
|
+
"npm:remark-frontmatter@5",
|
|
2766
|
+
"npm:remark-gfm@4",
|
|
2767
|
+
"npm:remark-math@6",
|
|
2768
|
+
"npm:remark-parse@11",
|
|
2769
|
+
"npm:remark-rehype@11",
|
|
2770
|
+
"npm:remark-remove-comments@1",
|
|
2771
|
+
"npm:remark-ruby@0.4.0",
|
|
2772
|
+
"npm:remark-wiki-link@2",
|
|
2773
|
+
"npm:unified@11",
|
|
2774
|
+
"npm:unist-util-visit@5"
|
|
2775
|
+
]
|
|
2776
|
+
}
|
|
2777
|
+
}
|