@lowlighter/xml 5.4.12 → 5.4.13
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 +3 -3
- package/deno.lock +46 -57
- package/mod.mjs +1 -1
- package/package.json +1 -1
- package/parse.mjs +1 -1
- package/wasm_xml_parser/wasm_xml_parser.js +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.13",
|
|
5
5
|
"description": "XML parser/stringifier with no dependencies.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"xml",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
"./stringify": "./stringify.ts"
|
|
34
34
|
},
|
|
35
35
|
"imports": {
|
|
36
|
-
"@std/fs/expand-glob": "jsr:@std/fs@
|
|
37
|
-
"@std/fs/exists": "jsr:@std/fs@
|
|
36
|
+
"@std/fs/expand-glob": "jsr:@std/fs@1/expand-glob",
|
|
37
|
+
"@std/fs/exists": "jsr:@std/fs@1/exists",
|
|
38
38
|
"@std/path/from-file-url": "jsr:@std/path@1/from-file-url",
|
|
39
39
|
"@libs/typing": "jsr:@libs/typing@2",
|
|
40
40
|
"@libs/testing": "jsr:@libs/testing@2"
|
package/deno.lock
CHANGED
|
@@ -2,96 +2,85 @@
|
|
|
2
2
|
"version": "3",
|
|
3
3
|
"packages": {
|
|
4
4
|
"specifiers": {
|
|
5
|
-
"jsr:@libs/logger@
|
|
6
|
-
"jsr:@libs/run@
|
|
7
|
-
"jsr:@libs/testing@2": "jsr:@libs/testing@2.
|
|
8
|
-
"jsr:@libs/typing@2": "jsr:@libs/typing@2.
|
|
9
|
-
"jsr:@std/assert@
|
|
10
|
-
"jsr:@std/assert
|
|
5
|
+
"jsr:@libs/logger@2": "jsr:@libs/logger@2.1.0",
|
|
6
|
+
"jsr:@libs/run@2": "jsr:@libs/run@2.0.1",
|
|
7
|
+
"jsr:@libs/testing@2": "jsr:@libs/testing@2.2.3",
|
|
8
|
+
"jsr:@libs/typing@2": "jsr:@libs/typing@2.8.0",
|
|
9
|
+
"jsr:@std/assert@1": "jsr:@std/assert@1.0.2",
|
|
10
|
+
"jsr:@std/assert@^1.0.1": "jsr:@std/assert@1.0.2",
|
|
11
11
|
"jsr:@std/async@0.224.2": "jsr:@std/async@0.224.2",
|
|
12
|
-
"jsr:@std/bytes@^1.0.0-rc.3": "jsr:@std/bytes@1.0.
|
|
13
|
-
"jsr:@std/bytes@^1.0.
|
|
14
|
-
"jsr:@std/expect@
|
|
15
|
-
"jsr:@std/fs@
|
|
16
|
-
"jsr:@std/http@
|
|
17
|
-
"jsr:@std/internal@^1.0.
|
|
18
|
-
"jsr:@std/io@^0.224.1": "jsr:@std/io@0.224.
|
|
19
|
-
"jsr:@std/path@
|
|
20
|
-
"jsr:@std/path@1": "jsr:@std/path@1.0.0",
|
|
12
|
+
"jsr:@std/bytes@^1.0.0-rc.3": "jsr:@std/bytes@1.0.2",
|
|
13
|
+
"jsr:@std/bytes@^1.0.2-rc.3": "jsr:@std/bytes@1.0.2",
|
|
14
|
+
"jsr:@std/expect@1": "jsr:@std/expect@1.0.0",
|
|
15
|
+
"jsr:@std/fs@1": "jsr:@std/fs@1.0.1",
|
|
16
|
+
"jsr:@std/http@1": "jsr:@std/http@1.0.0",
|
|
17
|
+
"jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1",
|
|
18
|
+
"jsr:@std/io@^0.224.1": "jsr:@std/io@0.224.4",
|
|
19
|
+
"jsr:@std/path@1": "jsr:@std/path@1.0.2",
|
|
21
20
|
"jsr:@std/streams@0.224.5": "jsr:@std/streams@0.224.5"
|
|
22
21
|
},
|
|
23
22
|
"jsr": {
|
|
24
|
-
"@libs/logger@
|
|
25
|
-
"integrity": "
|
|
23
|
+
"@libs/logger@2.1.0": {
|
|
24
|
+
"integrity": "2cd144c758044f34902360b0ae3705d022db19b3e183260f6f504f43c9869a4f"
|
|
26
25
|
},
|
|
27
|
-
"@libs/run@
|
|
28
|
-
"integrity": "
|
|
26
|
+
"@libs/run@2.0.1": {
|
|
27
|
+
"integrity": "634521fd6b4585cdfa97dd7fcb264413e3d336ac7376a4503b881c356798aa95",
|
|
29
28
|
"dependencies": [
|
|
30
|
-
"jsr:@libs/logger@
|
|
29
|
+
"jsr:@libs/logger@2",
|
|
31
30
|
"jsr:@libs/typing@2",
|
|
32
31
|
"jsr:@std/async@0.224.2",
|
|
33
32
|
"jsr:@std/streams@0.224.5"
|
|
34
33
|
]
|
|
35
34
|
},
|
|
36
|
-
"@libs/testing@2.
|
|
37
|
-
"integrity": "
|
|
35
|
+
"@libs/testing@2.2.3": {
|
|
36
|
+
"integrity": "1041b2db2979ce40a3f5e116a907eb6a4fc8acc5430ce0c137e29480a7111c3b",
|
|
38
37
|
"dependencies": [
|
|
39
|
-
"jsr:@libs/run@
|
|
38
|
+
"jsr:@libs/run@2",
|
|
40
39
|
"jsr:@libs/typing@2",
|
|
41
|
-
"jsr:@std/assert@
|
|
42
|
-
"jsr:@std/expect@
|
|
43
|
-
"jsr:@std/http@
|
|
44
|
-
"jsr:@std/path@0.225.2"
|
|
40
|
+
"jsr:@std/assert@1",
|
|
41
|
+
"jsr:@std/expect@1",
|
|
42
|
+
"jsr:@std/http@1"
|
|
45
43
|
]
|
|
46
44
|
},
|
|
47
|
-
"@libs/typing@2.
|
|
48
|
-
"integrity": "
|
|
45
|
+
"@libs/typing@2.8.0": {
|
|
46
|
+
"integrity": "92cb68fe9798fee525e810423c2346ee42a11b3d9955432c6a1d8e93a262aa39"
|
|
49
47
|
},
|
|
50
|
-
"@std/assert@0.
|
|
51
|
-
"integrity": "
|
|
48
|
+
"@std/assert@1.0.2": {
|
|
49
|
+
"integrity": "ccacec332958126deaceb5c63ff8b4eaf9f5ed0eac9feccf124110435e59e49c",
|
|
52
50
|
"dependencies": [
|
|
53
|
-
"jsr:@std/internal@^1.0.
|
|
54
|
-
]
|
|
55
|
-
},
|
|
56
|
-
"@std/assert@1.0.0-rc.2": {
|
|
57
|
-
"integrity": "0484eab1d76b55fca1c3beaff485a274e67dd3b9f065edcbe70030dfc0b964d3",
|
|
58
|
-
"dependencies": [
|
|
59
|
-
"jsr:@std/internal@^1.0.0"
|
|
51
|
+
"jsr:@std/internal@^1.0.1"
|
|
60
52
|
]
|
|
61
53
|
},
|
|
62
54
|
"@std/async@0.224.2": {
|
|
63
55
|
"integrity": "4d277d6e165df43d5e061ba0ef3edfddb8e8d558f5b920e3e6b1d2614b44d074"
|
|
64
56
|
},
|
|
65
|
-
"@std/bytes@1.0.
|
|
66
|
-
"integrity": "
|
|
57
|
+
"@std/bytes@1.0.2": {
|
|
58
|
+
"integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
|
|
67
59
|
},
|
|
68
|
-
"@std/expect@0.
|
|
69
|
-
"integrity": "
|
|
60
|
+
"@std/expect@1.0.0": {
|
|
61
|
+
"integrity": "030275683c23d6708878c5439a3ffd99285948d708e00835fd38fcef9a0bb921",
|
|
70
62
|
"dependencies": [
|
|
71
|
-
"jsr:@std/assert
|
|
72
|
-
"jsr:@std/internal@^1.0.
|
|
63
|
+
"jsr:@std/assert@^1.0.1",
|
|
64
|
+
"jsr:@std/internal@^1.0.1"
|
|
73
65
|
]
|
|
74
66
|
},
|
|
75
|
-
"@std/fs@0.
|
|
76
|
-
"integrity": "
|
|
67
|
+
"@std/fs@1.0.1": {
|
|
68
|
+
"integrity": "d6914ca2c21abe591f733b31dbe6331e446815e513e2451b3b9e472daddfefcb"
|
|
77
69
|
},
|
|
78
|
-
"@std/http@0.
|
|
79
|
-
"integrity": "
|
|
70
|
+
"@std/http@1.0.0": {
|
|
71
|
+
"integrity": "001812606b471c2d64799f14e5677bd26bfd029c35046eba0bddac1a49109789"
|
|
80
72
|
},
|
|
81
73
|
"@std/internal@1.0.1": {
|
|
82
74
|
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
|
|
83
75
|
},
|
|
84
|
-
"@std/io@0.224.
|
|
85
|
-
"integrity": "
|
|
76
|
+
"@std/io@0.224.4": {
|
|
77
|
+
"integrity": "bce1151765e4e70e376039fd72c71672b4d4aae363878a5ee3e58361b81197ec",
|
|
86
78
|
"dependencies": [
|
|
87
|
-
"jsr:@std/bytes@^1.0.
|
|
79
|
+
"jsr:@std/bytes@^1.0.2-rc.3"
|
|
88
80
|
]
|
|
89
81
|
},
|
|
90
|
-
"@std/path@0.
|
|
91
|
-
"integrity": "
|
|
92
|
-
},
|
|
93
|
-
"@std/path@1.0.0": {
|
|
94
|
-
"integrity": "77fcb858b6e38777d1154df0f02245ba0b07e2c40ca3c0eec57c9233188c2d21"
|
|
82
|
+
"@std/path@1.0.2": {
|
|
83
|
+
"integrity": "a452174603f8c620bd278a380c596437a9eef50c891c64b85812f735245d9ec7"
|
|
95
84
|
},
|
|
96
85
|
"@std/streams@0.224.5": {
|
|
97
86
|
"integrity": "bcde7818dd5460d474cdbd674b15f6638b9cd73cd64e52bd852fba2bd4d8ec91",
|
|
@@ -107,7 +96,7 @@
|
|
|
107
96
|
"dependencies": [
|
|
108
97
|
"jsr:@libs/testing@2",
|
|
109
98
|
"jsr:@libs/typing@2",
|
|
110
|
-
"jsr:@std/fs@
|
|
99
|
+
"jsr:@std/fs@1",
|
|
111
100
|
"jsr:@std/path@1"
|
|
112
101
|
]
|
|
113
102
|
}
|