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 nspragg/file-js

Account's avatar
isaacs/minimatch
a glob matcher in javascript
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for chai
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for lodash
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for mocha
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for sinon
Account's avatar
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
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
jsdoc/jsdoc
An API documentation generator for JavaScript.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
moment/moment
Parse, validate, manipulate, and display dates
Account's avatar
sinonjs/sinon
JavaScript test spies, stubs and mocks.
Account's avatar
TypeStrong/ts-node
TypeScript execution environment and REPL for node.js, with source map support
Account's avatar
palantir/tslint
An extensible static analysis linter for the TypeScript language
Account's avatar
progre/tslint-config-airbnb
A TSLint config for Airbnb JavaScript Style
Account's avatar
buzinas/tslint-eslint-rules
Improve your TSLint with the missing ESLint Rules
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development

Support the repos that depend on this repository

Top contributors

nspragg's profile
nspragg
17 contributions
j-luong's profile
j-luong
16 contributions
dependabot[bot]'s profile
dependabot[bot]
2 contributions

Recent events

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

No events yet
nspragg

nspragg/file-js

Abstract representation of a pathname

TypeScript
14
1
Other

file‑js is a lightweight Node.js library that models filesystem paths as objects, providing an intuitive API for common file‑system tasks such as glob matching, listing directory contents, checking permissions, and performing recursive copy/delete operations. It offers both synchronous and promise‑based asynchronous methods, making it useful for developers who need a simple, chainable way to work with files and directories in JavaScript applications.