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

`define-configurable` is a tiny utility that wraps `Object.defineProperty` to add or modify properties on any object, defaulting the `configurable` descriptor to `true`. It lets developers declaratively define simple values, methods or extend existing functions (with optimized handling for up‑to‑seven arguments) using a clean, chainable API. The package is aimed at JavaScript developers who need a concise, standards‑compliant way to create configurable object properties without writing repetitive descriptor code.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of vigour-io/define-configurable

Account's avatar
garthenweb/bubleify
Browserify transform that compiles es2015 to es5 using Bublé
Account's avatar
vigour-io/base
Extendable object constructors, build for speed, low memory consumption and simplicity
Account's avatar
nickmerwin/node-coveralls
takes json-cov output into stdin and POSTs to coveralls.io
Account's avatar
vigour-io/ducktape
Makes sure your projects stick together using Tape tests.
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
remy/nodemon
Simple monitor script for use during development of a Node.js app.
Account's avatar
observing/pre-commit
Automatically install pre-commit hooks for your npm modules.
Account's avatar
standard/standard
JavaScript Standard Style
Account's avatar
namuol/tap-difflet
TAP output formatter using difflet for inequality errors.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

mstdokumaci's profile
mstdokumaci
2 contributions

Recent events

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

No events yet
vigour-io

vigour-io/define-configurable

Defines new (or modifies existing) properties (using Object.defineProperty, setting `configurable: true` by default

JavaScript
0
0
ISC License