a very tini-module deployed just for testing
Tiki Design System for TiniApp
Design token system for the tini component library. Provides OKLCH color scales, spacing, typography, radius, shadows, and motion tokens — output as CSS variables, a Tailwind preset, and typed TypeScript constants.
Spec-driven UI renderer for React. Build interfaces from JSON; render with any component pack you wire in.
Babel helper functions for inserting module loads
Babel helper functions for implementing ES6 module transformations
Is this specifier a node.js core module?
Get the path of the parent module
Lexes CommonJS modules, returning their named exports metadata
Lexes ES modules returning their import/export metadata
Amalgm local computer runtime: login, MCP, chat, events, previews, and tunnels.
two functions: One that returns true, one that returns false
Is this specifier a Bun core module or supported Node one?
Make any Linux Node.js or Bun process a subreaper for its descendants. Calls prctl(PR_SET_CHILD_SUBREAPER, 1) plus runs a polling waitpid reaper for zombies whose ppid is the host process. Closes the libuv #1911 close-before-exit gap and the orphan-repare
Find the module object for something that was require()d
- Can be combined with the build plug-in to share basic dependencies according to policies to reduce the number of module downloads and improve the loading speed of modules. - Only consume part of the export of the remote module and will not fully downloa
NFT-based Docker optimization for Node.js apps
- Can be combined with the build plug-in to share basic dependencies according to policies to reduce the number of module downloads and improve the loading speed of modules. - Only consume part of the export of the remote module and will not fully downloa
Module federation runtime package collection. You can just install it instead of installing all the packages separately.
A library for obtaining browser versions with their maximum supported Baseline feature set and Widely Available status.
Module Federation Error Codes
A drop-in replacement for fs, making various improvements.
Open-source framework built on blamejs. Vendored stack, zero npm runtime deps, PQC-first crypto, security-on by default.
Node's event emitter for all engines.
Abstract Method is a tiny library enabling you to define abstract methods in Ruby classes and modules.
BasicModel is intended to be used in a tableless model in Rails >= 3.0. It complies with the ActiveModel API and includes valdiations, so it can be used in form helpers without a problem.
A tiny ruby module for Amazon EC2 intance metadata
A tiny module for interacting with JSON HTTP APIs
Allows to use alternative words endings: -ise instead of -ize etc. Defines `is_an?` as an alias of the is_a? method. Provides a module to use `initialise` in your classes.
Tiny module that allows you to easily adapt from one hash structure to another with a simple declarative DSL.
This tiny library provides simple talking module for command line apps.
Maps values from hashes with different structures and/or key names. Ideal for normalizing arbitrary data to be consumed by your applications, or to prepare your data for different display formats (ie. json). Tiny module that allows you to easily adapt from one hash structure to another with a simple declarative DSL.
Maps values from hashes with different structures and/or key names. Ideal for normalizing arbitrary data to be consumed by your applications, or to prepare your data for different display formats (ie. json). Tiny module that allows you to easily adapt from one hash structure to another with a simple declarative DSL.
Tiny Singleton is a very simple implementation of the Singleton Design Pattern. Compared to the Singleton module in the stdlib, one does not need to class 'klass.instance' to get access to the singleton object, one can call 'klass.new' as usual. It is thus easier to add the Singleton Pattern to an existing class without changing the way the code calls it.