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

read-file-string is a Node.js package that reads file content as a UTF-8 string, returning `null` if the file doesn't exist or is a directory instead of throwing an error. It's designed for developers who need a simple, error-tolerant way to read file contents in JavaScript applications.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of jaid/read-file-string

Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
acornjs/acorn
ECMAScript parser
Account's avatar
jestjs/jest
Jest plugin to use babel for transformation.
Account's avatar
jaid/babel-preset-jaid
These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.
Account's avatar
jaid/browserslist-config-jaid-node
My Browserslist query targeting the latest NodeJS runtimes.
Account's avatar
jaid/eslint-config-jaid
Personal ESLint preset. Intentionally ugly to write code that looks like I feel.
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
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
Account's avatar
jaid/webpack-config-jaid
Takes tiny input and returns a Webpack config in the way I personally like.

Support the repos that depend on this repository

Top contributors

Jaid's profile
Jaid
82 contributions
actions-user's profile
actions-user
34 contributions
github-actions[bot]'s profile
github-actions[bot]
30 contributions

Recent events

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

No events yet
jaid

jaid/read-file-string

Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error.

JavaScript
3
0
MIT License