node-with 3.0.0-3 source package in Ubuntu

Changelog

node-with (3.0.0-3) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 8 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers to use salsa repository.

  [ Xavier Guimard ]
  * Bump debhelper compatibility level to 13
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Enable upstream test using mocha
  * Declare compliance with policy 4.5.1
  * Modernize debian/watch
  * Replace deprecated dependency to node-uglify by uglifyjs

 -- Xavier Guimard <email address hidden>  Tue, 12 Jan 2021 11:32: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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-with_3.0.0-3.dsc 2.0 KiB 66da7ff4d15476f7e7f9eaf42b09b38354f7c4d989b7b6ed52f67c8f47456238
node-with_3.0.0.orig.tar.gz 7.3 KiB b87b0683c248b88d3829242dd82438a31625200a9797026ec9ab8b7d0596891d
node-with_3.0.0-3.debian.tar.xz 2.6 KiB 22936f5379af4356cf04610bf6af8b8ed98b1aed4922ff4625edc4123b9527cd

Available diffs

No changes file available.

Binary packages built by this source

node-with: compile-time `with` statement - Node.js module

 This module allows compilation of a JavaScript statement
 with a given scope object, as if it was in a `with` statement.
 .
 The `width` statement is deprecated and forbidden in ECMAScript 5
 strict mode, which is supported by this module.
 .
 Node.js is an event-based server-side JavaScript engine.