node-urlgrey 0.4.4+dfsg-4 source package in Ubuntu

Changelog

node-urlgrey (0.4.4+dfsg-4) unstable; urgency=medium

  * Bump debhelper from old 12 to 13.

 -- Debian Janitor <email address hidden>  Wed, 15 Sep 2021 10:07:51 +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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-urlgrey_0.4.4+dfsg-4.dsc 2.0 KiB 2dcf96cce310b7c5544cfa12cda004dccffc21c6f242e027784c9ce0da837784
node-urlgrey_0.4.4+dfsg.orig.tar.xz 17.7 KiB d0dc86d9d4d5d47ea1665769fdfee9e0a60cd12cc9ebff986dca623647e5db7a
node-urlgrey_0.4.4+dfsg-4.debian.tar.xz 3.0 KiB 42949ef7d5d7107586d440a67705f735728f3a2a9e9c9cf38b34c2a0d5aa512f

Available diffs

No changes file available.

Binary packages built by this source

node-urlgrey: urlgrey is a library for url querying and manipulation

 urlgrey is a library for url manipulation. It's a chainable/fluent interface
 that makes a number of methods available for querying different aspects
 of a url, and even modifying it to create new urls.
 .
 Most methods are named after different parts of the url
 and allow you to read that part from the current url if you don't pass
 any parameters, or they allow you to generate a new url
 with a change to that part in the current url if you do pass a parameter.
 .
 Node.js is an event-based server-side JavaScript engine.