File: control

package info (click to toggle)
node-syntax-error 1.4.0%2B~1.4.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 196 kB
  • sloc: javascript: 193; makefile: 12
file content (30 lines) | stat: -rw-r--r-- 1,103 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
Source: node-syntax-error
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-compat (= 13)
 , dh-sequence-nodejs
 , node-acorn-node (>= 1.2.0) <!nocheck>
 , node-tap <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-syntax-error
Vcs-Git: https://salsa.debian.org/js-team/node-syntax-error.git
Homepage: https://github.com/substack/node-syntax-error
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-syntax-error
Architecture: all
Depends: ${misc:Depends}
 , node-acorn-node (>= 1.2.0)
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: detect and report syntax errors for javascript source
 This module allows ones to emulate in pure javascript the behavior of
 Node.js for detecting syntax error.
 .
 This module detects and prints a friendly error report about exactly
 where the syntax error is in a javascript file.
 .
 Node.js is an event-based server-side JavaScript engine.