File: control

package info (click to toggle)
node-ast-util 0.6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 192 kB
  • sloc: makefile: 47; sh: 9
file content (23 lines) | stat: -rw-r--r-- 872 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
Source: node-ast-util
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper (>= 11), mocha, nodejs, node-recast
Standards-Version: 4.2.1
Homepage: https://github.com/eventualbuddha/ast-util
Vcs-Git: https://salsa.debian.org/js-team/node-ast-util.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ast-util

Package: node-ast-util
Architecture: all
Depends: node-ast-types (>= 0.6.7),
         node-private (>= 0.1.6),
         nodejs,
         ${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.