File: control

package info (click to toggle)
node-ast-util 0.6.0-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 188 kB
  • sloc: javascript: 1,643; makefile: 39
file content (30 lines) | stat: -rw-r--r-- 1,060 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
Source: node-ast-util
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13),
               mocha <!nocheck>,
               node-esprima-fb <!nocheck>,
               node-recast <!nocheck>,
               dh-sequence-nodejs
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ast-util
Vcs-Git: https://salsa.debian.org/js-team/node-ast-util.git
Homepage: https://github.com/eventualbuddha/ast-util
Rules-Requires-Root: no

Package: node-ast-util
Architecture: all
Multi-Arch: foreign
Depends: node-ast-types,
         node-private,
         nodejs:any,
         ${misc:Depends}
Description: Utilities for AST transformers
 These methods are useful for source transformers such as transpilers and
 macros, as they often have to insert variables into scopes and replace
 expressions.
 .
 Node.js is an event-based server-side JavaScript engine.