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

This project provides a robust way to access and cache JavaScript language-level intrinsics at first require time. It's useful for developers who need to reliably reference built-in JavaScript objects and methods, even if they've been modified or deleted at runtime. The library is particularly valuable for polyfill authors, testing frameworks, and security-sensitive applications that require consistent access to native JavaScript functionality.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of ljharb/get-intrinsic

Account's avatar
ljharb/async-function
A function that returns the normally hidden `AsyncFunction` constructor
Account's avatar
ljharb/async-generator-function
A function that returns the normally hidden `AsyncGeneratorFunction` constructor
Account's avatar
ljharb/call-bind-apply-helpers
Helper functions around Function call/apply/bind, for use in `call-bind`
Account's avatar
ljharb/es-define-property
`Object.defineProperty`, but not IE 8's broken one.
Account's avatar
ljharb/es-errors
A simple cache for a few of the JS Error constructors.
Account's avatar
ljharb/es-object-atoms
ES Object-related atoms: Object, ToObject, RequireObjectCoercible
Account's avatar
Raynos/function-bind
Implementation of Function.prototype.bind
Account's avatar
TimothyGu/generator-function
A function that returns the normally hidden `GeneratorFunction` constructor
Account's avatar
ljharb/get-proto
Robustly get the [[Prototype]] of an object
Account's avatar
ljharb/gopd
`Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation.
Account's avatar
inspect-js/has-symbols
Determine if the JS environment has Symbol support. Supports spec, or shams.
Account's avatar
inspect-js/hasOwn
A robust, ES3 compatible, "has own property" predicate.
Account's avatar
es-shims/math-intrinsics
ES Math-related intrinsics and helpers, robustly cached.
Account's avatar
ljharb/eslint-config
My shareable eslint config
Account's avatar
CookPete/auto-changelog
Command line tool for generating a changelog from git tags and commit history
Account's avatar
ljharb/call-bound
Robust call-bound JavaScript intrinsics, using `call-bind` and `get-intrinsic`.
Account's avatar
andris9/encoding
Convert encodings, uses iconv-lite
Account's avatar
ljharb/es-abstract
ECMAScript spec abstract operations.
Account's avatar
ljharb/es-value-fixtures
Fixtures of ES values, for testing purposes
Account's avatar
reggi/evalmd
Evaluates javascript code blocks from markdown files.
Account's avatar
Raynos/for-each
A better forEach
Account's avatar
ljharb/make-async-function
Function that returns an arbitrary `async function`, or undefined if `async function` syntax is unsupported.
Account's avatar
ljharb/make-async-generator-function
Function that returns an arbitrary async generator function, or undefined if async generator syntax is unsupported.
Account's avatar
ljharb/make-generator-function
Returns an arbitrary generator function, or undefined if generator syntax is unsupported.
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
ljharb/npmignore
Command line tool for creating or updating a .npmignore file based on .gitignore.
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
inspect-js/object-inspect
string representations of objects in node and the browser
Account's avatar
ljharb/safe-publish-latest
Ensure that when you `npm publish`, the "latest" tag is only set for the truly latest version.
Account's avatar
tape-testing/tape
tap-producing test harness for node and browsers

Support the repos that depend on this repository

Top contributors

ljharb's profile
ljharb
109 contributions
ExE-Boss's profile
ExE-Boss
2 contributions

Recent events

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

No events yet
ljharb

ljharb/get-intrinsic

Get and robustly cache all JS language-level intrinsics at first require time.

JavaScript
35
6
MIT License