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
appworkshop

appworkshop/hierarchy-model

a data model for a hierarchy or tree, used by roles-hierarchy and permissions-hierarchy

JavaScript
0
0
No license
cunneen's profile
cunneen
11 contributions

Support the dependencies of appworkshop/hierarchy-model

Account's avatar
node-config/node-config
Configuration control for production node deployments
Account's avatar
joaonuno/tree-model-js
Manipulate and traverse tree-like structures in javascript.
Account's avatar
jashkenas/underscore
JavaScript's functional programming helper library.
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
babel/babel-preset-env
A Babel preset for each environment.
Account's avatar
Daniel15/babel-standalone
Standalone build of Babel for use in non-Node.js environments. Similar to the (now deprecated) babel-browser
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
aconbere/node-file-utils
Higher level path and file manipulation functions.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
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, css, less, ... and your custom stuff.
Account's avatar
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes.
Account's avatar
winstonjs/winston
A logger for just about everything.

The **hierarchy‑model** package provides a lightweight JavaScript data model for representing and navigating tree‑like hierarchies (e.g., role or permission structures). It lets developers create a hierarchy from a plain object, then query nodes, retrieve descendants, add or delete sub‑trees, and output a printable representation—making it useful for any Node.js app that needs to manage hierarchical relationships such as access‑control trees.