xml-twig
Version:
Node module for processing huge XML documents in tree mode
48 lines (47 loc) • 1.17 kB
JSON
{
"dependencies": {
"sax": "^1.4.1",
"xml-writer": "^1.7.0"
},
"name": "xml-twig",
"description": "Node module for processing huge XML documents in tree mode",
"version": "1.7.13",
"main": "twig.js",
"directories": {
"doc": "doc"
},
"files": [
"twig.js",
"doc/*.md"
],
"devDependencies": {
"jsdoc-to-markdown": "^9.0.0",
"luxon": "^3.5.0",
"node-expat": "^2.4.1"
},
"scripts": {
"test": "node demo.js",
"preversion": "jsdoc2md --private twig.js > doc/twig.md",
"postversion": "sed -i -e \"s/@version: .*/@version: %npm_package_version%/\" twig.js",
"prepack": "unix2dos twig.js doc/twig.md",
"prepare": "git commit -a -m \"Updated doc and version\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wernfried/xml-twig.git"
},
"keywords": [
"xml",
"sax",
"expat",
"parser",
"xml-reader",
"twig"
],
"author": "Wernfried Domscheit",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wernfried/xml-twig/issues"
},
"homepage": "https://github.com/Wernfried/xml-twig#readme"
}