Source: node-falafel Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-acorn (>= 6~) , node-isarray , node-lodash-packages , node-safe-buffer , node-semver , node-tap (>= 8) , node-tape Standards-Version: 4.5.0 Vcs-Browser: https://salsa.debian.org/js-team/node-falafel Vcs-Git: https://salsa.debian.org/js-team/node-falafel.git Homepage: https://github.com/substack/node-falafel Rules-Requires-Root: no Package: node-falafel Architecture: all Depends: ${misc:Depends} , node-acorn (>= 6~) , node-isarray , node-lodash-packages , nodejs (>= 10) Description: transform javascript AST on a recursive walk Falafel is a pure javascript implementation of recursive walk of abstract syntax tree (AST). . Using falafel you could do syntax aware search and replace, and patching using DOM like method. . Node.js is an event-based server-side JavaScript engine.