npm-package-walker is a small Node.js utility that recursively walks a project's local npm dependency tree, invoking a user‑provided async visitor for each package.json encountered. It’s aimed at developers who need to analyse, lint, or gather information about all installed packages (e.g., collect names, versions, or custom checks) in a scriptable way.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Walks down the local npm package dependency tree and calls a visitor function for each package