xml-trident
Version:
Three-way conversion between XML strings, DOM objects and JSONML representations of a DOM.
27 lines • 678 B
JSON
{
"name": "xml-trident",
"version": "1.0.3",
"deprecated": true,
"description": "Three-way conversion between XML strings, DOM objects and JSONML representations of a DOM.",
"repository": "wvbe/xml-trident",
"author": {
"name": "Wybe Minnebo",
"email": "wybe@x-54.com",
"url": "https://github.com/wvbe"
},
"license": "MIT",
"homepage": "https://github.com/wvbe/xml-trident",
"keywords": [
"xml",
"stringify",
"jsonml"
],
"main": "dist/xml-trident.js",
"scripts": {
"disabled_test": "istanbul cover _mocha",
"disabled_prepublish": "rollup -c rollup.config.js"
},
"dependencies": {
"slimdom-sax-parser": "^1.0.0-rc4"
}
}