caller's module information with knobs
Turns async function into sync via JavaScript wrapper of Node event loop
The Animator — session launch and telemetry recording apparatus
Service for Account Management Snaps
Library to help write libraries that accept both promises and callbacks.
Wrapper for JavaScript map
Babel helper functions for implementing ES6 module transformations
Babel helper functions for inserting module loads
Is this specifier a node.js core module?
A SDK to swap with Mayan
POSIX-style getopt()
Get the path of the parent module
Lexes CommonJS modules, returning their named exports metadata
`@trackunit/geo-json-utils` is Trackunit's shared GeoJSON utility package. It contains runtime validation schemas, geometry helpers, and conversion utilities used by map adapters and other frontend libraries.
Range header field string parser.
Lexes ES modules returning their import/export metadata
Legal module for Voyant. Contracts and policies in a single package — templates with variable substitution, versioning, number series, signing workflow, structured cancellation/payment/T&C policies with rule evaluation, assignments, and acceptance trackin
Call graph analysis — callers, callees, call chains.
Contract types and validation for Prisma Next MongoDB support
Implements Reactive RPC procedure calling semantics abstracted away from any transport or serialization format.
two functions: One that returns true, one that returns false
Find the module object for something that was require()d
Is this specifier a Bun core module or supported Node one?
No description provided.
Traits are types for Ruby sequences (Enumerators)
Extention Module 'called_from' provides called_from() global function which gets filename and line number of caller. In short: require 'called_from' filename, linenum, function = called_from(1) is equivarent to: caller(1)[0] =~ /:(d+)( in `(.*)')?/ filename, linenum, function = $`, $1, $2 But called_from() is much faster than caller()[0].