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

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
luftywiranda13's profile
luftywiranda13
29 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
3 contributions
luftywiranda13

luftywiranda13/has-lockfile

Detect lockfiles in the working directory

JavaScript
3
1
MIT License

Support the dependencies of luftywiranda13/has-lockfile

Account's avatar
luftywiranda13/has-package-lock
Check if a `package-lock.json` is present in the working directory
Account's avatar
luftywiranda13/has-shrinkwrap
Check if `npm-shrinkwrap.json` is present in the working directory
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
luftywiranda13/remove-lockfiles
Prevent committing lockfiles

has‑lockfile is a tiny Node.js utility that scans a given directory (defaulting to the current working directory) for the presence of any package manager lockfiles such as `package-lock.json`, `yarn.lock` or `npm-shrinkwrap.json`. It exports a simple API – `hasLockfile()` returns a boolean indicating whether a lockfile exists, and `hasLockfile.lockfiles()` returns the list of detected lockfiles – making it useful for scripts and tools that need to decide whether to run Yarn or npm. The package is aimed at developers building CLI or automation tooling around JavaScript projects.