Source: node-falafel Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Bastien Roucariès Build-Depends: debhelper (>= 12) , dpkg-dev (>= 1.17.14) , dh-buildinfo , nodejs (>= 8) , node-lodash-packages (>= 4.15.0) , node-isarray (>= 0.0.1) , node-acorn (>= 5.5.3+ds3) , node-acorn-jsx (>= 4.1.1) , node-tape (>= 4.0) , node-tap (>= 8) Standards-Version: 4.3.0 Homepage: https://github.com/substack/node-falafel#readme Vcs-Git: https://salsa.debian.org/js-team/node-falafel.git Vcs-Browser: https://salsa.debian.org/js-team/node-falafel Package: node-falafel Architecture: all Depends: ${misc:Depends} , nodejs (>= 8) , node-lodash-packages (>= 4.15.0) , node-isarray (>= 0.0.1) , node-acorn (>= 5.5.3+ds3) 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.