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.
