Binary package “node-promise-retry” in ubuntu mantic

Retries a function that returns a promise

 Leverage the power of the retry module to the promises world.
 .
 Calls fn until the returned promise ends up fulfilled or rejected with an
 error different than a retry error.
 .
 Node.js is an event-based server-side JavaScript engine.