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 **path‑expression‑matcher** library provides lightweight, high‑performance tools for tracking a parser’s current location in hierarchical data (XML, JSON, YAML, etc.) and testing that location against expressive path patterns. It offers an `Expression` class for compiling reusable path selectors (with wild‑cards, deep‑wildcards, attribute checks, namespaces, and position selectors) and a `Matcher` class that maintains the live path stack, supports push/pop operations, read‑only views, and fast matching—including bulk matching via `ExpressionSet`. It’s aimed at developers building parsers or data‑processing pipelines who need efficient, rule‑based filtering of nodes.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of naturalintelligence/path-expression-matcher

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Externalise references to helpers and builtins, automatically polyfilling your code without polluting globals
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
babel require hook
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
bcoe/c8
output coverage reports using Node.js' built in coverage
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7
Account's avatar
webpack/webpack-cli
CLI for webpack & friends

Support the repos that depend on this repository

Top contributors

amitguptagwl's profile
amitguptagwl
16 contributions

Recent events

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

No events yet
naturalintelligence

naturalintelligence/path-expression...

helpful to match path by parsers for XML, JSON, YAML or any type

JavaScript
1
1
MIT License