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

jfilter is a lightweight JavaScript/TypeScript library that compiles Splunk‑style query strings into reusable predicate functions for arbitrary objects. It lets developers write expressive filters (e.g., `log.level = warn and log.event in (core, transport)`) that are parsed into composable accessor + predicate functions, supporting nested properties, array/iterable matching, ranges, globs, regexes, relative times, and custom accessors. The tool is aimed at developers who need fast, declarative filtering of complex data structures without pulling in heavyweight validation libraries.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of myndzi/jfilter

Account's avatar
Chevrotain/chevrotain
Chevrotain is a high performance fault tolerant javascript parsing DSL for building recursive decent parsers
Account's avatar
petkaantonov/deque
Extremely fast double-ended queue implementation
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for double-ended-queue
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for sinon
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

myndzi's profile
myndzi
7 contributions

Recent events

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

No events yet
myndzi

myndzi/jfilter

Turns a splunk-like query string into a function that matches arbitrary javascript objects

TypeScript
2
0
MIT License