How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
has‑lockfile is a tiny Node.js utility that scans a given directory (defaulting to the current working directory) for the presence of any package manager lockfiles such as `package-lock.json`, `yarn.lock` or `npm-shrinkwrap.json`. It exports a simple API – `hasLockfile()` returns a boolean indicating whether a lockfile exists, and `hasLockfile.lockfiles()` returns the list of detected lockfiles – making it useful for scripts and tools that need to decide whether to run Yarn or npm. The package is aimed at developers building CLI or automation tooling around JavaScript projects.