node-balanced-match 1.0.0-1 source package in Ubuntu

Changelog

node-balanced-match (1.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto install
  * Enable upstream test using tape
  * New upstream version 1.0.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript

 -- Xavier Guimard <email address hidden>  Wed, 19 Feb 2020 22:09:29 +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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-balanced-match_1.0.0-1.dsc 2.1 KiB 38574c2b8ca077af94926eec8b842c7c6e87773735954ecfe4512ef0e89eee1c
node-balanced-match_1.0.0.orig.tar.gz 3.7 KiB d2a0f9ecc4371d97ce39d9cab188f3afe8e68fe53215e2f89a807b2cad6b1f6b
node-balanced-match_1.0.0-1.debian.tar.xz 2.8 KiB b66eb328c74b4c5ab5dec3455efc64f520719710a9a58f64fdb047042fe6834c

Available diffs

No changes file available.

Binary packages built by this source

node-balanced-match: Match balanced character pairs in Node.js

 node-balanced-match allows matching balanced string pairs, like { and } or
 <b> and </b> in Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.