File: control

package info (click to toggle)
node-astw 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 112 kB
  • sloc: makefile: 20; sh: 16
file content (33 lines) | stat: -rw-r--r-- 1,065 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-astw
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 6)
 , dpkg-dev (>= 1.17.14)
 , node-acorn (>= 5.1.1+ds1-3~) <!nocheck>
 , node-tape (>= 2.4.1) <!nocheck>
 , node-escodegen (>= 0.0.17) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/substack/astw
Vcs-Git: https://salsa.debian.org/js-team/node-astw.git
Vcs-Browser: https://salsa.debian.org/js-team/node-astw

Package: node-astw
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 6)
 , node-acorn (>= 5.1.1+ds1-3~)
Description: walk the ast with references to parent nodes
 This package walk AST (abstract tree) and track parents nodes
 without doing source transform.
 .
 It is a dependency of Browserify is a JavaScript tool
 that allows developers to write Node.js-style modules that compile
 for use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.