A small Node.js module to retrieve the request's IP address
YAML language server
A basic Whook server
Asynchronous process cleanup for Node.js and Typescript
The official TypeScript library for the Braintrust API
Minimal async wrapper for node:sqlite using Worker thread pool
async/await for node.js
A tool for walking ASTs
Polyfill Node.js core modules in Webpack.
Additional ESLint's rules for Node.js
A wrapper for mysql2 to add convenience, especially when developing with async/await and async iterables.
Enforra policy enforcement integration for Model Context Protocol (MCP) tool handlers.
light weight module for connect to biometrix device
Useful utilities for creating Gulp plugins
A library that makes the Fetch API easy to use
toSource converts JavaScript objects back to source
Promise aware wrapper for Node's dns module
Text recoding in JavaScript for fun and profit!
An Alexa skills framework for node
A request.formData() wrapper with streaming file upload handling
Core of resource library
Convert an abstract-chunk-store compliant store into an async iterator, or write to using an async iterator.
Tools for accessing Autodesk Forge APIs from Node.js apps and from browser.
type AsyncValue<T> = Promise<T> | T