node-url-to-options 2.0.0-1 source package in Ubuntu

Changelog

node-url-to-options (2.0.0-1) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Update standards version to 4.1.1, no changes needed.
  * Use secure URI in debian/watch.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Update debian/watch to use npm registry
  * Use sh-sequence-nodejs auto install
  * New upstream version 2.0.0
  * Enable upstream test
  * Apply multi-arch hints

 -- Xavier Guimard <email address hidden>  Sat, 31 Oct 2020 08:08:18 +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

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-url-to-options_2.0.0-1.dsc 2.1 KiB 2147e6e17eb04cbfadef68f4abc5b1415ef194d430f5c40a754b13a26b2625be
node-url-to-options_2.0.0.orig.tar.gz 1.8 KiB fd33572a7ef1406126eaca75480d67b03cbb1dfdc6c43aae51f07b0bff74f222
node-url-to-options_2.0.0-1.debian.tar.xz 3.2 KiB 2eb755a94448b83e948337c66f07711244ac43aa7a32db50ba84962fa90f4636

Available diffs

No changes file available.

Binary packages built by this source

node-url-to-options: Convert a WHATWG URL to an http(s).request options object

 Package converts a WHATWG URL to 'http.request()' / 'https.request()'
 options object. An option object contains protocol, hostname, hash, search,
 pathname, path & href.
 .
 Node.js is an event-based server-side JavaScript engine.