Source: node-regjsgen Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Build-Depends: debhelper (>= 11), nodejs Standards-Version: 4.2.1 Homepage: https://github.com/demoneaux/regjsgen Vcs-Git: https://salsa.debian.org/js-team/node-regjsgen.git Vcs-Browser: https://salsa.debian.org/js-team/node-regjsgen Package: node-regjsgen Architecture: all Depends: ${misc:Depends}, nodejs Description: Regular expression from abstract syntax trees in Node.js This module accepts an abstract syntax tree representing a regular expression (like the ones created by regjsparser, for example), and turns them into a regular expression string. . Node.js is an event-based server-side JavaScript engine.