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 of kibibit/nconf-hjson

Account's avatar
hjson/hjson-js
A user interface for JSON.
Account's avatar
conventional-changelog/commitlint
Lint your commit messages
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing the angular commit convention
Account's avatar
conventional-changelog/commitlint
Shareable commitlint config enforcing conventional commits
Account's avatar
semantic-release/changelog
semantic-release plugin to create or update a changelog file
Account's avatar
semantic-release/commit-analyzer
semantic-release plugin to analyze commits with conventional-changelog
Account's avatar
semantic-release/git
semantic-release plugin to commit release assets to the project's git repository
Account's avatar
semantic-release/github
semantic-release plugin to publish a GitHub release and comment on released Pull Requests/Issues
Account's avatar
semantic-release/npm
semantic-release plugin to publish a npm package
Account's avatar
semantic-release/release-notes-generator
semantic-release plugin to generate changelog content with conventional-changelog
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for hjson
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for nconf
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
all-contributors/all-contributors-cli
Tool to easily add recognition for new contributors
Account's avatar
commitizen/cz-cli
Git commit, but play nice with conventions.
Account's avatar
kentcdodds/cross-env
Run scripts that set and use environment variables across platforms
Account's avatar
commitizen/cz-conventional-changelog
Commitizen adapter following the conventional-changelog format.
Account's avatar
ellerbrock/cz-conventional-changelog-emoji
Commitizen adapter following the conventional-changelog format with emojis
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
sweepline/eslint-plugin-unused-imports
Report and remove unused es6 modules
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
EpicEric/jest-mock-process
Easily mock NodeJS process properties in Jest
Account's avatar
dkelosky/jest-stare
jest html reporter (results processor) to view HTML jest results, save raw JSON, and invoke multiple reporters
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
semantic-release/semantic-release
Automated semver compliant package publishing
Account's avatar
semantic-release/cli
setup automated semver compliant package publishing
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
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

Support the repos that depend on this repository

Top contributors

k1b1b0t's profile
k1b1b0t
2 contributions
thatkookooguy's profile
thatkookooguy
2 contributions

Recent events

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

No events yet
kibibit

kibibit/nconf-hjson

hjson support for nconf

JavaScript
0
0
MIT License

The **@kibibit/nconf-hjson** package adds Hjson file parsing support to the popular Node.js configuration library **nconf**. It lets developers load and manage configuration data written in the more human‑friendly Hjson format by simply passing the supplied formatter to `nconf.file()`. This tool is aimed at Node.js developers who already use nconf and want to maintain their settings in Hjson instead of plain JSON.