node-url-parse-lax 4.0.0-2 source package in Ubuntu

Changelog

node-url-parse-lax (4.0.0-2) unstable; urgency=medium

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed.
  * Fix filenamemangle

 -- Yadd <email address hidden>  Wed, 17 Nov 2021 09:08:01 +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-url-parse-lax_4.0.0-2.dsc 2.1 KiB 8a38cda6075807945b5e2058bb21565dff4a7e13d5e1d7fab72d6b5a21beb66a
node-url-parse-lax_4.0.0.orig.tar.gz 3.0 KiB 60750d8833da8428529441c434245d4df461fa84acaf2858002f7dbd24bbb015
node-url-parse-lax_4.0.0-2.debian.tar.xz 3.1 KiB 4aeabec7568cce898876ddc60e63997ff27f670ed9ae3f57d0b5b8442eea22ee

Available diffs

No changes file available.

Binary packages built by this source

node-url-parse-lax: url.parse() with support for protocol-less URLs & IPs

 Lax url.parse() with support for protocol-less URLs & IPs
 .
 The url.parse() method takes a URL string, parses it, and returns a URL
 object. A TypeError is thrown if urlString is not a string. A URIError is
 thrown if the auth property is present but cannot be decoded.
 .
 Node.js is an event-based server-side JavaScript engine.