licenses.dev

undertaker v1.3.0

Task registry that allows composition through series/parallel methods.

Published on

Licenses

Learn more about license information.

Package Licenses

MIT

Dependency Licenses

MIT29
PackageRelationDependenciesPublished
arr-filter • 1.1.2Faster alternative to javascript's native filter method.INDIRECT2
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.INDIRECT0
array-initial • 1.1.0Get all but the last element or last n elements of an array.INDIRECT2
array-last • 1.3.0Get the last or last n elements in an array.INDIRECT1
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.INDIRECT5
async-settle • 1.0.0Settle an async function.INDIRECT6
bach • 1.2.0Compose your async functions with elegance.DIRECT18
collection-map • 1.0.0Returns an array of mapped values from an array or object.DIRECT5
default-resolution • 2.0.0Get the default resolution time based on the current node version, optionally overridableINDIRECT0
end-of-stream • 1.4.5Call a callback when a readable/writable/duplex stream has completed or failed.INDIRECT2
es6-iterator • 2.0.3Iterator abstraction based on ES6 specificationINDIRECT8
event-emitter • 0.3.5Environment agnostic event emitterINDIRECT8
fast-levenshtein • 1.1.4Efficient implementation of Levenshtein algorithm with asynchronous callback supportDIRECT0
for-in • 1.0.2Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.jsINDIRECT0
for-own • 1.0.0Iterate over the own enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js.INDIRECT1
is-number • 4.0.0Returns true if the value is a number. comprehensive tests.INDIRECT0
isobject • 3.0.1Returns true if the value is an object and not an array or null.INDIRECT0
kind-of • 6.0.3Get the native type of a value.INDIRECT0
last-run • 1.1.1Capture and retrieve the last time a function was runDIRECT11
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.INDIRECT2
object.defaults • 1.1.0Like `extend` but only copies missing properties/values to the target object.DIRECT5
object.reduce • 1.0.1Reduces an object to a value that is the accumulated result of running each property in the object through a callback.DIRECT4
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
undertaker-registry • 1.0.1Default registry in gulp 4.DIRECT0
ISC10
PackageRelationDependenciesPublished
d • 1.0.2Property descriptor factoryINDIRECT8
es5-ext • 0.10.64ECMAScript extensions and shimsINDIRECT8
es6-symbol • 3.1.4ECMAScript 6 Symbol polyfillINDIRECT8
es6-weak-map • 2.0.3ECMAScript6 WeakMap polyfillDIRECT9
esniff • 2.0.1Low footprint ECMAScript source code parserINDIRECT8
ext • 1.7.0JavaScript utilities with respect to emerging standardINDIRECT1
next-tick • 1.1.0Environment agnostic nextTick polyfillINDIRECT0
once • 1.4.0Run a function exactly one timeINDIRECT1
type • 2.7.3Runtime validation and processing of JavaScript typesINDIRECT0
wrappy • 1.0.2Callback wrapping utilityINDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

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

Or the licenses badge code for the 1.3.0 version:

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