Source: node-falafel
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 12)
 , node-acorn (>= 6~)
 , node-isarray (>= 0.0.1)
 , node-lodash-packages (>= 4.15.0)
 , node-tap (>= 8)
 , node-tape (>= 4.0)
 , pkg-js-tools (>= 0.9.20~)
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
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-falafel
Architecture: all
Depends: ${misc:Depends}
 , node-acorn (>= 6~)
 , node-isarray (>= 0.0.1)
 , node-lodash-packages (>= 4.15.0)
 , 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.
