Binary package “node-glob-parent” in ubuntu noble

Extract the non-magic parent path from a glob string

 Javascript module to extract the non-magic parent path from a glob string.
 .
 For example, 'path/to/*.js' will return 'path/to' and '**/*.js' will return '.'
 .
 Node.js is an event-based server-side JavaScript engine.