Source: node-astring Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , dh-nodejs , babeljs , babel-minify Standards-Version: 4.7.4 Homepage: https://github.com/davidbonnet/astring#readme Vcs-Git: https://salsa.debian.org/js-team/node-astring.git Vcs-Browser: https://salsa.debian.org/js-team/node-astring Rules-Requires-Root: no Package: node-astring Architecture: all Depends: ${misc:Depends} , Description: JavaScript code generator from an ESTree-compliant AST Astring is a small, zero‑dependency JavaScript code generator that converts ESTree‑compatible abstract syntax trees into readable JavaScript source code. . It supports modern ECMAScript features, produces compact output, and includes optional source‑map generation. Astring is designed to be fast, minimal, and suitable for use in build tools, compilers, and code‑transformation pipelines. . Node.js is an event-based server-side JavaScript engine.