node-amdefine 1.0.1-2 source package in Ubuntu

Changelog

node-amdefine (1.0.1-2) unstable; urgency=medium

  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.5.0
  * Add "Rules-Requires-Root: no"
  * Add debian/gbp.conf
  * Use pkg-js-tools auto install

 -- Xavier Guimard <email address hidden>  Tue, 18 Feb 2020 15:55:01 +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

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-amdefine_1.0.1-2.dsc 2.0 KiB dc32af9366260014ad3e3d2333d53ff9f4915f0c13d89b4dddaf1cfa75447e14
node-amdefine_1.0.1.orig.tar.gz 94.6 KiB 2b71144748b5de180cbb3107824361c43b9d88bfc250ccaf382d20cc834c6c6f
node-amdefine_1.0.1-2.debian.tar.xz 5.8 KiB eec68d78686688592ac3c97ce5b03aebed71b165680787bdcd6fa29f9ee9334d

Available diffs

No changes file available.

Binary packages built by this source

node-amdefine: Asynchronous Module Definition (AMD) for Node.js

 This module implements the AMD "define" API by wrapping Node.js
 module loading mechanism, and has some limitations:
  * modules are loaded synchronously
  * loader plugins API is partially implemented
 .
 Node.js is an event-based server-side JavaScript engine.