Packages
npm and PyPI packages
NPM
NPM Package
A utility npm package that provides common helper functions for string manipulation, date formatting, and validation. Published to npm.
NPM Packages
Pkg Async Retry
Lightweight async retry utility with exponential backoff, jitter, circuit breaker, and abort controller support.
Pkg Cli Progress
Beautiful CLI progress bars with multiple styles, ETA calculation, multi-bar support, and color themes.
Pkg Cli Spinner
A tiny, elegant terminal spinner library with 30+ animation frames. Show progress for async operations with customizable text and colors.
Pkg Color Utils
A comprehensive color manipulation library supporting HEX, RGB, HSL, HSV, and OKLCH conversions. Includes contrast checking, palette generation, and color blending.
Pkg Config Loader
A zero-dependency config loader that reads from .env, JSON, YAML, and TOML files with schema validation, type coercion, and environment overrides.
Pkg Cron Parser
A lightweight cron expression parser and scheduler. Parse cron strings to human-readable descriptions, validate expressions, and calculate next/previous run times.
Pkg CSV Parse Stream
Zero-dependency streaming CSV parser with auto-delimiter detection, type coercion, and transform pipes.
Pkg Deep Diff
Fast deep object/array diff with patch generation, apply, and undo — like JSON Patch but simpler.
Pkg Env Guard
Runtime environment variable validation with TypeScript inference, dotenv loading, and schema definition.
Pkg Event Emitter
A type-safe event emitter with wildcard support, async listeners, middleware pipeline, and memory leak detection.
Pkg Fetch Retry
Drop-in fetch wrapper with automatic retries, timeout, rate limiting, and request deduplication.
Pkg Human Time
Convert durations and timestamps to human-readable strings — '3 hours ago', 'in 2 days', 'about 5 min'.
Pkg Log Pretty
Structured JSON log prettifier for development — colorized output, timestamp formatting, level filtering.
Pkg Markdown It Ext
A Markdown rendering library with syntax highlighting, mermaid diagram support, math equations, and custom container blocks.
Pkg Markdown Parser
A fast, extensible Markdown parser that converts Markdown to HTML or AST. Supports GFM with a plugin system.
Pkg Object Hash
A deterministic object hashing library that produces consistent hash strings for JavaScript objects regardless of key order. Useful for caching, deduplication, and change detection.
Pkg Rate Limiter
A flexible rate limiting library supporting fixed window, sliding window, token bucket, and leaky bucket algorithms. Works in-memory or with Redis.
Pkg Retry With Backoff
Simple retry utility with exponential backoff, jitter, and configurable retry conditions
Pkg Schema Faker
Generate realistic fake data from JSON Schema, OpenAPI specs, or TypeScript interfaces.
Pkg Slug Gen
URL slug generator with transliteration, custom separators, max length, and collision detection.
Pkg State Machine
A lightweight, type-safe finite state machine library for JavaScript/TypeScript. Define states, transitions, guards, and side effects with a fluent API. Zero dependencies.
Pkg Task Queue
An in-memory task queue with concurrency control, retries, prioritization, and progress callbacks. Perfect for managing async operations in Node.js and browsers.
Pkg Tiny Pubsub
A tiny publish-subscribe event system with TypeScript support. Features wildcard subscriptions, once listeners, and namespace events.
Pkg Tiny Store
A tiny reactive state management library for vanilla JS and frameworks. Subscribe to state changes with selectors, derived state, and persistence.
Pkg Zod To Form
Auto-generate React form components from Zod validation schemas with error handling
Pypi Package
A Python utility package with CLI tools for file operations, text processing, and data conversion. Published to PyPI.