express-html-validator
Version:
✅ Automatic HTML validation middleware for Express applications.
58 lines (57 loc) • 1.5 kB
JSON
{
"name": "express-html-validator",
"description": "✅ Automatic HTML validation middleware for Express applications.",
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
"contributors": [
{
"name": "Contributors",
"url": "https://github.com/rooseveltframework/express-html-validator/graphs/contributors"
}
],
"version": "1.0.1",
"files": [
"templates",
"express-html-validator.js"
],
"homepage": "https://github.com/rooseveltframework/express-html-validator",
"license": "CC-BY-4.0",
"main": "express-html-validator.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"app-root-dir": "1.0.2",
"html-validate": "9.5.1",
"minimatch": "10.0.1",
"prismjs": "1.30.0",
"tamper": "1.1.0"
},
"devDependencies": {
"ava": "6.2.0",
"c8": "10.1.3",
"eslint": "9.22.0",
"eslint-plugin-ava": "15.0.1",
"express": "4.21.2",
"proxyquire": "2.1.3",
"standard": "17.1.2",
"supertest": "7.0.0",
"teddy": "1.0.1"
},
"repository": {
"type": "git",
"url": "git://github.com/rooseveltframework/express-html-validator.git"
},
"keywords": [
"Express",
"Express.js",
"html",
"vallidation"
],
"scripts": {
"coverage": "c8 --reporter=text --reporter=lcov ava",
"lint": "standard && eslint test/test.js",
"test": "ava"
},
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}