node-parseurl 1.3.0-3 source package in Ubuntu

Changelog

node-parseurl (1.3.0-3) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.0
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Switch install to pkg-js-tools

 -- Xavier Guimard <email address hidden>  Sat, 03 Aug 2019 15:43:34 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-parseurl_1.3.0-3.dsc 2.0 KiB 64c904adccebe55409396afc7b613428e871c6f989b81b37236cf948afdcc159
node-parseurl_1.3.0.orig.tar.gz 5.0 KiB b75710e8b7d55aefd0003029739e8796d4e6199544bd4995aa5bf4bee09d50a5
node-parseurl_1.3.0-3.debian.tar.xz 2.6 KiB bbca821b53c8f04f6fb5275bad992dfd5663e8543a3240c8c8f73eb60c7a2924

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.