ki-map
"Keyed and Indexed Map", a pure javascript object that simulates the native 'Map' object with indexing features and others useful methods.
indexed-map
An enhanced map that supports easy insertion or deletion at specific position. Give access to entries by index or key. Can be used instead of a linked list.