p3x-xml2json 2024.4.121 → 2025.4.103
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/README.md +22 -4
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
# Converts xml to json and vice-versa, using node-expat
|
|
9
|
+
# Converts xml to json and vice-versa, using node-expat v2025.4.103
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
### Built on NodeJs version
|
|
21
21
|
|
|
22
22
|
```txt
|
|
23
|
-
v22.
|
|
23
|
+
v22.13.0
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
|
|
@@ -143,6 +143,24 @@ var options = {
|
|
|
143
143
|
---
|
|
144
144
|
|
|
145
145
|
|
|
146
|
+
## Quick and Affordable Web Development Services
|
|
147
|
+
|
|
148
|
+
If you want to quickly and affordably develop your next digital project, visit [corifeus.hu](https://corifeus.hu) for expert solutions tailored to your needs.
|
|
149
|
+
|
|
150
|
+
---
|
|
151
|
+
|
|
152
|
+
## Powerful Online Networking Tool
|
|
153
|
+
|
|
154
|
+
Discover the powerful and free online networking tool at [network.corifeus.com](https://network.corifeus.com).
|
|
155
|
+
|
|
156
|
+
**Free**
|
|
157
|
+
Designed for professionals and enthusiasts, this tool provides essential features for network analysis, troubleshooting, and management.
|
|
158
|
+
Additionally, it offers tools for:
|
|
159
|
+
- Monitoring TCP, HTTP, and Ping to ensure optimal network performance and reliability.
|
|
160
|
+
- Status page management to track uptime, performance, and incidents in real time with customizable dashboards.
|
|
161
|
+
|
|
162
|
+
All these features are completely free to use.
|
|
163
|
+
|
|
146
164
|
## Support Our Open-Source Project ❤️
|
|
147
165
|
If you appreciate our work, consider starring this repository or making a donation to support server maintenance and ongoing development. Your support means the world to us—thank you!
|
|
148
166
|
|
|
@@ -150,7 +168,7 @@ If you appreciate our work, consider starring this repository or making a donati
|
|
|
150
168
|
Our server may occasionally be down, but please be patient. Typically, it will be back online within 15-30 minutes. We appreciate your understanding.
|
|
151
169
|
|
|
152
170
|
### About My Domains
|
|
153
|
-
All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
171
|
+
All my domains, including [patrikx3.com](https://patrikx3.com), [corifeus.hu](https://corifeus.hu) and [corifeus.com](https://corifeus.com), are developed in my spare time. While you may encounter minor errors, the sites are generally stable and fully functional.
|
|
154
172
|
|
|
155
173
|
### Versioning Policy
|
|
156
174
|
**Version Structure:** We follow a Major.Minor.Patch versioning scheme:
|
|
@@ -163,7 +181,7 @@ All my domains, including [patrikx3.com](https://patrikx3.com) and [corifeus.com
|
|
|
163
181
|
---
|
|
164
182
|
|
|
165
183
|
|
|
166
|
-
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build
|
|
184
|
+
[**P3X-XML2JSON**](https://corifeus.com/xml2json) Build v2025.4.103
|
|
167
185
|
|
|
168
186
|
[](https://www.npmjs.com/package/p3x-xml2json) [](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [](https://www.patrikx3.com/en/front/contact) [](https://www.facebook.com/corifeus.software)
|
|
169
187
|
|
package/package.json
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
"publish": true,
|
|
6
6
|
"type": "p3x",
|
|
7
7
|
"code": "Done",
|
|
8
|
-
"nodejs": "v22.
|
|
8
|
+
"nodejs": "v22.13.0",
|
|
9
9
|
"opencollective": false,
|
|
10
10
|
"reponame": "xml2json",
|
|
11
11
|
"build": true
|
|
12
12
|
},
|
|
13
|
-
"version": "
|
|
13
|
+
"version": "2025.4.103",
|
|
14
14
|
"description": "Converts xml to json and vice-versa, using node-expat",
|
|
15
15
|
"repository": {
|
|
16
16
|
"type": "git",
|
|
@@ -22,9 +22,9 @@
|
|
|
22
22
|
"test": "grunt && lab -I globalThis --a @hapi/code -v -t 93 test/test.js"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@hapi/hoek": "^11.0.
|
|
26
|
-
"joi": "^17.13.
|
|
27
|
-
"nan": "^2.
|
|
25
|
+
"@hapi/hoek": "^11.0.7",
|
|
26
|
+
"joi": "^17.13.3",
|
|
27
|
+
"nan": "^2.22.0",
|
|
28
28
|
"node-expat": "^2.4.1"
|
|
29
29
|
},
|
|
30
30
|
"bin": {
|
|
@@ -32,8 +32,8 @@
|
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@hapi/code": "^9.0.3",
|
|
35
|
-
"@hapi/lab": "^
|
|
36
|
-
"corifeus-builder": "^
|
|
35
|
+
"@hapi/lab": "^26.0.0",
|
|
36
|
+
"corifeus-builder": "^2025.4.105"
|
|
37
37
|
},
|
|
38
38
|
"engines": {
|
|
39
39
|
"node": ">=12.13.0"
|