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
jvanbruegge

jvanbruegge/tree-selector

Use CSS selectors to match nodes in a custom object tree

TypeScript
6
2
MIT License
jvanbruegge's profile
jvanbruegge
37 contributions

Support the dependencies of jvanbruegge/tree-selector

Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
janjarfalk/get-permutations
Get permutations
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
release-it/release-it
Generic CLI tool to automate versioning and package publishing-related tasks.
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

The **tree‑selector** package lets you apply CSS‑style selectors to any hierarchical JavaScript object, not just the DOM. By supplying a set of lookup functions (e.g., how to get a node’s tag, id, class, children, attributes, etc.), it builds `querySelector` and `matches` utilities that can query or test nodes with full selector syntax—including attribute selectors, pseudo‑classes like `:first‑child`, `:contains()`, and sibling combinators. It’s aimed at developers who need a flexible, selector‑based way to search custom tree‑like data structures (e.g., virtual DOMs, ASTs, or other nested object models).