salve-annos
Version:
A fork with support for documentation of Salve, a Javascript library which implements a validator able to validate an XML document on the basis of a subset of RelaxNG.
108 lines (107 loc) • 3.21 kB
JSON
{
"name": "salve-annos",
"description": "A fork with support for documentation of Salve, a Javascript library which implements a validator able to validate an XML document on the basis of a subset of RelaxNG.",
"version": "1.2.4",
"versionedSources": "lib/salve/validate.ts",
"keywords": [
"RelaxNG",
"Relax NG",
"rng",
"XML",
"validation"
],
"homepage": "https://github.com/raffazizzi/salve",
"author": "Louis-Dominique Dubeau <louisd@mangalamresearch.org>",
"maintainers": [
"Raff Viglianti <raffaeleviglianti@gmail.com>"
],
"contributors": [
"Raff Viglianti <raffaeleviglianti@gmail.com>",
"Jesse Bethel <keisetsu@gmail.com>",
"Bennett Buchanan <buchanan.3rd@gmail.com>"
],
"main": "lib/salve/validate.js",
"browser": "./salve.min.js",
"types": "lib/salve/validate.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/raffazizzi/salve.git"
},
"bugs": "https://github.com/raffazizzi/salve/issues",
"license": "MPL-2.0",
"engines": {
"node": ">=8",
"npm": ">=6.14.8"
},
"dependencies": {
"@types/xregexp": "4.3.0",
"argparse": "^2.0.1",
"file-url": "^4.0.0",
"node-fetch": "^3.3.2",
"require-dir": "^1.2.0",
"saxes": "^6.0.0",
"temp": "^0.9.1"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-angular": "^19.8.0",
"@types/argparse": "^2.0.17",
"@types/chai": "^5.2.0",
"@types/file-url": "^2.0.0",
"@types/mocha": "^10.0.10",
"@types/node": "^22.13.9",
"@types/node-fetch": "^2.5.7",
"@types/require-dir": "^1.0.1",
"@types/temp": "^0.9.4",
"bluebird": "^3.7.2",
"chai": "^5.2.0",
"child-process-promise": "^2.2.1",
"conventional-changelog-cli": "^5.0.0",
"del": "^8.0.0",
"eslint": "^9.21.0",
"eslint-config-lddubeau-base": "^6.1.0",
"fancy-log": "^2.0.0",
"gulp": "^5.0.0",
"gulp-eslint": "^6.0.0",
"gulp-newer": "^1.4.0",
"husky": "^9.1.7",
"karma": "^6.4.3",
"karma-browserstack-launcher": "^1.6.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.3",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-source-map-support": "^1.4.0",
"merge-options": "^3.0.4",
"mocha": "^11.1.0",
"renovate-config-lddubeau": "^1.0.0",
"source-map-support": "^0.5.19",
"terser-webpack-plugin": "^5.3.14",
"touch": "^3.1.0",
"ts-node": "^10.9.2",
"tslint": "^5.20.1",
"tslint-config-lddubeau": "^4.1.2",
"typedoc": "^0.27.9",
"typescript": "^5.8.2",
"versync": "^5.0.0",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"xregexp": "4.3.0"
},
"bin": {
"salve-convert": "./bin/salve-convert"
},
"scripts": {
"build": "gulp",
"test": "gulp test",
"install_test": "gulp install_test",
"preversion": "npm test && npm run install_test && git flow release start $npm_package_version",
"version": "versync -b sync -a && conventional-changelog -p angular -i CHANGELOG.md -s && git add CHANGELOG.md"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -e $HUSKY_GIT_PARAMS"
}
}
}