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

Tape is a TAP-producing test harness for Node.js and browsers, designed for developers who want a minimal, flexible testing framework. It provides a simple API for writing tests, supports async operations, and outputs results in the TAP format, making it easy to integrate with other tools.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
substack

substack/tape

tap-producing test harness for node and browsers

JavaScript
5801
306
MIT License
ljharb's profile
ljharb
569 contributions
Raynos's profile
Raynos
78 contributions
nelsonic's profile
nelsonic
17 contributions
marcusberner's profile
marcusberner
14 contributions
grncdr's profile
grncdr
14 contributions
fongandrew's profile
fongandrew
10 contributions
mstade's profile
mstade
10 contributions
DavidAnson's profile
DavidAnson
6 contributions
r0mflip's profile
r0mflip
6 contributions
isaacs's profile
isaacs
6 contributions

Support the dependencies of substack/tape

Account's avatar
ljharb/now
The current time in milliseconds, from the most precise monotonic clock available (`performance.now` → `process.hrtime` → `Date.now` → `new Date().getTime()`), for measuring elapsed time.
Account's avatar
ljharb/resumer
a through stream that starts paused and resumes on the next tick
Account's avatar
ljharb/through
simplified stream construction
Account's avatar
es-shims/Array.prototype.every
An ES5 spec-compliant `Array.prototype.every` shim/polyfill/replacement that works as far down as ES3.
Account's avatar
ljharb/call-bind
Robustly `.call.bind()` a function
Account's avatar
ljharb/call-bound
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Account's avatar
inspect-js/node-deep-equal
node's assert.deepEqual algorithm
Account's avatar
inspect-js/defined
return the first argument that is `!== undefined`
Account's avatar
bmeck/dotignore
ignorefile/includefile matching .gitignore spec
Account's avatar
ljharb/es-object-atoms
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
cfware/get-package-type
Determine the `package.json#type` which applies to a location
Account's avatar
isaacs/node-glob
the most correct and second fastest glob implementation in JavaScript
Account's avatar
inspect-js/has-dynamic-import
Does the current environment have `import()` support?
Account's avatar
inspect-js/hasOwn
A robust, ES3 compatible, "has own property" predicate.
Account's avatar
isaacs/inherits
Browser-friendly inheritance fully compatible with standard node.js inherits()
Account's avatar
inspect-js/is-regex
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Account's avatar
minimistjs/minimist
parse argument options
Account's avatar
ljharb/mock-property
Given an object and a property, replaces a property descriptor (or deletes it), and returns a thunk to restore it.
Account's avatar
inspect-js/object-inspect
string representations of objects in node and the browser
Account's avatar
es-shims/object-is
ES2015-compliant shim for Object.is - differentiates between -0 and +0
Account's avatar
ljharb/object-keys
An Object.keys replacement, in case Object.keys is not available. From https://github.com/es-shims/es5-shim
Account's avatar
ljharb/object.assign
ES6 spec-compliant Object.assign shim. From https://github.com/es-shims/es6-shim
Account's avatar
es-shims/String.prototype.trim
ES5 spec-compliant shim for String.prototype.trim
Account's avatar
arethetypeswrong/arethetypeswronghub.io.git
A CLI tool for arethetypeswrong.github.io
Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
ljharb/tsconfig
My personal tsconfig(s), so my open source projects can share them.
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for array.prototype.every
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for array.prototype.flatmap
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for call-bind
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for concat-stream
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for deep-equal
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for defined
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for falafel
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for get-package-type
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for inherits
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for js-yaml
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for minimist
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for node
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object-inspect
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object-is
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object-keys
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for object.assign
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for readable-stream
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for semver
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for string.prototype.trim
Account's avatar
es-shims/Array.prototype.flatMap
An ES2019 spec-compliant `Array.prototype.flatMap` shim/polyfill/replacement that works as far down as ES3.