Nathan Houle

webpack-traceur-loader

v0.3.0
Webpack loader for Traceur, Google's ES6 to ES5 compiler

fungus

v0.0.8
Functional programming utilities written in ES6

metalsmith-asciidoc

v1.1.0
A Metalsmith plugin to convert asciidoc files.

component-entries

v1.0.0
Utility to get key-value pairs from an object

pathfind

v0.0.0
Find a directory within a list of paths

duo-test

v0.4.1
Duo's testing utility.

@ndhoule/arity

v2.0.0
Wrap a function in a function that expects a given number of arguments.

@ndhoule/entries

v2.0.0
Utility to get key-value pairs from an object

@ndhoule/compose

v2.0.1
Compose a list of functions into a single function.

@ndhoule/curry

v2.0.1
Wrap a function in a function that will repeatedly return a new wrapper function until all expected arguments have been provided.

@ndhoule/defaults

v2.0.1
Copies owned, enumerable properties from a source object(s) to a target object when the value of that property on the source object is `undefined`.

@ndhoule/keys

v2.0.0
Create an array of the owned/enumerable keys of an input object.

@ndhoule/each

v2.0.1
Iterate over a collection, invoking a function for each element.

@ndhoule/extend

v2.0.0
Extend an object with the properties of another.

@ndhoule/foldl

v2.0.1
Apply a function to each value in a collection, accumulating the results into a single return value.

@ndhoule/invoker

v2.0.0
Creates a function that invokes a given method.

@ndhoule/map

v2.0.1
Apply a function to a each element of a collection and return a new array of results.

@ndhoule/nary

v2.0.0
Wrap a function so that it only accepts a predefined number of arguments.

@ndhoule/pick

v2.0.0
Create a shallow copy of an input object that contains only the specified properties.

@ndhoule/values

v2.0.1
Create an array of the owned/enumerable values of an input object.

to-iso-string

v0.0.2
Cross-browser toISOString support.

use-https

v0.1.1
Determine whether scripts need to be loaded over HTTPS.

global-queue

v1.0.1
Generate a method that will push onto a global queue.

do-when

v1.0.0
Loop with setInterval until condition is true.

script-onload

v1.0.2
Call a function when a script loads.