File: control

package info (click to toggle)
node-ast-util 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 224 kB
  • ctags: 86
  • sloc: makefile: 41; sh: 2
file content (23 lines) | stat: -rw-r--r-- 895 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: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 9), nodejs, node-recast
Standards-Version: 3.9.8
Homepage: https://github.com/eventualbuddha/ast-util
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ast-util.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ast-util.git

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.