{"id":13739427,"url":"https://github.com/tapjs/tap-mocha-reporter","last_synced_at":"2025-06-13T06:02:09.776Z","repository":{"id":31026844,"uuid":"34585388","full_name":"tapjs/tap-mocha-reporter","owner":"tapjs","description":"Format a TAP stream using Mocha's set of reporters","archived":false,"fork":false,"pushed_at":"2023-12-22T18:17:27.000Z","size":417,"stargazers_count":28,"open_issues_count":17,"forks_count":32,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-23T22:05:59.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tapjs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2015-04-25T20:42:41.000Z","updated_at":"2024-06-06T22:21:26.000Z","dependencies_parsed_at":"2024-01-03T05:37:16.708Z","dependency_job_id":"cc9efb9d-2b86-40a1-90e1-d249fed6b291","html_url":"https://github.com/tapjs/tap-mocha-reporter","commit_stats":{"total_commits":138,"total_committers":5,"mean_commits":27.6,"dds":0.02898550724637683,"last_synced_commit":"f4b1acea21f723a68ea5be2ec321a1a0412c0cea"},"previous_names":["isaacs/tap-mocha-reporter"],"tags_count":46,"template":false,"template_full_name":null,"purl":"pkg:github/tapjs/tap-mocha-reporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapjs%2Ftap-mocha-reporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapjs%2Ftap-mocha-reporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapjs%2Ftap-mocha-reporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapjs%2Ftap-mocha-reporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tapjs","download_url":"https://codeload.github.com/tapjs/tap-mocha-reporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tapjs%2Ftap-mocha-reporter/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259592163,"owners_count":22881263,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T04:00:33.859Z","updated_at":"2025-06-13T06:02:09.301Z","avatar_url":"https://github.com/tapjs.png","language":"JavaScript","funding_links":[],"categories":["Reporters"],"sub_categories":["JavaScript"],"readme":"# tap-mocha-reporter\n\nFormat a TAP stream using Mocha's set of reporters\n\n## USAGE\n\nOn the command line, pipe TAP in, and it'll do its thing.\n\n```bash\ntap test/*.js | tap-mocha-reporter\n```\n\nYou can also specify a reporter with the first argument.  The default\nis `spec`.\n\n```bash\ntap test/*.js | tap-mocha-reporter nyan\n```\n\nProgrammatically, you can use this as a transform stream.\n\n```javascript\nvar TSR = require('tap-mocha-reporter')\n\nfs.createReadStream('saved-test-output.tap')\n  .pipe(TSR('dot'))\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapjs%2Ftap-mocha-reporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftapjs%2Ftap-mocha-reporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftapjs%2Ftap-mocha-reporter/lists"}