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 bahmutov/exact-semver

Account's avatar
kensho/check-more-types
Large collection of predicates.
Account's avatar
bahmutov/lazy-ass
Lazy assertions without performance penalty
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
bahmutov/pre-git
Automatically install pre-commit / pre-git hooks for your npm modules.
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing

Support the repos that depend on this repository

Top contributors

bahmutov's profile
bahmutov
12 contributions

Recent events

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

No events yet
bahmutov

bahmutov/exact-semver

Removes fuzzy characters from listed dependencies in your package.json

JavaScript
3
1
No license

`exact-semver` is a tiny CLI/tool that scans a project's `package.json` and strips any version‑range operators (e.g., `^`, `~`, `>`) from the listed dependencies, leaving only exact version numbers. It’s aimed at Node developers who want deterministic installs (for CI, reproducible builds, or as a git pre‑commit hook) and can be used either as a global command or as a JavaScript module.