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

The **read-cmd-shim** package lets Node.js code determine the target path of a Windows `cmd` shim (the small script created by tools like `npm` to proxy executable commands). It provides both asynchronous (`readCmdShim(path) → Promise`) and synchronous (`readCmdShim.sync(path)`) APIs that behave like `fs.readlink`, supporting both `.cmd`/PowerShell shims and Cygwin‑style shims, and throws a specific `ENOTASHIM` error when the file isn’t a shim. This utility is intended for developers who need to resolve the real executable behind a shim in build scripts, package managers, or other tooling on Windows environments.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of npm/read-cmd-shim

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
Account's avatar
npm/cmd-shim
Used in npm for command line application support

Support the repos that depend on this repository

Top contributors

dependabot[bot]'s profile
dependabot[bot]
45 contributions
lukekarrys's profile
lukekarrys
23 contributions
isaacs's profile
isaacs
17 contributions
iarna's profile
iarna
7 contributions
owlstronaut's profile
owlstronaut
5 contributions
github-actions[bot]'s profile
github-actions[bot]
5 contributions
hashtagchris's profile
hashtagchris
4 contributions
wraithgar's profile
wraithgar
3 contributions
reggi's profile
reggi
1 contributions

Recent events

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

No events yet
npm

npm/read-cmd-shim

Read the path a cmd-shim is pointing at. Acts like fs.readlink but for cmd-shims.

JavaScript
10
4
ISC License