fast-xml2json
Version:
C++ addon to convert xml files to json files or json sting
36 lines (35 loc) • 801 B
JSON
{
"name": "fast-xml2json",
"version": "2.0.5",
"description": "C++ addon to convert xml files to json files or json sting",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/studio-webb/fast-xml2json.git"
},
"keywords": [
"xml2json",
"xmltojson",
"xml-to-json",
"xml-conv-json",
"converter",
"c++",
"addon",
"xml",
"json"
],
"author": "Alexander Pervushen",
"license": "MIT",
"gypfile": true,
"bugs": {
"url": "https://github.com/studio-webb/fast-xml2json/issues"
},
"homepage": "https://github.com/studio-webb/fast-xml2json#readme",
"dependencies": {
"nan": "^2.3.5"
}
}