Binary package “node-invert-kv” in ubuntu oracular

invert the key/value of an object

 This module provides a method to invert the key/value of an object.
 Example: {foo: 'bar'} → {bar: 'foo'}
 .
 Node.js is an event-based server-side JavaScript engine.