node-colorspace 1.1.4-1 source package in Ubuntu

Changelog

node-colorspace (1.1.4-1) unstable; urgency=medium

  * Team upload

  [ lintian-brush ]
  * Trim trailing whitespace
  * Bump debhelper from old 11 to 13
  * Set upstream metadata fields: Bug-Submit
  * Remove obsolete fields Contact, Name from debian/upstream/metadata
    (already present in machine-readable debian/copyright)
  * Update standards version to 4.6.0, no changes needed

  [ Yadd ]
  * Add "Rules-Requires-Root: no"
  * Fix filenamemangle
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * Drop unneeded versioned dependency constraints
  * Fix debian/watch
  * New upstream version 1.1.4

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 12:52:05 +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-colorspace_1.1.4-1.dsc 2.1 KiB 06fd95ff4554015b087013f259a437ce2e7f32a20ac9af3376943fdaf3373741
node-colorspace_1.1.4.orig.tar.gz 2.3 KiB 796479e02bafd4cb42d464f6092e917f16088c3a1c6706f6de3bdc011174291c
node-colorspace_1.1.4-1.debian.tar.xz 2.6 KiB fd32da89a86363a1959787dafd1f718099309145a9534346f2c8a9a81b98f973

Available diffs

No changes file available.

Binary packages built by this source

node-colorspace: Generate HEX colors for a given namespace in Node.js

 Colorspace is a simple module which generates HEX color codes for
 namespaces. The base color is decided by the first part of the
 namespace. All other parts of the namespace alters the color
 tone. This way you can visually see which namespaces belong together
 and which does not.
 .
 Node.js is an event-based server-side JavaScript engine.