Binary package “node-es-module-lexer” in ubuntu noble

Fast lexer to extract named exports from EcmaScript modules

 node-es-module-lexer outputs the list of exports and locations of import
 specifiers, including dynamic import and import meta handling.
 .
 It is a very small single JS file that includes inlined Web Assembly for
 very fast source analysis of ECMAScript module syntax only.