node-screwdriver
Node toolkit adding some helpful functions: files, array, string, color, math ...
array-unique
Remove duplicate values from an array. Fastest ES5 implementation.
array-union
Create an array of unique values, in order, from the input arrays
arr-union
Combines a list of arrays, returning a single array with unique values, using strict equality for comparisons.