File: control

package info (click to toggle)
node-falafel 2.2.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 252 kB
  • sloc: javascript: 475; sh: 2; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,091 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: node-falafel
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-acorn (>= 6~) <!nocheck>
 , node-isarray <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-semver <!nocheck>
 , node-tape <!nocheck>
Standards-Version: 4.6.1
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
Multi-Arch: foreign
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.