periscopic is a lightweight JavaScript library that walks an ESTree‑compatible abstract syntax tree and builds a complete scope map. It lets developers query which variables are declared, initialized, referenced, or unresolved (globals) in any block, and provides helpers for extracting identifier names from destructuring patterns and function parameters—useful for linting, static analysis, or tooling that needs detailed scope information.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
Utility for analyzing scopes belonging to an ESTree-compliant AST