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 overlookmotel/livepack

Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
Turns an AST into code.
Account's avatar
babel/babel
Babel helper functions for implementing ES6 module transformations
Account's avatar
babel/babel
A JavaScript parser
Account's avatar
babel/babel
This plugin transforms ES2015 modules to CommonJS
Account's avatar
babel/babel
Turn JSX into React function calls
Account's avatar
babel/babel
The Babel Traverse module maintains the overall tree state, and is responsible for replacing, removing, and adding nodes
Account's avatar
babel/babel
Babel Types is a Lodash-esque utility library for AST nodes
Account's avatar
airbnb/babel-plugin-dynamic-import-node
Babel plugin to transpile import() to a deferred require(), for node
Account's avatar
mikepb/base32.js
Base 32 encodings for JavaScript
Account's avatar
thlorenz/convert-source-map
Converts a source-map from/to different formats and allows adding/changing properties.
Account's avatar
overlookmotel/is-it-type
Determine type of a variable
Account's avatar
overlookmotel/native-type-of
Accurately determine native type of values
Account's avatar
danez/pirates
Properly hijack require, i.e., properly define require hooks and customizations
Account's avatar
zxqfox/reserved-words
ECMAScript reserved words checker
Account's avatar
overlookmotel/simple-invariant
Super-simple invariant function
Account's avatar
mozilla/source-map
Generates and consumes source maps
Account's avatar
evanw/node-source-map-support
Fixes stack traces for files with source maps
Account's avatar
yargs/yargs
yargs the modern, pirate-themed, successor to optimist.
Account's avatar
babel/babel
Compile ES2015 arrow functions to ES5
Account's avatar
babel/babel
This plugin places a 'use strict'; directive at the top of all files to enable strict mode
Account's avatar
jestjs/jest
Account's avatar
overlookmotel/eslint-config
@overlookmotel's ESLint config
Account's avatar
overlookmotel/eslint-config-jest
@overlookmotel's ESLint config for tests with jest
Account's avatar
overlookmotel/eslint-config-node
@overlookmotel's ESLint config for NodeJS
Account's avatar
jestjs/jest
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
overlookmotel/jest-expect-arguments
Jest expect matcher for arguments objects
Account's avatar
jestjs/jest
A set of utility functions for expect and related packages
Account's avatar
jest-community/jest-runner-eslint
An ESLint runner for Jest
Account's avatar
jestjs/jest
Account's avatar
tinylibs/tinypool
A minimal and tiny Node.js Worker Thread Pool implementation, a fork of piscina, but with fewer features

Support the repos that depend on this repository

Top contributors

overlookmotel's profile
overlookmotel
700 contributions
dependabot[bot]'s profile
dependabot[bot]
3 contributions

Recent events

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

No events yet
overlookmotel

overlookmotel/livepack

Serialize live running code to Javascript

JavaScript
48
3
MIT License

Livepack is a Node‑JS‑only bundler that serialises *running* JavaScript code instead of transforming source text. By executing the app at build time it captures closures, computed values and all referenced objects (including those from node_modules) and emits a single self‑contained JavaScript file (or split value‑level chunks) that reproduces the original program with no runtime dependencies. It’s aimed at developers who want faster startup, automatic tree‑shaking and dynamic, data‑driven builds for server‑side applications.