node-once 1.4.0-2 source package in Ubuntu

Changelog

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

  * Add node-wrappy to depends (Closes: #841274)
  * Enable tests (during build and autopkgtest)
  * Add myself as uploader
  * Use https urls for vcs

 -- Pirate Praveen <email address hidden>  Thu, 20 Oct 2016 10:39:49 +0530

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

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-once_1.4.0-2.dsc 2.0 KiB ddb8f6a001035d2312e1c40ab727e967a1d6bfba575bacca1ea04747b30aae35
node-once_1.4.0.orig.tar.gz 2.6 KiB 51cd65d1759460a1e06288a71ef7152bb26da16233bd50324fa42971321babb5
node-once_1.4.0-2.debian.tar.xz 2.1 KiB 4dae9f7d2951d68505fa72315450500c190098437f8647c1e1fd694eca44ff6e

Available diffs

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.