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 (>= 12)
 , dpkg-dev (>= 1.17.14)
 , dh-buildinfo
 , nodejs (>= 8)
 , node-lodash-packages (>= 4.15.0) <!nocheck>
 , node-isarray (>= 0.0.1) <!nocheck>
 , node-acorn (>= 5.5.3+ds3) <!nocheck>
 , node-acorn-jsx (>= 4.1.1) <!nocheck>
 , node-tape (>= 4.0) <!nocheck>
 , node-tap (>= 8) <!nocheck>
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.
