node-parseurl 1.3.3-2 source package in Ubuntu

Changelog

node-parseurl (1.3.3-2) unstable; urgency=medium

  [ Debian Janitor ]
  * Set upstream metadata fields: Bug-Submit.
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright).
  * Remove MIA uploader Andrew Kelley <email address hidden>. Closes: #909890
  * Apply multi-arch hints.
    + node-parseurl: Add Multi-Arch: foreign.

  [ lintian-brush ]
  * Update standards version to 4.6.0, no changes needed.

  [ Yadd ]
  * Bump debhelper compatibility level to 13
  * Add myself to uploaders list
  * Fix debian/watch
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>

 -- Yadd <email address hidden>  Thu, 23 Dec 2021 15:43:13 +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-parseurl_1.3.3-2.dsc 2.0 KiB 4e48ba59699e6b286495273993d1f5edfd5dd03c223f71c4861d690a4df989c7
node-parseurl_1.3.3.orig.tar.gz 6.8 KiB 67133ecf9402c4ee66f52ab1a0255aba0b377c136f3653e9e61362f2bcf68216
node-parseurl_1.3.3-2.debian.tar.xz 2.9 KiB 68d8402431b16ffc29609870cefe707a42e30a451871fc5a4c23f7d46120ae48

Available diffs

No changes file available.

Binary packages built by this source

node-parseurl: parse a url with memoization

 Simple module which allows developer to get pathname:
 .
 var pathname = parseurl(req)
 .
 and `pathname` can then be simply passed to a router or something.
 .
 Node.js is an event-based server-side JavaScript engine.