xml-decoder
Version:
another xml reader with build in transformations
35 lines (34 loc) • 597 B
JSON
{
"name": "xml-decoder",
"author": "icukeng",
"version": "0.1.4",
"description": "another xml reader with build in transformations",
"homepage": "https://github.com/icukeng/xml-decoder",
"license": "MIT",
"main": "index",
"bin": {
"xmldecoder": "xmldecoder"
},
"keywords": [
"xml",
"json",
"xml2obj",
"xmltoobj",
"xml2json",
"xmltojson",
"xml2js",
"xmltojs",
"parser",
"parse",
"parsing"
],
"dependencies": {
"ltx": "^2.10.0"
},
"devDependencies": {
"jest": "^26.6.3"
},
"scripts": {
"test": "jest"
}
}