File: control

package info (click to toggle)
node-ast-types 0.16.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,300 kB
  • sloc: javascript: 7,563; sh: 20; makefile: 4
file content (34 lines) | stat: -rw-r--r-- 1,087 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
Source: node-ast-types
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <jpuydt@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha
 , node-babel7
 , node-espree
 , node-esprima
 , node-esprima-fb <!nocheck>
 , node-glob
 , node-tslib (>= 2.3.1~)
 , node-typescript
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-ast-types
Vcs-Git: https://salsa.debian.org/js-team/node-ast-types.git
Homepage: https://github.com/benjamn/ast-types
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-ast-types
Architecture: all
Depends: ${misc:Depends}
 , node-tslib
Breaks: node-recast (<< 0.23.4~)
Multi-Arch: foreign
Description: Esprima-compatible implementation of the Mozilla JS Parser API
 This module provides an efficient, modular and Esprima-compatible
 implementation of the abstract syntax tree type hierarchy pioneered by the
 Mozilla Parser API.
 .
 Node.js is an event-based server-side JavaScript engine.