licenses.dev

bach v1.2.0

Compose your async functions with elegance.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT16
PackageRelationDependenciesPublished
arr-filter • 1.1.2Faster alternative to javascript's native filter method.DIRECT2
arr-flatten • 1.1.0Recursively flatten an array or arrays.DIRECT0
arr-map • 2.0.2Faster, node.js focused alternative to JavaScript's native array map.DIRECT2
array-each • 1.0.1Loop over each item in an array and call the given function on every element.DIRECT0
array-initial • 1.1.0Get all but the last element or last n elements of an array.DIRECT2
array-last • 1.3.0Get the last or last n elements in an array.DIRECT1
array-slice • 1.1.0Array-slice method. Slices `array` from the `start` index up to, but not including, the `end` index.INDIRECT0
async-done • 1.3.2Allows libraries to handle various caller provided asynchronous functions uniformly. Maps promises, observables, child processes and streams, and callbacks to callback style.DIRECT5
async-settle • 1.0.0Settle an async function.DIRECT6
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
make-iterator • 1.0.1Convert an argument into a valid iterator. Based on the `.makeIterator()` implementation in mout https://github.com/mout/mout.INDIRECT1
now-and-later • 2.0.1Map over an array or object of values in parallel or series, passing each through the async iterator, with optional lifecycle hooks.DIRECT2
process-nextick-args • 2.0.1process.nextTick but always with argsINDIRECT0
stream-exhaust • 1.0.2Ensure that a stream is flowing data without mutating itINDIRECT0
ISC2
PackageRelationDependenciesPublished
once • 1.4.0Run a function exactly one timeINDIRECT1
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/npm/bach)](https://licenses.dev/npm/bach)
<a href="https://licenses.dev/npm/bach">
  <img src="https://licenses.dev/b/npm/bach" alt="licenses" />
</a>

Or the licenses badge code for the 1.2.0 version:

[![licenses](https://licenses.dev/b/npm/bach/1.2.0)](https://licenses.dev/npm/bach/1.2.0)
<a href="https://licenses.dev/npm/bach/1.2.0">
  <img src="https://licenses.dev/b/npm/bach/1.2.0" alt="licenses" />
</a>
GitHub