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.
|