node-unc-path-regex 0.1.2+~0.1.0-1 source package in Ubuntu

Changelog

node-unc-path-regex (0.1.2+~0.1.0-1) unstable; urgency=medium

  * Team upload

  [ Jelmer Vernooij ]
  * Use secure copyright file specification URI.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-unc-path-regex: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * Use dh-sequence-nodejs auto test & install
  * Embed typescript definitions and repack

 -- Yadd <email address hidden>  Tue, 16 Nov 2021 22:05:39 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-unc-path-regex_0.1.2+~0.1.0-1.dsc 2.5 KiB fa72af77cc1e6882487d9d56270a553ee2121a37770496bc58bdd18fe6c4afd8
node-unc-path-regex_0.1.2+~0.1.0.orig-types-unc-path-regex.tar.gz 1.4 KiB 480de99582002e8ed1bc254069587d8fbc8359596c5eb64a27e2e63338ae37e5
node-unc-path-regex_0.1.2+~0.1.0.orig.tar.gz 3.3 KiB 229f37cd6ca10364484c5cd898ceb6321301885445e023962a7f552df3417a95
node-unc-path-regex_0.1.2+~0.1.0-1.debian.tar.xz 2.8 KiB 45efc7338418da5b92d61d983e6682b2088ea84ce300b51fc192295e89d19738

Available diffs

No changes file available.

Binary packages built by this source

node-unc-path-regex: regex to test if a file path is windows UNC file path

 Regular expression for testing if a file path is a windows UNC file path.
 Can also be used as a component of another regexp via the `.source` property.
 .
 Node.js is an event-based server-side JavaScript engine.