node-one-time 1.0.0-3 source package in Ubuntu

Changelog

node-one-time (1.0.0-3) 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"
  * Use dh-sequence-nodejs instead of pkg-js-tools
  * Drop dependency to nodejs
  * Mark test dependencies with <!nocheck>
  * Drop unneeded versioned dependency constraints
  * Fix license name
  * Fix debian/watch

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 12:05:45 +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-one-time_1.0.0-3.dsc 2.0 KiB 65634734f7c49f9419be61c1f51f36257f5a9119d2911c6ca33336872b8e20ba
node-one-time_1.0.0.orig.tar.gz 22.8 KiB f195826c3a5e69835ed9763d6ecd7011f3dbb74daddcdea004e7b1fdc8ff452f
node-one-time_1.0.0-3.debian.tar.xz 2.6 KiB 6554c07ceda3035bc429915d638190e11e5de1b444e89a8ecb7cc904c0bf7212

Available diffs

No changes file available.

Binary packages built by this source

node-one-time: Run the supplied Node.js function exactly once

 Call the supplied function exactly one time. This prevents double
 callback execution. This module can be used on both Node.js,
 React-Native, or browsers using Browserify.
 .
 Node.js is an event-based server-side JavaScript engine.