nodejs module for sorted doubly linked list

I am looking for nodejs module (or JavaScript code) of sorted doubly linked list. That should support sorted insertion and removal. I found one but thats not fully correct. I am sure there must be something awesome available.