@lowlighter/xml 5.4.12 → 5.4.14
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 +50 -70
- 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.14",
|
|
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,102 +2,82 @@
|
|
|
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
|
|
11
|
-
"jsr:@std/async@
|
|
12
|
-
"jsr:@std/bytes@^1.0.
|
|
13
|
-
"jsr:@std/
|
|
14
|
-
"jsr:@std/
|
|
15
|
-
"jsr:@std/
|
|
16
|
-
"jsr:@std/
|
|
17
|
-
"jsr:@std/
|
|
18
|
-
"jsr:@std/
|
|
19
|
-
"jsr:@std/path@0.225.2": "jsr:@std/path@0.225.2",
|
|
20
|
-
"jsr:@std/path@1": "jsr:@std/path@1.0.0",
|
|
21
|
-
"jsr:@std/streams@0.224.5": "jsr:@std/streams@0.224.5"
|
|
5
|
+
"jsr:@libs/logger@2": "jsr:@libs/logger@2.1.1",
|
|
6
|
+
"jsr:@libs/run@2": "jsr:@libs/run@2.0.2",
|
|
7
|
+
"jsr:@libs/testing@2": "jsr:@libs/testing@2.2.4",
|
|
8
|
+
"jsr:@libs/typing@2": "jsr:@libs/typing@2.8.2",
|
|
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
|
+
"jsr:@std/async@1": "jsr:@std/async@1.0.3",
|
|
12
|
+
"jsr:@std/bytes@^1.0.2-rc.3": "jsr:@std/bytes@1.0.2",
|
|
13
|
+
"jsr:@std/expect@1": "jsr:@std/expect@1.0.0",
|
|
14
|
+
"jsr:@std/fs@1": "jsr:@std/fs@1.0.1",
|
|
15
|
+
"jsr:@std/http@1": "jsr:@std/http@1.0.3",
|
|
16
|
+
"jsr:@std/internal@^1.0.1": "jsr:@std/internal@1.0.1",
|
|
17
|
+
"jsr:@std/path@1": "jsr:@std/path@1.0.2",
|
|
18
|
+
"jsr:@std/streams@1": "jsr:@std/streams@1.0.2"
|
|
22
19
|
},
|
|
23
20
|
"jsr": {
|
|
24
|
-
"@libs/logger@1.1
|
|
25
|
-
"integrity": "
|
|
21
|
+
"@libs/logger@2.1.1": {
|
|
22
|
+
"integrity": "508216c245aa7a13d55972cec6cf2ff45b341469334634a2748cd60c938677d6"
|
|
26
23
|
},
|
|
27
|
-
"@libs/run@
|
|
28
|
-
"integrity": "
|
|
24
|
+
"@libs/run@2.0.2": {
|
|
25
|
+
"integrity": "6a1ce6a5d0e162caf608918f11d1d2a79040ac90bbc0789af85d8911e356965c",
|
|
29
26
|
"dependencies": [
|
|
30
|
-
"jsr:@libs/logger@
|
|
27
|
+
"jsr:@libs/logger@2",
|
|
31
28
|
"jsr:@libs/typing@2",
|
|
32
|
-
"jsr:@std/async@
|
|
33
|
-
"jsr:@std/streams@
|
|
29
|
+
"jsr:@std/async@1",
|
|
30
|
+
"jsr:@std/streams@1"
|
|
34
31
|
]
|
|
35
32
|
},
|
|
36
|
-
"@libs/testing@2.
|
|
37
|
-
"integrity": "
|
|
33
|
+
"@libs/testing@2.2.4": {
|
|
34
|
+
"integrity": "3ef407b62cf18424b3e2e604eef5df81d3c07cf8adb4b78ab4cf40db2a029f2c",
|
|
38
35
|
"dependencies": [
|
|
39
|
-
"jsr:@libs/run@
|
|
36
|
+
"jsr:@libs/run@2",
|
|
40
37
|
"jsr:@libs/typing@2",
|
|
41
|
-
"jsr:@std/assert@
|
|
42
|
-
"jsr:@std/expect@
|
|
43
|
-
"jsr:@std/http@
|
|
44
|
-
"jsr:@std/path@0.225.2"
|
|
38
|
+
"jsr:@std/assert@1",
|
|
39
|
+
"jsr:@std/expect@1",
|
|
40
|
+
"jsr:@std/http@1"
|
|
45
41
|
]
|
|
46
42
|
},
|
|
47
|
-
"@libs/typing@2.
|
|
48
|
-
"integrity": "
|
|
43
|
+
"@libs/typing@2.8.2": {
|
|
44
|
+
"integrity": "c53f8aad9b01621de893aeac5d6cd592ec2ce783f8e89b677dcd81490a3be0a0"
|
|
49
45
|
},
|
|
50
|
-
"@std/assert@0.
|
|
51
|
-
"integrity": "
|
|
46
|
+
"@std/assert@1.0.2": {
|
|
47
|
+
"integrity": "ccacec332958126deaceb5c63ff8b4eaf9f5ed0eac9feccf124110435e59e49c",
|
|
52
48
|
"dependencies": [
|
|
53
|
-
"jsr:@std/internal@^1.0.
|
|
49
|
+
"jsr:@std/internal@^1.0.1"
|
|
54
50
|
]
|
|
55
51
|
},
|
|
56
|
-
"@std/
|
|
57
|
-
"integrity": "
|
|
58
|
-
"dependencies": [
|
|
59
|
-
"jsr:@std/internal@^1.0.0"
|
|
60
|
-
]
|
|
52
|
+
"@std/async@1.0.3": {
|
|
53
|
+
"integrity": "6ed64678db43451683c6c176a21426a2ccd21ba0269ebb2c36133ede3f165792"
|
|
61
54
|
},
|
|
62
|
-
"@std/
|
|
63
|
-
"integrity": "
|
|
55
|
+
"@std/bytes@1.0.2": {
|
|
56
|
+
"integrity": "fbdee322bbd8c599a6af186a1603b3355e59a5fb1baa139f8f4c3c9a1b3e3d57"
|
|
64
57
|
},
|
|
65
|
-
"@std/
|
|
66
|
-
"integrity": "
|
|
67
|
-
},
|
|
68
|
-
"@std/expect@0.224.5": {
|
|
69
|
-
"integrity": "ae6e57ee6f23a2fd5ae130cb84448eef182354cb902e1a2a98d64c72ac3a5a1c",
|
|
58
|
+
"@std/expect@1.0.0": {
|
|
59
|
+
"integrity": "030275683c23d6708878c5439a3ffd99285948d708e00835fd38fcef9a0bb921",
|
|
70
60
|
"dependencies": [
|
|
71
|
-
"jsr:@std/assert
|
|
72
|
-
"jsr:@std/internal@^1.0.
|
|
61
|
+
"jsr:@std/assert@^1.0.1",
|
|
62
|
+
"jsr:@std/internal@^1.0.1"
|
|
73
63
|
]
|
|
74
64
|
},
|
|
75
|
-
"@std/fs@0.
|
|
76
|
-
"integrity": "
|
|
65
|
+
"@std/fs@1.0.1": {
|
|
66
|
+
"integrity": "d6914ca2c21abe591f733b31dbe6331e446815e513e2451b3b9e472daddfefcb"
|
|
77
67
|
},
|
|
78
|
-
"@std/http@0.
|
|
79
|
-
"integrity": "
|
|
68
|
+
"@std/http@1.0.3": {
|
|
69
|
+
"integrity": "bff3770c4df4711567de1711fe988d28db9535be0c9b0f1d2de8d0fb97e8b44c"
|
|
80
70
|
},
|
|
81
71
|
"@std/internal@1.0.1": {
|
|
82
72
|
"integrity": "6f8c7544d06a11dd256c8d6ba54b11ed870aac6c5aeafff499892662c57673e6"
|
|
83
73
|
},
|
|
84
|
-
"@std/
|
|
85
|
-
"integrity": "
|
|
86
|
-
"dependencies": [
|
|
87
|
-
"jsr:@std/bytes@^1.0.1-rc.3"
|
|
88
|
-
]
|
|
89
|
-
},
|
|
90
|
-
"@std/path@0.225.2": {
|
|
91
|
-
"integrity": "0f2db41d36b50ef048dcb0399aac720a5348638dd3cb5bf80685bf2a745aa506"
|
|
92
|
-
},
|
|
93
|
-
"@std/path@1.0.0": {
|
|
94
|
-
"integrity": "77fcb858b6e38777d1154df0f02245ba0b07e2c40ca3c0eec57c9233188c2d21"
|
|
74
|
+
"@std/path@1.0.2": {
|
|
75
|
+
"integrity": "a452174603f8c620bd278a380c596437a9eef50c891c64b85812f735245d9ec7"
|
|
95
76
|
},
|
|
96
|
-
"@std/streams@0.
|
|
97
|
-
"integrity": "
|
|
77
|
+
"@std/streams@1.0.2": {
|
|
78
|
+
"integrity": "187c3c875675221f5355807a735e51b0f8769caade2cbca6d7f4fa710ea4ace4",
|
|
98
79
|
"dependencies": [
|
|
99
|
-
"jsr:@std/bytes@^1.0.
|
|
100
|
-
"jsr:@std/io@^0.224.1"
|
|
80
|
+
"jsr:@std/bytes@^1.0.2-rc.3"
|
|
101
81
|
]
|
|
102
82
|
}
|
|
103
83
|
}
|
|
@@ -107,7 +87,7 @@
|
|
|
107
87
|
"dependencies": [
|
|
108
88
|
"jsr:@libs/testing@2",
|
|
109
89
|
"jsr:@libs/typing@2",
|
|
110
|
-
"jsr:@std/fs@
|
|
90
|
+
"jsr:@std/fs@1",
|
|
111
91
|
"jsr:@std/path@1"
|
|
112
92
|
]
|
|
113
93
|
}
|