node-once 1.4.0-3 source package in Ubuntu

Changelog

node-once (1.4.0-3) unstable; urgency=medium

  * Team upload.

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/
  * Install in /usr/lib/nodejs/once
  * Bump standard version
  * Bump debhelper compat
  * fix lintian I override_dh_auto_test-does-not-check-DEB_BUILD_OPTIONS

  [ Xavier Guimard ]
  * Change license to ISC
  * Add upstream/metadata

 -- Xavier Guimard <email address hidden>  Tue, 22 Jan 2019 11:26:06 +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
Focal release universe misc

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-once_1.4.0-3.dsc 2.0 KiB 59868398b1a842a68c2ae02367369f677c3a91f2e1fedfe7ad48d5258797d491
node-once_1.4.0.orig.tar.gz 2.6 KiB 51cd65d1759460a1e06288a71ef7152bb26da16233bd50324fa42971321babb5
node-once_1.4.0-3.debian.tar.xz 2.8 KiB 670607bf5c45369c9ac1b55a6310914e6eeec7c52dad1a9172bf14b38bc530bd

No changes file available.

Binary packages built by this source

node-once: Run a function only once with this module for Node.js

 node-once is useful to make sure a listener for multiple events is
 only run once.
 .
 Node.js is an event-based server-side javascript engine.