pa11y-reporter-html-plus
Version:
A Pa11y reporter that generates an HTML report with enhanced support for all runners, including links to relevant help, and the ability to filter accessibility issues by type
62 lines (61 loc) • 2.15 kB
JSON
{
"name": "pa11y-reporter-html-plus",
"version": "5.0.0",
"description": "A Pa11y reporter that generates an HTML report with enhanced support for all runners, including links to relevant help, and the ability to filter accessibility issues by type",
"exports": "./index.js",
"scripts": {
"build:report": "npx pa11y -c .pa11y.json https://www.w3.org/WAI/demos/bad/before/home.html > report.html",
"hooks:pre-commit": "npm run lint && npm run prettier:check",
"hooks:pre-push": "npm audit --audit-level=high && npm test",
"lint": "npm run lint:css && npm run lint:html && npm run lint:js && npm run lint:md",
"lint:css": "stylelint ./lib/**/*.handlebars",
"lint:html": "htmlhint ./lib/**/*.handlebars",
"lint:js": "eslint .",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\" \"#Archive\"",
"playwright-setup": "playwright install",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write .",
"test": "jest --runInBand --ci",
"test:no-coverage": "jest --ci --collectCoverage false",
"test:ui": "playwright test"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/gitlab-ci-utils/pa11y-reporter-html-plus.git"
},
"keywords": [
"pa11y",
"reporter"
],
"author": "Aaron Goldenthal <npm@aarongoldenthal.com>",
"license": "MIT",
"engines": {
"node": "^20.9.0 || ^22.11.0 || >=24.0.0"
},
"files": [
"index.js",
"lib/"
],
"bugs": {
"url": "https://gitlab.com/gitlab-ci-utils/pa11y-reporter-html-plus/issues"
},
"homepage": "https://gitlab.com/gitlab-ci-utils/pa11y-reporter-html-plus",
"devDependencies": {
"@aarongoldenthal/eslint-config-standard": "^36.0.0",
"@aarongoldenthal/stylelint-config-standard": "^20.0.0",
"@playwright/test": "1.52.0",
"eslint": "^9.26.0",
"htmlhint": "^1.1.4",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"markdownlint-cli2": "^0.17.2",
"pa11y": "^9.0.0",
"prettier": "^3.5.3",
"semver": "^7.7.1",
"serve-handler": "^6.1.6",
"stylelint": "^16.19.1"
},
"dependencies": {
"handlebars": "^4.7.8"
}
}