node-syntax-error 1.4.0+~1.4.1-3 source package in Ubuntu

Changelog

node-syntax-error (1.4.0+~1.4.1-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Repository-Browse.
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Mon, 21 Nov 2022 12:33:26 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-syntax-error_1.4.0+~1.4.1-3.dsc 2.5 KiB e954828e1901f2d91c658395eb25a0a93a7e825fa3d59089e2e688fb9e7ef186
node-syntax-error_1.4.0+~1.4.1.orig-types-syntax-error.tar.gz 1.8 KiB d394f81b350f9ebeec7c2d98d0d2364864867d216047a3ab6c2652884d129f21
node-syntax-error_1.4.0+~1.4.1.orig.tar.gz 3.9 KiB a4b2e8cbb76df252b043bcb908741be0fa32435970b1d062bd5a4ad443836f96
node-syntax-error_1.4.0+~1.4.1-3.debian.tar.xz 3.3 KiB 1c49a8d9770623065ddeecbfcd51d0f9b12df63f7bb6adea7a171c63062d5175

Available diffs

No changes file available.

Binary packages built by this source

node-syntax-error: 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.