File: control

package info (click to toggle)
node-esprima 4.0.1%2Bds%2B~4.0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 19,504 kB
  • sloc: javascript: 4,133; makefile: 162; python: 39
file content (33 lines) | stat: -rw-r--r-- 1,045 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-esprima
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)
 , mocha <!nocheck>
 , node-typescript
 , node-types-estree
 , dh-sequence-nodejs
 , webpack
 , nodejs:native
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-esprima
Vcs-Git: https://salsa.debian.org/js-team/node-esprima.git
Homepage: https://esprima.org
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-esprima
Architecture: all
Depends: ${misc:Depends},
  nodejs:any
Provides: libjs-esprima (= ${source:Version}),
 ${nodejs:Provides}
Breaks: node-escodegen (<< 1.14.1+dfsg-2~)
Suggests: javascript-common
Multi-Arch: foreign
Description: ECMAScript parsing infrastructure for multipurpose analysis
 Esprima is a high-performance and standard-compliant parser for ECMAScript
 written in ECMAScript.
 .
 Node.js is an event-based server-side JavaScript engine.