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

Changelog

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

  * Move to salsa
  * Move to section javascript
  * Bump policy and compat

 -- Bastien Roucariès <email address hidden>  Sat, 30 Jun 2018 23:43:53 +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
Focal release universe misc

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-urlgrey_0.4.4+dfsg-2.dsc 2.0 KiB 05937d7f01e38266d87ee5a01ff17ce2599f64726e62e301e6c81331e28d6f44
node-urlgrey_0.4.4+dfsg.orig.tar.xz 17.7 KiB d0dc86d9d4d5d47ea1665769fdfee9e0a60cd12cc9ebff986dca623647e5db7a
node-urlgrey_0.4.4+dfsg-2.debian.tar.xz 2.8 KiB e539634a061d5deb414022b2c86143458054e29f31965522e7c2ce7ba8bf7792

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.