File: control

package info (click to toggle)
acorn 5.5.3%2Bds3-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,024 kB
  • sloc: makefile: 134; xml: 124; sh: 29
file content (38 lines) | stat: -rw-r--r-- 1,295 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
34
35
36
37
38
Source: acorn
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
               docbook2x <!nodoc>,
               node-ast-types,
               node-graceful-fs,
               nodejs (>= 6),
               rollup,
               node-unicode-12.0.0,
               node-xtend <!nocheck>,
               node-tape <!nocheck>,
               node-tap (>= 10) <!nocheck>
Standards-Version: 4.3.0
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
Provides: node-acorn-node (=1.3.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.