js-combinatorics
Simple combinatorics like power set, combination, and permutation in JavaScript
cartesian
Computes the cartesian product of arrays provided by an array or an object
generatorics
Efficient Combinatorics library for JavaScript using ES2015 generator functions. Generate power set, combination, and permutation.