Search results
1000+ packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Sync height of multiple react components.
Merge multiple streams into one stream in sequence or parallel.
Allows users to use generators in order to write common functions that can be both sync or async.
Find the first directory with a package.json, recursing up, starting with the given directory. Similar to look-up but does not support globs and only searches for package.json. Async and sync.
Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.
Make synchronous web requests
Runs a list of async tasks, passing the results of each into the next one
An optionally-asynchronous forEach with an interesting interface.
Promisify any of: callback function, sync function, generator function, promise-returning function
Perform async work synchronously in Node.js using `worker_threads` with first-class TypeScript support.
a synchronous prompt for node.js
Queues failed requests and uses the Background Sync API to replay them when the network is available
Synchronously write a file and create its ancestor directories if needed
Write & Remove the BrowserSync Snippet to a file
Read and parse a JSON file synchronously
Synchronous version of the Fetch API
An easy-to-use wildcard globbing library.
Read file line by line without buffering the whole file in memory.
Synchronous exec with status code support. Requires no external dependencies, no need for node-gyp compilations etc.
Pipe functions in a Unix-like style. It supports Promises (async) anywhere in the pipeline and every step will be executed sequentially. The return (resolve in case of Promises) of each function will be passed in as an argument to the next one