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

Deglob is a Node.js utility that takes glob patterns and returns an array of matching file paths, while respecting `.gitignore` rules and optional ignore patterns defined in `package.json`. It's designed for developers who need to programmatically find files in a project while honoring common ignore conventions. The tool is particularly useful for build tools, linters, or any script that needs to process files in a way that aligns with a project's ignore settings.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of flet/deglob

Account's avatar
js-n/find-root
find the closest package.json
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
kaelzhang/node-ignore
Ignore is a manager and filter for .gitignore rules, the one used by eslint, gitbook and many others.
Account's avatar
feross/run-parallel
Run an array of functions in parallel
Account's avatar
mikolalysenko/uniq
Removes duplicates from a sorted array in place
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
scottcorgan/tap-spec
Formatted TAP output like Mocha's spec reporter
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

feross's profile
feross
41 contributions
Flet's profile
Flet
11 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
4 contributions
novemberborn's profile
novemberborn
3 contributions
flying-sheep's profile
flying-sheep
3 contributions
blgm's profile
blgm
1 contributions
ArtskydJ's profile
ArtskydJ
1 contributions
rostislav-simonik's profile
rostislav-simonik
1 contributions
mightyiam's profile
mightyiam
1 contributions

Recent events

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

No events yet
flet

flet/deglob

:open_file_folder: Take a list of glob patterns and return an array of file locations, respecting `.gitignore` and allowing for ignore patterns via `package.json`.

JavaScript
40
3
ISC License