xs-json
High-performance JSON parser and serializer for XanaScript
v1.1.0 ? 7 downloads
json parser serializer
xs-csv
Read, write, and transform CSV/TSV files with schema validation for XanaScript
v1.1.0 ? 4 downloads
csv tsv parser
xs-server
HTTP server suite: router, CORS, sessions, rate limiting, WebSocket, HTML and EJS templating
v1.0.0 ? 4 downloads
server http router
xs-toml
TOML configuration parser for XanaScript
v1.1.0 ? 1 downloads
toml config parser
xs-yaml
YAML parser with anchors and references for XanaScript
v1.1.0 ? 1 downloads
yaml parser anchors
xs-xml
Lightweight XML parser and generator for XanaScript
v1.1.0 ? 1 downloads
xml parser generator
xs-msgpack
MessagePack binary serialization for XanaScript
v1.1.0 ? 1 downloads
msgpack binary serialization
xs-base64
Base64 encode/decode for strings and binary data in XanaScript
v1.1.0 ? 1 downloads
base64 encoding binary
xs-uuid
Generate UUID v4, v7, and v8 with timestamp ordering for XanaScript
v1.1.0 ? 1 downloads
uuid unique identifier
xs-bson
BSON document serialization (MongoDB-compatible) for XanaScript
v1.1.0 ? 1 downloads
bson mongodb binary
xs-ini
INI file parser with section support for XanaScript
v1.1.0 ? 1 downloads
ini config parser
xs-sqlite
SQLite driver for XanaScript using the built-in node:sqlite module
v1.0.0 ? 1 downloads
sqlite database sql
xs-jwt
JSON Web Token encode/decode/verify for XanaScript
v1.0.0 ? 0 downloads
jwt token auth
xs-hash
Cryptographic and non-cryptographic hashing for XanaScript
v1.0.0 ? 0 downloads
hash sha256 md5
xs-crypto
Symmetric encryption (AES-GCM) for XanaScript
v1.0.0 ? 0 downloads
crypto encryption aes
xs-otp
TOTP/HOTP one-time password generation for XanaScript
v1.0.0 ? 0 downloads
otp totp hotp
xs-bcrypt
Password hashing with bcrypt for XanaScript
v1.0.0 ? 0 downloads
bcrypt password hash
xs-argon2
Password hashing with Argon2 for XanaScript
v1.0.0 ? 0 downloads
argon2 password hash
xs-qrcode
QR code generator (SVG, terminal, PNG) for XanaScript
v1.0.0 ? 0 downloads
qrcode qr barcode
xs-moment
Date/time manipulation and formatting for XanaScript
v1.0.0 ? 0 downloads
date time datetime
xs-timezone
IANA timezone conversion and formatting for XanaScript
v1.0.0 ? 0 downloads
timezone iana utc
xs-duration
Human-readable duration parsing and formatting for XanaScript
v1.0.0 ? 0 downloads
duration time interval
xs-holiday
Holiday calculation for multiple countries for XanaScript
v1.0.0 ? 0 downloads
holiday feriados calendar
xs-calendar
Calendar generation (Gregorian, Julian, Islamic) for XanaScript
v1.0.0 ? 0 downloads
calendar gregorian julian
xs-random
Random number generators (normal, exponential, shuffled, weighted) for XanaScript
v1.0.0 ? 0 downloads
random rng normal
xs-cache
In-memory cache with TTL and LRU eviction for XanaScript
v1.0.0 ? 0 downloads
cache lru ttl
xs-cron
Cron expression parser and scheduler for XanaScript
v1.0.0 ? 0 downloads
cron schedule parser
xs-bigint
Arbitrary-precision integer arithmetic for XanaScript
v1.0.0 ? 0 downloads
bigint bignum integer
xs-bigfloat
Arbitrary-precision decimal arithmetic for XanaScript
v1.0.0 ? 0 downloads
bigfloat decimal arbitrary
xs-zip
Zip/Unzip archives for XanaScript
v1.0.0 ? 0 downloads
zip archive compress
xs-tar
Tar archive reader/writer for XanaScript
v1.0.0 ? 0 downloads
tar archive backup
xs-plot
Terminal-based charting (bar, line, scatter, histogram) for XanaScript
v1.0.0 ? 0 downloads
plot chart terminal
xs-redis
Redis client implementing the RESP protocol over raw TCP for XanaScript
v1.0.0 ? 0 downloads
redis client resp