@adminforth/markdown 1.10.10 → 1.10.12
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/build.log +2 -2
- package/custom/MarkdownRenderer.vue +4 -0
- package/custom/package.json +2 -1
- package/custom/pnpm-lock.yaml +197 -0
- package/dist/custom/MarkdownRenderer.vue +4 -0
- package/dist/custom/package.json +2 -1
- package/dist/custom/pnpm-lock.yaml +197 -0
- package/package.json +1 -4
package/build.log
CHANGED
|
@@ -14,5 +14,5 @@ custom/tsconfig.json
|
|
|
14
14
|
custom/utils/
|
|
15
15
|
custom/utils/monacoMarkdownToggle.ts
|
|
16
16
|
|
|
17
|
-
sent
|
|
18
|
-
total size is
|
|
17
|
+
sent 52,957 bytes received 180 bytes 106,274.00 bytes/sec
|
|
18
|
+
total size is 52,265 speedup is 0.98
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
prose-hr:my-1
|
|
13
13
|
leading-tight
|
|
14
14
|
dark: dark:text-gray-300
|
|
15
|
+
dark:[&_th]:text-white
|
|
16
|
+
dark:[&_td]:text-white
|
|
17
|
+
dark:[&_thead]:border-b-gray-600
|
|
18
|
+
dark:[&_code]:text-white
|
|
15
19
|
dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
|
|
16
20
|
dark:[&_a]:text-white dark:[&_a:hover]:text-white
|
|
17
21
|
dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
|
package/custom/package.json
CHANGED
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
+
"@iconify-prerendered/vue-heroicons": "^0.28.1721921294",
|
|
13
14
|
"dompurify": "^3.2.4",
|
|
14
|
-
"monaco-editor": "^0.45.0",
|
|
15
15
|
"marked": "^15.0.7",
|
|
16
|
+
"monaco-editor": "^0.45.0",
|
|
16
17
|
"turndown": "^7.2.2",
|
|
17
18
|
"turndown-plugin-gfm": "^1.0.2"
|
|
18
19
|
}
|
package/custom/pnpm-lock.yaml
CHANGED
|
@@ -8,6 +8,9 @@ importers:
|
|
|
8
8
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
|
+
'@iconify-prerendered/vue-heroicons':
|
|
12
|
+
specifier: ^0.28.1721921294
|
|
13
|
+
version: 0.28.1721921294(vue@3.5.31)
|
|
11
14
|
dompurify:
|
|
12
15
|
specifier: ^3.2.4
|
|
13
16
|
version: 3.3.2
|
|
@@ -26,16 +29,83 @@ importers:
|
|
|
26
29
|
|
|
27
30
|
packages:
|
|
28
31
|
|
|
32
|
+
'@babel/helper-string-parser@7.27.1':
|
|
33
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
34
|
+
engines: {node: '>=6.9.0'}
|
|
35
|
+
|
|
36
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
37
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
38
|
+
engines: {node: '>=6.9.0'}
|
|
39
|
+
|
|
40
|
+
'@babel/parser@7.29.2':
|
|
41
|
+
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
|
42
|
+
engines: {node: '>=6.0.0'}
|
|
43
|
+
hasBin: true
|
|
44
|
+
|
|
45
|
+
'@babel/types@7.29.0':
|
|
46
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
47
|
+
engines: {node: '>=6.9.0'}
|
|
48
|
+
|
|
49
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294':
|
|
50
|
+
resolution: {integrity: sha512-L/Xe9HeunSvUA2+KtlaRehFpKjdZPpzPWsynX1To4QmCPAF3YD0lwusV9fZrtkdi0Y5NYS8WZF1SDypkL65+dQ==}
|
|
51
|
+
peerDependencies:
|
|
52
|
+
vue: ^3.0.0
|
|
53
|
+
|
|
54
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
55
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
56
|
+
|
|
29
57
|
'@mixmark-io/domino@2.2.0':
|
|
30
58
|
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==}
|
|
31
59
|
|
|
32
60
|
'@types/trusted-types@2.0.7':
|
|
33
61
|
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
34
62
|
|
|
63
|
+
'@vue/compiler-core@3.5.31':
|
|
64
|
+
resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==}
|
|
65
|
+
|
|
66
|
+
'@vue/compiler-dom@3.5.31':
|
|
67
|
+
resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==}
|
|
68
|
+
|
|
69
|
+
'@vue/compiler-sfc@3.5.31':
|
|
70
|
+
resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==}
|
|
71
|
+
|
|
72
|
+
'@vue/compiler-ssr@3.5.31':
|
|
73
|
+
resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==}
|
|
74
|
+
|
|
75
|
+
'@vue/reactivity@3.5.31':
|
|
76
|
+
resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==}
|
|
77
|
+
|
|
78
|
+
'@vue/runtime-core@3.5.31':
|
|
79
|
+
resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==}
|
|
80
|
+
|
|
81
|
+
'@vue/runtime-dom@3.5.31':
|
|
82
|
+
resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==}
|
|
83
|
+
|
|
84
|
+
'@vue/server-renderer@3.5.31':
|
|
85
|
+
resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==}
|
|
86
|
+
peerDependencies:
|
|
87
|
+
vue: 3.5.31
|
|
88
|
+
|
|
89
|
+
'@vue/shared@3.5.31':
|
|
90
|
+
resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==}
|
|
91
|
+
|
|
92
|
+
csstype@3.2.3:
|
|
93
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
94
|
+
|
|
35
95
|
dompurify@3.3.2:
|
|
36
96
|
resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==}
|
|
37
97
|
engines: {node: '>=20'}
|
|
38
98
|
|
|
99
|
+
entities@7.0.1:
|
|
100
|
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
101
|
+
engines: {node: '>=0.12'}
|
|
102
|
+
|
|
103
|
+
estree-walker@2.0.2:
|
|
104
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
105
|
+
|
|
106
|
+
magic-string@0.30.21:
|
|
107
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
108
|
+
|
|
39
109
|
marked@15.0.12:
|
|
40
110
|
resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==}
|
|
41
111
|
engines: {node: '>= 18'}
|
|
@@ -44,29 +114,156 @@ packages:
|
|
|
44
114
|
monaco-editor@0.45.0:
|
|
45
115
|
resolution: {integrity: sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==}
|
|
46
116
|
|
|
117
|
+
nanoid@3.3.11:
|
|
118
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
119
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
120
|
+
hasBin: true
|
|
121
|
+
|
|
122
|
+
picocolors@1.1.1:
|
|
123
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
124
|
+
|
|
125
|
+
postcss@8.5.8:
|
|
126
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
127
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
128
|
+
|
|
129
|
+
source-map-js@1.2.1:
|
|
130
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
131
|
+
engines: {node: '>=0.10.0'}
|
|
132
|
+
|
|
47
133
|
turndown-plugin-gfm@1.0.2:
|
|
48
134
|
resolution: {integrity: sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==}
|
|
49
135
|
|
|
50
136
|
turndown@7.2.2:
|
|
51
137
|
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==}
|
|
52
138
|
|
|
139
|
+
vue@3.5.31:
|
|
140
|
+
resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==}
|
|
141
|
+
peerDependencies:
|
|
142
|
+
typescript: '*'
|
|
143
|
+
peerDependenciesMeta:
|
|
144
|
+
typescript:
|
|
145
|
+
optional: true
|
|
146
|
+
|
|
53
147
|
snapshots:
|
|
54
148
|
|
|
149
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
150
|
+
|
|
151
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
152
|
+
|
|
153
|
+
'@babel/parser@7.29.2':
|
|
154
|
+
dependencies:
|
|
155
|
+
'@babel/types': 7.29.0
|
|
156
|
+
|
|
157
|
+
'@babel/types@7.29.0':
|
|
158
|
+
dependencies:
|
|
159
|
+
'@babel/helper-string-parser': 7.27.1
|
|
160
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
161
|
+
|
|
162
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294(vue@3.5.31)':
|
|
163
|
+
dependencies:
|
|
164
|
+
vue: 3.5.31
|
|
165
|
+
|
|
166
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
167
|
+
|
|
55
168
|
'@mixmark-io/domino@2.2.0': {}
|
|
56
169
|
|
|
57
170
|
'@types/trusted-types@2.0.7':
|
|
58
171
|
optional: true
|
|
59
172
|
|
|
173
|
+
'@vue/compiler-core@3.5.31':
|
|
174
|
+
dependencies:
|
|
175
|
+
'@babel/parser': 7.29.2
|
|
176
|
+
'@vue/shared': 3.5.31
|
|
177
|
+
entities: 7.0.1
|
|
178
|
+
estree-walker: 2.0.2
|
|
179
|
+
source-map-js: 1.2.1
|
|
180
|
+
|
|
181
|
+
'@vue/compiler-dom@3.5.31':
|
|
182
|
+
dependencies:
|
|
183
|
+
'@vue/compiler-core': 3.5.31
|
|
184
|
+
'@vue/shared': 3.5.31
|
|
185
|
+
|
|
186
|
+
'@vue/compiler-sfc@3.5.31':
|
|
187
|
+
dependencies:
|
|
188
|
+
'@babel/parser': 7.29.2
|
|
189
|
+
'@vue/compiler-core': 3.5.31
|
|
190
|
+
'@vue/compiler-dom': 3.5.31
|
|
191
|
+
'@vue/compiler-ssr': 3.5.31
|
|
192
|
+
'@vue/shared': 3.5.31
|
|
193
|
+
estree-walker: 2.0.2
|
|
194
|
+
magic-string: 0.30.21
|
|
195
|
+
postcss: 8.5.8
|
|
196
|
+
source-map-js: 1.2.1
|
|
197
|
+
|
|
198
|
+
'@vue/compiler-ssr@3.5.31':
|
|
199
|
+
dependencies:
|
|
200
|
+
'@vue/compiler-dom': 3.5.31
|
|
201
|
+
'@vue/shared': 3.5.31
|
|
202
|
+
|
|
203
|
+
'@vue/reactivity@3.5.31':
|
|
204
|
+
dependencies:
|
|
205
|
+
'@vue/shared': 3.5.31
|
|
206
|
+
|
|
207
|
+
'@vue/runtime-core@3.5.31':
|
|
208
|
+
dependencies:
|
|
209
|
+
'@vue/reactivity': 3.5.31
|
|
210
|
+
'@vue/shared': 3.5.31
|
|
211
|
+
|
|
212
|
+
'@vue/runtime-dom@3.5.31':
|
|
213
|
+
dependencies:
|
|
214
|
+
'@vue/reactivity': 3.5.31
|
|
215
|
+
'@vue/runtime-core': 3.5.31
|
|
216
|
+
'@vue/shared': 3.5.31
|
|
217
|
+
csstype: 3.2.3
|
|
218
|
+
|
|
219
|
+
'@vue/server-renderer@3.5.31(vue@3.5.31)':
|
|
220
|
+
dependencies:
|
|
221
|
+
'@vue/compiler-ssr': 3.5.31
|
|
222
|
+
'@vue/shared': 3.5.31
|
|
223
|
+
vue: 3.5.31
|
|
224
|
+
|
|
225
|
+
'@vue/shared@3.5.31': {}
|
|
226
|
+
|
|
227
|
+
csstype@3.2.3: {}
|
|
228
|
+
|
|
60
229
|
dompurify@3.3.2:
|
|
61
230
|
optionalDependencies:
|
|
62
231
|
'@types/trusted-types': 2.0.7
|
|
63
232
|
|
|
233
|
+
entities@7.0.1: {}
|
|
234
|
+
|
|
235
|
+
estree-walker@2.0.2: {}
|
|
236
|
+
|
|
237
|
+
magic-string@0.30.21:
|
|
238
|
+
dependencies:
|
|
239
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
240
|
+
|
|
64
241
|
marked@15.0.12: {}
|
|
65
242
|
|
|
66
243
|
monaco-editor@0.45.0: {}
|
|
67
244
|
|
|
245
|
+
nanoid@3.3.11: {}
|
|
246
|
+
|
|
247
|
+
picocolors@1.1.1: {}
|
|
248
|
+
|
|
249
|
+
postcss@8.5.8:
|
|
250
|
+
dependencies:
|
|
251
|
+
nanoid: 3.3.11
|
|
252
|
+
picocolors: 1.1.1
|
|
253
|
+
source-map-js: 1.2.1
|
|
254
|
+
|
|
255
|
+
source-map-js@1.2.1: {}
|
|
256
|
+
|
|
68
257
|
turndown-plugin-gfm@1.0.2: {}
|
|
69
258
|
|
|
70
259
|
turndown@7.2.2:
|
|
71
260
|
dependencies:
|
|
72
261
|
'@mixmark-io/domino': 2.2.0
|
|
262
|
+
|
|
263
|
+
vue@3.5.31:
|
|
264
|
+
dependencies:
|
|
265
|
+
'@vue/compiler-dom': 3.5.31
|
|
266
|
+
'@vue/compiler-sfc': 3.5.31
|
|
267
|
+
'@vue/runtime-dom': 3.5.31
|
|
268
|
+
'@vue/server-renderer': 3.5.31(vue@3.5.31)
|
|
269
|
+
'@vue/shared': 3.5.31
|
|
@@ -12,6 +12,10 @@
|
|
|
12
12
|
prose-hr:my-1
|
|
13
13
|
leading-tight
|
|
14
14
|
dark: dark:text-gray-300
|
|
15
|
+
dark:[&_th]:text-white
|
|
16
|
+
dark:[&_td]:text-white
|
|
17
|
+
dark:[&_thead]:border-b-gray-600
|
|
18
|
+
dark:[&_code]:text-white
|
|
15
19
|
dark:[&_h1]:text-white dark:[&_h2]:text-gray-100 dark:[&_h3]:text-gray-200
|
|
16
20
|
dark:[&_a]:text-white dark:[&_a:hover]:text-white
|
|
17
21
|
dark:[&_pre]:bg-black dark:[&_pre]:border dark:[&_border-slate-800]
|
package/dist/custom/package.json
CHANGED
|
@@ -10,9 +10,10 @@
|
|
|
10
10
|
"author": "",
|
|
11
11
|
"license": "ISC",
|
|
12
12
|
"dependencies": {
|
|
13
|
+
"@iconify-prerendered/vue-heroicons": "^0.28.1721921294",
|
|
13
14
|
"dompurify": "^3.2.4",
|
|
14
|
-
"monaco-editor": "^0.45.0",
|
|
15
15
|
"marked": "^15.0.7",
|
|
16
|
+
"monaco-editor": "^0.45.0",
|
|
16
17
|
"turndown": "^7.2.2",
|
|
17
18
|
"turndown-plugin-gfm": "^1.0.2"
|
|
18
19
|
}
|
|
@@ -8,6 +8,9 @@ importers:
|
|
|
8
8
|
|
|
9
9
|
.:
|
|
10
10
|
dependencies:
|
|
11
|
+
'@iconify-prerendered/vue-heroicons':
|
|
12
|
+
specifier: ^0.28.1721921294
|
|
13
|
+
version: 0.28.1721921294(vue@3.5.31)
|
|
11
14
|
dompurify:
|
|
12
15
|
specifier: ^3.2.4
|
|
13
16
|
version: 3.3.2
|
|
@@ -26,16 +29,83 @@ importers:
|
|
|
26
29
|
|
|
27
30
|
packages:
|
|
28
31
|
|
|
32
|
+
'@babel/helper-string-parser@7.27.1':
|
|
33
|
+
resolution: {integrity: sha512-qMlSxKbpRlAridDExk92nSobyDdpPijUq2DW6oDnUqd0iOGxmQjyqhMIihI9+zv4LPyZdRje2cavWPbCbWm3eA==}
|
|
34
|
+
engines: {node: '>=6.9.0'}
|
|
35
|
+
|
|
36
|
+
'@babel/helper-validator-identifier@7.28.5':
|
|
37
|
+
resolution: {integrity: sha512-qSs4ifwzKJSV39ucNjsvc6WVHs6b7S03sOh2OcHF9UHfVPqWWALUsNUVzhSBiItjRZoLHx7nIarVjqKVusUZ1Q==}
|
|
38
|
+
engines: {node: '>=6.9.0'}
|
|
39
|
+
|
|
40
|
+
'@babel/parser@7.29.2':
|
|
41
|
+
resolution: {integrity: sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA==}
|
|
42
|
+
engines: {node: '>=6.0.0'}
|
|
43
|
+
hasBin: true
|
|
44
|
+
|
|
45
|
+
'@babel/types@7.29.0':
|
|
46
|
+
resolution: {integrity: sha512-LwdZHpScM4Qz8Xw2iKSzS+cfglZzJGvofQICy7W7v4caru4EaAmyUuO6BGrbyQ2mYV11W0U8j5mBhd14dd3B0A==}
|
|
47
|
+
engines: {node: '>=6.9.0'}
|
|
48
|
+
|
|
49
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294':
|
|
50
|
+
resolution: {integrity: sha512-L/Xe9HeunSvUA2+KtlaRehFpKjdZPpzPWsynX1To4QmCPAF3YD0lwusV9fZrtkdi0Y5NYS8WZF1SDypkL65+dQ==}
|
|
51
|
+
peerDependencies:
|
|
52
|
+
vue: ^3.0.0
|
|
53
|
+
|
|
54
|
+
'@jridgewell/sourcemap-codec@1.5.5':
|
|
55
|
+
resolution: {integrity: sha512-cYQ9310grqxueWbl+WuIUIaiUaDcj7WOq5fVhEljNVgRfOUhY9fy2zTvfoqWsnebh8Sl70VScFbICvJnLKB0Og==}
|
|
56
|
+
|
|
29
57
|
'@mixmark-io/domino@2.2.0':
|
|
30
58
|
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==}
|
|
31
59
|
|
|
32
60
|
'@types/trusted-types@2.0.7':
|
|
33
61
|
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
34
62
|
|
|
63
|
+
'@vue/compiler-core@3.5.31':
|
|
64
|
+
resolution: {integrity: sha512-k/ueL14aNIEy5Onf0OVzR8kiqF/WThgLdFhxwa4e/KF/0qe38IwIdofoSWBTvvxQOesaz6riAFAUaYjoF9fLLQ==}
|
|
65
|
+
|
|
66
|
+
'@vue/compiler-dom@3.5.31':
|
|
67
|
+
resolution: {integrity: sha512-BMY/ozS/xxjYqRFL+tKdRpATJYDTTgWSo0+AJvJNg4ig+Hgb0dOsHPXvloHQ5hmlivUqw1Yt2pPIqp4e0v1GUw==}
|
|
68
|
+
|
|
69
|
+
'@vue/compiler-sfc@3.5.31':
|
|
70
|
+
resolution: {integrity: sha512-M8wpPgR9UJ8MiRGjppvx9uWJfLV7A/T+/rL8s/y3QG3u0c2/YZgff3d6SuimKRIhcYnWg5fTfDMlz2E6seUW8Q==}
|
|
71
|
+
|
|
72
|
+
'@vue/compiler-ssr@3.5.31':
|
|
73
|
+
resolution: {integrity: sha512-h0xIMxrt/LHOvJKMri+vdYT92BrK3HFLtDqq9Pr/lVVfE4IyKZKvWf0vJFW10Yr6nX02OR4MkJwI0c1HDa1hog==}
|
|
74
|
+
|
|
75
|
+
'@vue/reactivity@3.5.31':
|
|
76
|
+
resolution: {integrity: sha512-DtKXxk9E/KuVvt8VxWu+6Luc9I9ETNcqR1T1oW1gf02nXaZ1kuAx58oVu7uX9XxJR0iJCro6fqBLw9oSBELo5g==}
|
|
77
|
+
|
|
78
|
+
'@vue/runtime-core@3.5.31':
|
|
79
|
+
resolution: {integrity: sha512-AZPmIHXEAyhpkmN7aWlqjSfYynmkWlluDNPHMCZKFHH+lLtxP/30UJmoVhXmbDoP1Ng0jG0fyY2zCj1PnSSA6Q==}
|
|
80
|
+
|
|
81
|
+
'@vue/runtime-dom@3.5.31':
|
|
82
|
+
resolution: {integrity: sha512-xQJsNRmGPeDCJq/u813tyonNgWBFjzfVkBwDREdEWndBnGdHLHgkwNBQxLtg4zDrzKTEcnikUy1UUNecb3lJ6g==}
|
|
83
|
+
|
|
84
|
+
'@vue/server-renderer@3.5.31':
|
|
85
|
+
resolution: {integrity: sha512-GJuwRvMcdZX/CriUnyIIOGkx3rMV3H6sOu0JhdKbduaeCji6zb60iOGMY7tFoN24NfsUYoFBhshZtGxGpxO4iA==}
|
|
86
|
+
peerDependencies:
|
|
87
|
+
vue: 3.5.31
|
|
88
|
+
|
|
89
|
+
'@vue/shared@3.5.31':
|
|
90
|
+
resolution: {integrity: sha512-nBxuiuS9Lj5bPkPbWogPUnjxxWpkRniX7e5UBQDWl6Fsf4roq9wwV+cR7ezQ4zXswNvPIlsdj1slcLB7XCsRAw==}
|
|
91
|
+
|
|
92
|
+
csstype@3.2.3:
|
|
93
|
+
resolution: {integrity: sha512-z1HGKcYy2xA8AGQfwrn0PAy+PB7X/GSj3UVJW9qKyn43xWa+gl5nXmU4qqLMRzWVLFC8KusUX8T/0kCiOYpAIQ==}
|
|
94
|
+
|
|
35
95
|
dompurify@3.3.2:
|
|
36
96
|
resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==}
|
|
37
97
|
engines: {node: '>=20'}
|
|
38
98
|
|
|
99
|
+
entities@7.0.1:
|
|
100
|
+
resolution: {integrity: sha512-TWrgLOFUQTH994YUyl1yT4uyavY5nNB5muff+RtWaqNVCAK408b5ZnnbNAUEWLTCpum9w6arT70i1XdQ4UeOPA==}
|
|
101
|
+
engines: {node: '>=0.12'}
|
|
102
|
+
|
|
103
|
+
estree-walker@2.0.2:
|
|
104
|
+
resolution: {integrity: sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==}
|
|
105
|
+
|
|
106
|
+
magic-string@0.30.21:
|
|
107
|
+
resolution: {integrity: sha512-vd2F4YUyEXKGcLHoq+TEyCjxueSeHnFxyyjNp80yg0XV4vUhnDer/lvvlqM/arB5bXQN5K2/3oinyCRyx8T2CQ==}
|
|
108
|
+
|
|
39
109
|
marked@15.0.12:
|
|
40
110
|
resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==}
|
|
41
111
|
engines: {node: '>= 18'}
|
|
@@ -44,29 +114,156 @@ packages:
|
|
|
44
114
|
monaco-editor@0.45.0:
|
|
45
115
|
resolution: {integrity: sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==}
|
|
46
116
|
|
|
117
|
+
nanoid@3.3.11:
|
|
118
|
+
resolution: {integrity: sha512-N8SpfPUnUp1bK+PMYW8qSWdl9U+wwNWI4QKxOYDy9JAro3WMX7p2OeVRF9v+347pnakNevPmiHhNmZ2HbFA76w==}
|
|
119
|
+
engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1}
|
|
120
|
+
hasBin: true
|
|
121
|
+
|
|
122
|
+
picocolors@1.1.1:
|
|
123
|
+
resolution: {integrity: sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==}
|
|
124
|
+
|
|
125
|
+
postcss@8.5.8:
|
|
126
|
+
resolution: {integrity: sha512-OW/rX8O/jXnm82Ey1k44pObPtdblfiuWnrd8X7GJ7emImCOstunGbXUpp7HdBrFQX6rJzn3sPT397Wp5aCwCHg==}
|
|
127
|
+
engines: {node: ^10 || ^12 || >=14}
|
|
128
|
+
|
|
129
|
+
source-map-js@1.2.1:
|
|
130
|
+
resolution: {integrity: sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==}
|
|
131
|
+
engines: {node: '>=0.10.0'}
|
|
132
|
+
|
|
47
133
|
turndown-plugin-gfm@1.0.2:
|
|
48
134
|
resolution: {integrity: sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==}
|
|
49
135
|
|
|
50
136
|
turndown@7.2.2:
|
|
51
137
|
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==}
|
|
52
138
|
|
|
139
|
+
vue@3.5.31:
|
|
140
|
+
resolution: {integrity: sha512-iV/sU9SzOlmA/0tygSmjkEN6Jbs3nPoIPFhCMLD2STrjgOU8DX7ZtzMhg4ahVwf5Rp9KoFzcXeB1ZrVbLBp5/Q==}
|
|
141
|
+
peerDependencies:
|
|
142
|
+
typescript: '*'
|
|
143
|
+
peerDependenciesMeta:
|
|
144
|
+
typescript:
|
|
145
|
+
optional: true
|
|
146
|
+
|
|
53
147
|
snapshots:
|
|
54
148
|
|
|
149
|
+
'@babel/helper-string-parser@7.27.1': {}
|
|
150
|
+
|
|
151
|
+
'@babel/helper-validator-identifier@7.28.5': {}
|
|
152
|
+
|
|
153
|
+
'@babel/parser@7.29.2':
|
|
154
|
+
dependencies:
|
|
155
|
+
'@babel/types': 7.29.0
|
|
156
|
+
|
|
157
|
+
'@babel/types@7.29.0':
|
|
158
|
+
dependencies:
|
|
159
|
+
'@babel/helper-string-parser': 7.27.1
|
|
160
|
+
'@babel/helper-validator-identifier': 7.28.5
|
|
161
|
+
|
|
162
|
+
'@iconify-prerendered/vue-heroicons@0.28.1721921294(vue@3.5.31)':
|
|
163
|
+
dependencies:
|
|
164
|
+
vue: 3.5.31
|
|
165
|
+
|
|
166
|
+
'@jridgewell/sourcemap-codec@1.5.5': {}
|
|
167
|
+
|
|
55
168
|
'@mixmark-io/domino@2.2.0': {}
|
|
56
169
|
|
|
57
170
|
'@types/trusted-types@2.0.7':
|
|
58
171
|
optional: true
|
|
59
172
|
|
|
173
|
+
'@vue/compiler-core@3.5.31':
|
|
174
|
+
dependencies:
|
|
175
|
+
'@babel/parser': 7.29.2
|
|
176
|
+
'@vue/shared': 3.5.31
|
|
177
|
+
entities: 7.0.1
|
|
178
|
+
estree-walker: 2.0.2
|
|
179
|
+
source-map-js: 1.2.1
|
|
180
|
+
|
|
181
|
+
'@vue/compiler-dom@3.5.31':
|
|
182
|
+
dependencies:
|
|
183
|
+
'@vue/compiler-core': 3.5.31
|
|
184
|
+
'@vue/shared': 3.5.31
|
|
185
|
+
|
|
186
|
+
'@vue/compiler-sfc@3.5.31':
|
|
187
|
+
dependencies:
|
|
188
|
+
'@babel/parser': 7.29.2
|
|
189
|
+
'@vue/compiler-core': 3.5.31
|
|
190
|
+
'@vue/compiler-dom': 3.5.31
|
|
191
|
+
'@vue/compiler-ssr': 3.5.31
|
|
192
|
+
'@vue/shared': 3.5.31
|
|
193
|
+
estree-walker: 2.0.2
|
|
194
|
+
magic-string: 0.30.21
|
|
195
|
+
postcss: 8.5.8
|
|
196
|
+
source-map-js: 1.2.1
|
|
197
|
+
|
|
198
|
+
'@vue/compiler-ssr@3.5.31':
|
|
199
|
+
dependencies:
|
|
200
|
+
'@vue/compiler-dom': 3.5.31
|
|
201
|
+
'@vue/shared': 3.5.31
|
|
202
|
+
|
|
203
|
+
'@vue/reactivity@3.5.31':
|
|
204
|
+
dependencies:
|
|
205
|
+
'@vue/shared': 3.5.31
|
|
206
|
+
|
|
207
|
+
'@vue/runtime-core@3.5.31':
|
|
208
|
+
dependencies:
|
|
209
|
+
'@vue/reactivity': 3.5.31
|
|
210
|
+
'@vue/shared': 3.5.31
|
|
211
|
+
|
|
212
|
+
'@vue/runtime-dom@3.5.31':
|
|
213
|
+
dependencies:
|
|
214
|
+
'@vue/reactivity': 3.5.31
|
|
215
|
+
'@vue/runtime-core': 3.5.31
|
|
216
|
+
'@vue/shared': 3.5.31
|
|
217
|
+
csstype: 3.2.3
|
|
218
|
+
|
|
219
|
+
'@vue/server-renderer@3.5.31(vue@3.5.31)':
|
|
220
|
+
dependencies:
|
|
221
|
+
'@vue/compiler-ssr': 3.5.31
|
|
222
|
+
'@vue/shared': 3.5.31
|
|
223
|
+
vue: 3.5.31
|
|
224
|
+
|
|
225
|
+
'@vue/shared@3.5.31': {}
|
|
226
|
+
|
|
227
|
+
csstype@3.2.3: {}
|
|
228
|
+
|
|
60
229
|
dompurify@3.3.2:
|
|
61
230
|
optionalDependencies:
|
|
62
231
|
'@types/trusted-types': 2.0.7
|
|
63
232
|
|
|
233
|
+
entities@7.0.1: {}
|
|
234
|
+
|
|
235
|
+
estree-walker@2.0.2: {}
|
|
236
|
+
|
|
237
|
+
magic-string@0.30.21:
|
|
238
|
+
dependencies:
|
|
239
|
+
'@jridgewell/sourcemap-codec': 1.5.5
|
|
240
|
+
|
|
64
241
|
marked@15.0.12: {}
|
|
65
242
|
|
|
66
243
|
monaco-editor@0.45.0: {}
|
|
67
244
|
|
|
245
|
+
nanoid@3.3.11: {}
|
|
246
|
+
|
|
247
|
+
picocolors@1.1.1: {}
|
|
248
|
+
|
|
249
|
+
postcss@8.5.8:
|
|
250
|
+
dependencies:
|
|
251
|
+
nanoid: 3.3.11
|
|
252
|
+
picocolors: 1.1.1
|
|
253
|
+
source-map-js: 1.2.1
|
|
254
|
+
|
|
255
|
+
source-map-js@1.2.1: {}
|
|
256
|
+
|
|
68
257
|
turndown-plugin-gfm@1.0.2: {}
|
|
69
258
|
|
|
70
259
|
turndown@7.2.2:
|
|
71
260
|
dependencies:
|
|
72
261
|
'@mixmark-io/domino': 2.2.0
|
|
262
|
+
|
|
263
|
+
vue@3.5.31:
|
|
264
|
+
dependencies:
|
|
265
|
+
'@vue/compiler-dom': 3.5.31
|
|
266
|
+
'@vue/compiler-sfc': 3.5.31
|
|
267
|
+
'@vue/runtime-dom': 3.5.31
|
|
268
|
+
'@vue/server-renderer': 3.5.31(vue@3.5.31)
|
|
269
|
+
'@vue/shared': 3.5.31
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adminforth/markdown",
|
|
3
|
-
"version": "1.10.
|
|
3
|
+
"version": "1.10.12",
|
|
4
4
|
"description": "Markdown plugin for adminforth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -54,8 +54,5 @@
|
|
|
54
54
|
"prerelease": true
|
|
55
55
|
}
|
|
56
56
|
]
|
|
57
|
-
},
|
|
58
|
-
"dependencies": {
|
|
59
|
-
"@iconify-prerendered/vue-heroicons": "^0.28.1721921294"
|
|
60
57
|
}
|
|
61
58
|
}
|