node-import-meta-resolve

Ponyfill for import.meta.resolve - Node.js module

A module-relative resolution function scoped to each module, returning the URL string. This module backports an experimental Node.js 21 implementation of a standard ECMAScript modules feature. It will allow smoother transitions when upgrading Node.js.

lua-struct

library to convert Lua values to and from C structs

Lua library for converting data to and from C structs. Its main functions are struct.pack, which packs multiple Lua values into a struct-like string; and struct.unpack, which unpacks multiple Lua values from a given struct-like string.

lua-cmsgpack

MessagePack implementation and bindings for Lua

lua-cmsgpack is a self contained C file without external dependencies. MessagePack is an object serialization specification like JSON.

node-duration

time duration utilities for Node.js

This Node.js module provides functions to calculate, convert and display the duration between JavaScript Date objects.