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 jprichardson/node-packpath

Account's avatar
jprichardson/node-testutil
testutil contains methods to aid in automatic testing of your application.

Support the repos that depend on this repository

Top contributors

jprichardson's profile
jprichardson
6 contributions

Recent events

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

No events yet
jprichardson

jprichardson/node-packpath

Easily find the path(s) of package.json.

JavaScript
12
1
MIT License

**node‑packpath** is a tiny Node.js utility that locates the directory (or directories) containing a `package.json` file. It provides simple helpers—`self()` for the caller’s own module root and `parent()` for the root of the module that required it—making it easy for library authors and application code to resolve config or resource files without messy relative paths. It’s aimed at Node developers who need reliable module‑base path discovery.