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

`@pnpm/which` is a lightweight Node.js utility that mimics the Unix `which` command, searching the `PATH` environment variable for the first occurrence of a given executable and returning its resolved path (or throwing). It’s intended for developers who need reliable program‑location lookup in scripts — such as build tools, CLI utilities, or automation workflows — without the quirks of the native Windows implementation. The library also offers an `all` option to retrieve every matching path and supports custom `path`/`pathExt` overrides for advanced use cases.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of pnpm/which

Account's avatar
isaacs/isexe
Minimal module to check if a file is executable.
Account's avatar
npm/eslint-config
eslint config used by the npm cli team
Account's avatar
npm/template-oss
templated files used in npm CLI team oss projects

Support the repos that depend on this repository

Top contributors

isaacs's profile
isaacs
104 contributions
dependabot[bot]'s profile
dependabot[bot]
7 contributions
lukekarrys's profile
lukekarrys
5 contributions
wraithgar's profile
wraithgar
3 contributions
TooTallNate's profile
TooTallNate
2 contributions
zkochan's profile
zkochan
2 contributions
github-actions[bot]'s profile
github-actions[bot]
2 contributions
drcapulet's profile
drcapulet
1 contributions
dzuelke's profile
dzuelke
1 contributions
JustBlackBird's profile
JustBlackBird
1 contributions

Recent events

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

No events yet
pnpm

pnpm/which

Like which(1) unix command. Find the first instance of an executable in the PATH.

JavaScript
0
0
ISC License