# Node Packages [](https://deepwiki.com/hmmhmmhm/node-packages) Personal research packages by hmmhmmhm - A collection of useful TypeScript/JavaScript libraries exploring various programming concepts. ## 📦 Packages ### [biggest](./packages/biggest) Tiny 2kb, zero deps, infinite precision library for safe and precise arithmetic operations on Big Integer and Big Decimal. ### [pseudo-shuffle](./packages/pseudo-shuffle) Make the index look like it is shuffled according to the range without actual shuffling - deterministic pseudo-random shuffling. ### [edge-crypto](./packages/edge-crypto) Unified SubtleCrypto utilities for Node.js, browsers, and Cloudflare Workers without external dependencies. ### [gauss-spiral](./packages/gauss-spiral) Fill a circle with dots from the center out — efficiently compute `(x, y) ↔ n` mapping for spiral enumeration. ### [mugunghwa](./packages/mugunghwa) 한글 기반 72진법 인코딩 라이브러리 - Korean Hangul-based base-72 encoding library with profanity filtering. ### [patternly](./packages/patternly) Regular Expression Data Grabber - Simplifies parsing string patterns using regular expressions. ### [curse-script](./packages/curse-script) A JavaScript obfuscator that converts code into cursed spell-like syntax. ## License MIT