Compile ES2015 computed properties to ES5
A polymorphic iterate operator for arrays and other iterables
Compile ES2015 unicode string and number literals to ES5
Like Promise.all, but save rejections until all promises are resolved
Combine an array of streams into a single duplex stream using pump and duplexify
A javascript implementation of MurmurHash3's x86 hashing algorithms.(Browser&Server)
Parser for FTP server responses
xxHash in Javascript
Add source maps of multiple files, offset them and then combine them into one source map
Pick properties by aliases
ES2015 `Object.assign()` ponyfill
Pretty options for minimist
Visit a method over the items in an object, or map visit over the objects in an array.
A noop logger that conforms to the Log4j interface for modules to stub out internal logging
Flux GitOps infrastructure management CLI with interactive TUI
A simple function that print objects / arrays as ASCII tables. Handles ANSI styling and weird 💩 Unicode emoji symbols – they won't break the layout.
Extend an object with the properties of additional objects. node.js/javascript util.
CLI to automate GitOps runtime release lifecycle operations
A small polyfill for Object.setprototypeof
A sane FTP client implementation for NodeJS
detect and report syntax errors in source code strings
Merge multiple streams into one stream in sequence or parallel.
make http requests
simple backoff based on segmentio/backo