nats-server

High-Performance server for NATS.io (program)

NATS is a simple, secure and performant communications system for digital systems, services and devices. NATS is part of the Cloud Native Computing Foundation (CNCF) and has over 40 client language implementations.

node-change-case

Transform a string between different case conventions

Transform a string between `camelCase`, `PascalCase`, `Capital Case`, `snake_case`, `param-case`, `CONSTANT_CASE` and others.

node-defaults

merge single level defaults over a config object

A simple one level options merge utility. This module exports a function that takes 2 arguments: options and defaults. When called, it overrides all of undefined properties in options with the clones of properties defined in defaults. Sidecases: if called with a falsy options value, options will be initialized to a new object before being merged onto.

node-ts-loader

TypeScript loader for webpack

ts-loader is a Typescript loader for Webpack in Nodejs.

node-magic-string

Modify strings, generate sourcemaps

This package makes it possible to update a source map of a lightly modified source code.

node-cronstrue

Convert cron expressions into human readable descriptions

cronstrue is a JavaScript library that parses a cron expression and outputs a human readable description of the cron schedule.