promises-all
Track down promise states of all promise functions executing in parallel. Similar to promise.all function, but it rejects the complete promise.all() even if any one of the promise fails, where as promises-all npm will indiviudally return you the states.
promise-all
A Promise.all but for Objects as well as Arrays
promise-faker
Provides promise-like APIs but runs synchronously. This module is useful for controlling flows.