streaming git packed-ref parser
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project provides a streaming parser for Git's `packed-refs` file, converting its contents into individual JavaScript objects. It's designed for Node.js developers building Git tooling or automation scripts who need to process packed reference data incrementally without loading the entire file into memory. The parser emits objects containing each reference's hash, name, and optional commit hash for annotated tags.