@adminforth/markdown 1.10.2 → 1.10.4
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 +3 -2
- package/custom/package-lock.json +9 -6
- package/custom/pnpm-lock.yaml +72 -0
- package/dist/custom/package-lock.json +9 -6
- package/dist/custom/pnpm-lock.yaml +72 -0
- package/package.json +1 -1
package/build.log
CHANGED
|
@@ -8,9 +8,10 @@ custom/MarkdownEditor.vue
|
|
|
8
8
|
custom/MarkdownRenderer.vue
|
|
9
9
|
custom/package-lock.json
|
|
10
10
|
custom/package.json
|
|
11
|
+
custom/pnpm-lock.yaml
|
|
11
12
|
custom/tsconfig.json
|
|
12
13
|
custom/utils/
|
|
13
14
|
custom/utils/monacoMarkdownToggle.ts
|
|
14
15
|
|
|
15
|
-
sent
|
|
16
|
-
total size is
|
|
16
|
+
sent 38,879 bytes received 161 bytes 78,080.00 bytes/sec
|
|
17
|
+
total size is 38,266 speedup is 0.98
|
package/custom/package-lock.json
CHANGED
|
@@ -30,18 +30,21 @@
|
|
|
30
30
|
"optional": true
|
|
31
31
|
},
|
|
32
32
|
"node_modules/dompurify": {
|
|
33
|
-
"version": "3.3.
|
|
34
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.
|
|
35
|
-
"integrity": "sha512-
|
|
33
|
+
"version": "3.3.2",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz",
|
|
35
|
+
"integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==",
|
|
36
36
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=20"
|
|
39
|
+
},
|
|
37
40
|
"optionalDependencies": {
|
|
38
41
|
"@types/trusted-types": "^2.0.7"
|
|
39
42
|
}
|
|
40
43
|
},
|
|
41
44
|
"node_modules/marked": {
|
|
42
|
-
"version": "15.0.
|
|
43
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
44
|
-
"integrity": "sha512-
|
|
45
|
+
"version": "15.0.12",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
|
47
|
+
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
45
48
|
"license": "MIT",
|
|
46
49
|
"bin": {
|
|
47
50
|
"marked": "bin/marked.js"
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
dompurify:
|
|
12
|
+
specifier: ^3.2.4
|
|
13
|
+
version: 3.3.2
|
|
14
|
+
marked:
|
|
15
|
+
specifier: ^15.0.7
|
|
16
|
+
version: 15.0.12
|
|
17
|
+
monaco-editor:
|
|
18
|
+
specifier: ^0.45.0
|
|
19
|
+
version: 0.45.0
|
|
20
|
+
turndown:
|
|
21
|
+
specifier: ^7.2.2
|
|
22
|
+
version: 7.2.2
|
|
23
|
+
turndown-plugin-gfm:
|
|
24
|
+
specifier: ^1.0.2
|
|
25
|
+
version: 1.0.2
|
|
26
|
+
|
|
27
|
+
packages:
|
|
28
|
+
|
|
29
|
+
'@mixmark-io/domino@2.2.0':
|
|
30
|
+
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==}
|
|
31
|
+
|
|
32
|
+
'@types/trusted-types@2.0.7':
|
|
33
|
+
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
34
|
+
|
|
35
|
+
dompurify@3.3.2:
|
|
36
|
+
resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==}
|
|
37
|
+
engines: {node: '>=20'}
|
|
38
|
+
|
|
39
|
+
marked@15.0.12:
|
|
40
|
+
resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==}
|
|
41
|
+
engines: {node: '>= 18'}
|
|
42
|
+
hasBin: true
|
|
43
|
+
|
|
44
|
+
monaco-editor@0.45.0:
|
|
45
|
+
resolution: {integrity: sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==}
|
|
46
|
+
|
|
47
|
+
turndown-plugin-gfm@1.0.2:
|
|
48
|
+
resolution: {integrity: sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==}
|
|
49
|
+
|
|
50
|
+
turndown@7.2.2:
|
|
51
|
+
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==}
|
|
52
|
+
|
|
53
|
+
snapshots:
|
|
54
|
+
|
|
55
|
+
'@mixmark-io/domino@2.2.0': {}
|
|
56
|
+
|
|
57
|
+
'@types/trusted-types@2.0.7':
|
|
58
|
+
optional: true
|
|
59
|
+
|
|
60
|
+
dompurify@3.3.2:
|
|
61
|
+
optionalDependencies:
|
|
62
|
+
'@types/trusted-types': 2.0.7
|
|
63
|
+
|
|
64
|
+
marked@15.0.12: {}
|
|
65
|
+
|
|
66
|
+
monaco-editor@0.45.0: {}
|
|
67
|
+
|
|
68
|
+
turndown-plugin-gfm@1.0.2: {}
|
|
69
|
+
|
|
70
|
+
turndown@7.2.2:
|
|
71
|
+
dependencies:
|
|
72
|
+
'@mixmark-io/domino': 2.2.0
|
|
@@ -30,18 +30,21 @@
|
|
|
30
30
|
"optional": true
|
|
31
31
|
},
|
|
32
32
|
"node_modules/dompurify": {
|
|
33
|
-
"version": "3.3.
|
|
34
|
-
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.
|
|
35
|
-
"integrity": "sha512-
|
|
33
|
+
"version": "3.3.2",
|
|
34
|
+
"resolved": "https://registry.npmjs.org/dompurify/-/dompurify-3.3.2.tgz",
|
|
35
|
+
"integrity": "sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==",
|
|
36
36
|
"license": "(MPL-2.0 OR Apache-2.0)",
|
|
37
|
+
"engines": {
|
|
38
|
+
"node": ">=20"
|
|
39
|
+
},
|
|
37
40
|
"optionalDependencies": {
|
|
38
41
|
"@types/trusted-types": "^2.0.7"
|
|
39
42
|
}
|
|
40
43
|
},
|
|
41
44
|
"node_modules/marked": {
|
|
42
|
-
"version": "15.0.
|
|
43
|
-
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.
|
|
44
|
-
"integrity": "sha512-
|
|
45
|
+
"version": "15.0.12",
|
|
46
|
+
"resolved": "https://registry.npmjs.org/marked/-/marked-15.0.12.tgz",
|
|
47
|
+
"integrity": "sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==",
|
|
45
48
|
"license": "MIT",
|
|
46
49
|
"bin": {
|
|
47
50
|
"marked": "bin/marked.js"
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
lockfileVersion: '9.0'
|
|
2
|
+
|
|
3
|
+
settings:
|
|
4
|
+
autoInstallPeers: true
|
|
5
|
+
excludeLinksFromLockfile: false
|
|
6
|
+
|
|
7
|
+
importers:
|
|
8
|
+
|
|
9
|
+
.:
|
|
10
|
+
dependencies:
|
|
11
|
+
dompurify:
|
|
12
|
+
specifier: ^3.2.4
|
|
13
|
+
version: 3.3.2
|
|
14
|
+
marked:
|
|
15
|
+
specifier: ^15.0.7
|
|
16
|
+
version: 15.0.12
|
|
17
|
+
monaco-editor:
|
|
18
|
+
specifier: ^0.45.0
|
|
19
|
+
version: 0.45.0
|
|
20
|
+
turndown:
|
|
21
|
+
specifier: ^7.2.2
|
|
22
|
+
version: 7.2.2
|
|
23
|
+
turndown-plugin-gfm:
|
|
24
|
+
specifier: ^1.0.2
|
|
25
|
+
version: 1.0.2
|
|
26
|
+
|
|
27
|
+
packages:
|
|
28
|
+
|
|
29
|
+
'@mixmark-io/domino@2.2.0':
|
|
30
|
+
resolution: {integrity: sha512-Y28PR25bHXUg88kCV7nivXrP2Nj2RueZ3/l/jdx6J9f8J4nsEGcgX0Qe6lt7Pa+J79+kPiJU3LguR6O/6zrLOw==}
|
|
31
|
+
|
|
32
|
+
'@types/trusted-types@2.0.7':
|
|
33
|
+
resolution: {integrity: sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==}
|
|
34
|
+
|
|
35
|
+
dompurify@3.3.2:
|
|
36
|
+
resolution: {integrity: sha512-6obghkliLdmKa56xdbLOpUZ43pAR6xFy1uOrxBaIDjT+yaRuuybLjGS9eVBoSR/UPU5fq3OXClEHLJNGvbxKpQ==}
|
|
37
|
+
engines: {node: '>=20'}
|
|
38
|
+
|
|
39
|
+
marked@15.0.12:
|
|
40
|
+
resolution: {integrity: sha512-8dD6FusOQSrpv9Z1rdNMdlSgQOIP880DHqnohobOmYLElGEqAL/JvxvuxZO16r4HtjTlfPRDC1hbvxC9dPN2nA==}
|
|
41
|
+
engines: {node: '>= 18'}
|
|
42
|
+
hasBin: true
|
|
43
|
+
|
|
44
|
+
monaco-editor@0.45.0:
|
|
45
|
+
resolution: {integrity: sha512-mjv1G1ZzfEE3k9HZN0dQ2olMdwIfaeAAjFiwNprLfYNRSz7ctv9XuCT7gPtBGrMUeV1/iZzYKj17Khu1hxoHOA==}
|
|
46
|
+
|
|
47
|
+
turndown-plugin-gfm@1.0.2:
|
|
48
|
+
resolution: {integrity: sha512-vwz9tfvF7XN/jE0dGoBei3FXWuvll78ohzCZQuOb+ZjWrs3a0XhQVomJEb2Qh4VHTPNRO4GPZh0V7VRbiWwkRg==}
|
|
49
|
+
|
|
50
|
+
turndown@7.2.2:
|
|
51
|
+
resolution: {integrity: sha512-1F7db8BiExOKxjSMU2b7if62D/XOyQyZbPKq/nUwopfgnHlqXHqQ0lvfUTeUIr1lZJzOPFn43dODyMSIfvWRKQ==}
|
|
52
|
+
|
|
53
|
+
snapshots:
|
|
54
|
+
|
|
55
|
+
'@mixmark-io/domino@2.2.0': {}
|
|
56
|
+
|
|
57
|
+
'@types/trusted-types@2.0.7':
|
|
58
|
+
optional: true
|
|
59
|
+
|
|
60
|
+
dompurify@3.3.2:
|
|
61
|
+
optionalDependencies:
|
|
62
|
+
'@types/trusted-types': 2.0.7
|
|
63
|
+
|
|
64
|
+
marked@15.0.12: {}
|
|
65
|
+
|
|
66
|
+
monaco-editor@0.45.0: {}
|
|
67
|
+
|
|
68
|
+
turndown-plugin-gfm@1.0.2: {}
|
|
69
|
+
|
|
70
|
+
turndown@7.2.2:
|
|
71
|
+
dependencies:
|
|
72
|
+
'@mixmark-io/domino': 2.2.0
|