Source: acorn
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>,
	   Bastien Roucariès <rouca@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
	       docbook2x <!nodoc>,
	       node-ast-types,
	       node-graceful-fs,
	       nodejs (>= 6),
	       rollup (>= 0.45),
	       node-unicode-11.0.0,
	       node-babel-preset-latest,
	       node-babel-preset-airbnb,
	       node-babel-cli,
	       node-xtend (>= 4.0.1) <!nocheck>,
	       node-tape (>= 4.8) <!nocheck>,
	       node-tap (>= 10) <!nocheck>,
	       mocha (>= 4) <!nocheck>
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/js-team/acorn
Vcs-Git: https://salsa.debian.org/js-team/acorn.git
Homepage: https://github.com/ternjs/acorn/

Package: node-acorn
Architecture: all
Depends: nodejs (>= 6), ${misc:Depends},
 node-xtend (>= 4.0.1)
Provides:
 node-acorn-bigint (=0.3.1),
 node-acorn-dynamic-import (=4.0.0),
 node-acorn-import-meta (=0.3.0),
 node-acorn-jsx (=5.0.0+ds),
 node-acorn-node (=1.6.1+ds),
 node-types-acorn (=6.0.2+20181021git007b08d01eff070+ds),
 node-acorn-walk (=6.0.2+20181021git007b08d01eff070+ds),
 node-acorn-loose (=6.0.2+20181021git007b08d01eff070+ds)
Replaces: node-acorn-dynamic-import (<< 4.0.0~), node-acorn-jsx (<< 5.0.0~)
Breaks: node-acorn-dynamic-import (<< 4.0.0~), node-acorn-jsx (<< 5.0.0~)
Conflicts: node-acorn-dynamic-import (<< 4.0.0~), node-acorn-jsx (<< 5.0.0~)
Description: ECMAScript parser for Node.js
 Acorn is a tiny, fast JavaScript parser written in JavaScript.
 .
 acorn.js defines the main parser interface. The library also comes with a
 error-tolerant parser and an abstract syntax tree walker, defined in other
 files.
 .
 This package contains the acorn module for Node.js.
 .
 This package contain also the small wrapper acorn-node.
 .
 Node.js is an event-based server-side JavaScript engine.
