libxmljs2-xsd
Version:
XSD 1.0 validator based on libxmljs2
64 lines (63 loc) • 1.53 kB
JSON
{
"name": "libxmljs2-xsd",
"version": "0.30.1",
"description": "XSD 1.0 validator based on libxmljs2",
"main": "index.js",
"scripts": {
"test": "mocha test/index.js",
"docs": "jsdoc2md index.js --template readme.hbs > README.md"
},
"keywords": [
"xsd",
"xml",
"schema",
"validation",
"libxml"
],
"author": "Christophe DELIQUAIRE <christophe.deliquaire@galitt.com>",
"contributors": [
{
"name": "Alban Mouton",
"email": "alban.mouton@gmail.com"
},
{
"name": "Christophe DELIQUAIRE",
"email": "christophe.deliquaire@galitt.com"
},
{
"name": "Walter Martins",
"email": "wdmartins@gmail.com"
},
{
"name": "Rodrigo Pastro",
"email": "rodrigo.pastro@gmail.com"
}
],
"maintainers": [
{
"name": "Christophe DELIQUAIRE",
"email": "christophe.deliquaire@galitt.com",
"web": "https://www.galitt.com"
}
],
"homepage": "https://github.com/cdegalitt/libxmljs2-xsd",
"bugs": {
"url": "https://github.com/cdegalitt/libxmljs2-xsd/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/cdegalitt/libxmljs2-xsd.git"
},
"license": "MIT",
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.9",
"bindings": "~1.5.0",
"nan": "~2.15.0",
"libxmljs2": "^0.30.1"
},
"devDependencies": {
"mocha": "^8.1.1",
"should": "^13.2.3",
"jsdoc-to-markdown": "^6.0.1"
}
}