node-normalize-range 0.1.2-3 source package in Ubuntu

Changelog

node-normalize-range (0.1.2-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Update standards version to 4.6.0, no changes needed.
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Modernize debian/watch
  * Fix filenamemangle
  * Fix GitHub tags regex
  * Drop dependency to nodejs
  * Fix autopkgtest (Closes: #974404)

 -- Yadd <email address hidden>  Tue, 09 Nov 2021 12:19:30 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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-normalize-range_0.1.2-3.dsc 2.1 KiB b60057ca6ba3ab2e415ccc112785bc8eec9ff6651cf772b1a4a01fdbac46ec32
node-normalize-range_0.1.2.orig.tar.gz 5.0 KiB e37210de3596c4d643eb0bb06b612a24e8ddab1aa9cda507691c5a2d9702dc6b
node-normalize-range_0.1.2-3.debian.tar.xz 2.5 KiB 36a248ff955035a54d22edaa4f682ef1ddd14ea1ba7be817b60eb0cefdd6792d

Available diffs

No changes file available.

Binary packages built by this source

node-normalize-range: Utility for normalizing a numeric range

 This module can be used to normalize a value by bringing it within a given
 range of values.
 .
 This module also comes with a wrapping function useful for polar coordinates.
 For example, in a polar coordinate system, 270˚ can also be represented as
 -90˚.
 .
 Node.js is an event-based server-side JavaScript engine.