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 binarymuse/toml-node

Account's avatar
peggyjs/peggy
Parser generator for JavaScript

Support the repos that depend on this repository

Top contributors

BinaryMuse's profile
BinaryMuse
33 contributions
marvinroger's profile
marvinroger
3 contributions
sebmck's profile
sebmck
2 contributions
felix9's profile
felix9
1 contributions
ForbesLindesay's profile
ForbesLindesay
1 contributions
stoeffel's profile
stoeffel
1 contributions

Recent events

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

No events yet
binarymuse

binarymuse/toml-node

TOML parser for Node.js and the Browser. Parses TOML v1.1.0

JavaScript
318
26
MIT License

The **toml-node** package provides a zero‑dependency, fully‑spec‑compliant TOML parser for Node.js (v20+) and browsers, supporting the TOML 1.1.0 format with 99 % passing rate on the official test suite. It exports a simple `toml.parse` function that converts TOML strings into native JavaScript objects (dates become `Date` objects, special floats become `Infinity`/`NaN`, etc.) and throws detailed errors on invalid syntax. This library is aimed at developers who need reliable TOML configuration parsing in JavaScript environments.