Scan npm for available package names
Simple Reddit API client
🎶 Music lovers, rejoice.
Run an array of functions in series, each passing its results to the next function
Determine if an object is a Buffer
Determine the best order for running async functions, LIKE MAGIC!
Convert a string into a stream (streams2)
Pure concentrated awesome (a.k.a. my blog)
Convert a Blob to a Buffer.
Enable/unmute WebAudio on iOS, even while mute switch is on
Run an array of functions in parallel, but limit the number of tasks executing at the same time
Object.fromEntries() ponyfill (in 6 lines)
Convert a typed array to a Buffer without a copy.
Serve sitemap.xml from a list of URLs in Express
Make a console beep sound.
Detect if the network is up (do we have connectivity?)
Convert a Readable Stream to a Blob
Dynamic script loading for modern browsers
A simple async LRU cache supporting O(1) set, get and eviction of old keys
Use the Node `dgram` API in Chrome Apps
Use the Node `dns` API in Chrome Apps
An understandable consensus algorithm
It's me, Feross!
Super-minimalist version of `concat-stream`. Less than 15 lines!
Memoize Node.js style callback-last functions, using an in-memory LRU store