JSPM

pa11y-reporter-json-oldnode

1.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 54
  • Score
    100M100P100Q85094F
  • License LGPL-3.0

A Pa11y 2.0+ reporter which outputs the 2.0 JSON format, for old versions of Node.js

Package Exports

  • pa11y-reporter-json-oldnode

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pa11y-reporter-json-oldnode) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Pa11y JSON Reporter for Old Node

A reporter for Pa11y which outputs JSON in the 2.0 format, but without using the bfj module.

NPM version Node.js version support Build status Dependencies GPLv3 licensed

pa11y --reporter json-oldnode nature.com

Usage

Install Pa11y and this project with npm:

npm install -g pa11y
npm install -g pa11y-reporter-json-oldnode

Use the reporter with the --reporter flag:

pa11y --reporter json-oldnode nature.com

You'll get the JSON output as using --reporter json!

Contributing

To contribute to Pa11y JSON Reporter for Old Node, clone this repo locally and commit your code on a separate branch.

Please check that everything works by running the following before opening a pull-request:

make ci

License

Pa11y JSON Reporter for Old Node is licensed under the Lesser General Public License (LGPL-3.0).