A simple CLI tool that formats TAP (Test Anything Protocol) output into JSON. Version 1.0.0 is the latest stable release. It is a minimal transformer: pipe TAP input from test runners like tape or mocha and get JSON output. No updates since 2014. It has no dependencies and is primarily used as a CLI reporter.
npm install tap-jsonNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to use tap-json as a CLI pipeline to format TAP output from tape into JSON.
Use it only via pipe on the command line.
Use tap-json as a CLI tool: `node test.js | npx tap-json`
No dependency data recorded yet.