Find package.json files in parent directories using an iterator based API. Keep searching till you find the one you're looking for or when you run out of folders to search in.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This module provides an iterator-based API to find `package.json` files in parent directories, allowing users to search for specific package configurations starting from a given directory or module object. It is designed for developers who need to locate and read `package.json` files in a Node.js environment, particularly when working with multiple packages or modules.