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

Changelog

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

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Remove constraints unnecessary since stretch:
    + Build-Depends: Drop versioned constraint on node-tap.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Embed typescript definitions and repack
  * Use dh-sequence-nodejs auto test & install

 -- Yadd <email address hidden>  Sat, 20 Nov 2021 09:36:58 +0100

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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-syntax-error_1.4.0+~1.4.1-1.dsc 2.5 KiB dc79da18c90c4d68f7072e5efe0440aea4a8972ab60ce7b3dffa1304fc8067d7
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-1.debian.tar.xz 3.2 KiB 4d3c8a7772b5053d1791396d8bc873f5235925f5f473ea2b8564cad9128c9cd8

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.