node-constantinople 2.0.0-3 source package in Ubuntu

Changelog

node-constantinople (2.0.0-3) unstable; urgency=medium

  * Team upload
  * Bump debhelper compatibility level to 12
  * Declare compliance with policy 4.4.1
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Change priority to optional
  * Add debian/gbp.conf
  * Add upstream/metadata
  * Use pkg-js-tools auto install
  * Enable upstream test
  * Update copyright
  * Update VCS fields to salsa
  * Replace node-uglify dependency by uglifyjs

 -- Xavier Guimard <email address hidden>  Sun, 05 Jan 2020 19:20:50 +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-constantinople_2.0.0-3.dsc 2.1 KiB d0a061e33bf00a934c60f21a37b082ab783be76e3cea1907d456e5322542f138
node-constantinople_2.0.0.orig.tar.gz 2.9 KiB 696ca5605b4fa30ddf73fefaf1b63c725582690193407ddea2c53f18cffe2222
node-constantinople_2.0.0-3.debian.tar.xz 2.4 KiB 1e08bc7f7c8300c63fd433e92913b530251eea247872af2bdcf9eedf93e01848

Available diffs

No changes file available.

Binary packages built by this source

node-constantinople: determine if an expression evaluates to a constant - Node.js module

 This module parses a JavaScript expression and determine if it
 evaluates to a constant, relative to a given scope object.
 It also checks for syntax errors.
 .
 Node.js is an event-based server-side JavaScript engine.