File: control

package info (click to toggle)
node-syntax-error 1.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 180 kB
  • sloc: makefile: 20; sh: 13
file content (31 lines) | stat: -rw-r--r-- 1,042 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
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 (>= 11)
 , dh-buildinfo
 , nodejs
 , dpkg-dev (>= 1.17.14)
 , node-acorn-node (>= 1.2.0) <!nocheck>
 , node-tap (>= 1.1.0) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/substack/node-syntax-error
Vcs-Git: https://salsa.debian.org/js-team/node-syntax-error.git
Vcs-Browser: https://salsa.debian.org/js-team/node-syntax-error

Package: node-syntax-error
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-acorn-node (>= 1.2.0)
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.