Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of kpdecker/istanbul

Account's avatar
npm/abbrev-js
Like ruby's abbrev module, but in js
Account's avatar
caolan/async
Higher-order functions and common patterns for asynchronous code
Account's avatar
estools/escodegen
ECMAScript code generator
Account's avatar
jquery/esprima
ECMAScript parsing infrastructure for multipurpose analysis
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
handlebars-lang/handlebars.js
Handlebars provides the power necessary to let you build semantic templates effectively with no frustration
Account's avatar
isaacs/node-mkdirp
Recursively mkdir, like `mkdir -p`
Account's avatar
npm/nopt
Option parsing for Node, supporting types, shorthands, etc. Used by npm.
Account's avatar
isaacs/once
Run a function exactly one time
Account's avatar
npm/node-which
Like which(1) unix command. Find the first instance of an executable in the PATH.
Account's avatar
substack/node-wordwrap
Wrap those words. Show them at what columns to start and stop.
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
jshint/jshint
Static analysis tool for JavaScript
Account's avatar
caolan/nodeunit
Easy unit testing for node.js and the browser.
Account's avatar
jrburke/r.js
Node adapter for RequireJS, for loading AMD modules. Includes RequireJS optimizer
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)

Support the repos that depend on this repository

Top contributors

gotwarlost's profile
gotwarlost
324 contributions
davglass's profile
davglass
33 contributions
kpdecker's profile
kpdecker
13 contributions
Kami's profile
Kami
10 contributions
gustav-olsen-groupone's profile
gustav-olsen-groupone
6 contributions
jason0x43's profile
jason0x43
5 contributions
asifrc's profile
asifrc
4 contributions
sterling's profile
sterling
4 contributions
tonylukasavage's profile
tonylukasavage
4 contributions
ariya's profile
ariya
3 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
kpdecker

kpdecker/istanbul

Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale.

JavaScript
0
3
Other

Istanbul is a JavaScript code‑coverage tool that instruments source files on‑the‑fly (via module‑loader hooks) and produces statement, branch, function and line coverage reports in many formats (HTML, LCOV, Cobertura, etc.). It can be run from the command line to wrap any Node test script, used as middleware for browser testing, or called as a library, making it useful for developers who need automated coverage for unit, integration or server‑side JavaScript projects.