Binary package “node-util-deprecate” in ubuntu jammy

Node.js's `util.deprecate()` function with browser support

 In Node.js, this module simply re-exports the util.deprecate() function.
 .
 In the web browser (i.e. via browserify), a browser-specific
 implementation of the util.deprecate() function is used.
 .
 Node.js is an event-based server-side JavaScript engine.