Toggle navigation
P3X GitList Snapshot
GitHub
Repo
Changelog
To do
Releases
Themes
Change log
Loading change log ...
To do ...
Loading todo ...
browsing:
323e1c192694770a6487f6489ad627155e0dca28
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: 11
Mode: javascript
Binary: false
Hang on, we reloading big blames...
34a48702
{ "name": "xml2json",
323e1c19
"version": "0.9.2",
34a48702
"description": "Converts xml to json and vice-versa, using node-expat.", "repository": "git://github.com/buglabs/node-xml2json.git", "license": "MIT", "main": "index", "scripts": {
2537a5b4
"test": "lab -a code -v -t 93 test/test.js"
34a48702
},
b24c9ebe
"dependencies": {
323e1c19
"hoek": "^4.0.1", "joi": "^9.0.4", "node-expat": "^2.3.15"
b24c9ebe
}, "bin": { "xml2json": "bin/xml2json" }, "devDependencies": {
323e1c19
"code": "^3.0.2", "lab": "11.x.x"
b24c9ebe
}
d80fb054
}