Binary package “libjs-zeparser” in ubuntu lunar

Javascript library for parsing Javascript code

 Parse Javascript code elements with client-side Javascript (browser). The
 parser has two modes for parsing: simple and extended.
 .
 The simple mode is mainly for just parsing and returning the streams and a
 simple parse tree. There's not so much meta information here and this
 mode is mainly built for speed.
 .
 The extended mode has everything required for Zeon to do its job.
 .
 This package provides ZeParser as a Javascript library.