Define a read-only property.
Rich matchers inspired by Hamcrest. Useful for generating helpful assertion failure messages in tests.
Simple timeouts for promises
TypeScript definitions for await-timeout
Pseudo AST that contains data with its positions attached.
Turn valid member expression property literals into plain identifiers
Wait for a condition to be true
Abort requests that take longer than a specified timeout period
copy an object but omit the specified keys
A Promise-based API for setTimeout / clearTimeout
maximally minimal type-testing library
get value at property, don't throw if parent is undefined
This transformer wraps all typeof expressions with a method that replicates native behaviour. (ie. returning “symbol” for symbols)
Safely access and modify nested object properties using string paths
Simple, tiny and fast ZIP library. It has our own DEFLATE compressor and decompressor (alternative to pako.js / ZLIB). It was made from scratch, without using existing implemetnations.
A nodejs implementation for sending logs to Logz.IO cloud service Copy of logzio-nodejs
Timeout a promise after a specified amount of time. This is a fork of sindresorhus/p-timeout, but with CommonJS support.
function binding utility
Better TOML parsing and stringifying all in that familiar JSON interface.
Check if a local or remote port is reachable
traverse and transform objects by visiting every node on a recursive walk
An AbortController that aborts after a specified timeout
dot-object makes it possible to transform and read (JSON) objects using dot notation.
Create custom commands using plain-old functions