map over objects
$ npm install objmap
or
$ component install nathan7/objmap
Creates a new object with the same keys as obj and the values returned from the callback.
Creates a new object with the given keys and the values returned from the callback.
Creates a new array with the values returned from the callback.
MIT