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 ubborg-planner-pmb-js project is a tool designed to help describe system configurations, likely for use in infrastructure planning or deployment scenarios. It appears to be a personal project, as indicated by the description "Helps me describe system configurations," and is intended for developers or system administrators who need to define and manage system requirements programmatically.

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
mk-pmb

mk-pmb/ubborg-planner-pmb-js

Helps me describe system configurations.

JavaScript
0
0
No license
mk-pmb's profile
mk-pmb
230 contributions

Support the dependencies of mk-pmb/ubborg-planner-pmb-js

Account's avatar
mk-pmb/concise-value-preview-pmb-js
A stringifier that optimizes for the quick gaze, rather than correctness or completeness.
Account's avatar
mk-pmb/dict-of-dicts-to-ini-lines-pmb-js
Translate your dictionary object of dictionary objects to an array of strings that could be lines of a .ini file.
Account's avatar
mk-pmb/equal-pmb-js
Expect two values to be equal, for whatever latest notion of equality.
Account's avatar
mk-pmb/getoraddkey-simple-js
If your collection is missing the slot you want to work with, have it be created on the fly. Simple edition, aimed to be small and fast.
Account's avatar
mk-pmb/getown-js
Lookup an object property only if it's its own property.
Account's avatar
inspect-js/is-string
Is this value a JS String object or primitive? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
Account's avatar
mk-pmb/load-first-avail-module-js
Based on a module load function (typically your module's `require`, or a proxy for your `import`), create a function that promises to load the first available module from an array of candidate module names, probed in series.
Account's avatar
mk-pmb/map-assoc-core-js
Just the very basics of map-assoc: Map the values of a collection (array or object) and carry the keys.
Account's avatar
mk-pmb/map-merge-defaults-pmb-js
Merge each item from an array (e.g. of options objects) with a base (e.g. an options object with default options) and optionally convert them using a custom conversion function. Supports promises and async functions.
Account's avatar
minimistjs/minimist
parse argument options
Account's avatar
ysmood/nofs
Promise to make a better fs lib.
Account's avatar
mk-pmb/obj-map-merge-js
Map over an object's key/value pairs and merge (Object.assign) all partial results.
Account's avatar
mk-pmb/objpop-js
Pop properties from objects and verify you got all of them.
Account's avatar
mk-pmb/promise-timeout-with-warning-pmb-js
Limit how long to wait for a promise to resolve, with optional earlier warning. (Node.js v24 maintenance fork of @instaffogmbh/promise-timeout-with-warning)
Account's avatar
mk-pmb/qrystr-js
Yet another codec for urlencoded data, written from scratch for minimalism, cares about a lot less stuff than node's does. Features include a direction-guessing API and AMD/UMD support.
Account's avatar
mk-pmb/safe-sortedjson-js
sortedjson, guarded against recursion and some unicode confusion.
Account's avatar
mk-pmb/slashable-import-pmb-js
Dynamically import modules as resolved from current directory. On failure, retry with some default filenames appended.
Account's avatar
mk-pmb/terminal-color-numbers-pmb-js
Named raw terminal color palette for the linux virtual console and lots of terminal emulators. No open/close/nesting or state machine. Just the numbers, and some minimal utility functions.
Account's avatar
mk-pmb/typechecks-pmb-js
Yet another collection of typechecks.
Account's avatar
mk-pmb/ubborg-bundleurl-util-pmb-js
Convert and resolve ubborg bundle URLs.
Account's avatar
mk-pmb/ubborg-lineage-find-common-ancestor-pmb-js
Given two resource plans, or two generic lists of parent objects, find common ancestor and the relation with them.
Account's avatar
mk-pmb/ubborg-resolve-homedir-tilde-by-user-plan-pmb-js
Resolve paths that start with `~` to be within some planned user's planned home directory.
Account's avatar
mk-pmb/ubborg-restype-util-pmb-js
Utility collection for creating ubborg resource types.
Account's avatar
mk-pmb/ubborg-sysfacts-helper-pmb-js
Helper functions for handling sysFacts resources.
Account's avatar
mk-pmb/ubuntu-versions-table-pmb-js
Static information about Ubuntu releases. Can find release by codename and vice versa.
Account's avatar
mk-pmb/unwrap-single-prop-js
If your container element holds just a single property, and its key is named as you suspect it may, return just that property's value. Otherwise, return the original container. Useful for `require(…).default` situations.
Account's avatar
mk-pmb/using-its-own-promise-pmb-js
For the really exotic cases in which an async function needs to refer to a promise that resulted from its invocation.
Account's avatar
mk-pmb/node-usnam-pmb
Concise stack traces for node: pretty-error + compact theme (still with paths) + auto-start.
Account's avatar
mk-pmb/vtry-js
tryit + verror = Verbosely try.
Account's avatar
mk-pmb/yamlify-safe-pmb-js
YAMLify your data with my favorite YAMLifier and YAMLification settings, whatever those currently are.
Account's avatar
mk-pmb/eslint-config-nodejs-pmb
My favorite eslint rules.
Account's avatar
mk-pmb/eslint-plugin-json-light-pmb
(2022 maintenance fork) Light ESLint plugin for JSON validating
Account's avatar
eslint-community/eslint-plugin-n
Additional ESLint's rules for Node.js