{"library":"report","title":"report","description":"A Node.js CLI tool for reporting test results to npm's test result listings. Version 0.1.1 is the current and only stable release. It was designed to integrate with npm's test result endpoints to publish test outcomes for packages. No longer actively maintained; superseded by modern CI and reporting tools like tap, mocha, and jest. Key differentiator was its early attempt to unify test reporting within npm ecosystem, but it never gained adoption.","language":"javascript","status":"abandoned","last_verified":"Sat Apr 25","install":{"commands":["npm install report"],"cli":null},"imports":["import report from 'report'","const report = require('report')","import { main } from 'report'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"#!/usr/bin/env node\nconst report = require('report');\nconst testResults = { passed: 10, failed: 2 };\nreport(testResults, function(err) {\n  if (err) console.error('Failed to report:', err);\n  else console.log('Test results reported');\n});","lang":"javascript","description":"Shows how to require the package as CommonJS and report test results asynchronously.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}