istanbul reports
A code coverage tool to generate native V8 reports or Istanbul reports.
TypeScript definitions for istanbul-reports
Generates Cucumber HTML reports in three different themes
Base reporting library for istanbul
Get the visual width of a string - the number of columns required to display it
simple line-by-line stream reader
A JavaScript implementation of the Unicode Bidirectional Algorithm
Datadog CI plugin for `coverage` commands
An implementation of the CSSStyleDeclaration class from the CSS Object Model specification
html reporter for jscpd
A fast and easy to use JSON Schema validator
Datadog CI plugin for `sarif` commands
Merges multiple JUnit XML reports into one.
Datadog CI plugin for `junit` commands
Basic CLDR supplemental data
Get East Asian Width from a character.
An implementation of the Unicode UTS #46: Unicode IDNA Compatibility Processing
Format commitlint reports
Allure Commandline Tool
Polyfill for Temporal (https://github.com/tc39/proposal-temporal), an ECMA TC39 Stage 3 proposal
Statoscope extension to store custom reports in stats
Detects node eventloop block and reports where it started
Runs Prettier as a TSLint rule and reports differences as individual TSLint issues.
Meta Reports provides a meta language and data structure to create a 'meta' report. This report can then be exported into any format desired. MR provides HTML, PDF, and XLSX exports built in.
Graziano's Attention Schema Theory for brain-modeled agentic AI — the agent maintains a simplified internal model of its own attention process, enabling awareness attribution, social attention modeling, meta-attention monitoring, and natural-language attention reports.
Ravanello is the cli for analyze keys in redis and size of it's values. Example of usage: ```bash gem install ravanello ravanello --version REDIS_URL="redis://localhost/db" ravanello analyze --rules rules.yml ``` The rules files specifies the structure of the redis keys (splitted by :) and should looks like this: ```yml rules: resque: - 'delayed' - 'resque-retry' - 'timestamps' - 'lock' - 'meta' ``` After analyzing you will get the report in console: ``` Q-ty Size Key (sample) 4 24 * (hello) 1 6 denormalized:companies:* (denormalized:companies:99585213) ```