Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
dca5b0ad4222f9969f7ff15bdc5d2fc7eab9e3e4
Branches
0.1
0.2
html-sanitizer
html-sanitizer-and-mocha-specs
master
sanitize-oversight
Tags
v0.11.2
v0.11.0
v0.9.2
v0.9.0
v0.8.2
v0.6.2
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0
Files
Commits
Log
Graph
Stats
xml2json.git
package.json
RSS
Git
Fetch origin
Download
ZIP
TAR
Clone
Raw
View
History
Clone
SSH
HTTPS
Blames found: 20
Mode: javascript
Binary: false
Hang on, we reloading big blames...
34a48702
{
17a24607
"name": "p3x-xml2json", "corifeus": { "prefix": "p3x-", "publish": true, "type": "p3x", "code": "Done",
dca5b0ad
"nodejs": "v14.15.4",
17a24607
"opencollective": false, "reponame": "xml2json", "build": true },
dca5b0ad
"version": "2021.4.103",
17a24607
"description": "Converts xml to json and vice-versa, using node-expat.",
986e8a30
"repository": { "type": "git", "url": "git+https://github.com/patrikx3/xml2json.git" },
17a24607
"license": "MIT", "main": "index", "scripts": {
6f0fbdcb
"test": "grunt && lab -I globalThis --a @hapi/code -v -t 93 test/test.js"
17a24607
}, "dependencies": {
dca5b0ad
"@hapi/hoek": "^9.1.1",
a2afb469
"@hapi/joi": "^17.1.1",
17a24607
"node-expat": "^2.3.18" }, "bin": { "p3x-xml2json": "bin/xml2json" }, "devDependencies": {
17d756e1
"@hapi/code": "^8.0.2",
a4c8e44f
"@hapi/lab": "^24.1.0",
dca5b0ad
"corifeus-builder": "^2021.4.102"
17a24607
}, "engines": {
b5d3e08e
"node": ">=12.13.0"
17a24607
},
14b35e37
"homepage": "https://corifeus.com/xml2json" }