A CLI tool that formats TAP output from AVA or tape into JSON. Version 2.0.4 is a maintenance release with no recent updates. It pipes TAP stream data and outputs structured JSON with stats and asserts arrays. Unlike other reporters, it works purely at the shell level and does not integrate as a programming API.
npm install ava-tap-jsonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to install globally and pipe tape output to ava-tap-json.
Use AVA's built-in tap reporter or switch to a maintained alternative.
Run AVA with TAP reporter: ava --tap | ava-tap-json
Use npx ava-tap-json or add to scripts in package.json.
Use npx ava-tap-json or add a script: 'report': 'ava --tap | ava-tap-json'
No fix; consider switching to a maintained alternative.
No dependency data recorded yet.