javascript-unwind
A very simple native function for unwinding a collection by a property, like MongoDB's $unwind function.
unwind-array
Unwinds arrays in the similar way like MongoDB $unwind. Supports shallow and deep nested paths, defined as a string with dot notation.
prototyped.js
Common typescript ready prototypes available in both CommonJS and ECMAScript
mongo-unwind
unwind an array in an object just like $unwind in mongodb aggregation query
lodash-unwind
A very simple lodash extension that provide MongoDB $unwind feature