Binary package “node-stable” in ubuntu oracular

stable array sort, as Array#sort() is not guaranteed to be stable

 The default sort is, as with Array#sort, lexicographical. Unlike Array#sort,
 the default sort is not in-place. To do an in-place sort, use stable.inplace,
 which otherwise works the same.