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 mattdesl/read-closest-package

Account's avatar
hughsk/closest-package
Find the closest package.json file meeting specific criteria
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mattdesl's profile
mattdesl
11 contributions
yoshuawuyts's profile
yoshuawuyts
1 contributions

Recent events

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

No events yet
mattdesl

mattdesl/read-closest-package

reads the closest package.json file

JavaScript
5
1
MIT License

`read-closest-package` is a small Node.js utility that searches upward from a given directory (defaulting to the current working directory) for the nearest `package.json`, parses it, and returns the JSON data and file path. It provides both an asynchronous API (`closest(cb)`) and a synchronous version (`closest.sync()`), making it useful for tooling, scripts, or libraries that need to quickly access a project’s manifest without manually locating the file.