@lowlighter/xml 5.4.8 → 5.4.9
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/deno.jsonc +4 -4
- package/deno.lock +69 -34
- package/package.json +1 -1
package/deno.jsonc
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"icon": "📃",
|
|
3
3
|
"name": "@libs/xml",
|
|
4
|
-
"version": "5.4.
|
|
4
|
+
"version": "5.4.9",
|
|
5
5
|
"description": "XML parser/stringifier with no dependencies.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"xml",
|
|
@@ -33,9 +33,9 @@
|
|
|
33
33
|
"./stringify": "./stringify.ts"
|
|
34
34
|
},
|
|
35
35
|
"imports": {
|
|
36
|
-
"@std/fs/expand-glob": "jsr:@std/fs@0.229.
|
|
37
|
-
"@std/fs/exists": "jsr:@std/fs@0.229.
|
|
38
|
-
"@std/path/from-file-url": "jsr:@std/path@0.225.
|
|
36
|
+
"@std/fs/expand-glob": "jsr:@std/fs@0.229.3/expand-glob",
|
|
37
|
+
"@std/fs/exists": "jsr:@std/fs@0.229.3/exists",
|
|
38
|
+
"@std/path/from-file-url": "jsr:@std/path@0.225.2/from-file-url",
|
|
39
39
|
"@libs/typing": "jsr:@libs/typing@2",
|
|
40
40
|
"@libs/testing": "jsr:@libs/testing@1"
|
|
41
41
|
},
|
package/deno.lock
CHANGED
|
@@ -2,54 +2,89 @@
|
|
|
2
2
|
"version": "3",
|
|
3
3
|
"packages": {
|
|
4
4
|
"specifiers": {
|
|
5
|
-
"jsr:@libs/
|
|
6
|
-
"jsr:@libs/
|
|
7
|
-
"jsr:@
|
|
8
|
-
"jsr:@
|
|
9
|
-
"jsr:@std/
|
|
10
|
-
"jsr:@std/
|
|
11
|
-
"jsr:@std/
|
|
5
|
+
"jsr:@libs/logger@1": "jsr:@libs/logger@1.1.2",
|
|
6
|
+
"jsr:@libs/run@1": "jsr:@libs/run@1.0.1",
|
|
7
|
+
"jsr:@libs/testing@1": "jsr:@libs/testing@1.1.0",
|
|
8
|
+
"jsr:@libs/typing@2": "jsr:@libs/typing@2.3.0",
|
|
9
|
+
"jsr:@std/assert@^0.225.3": "jsr:@std/assert@0.225.3",
|
|
10
|
+
"jsr:@std/async@0.224.1": "jsr:@std/async@0.224.1",
|
|
11
|
+
"jsr:@std/bytes@^1.0.0-rc.3": "jsr:@std/bytes@1.0.1",
|
|
12
|
+
"jsr:@std/bytes@^1.0.1-rc.3": "jsr:@std/bytes@1.0.1",
|
|
13
|
+
"jsr:@std/expect@0.224.3": "jsr:@std/expect@0.224.3",
|
|
14
|
+
"jsr:@std/fs@0.229.3": "jsr:@std/fs@0.229.3",
|
|
15
|
+
"jsr:@std/internal@^1.0.0": "jsr:@std/internal@1.0.1",
|
|
16
|
+
"jsr:@std/io@^0.224.0": "jsr:@std/io@0.224.3",
|
|
12
17
|
"jsr:@std/path@0.225.1": "jsr:@std/path@0.225.1",
|
|
13
|
-
"
|
|
18
|
+
"jsr:@std/path@0.225.2": "jsr:@std/path@0.225.2",
|
|
19
|
+
"jsr:@std/streams@0.224.2": "jsr:@std/streams@0.224.2"
|
|
14
20
|
},
|
|
15
21
|
"jsr": {
|
|
16
|
-
"@libs/
|
|
17
|
-
"integrity": "
|
|
22
|
+
"@libs/logger@1.1.2": {
|
|
23
|
+
"integrity": "7d718f54c9a5d1c00f570051bee0217e3b282e8c2131144ec55c794a8ebd5d4f"
|
|
24
|
+
},
|
|
25
|
+
"@libs/run@1.0.1": {
|
|
26
|
+
"integrity": "b22b34ae7629179568c44efecb60f69310af013f65c96e447a5ee8743ff53f42",
|
|
27
|
+
"dependencies": [
|
|
28
|
+
"jsr:@libs/logger@1",
|
|
29
|
+
"jsr:@std/async@0.224.1",
|
|
30
|
+
"jsr:@std/streams@0.224.2"
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
"@libs/testing@1.1.0": {
|
|
34
|
+
"integrity": "961fed690ee11a6f0f2cf8ed759b9b3a5c40ca24d319ba6c18cbbdaf73f1b29b",
|
|
35
|
+
"dependencies": [
|
|
36
|
+
"jsr:@libs/run@1",
|
|
37
|
+
"jsr:@std/expect@0.224.3",
|
|
38
|
+
"jsr:@std/path@0.225.1"
|
|
39
|
+
]
|
|
40
|
+
},
|
|
41
|
+
"@libs/typing@2.3.0": {
|
|
42
|
+
"integrity": "8a03098b2d63763bc3b45b58f6e847d9c085405db83330c588aecb6b670587d0"
|
|
43
|
+
},
|
|
44
|
+
"@std/assert@0.225.3": {
|
|
45
|
+
"integrity": "b3c2847aecf6955b50644cdb9cf072004ea3d1998dd7579fc0acb99dbb23bd4f",
|
|
18
46
|
"dependencies": [
|
|
19
|
-
"jsr:@std/
|
|
47
|
+
"jsr:@std/internal@^1.0.0"
|
|
20
48
|
]
|
|
21
49
|
},
|
|
22
|
-
"@
|
|
23
|
-
"integrity": "
|
|
50
|
+
"@std/async@0.224.1": {
|
|
51
|
+
"integrity": "2fda2c8151cc5811a6ca37fe825f1f71c95e02a374abb6ef868e0e19eca814a5"
|
|
24
52
|
},
|
|
25
|
-
"@std/
|
|
26
|
-
"integrity": "
|
|
53
|
+
"@std/bytes@1.0.1": {
|
|
54
|
+
"integrity": "e57c9b243932b95a4c3672f8a038cdadea7492efeeb6b8a774844fee70426815"
|
|
27
55
|
},
|
|
28
|
-
"@std/expect@0.224.
|
|
29
|
-
"integrity": "
|
|
56
|
+
"@std/expect@0.224.3": {
|
|
57
|
+
"integrity": "eacd71aaa426472bf04ddde7e0765b0b360d3ffa33ad2ca05a96fd7052caea41",
|
|
30
58
|
"dependencies": [
|
|
31
|
-
"jsr:@std/assert@^0.
|
|
32
|
-
"jsr:@std/
|
|
33
|
-
"jsr:@std/internal@^0.224.0"
|
|
59
|
+
"jsr:@std/assert@^0.225.3",
|
|
60
|
+
"jsr:@std/internal@^1.0.0"
|
|
34
61
|
]
|
|
35
62
|
},
|
|
36
|
-
"@std/
|
|
37
|
-
"integrity": "
|
|
63
|
+
"@std/fs@0.229.3": {
|
|
64
|
+
"integrity": "783bca21f24da92e04c3893c9e79653227ab016c48e96b3078377ebd5222e6eb"
|
|
38
65
|
},
|
|
39
|
-
"@std/
|
|
40
|
-
"integrity": "
|
|
66
|
+
"@std/internal@1.0.1": {
|
|
67
|
+
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
|
|
41
68
|
},
|
|
42
|
-
"@std/
|
|
43
|
-
"integrity": "
|
|
69
|
+
"@std/io@0.224.3": {
|
|
70
|
+
"integrity": "b402edeb99c6b3778d9ae3e9927bc9085b170b41e5a09bbb7064ab2ee394ae2f",
|
|
71
|
+
"dependencies": [
|
|
72
|
+
"jsr:@std/bytes@^1.0.1-rc.3"
|
|
73
|
+
]
|
|
44
74
|
},
|
|
45
75
|
"@std/path@0.225.1": {
|
|
46
76
|
"integrity": "8c3220635a73730eb51fe43de9e10b79e2724a5bb8638b9355d35ae012fd9429"
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
"
|
|
77
|
+
},
|
|
78
|
+
"@std/path@0.225.2": {
|
|
79
|
+
"integrity": "0f2db41d36b50ef048dcb0399aac720a5348638dd3cb5bf80685bf2a745aa506"
|
|
80
|
+
},
|
|
81
|
+
"@std/streams@0.224.2": {
|
|
82
|
+
"integrity": "5d437af1423e4f616111b986ea783c15e0bc998b53e23e93b623de7ef0b14c2b",
|
|
83
|
+
"dependencies": [
|
|
84
|
+
"jsr:@std/assert@^0.225.3",
|
|
85
|
+
"jsr:@std/bytes@^1.0.0-rc.3",
|
|
86
|
+
"jsr:@std/io@^0.224.0"
|
|
87
|
+
]
|
|
53
88
|
}
|
|
54
89
|
}
|
|
55
90
|
},
|
|
@@ -58,8 +93,8 @@
|
|
|
58
93
|
"dependencies": [
|
|
59
94
|
"jsr:@libs/testing@1",
|
|
60
95
|
"jsr:@libs/typing@2",
|
|
61
|
-
"jsr:@std/fs@0.229.
|
|
62
|
-
"jsr:@std/path@0.225.
|
|
96
|
+
"jsr:@std/fs@0.229.3",
|
|
97
|
+
"jsr:@std/path@0.225.2"
|
|
63
98
|
]
|
|
64
99
|
}
|
|
65
100
|
}
|