node-blob 0.0.4-2 source package in Ubuntu

Changelog

node-blob (0.0.4-2) unstable; urgency=medium

  * Team upload

  [ Paolo Greppi ]
  * Update Vcs fields for migration to https://salsa.debian.org/

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * Bump debhelper from deprecated 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Change priority extra to priority optional.
  * Remove obsolete field Name from debian/upstream/metadata (already
    present in machine-readable debian/copyright).

  [ Xavier Guimard ]
  * Declare compliance with policy 4.5.0
  * Use pkg-js-tools auto test & install
  * Add "Rules-Requires-Root: no"
  * Change section to javascript

 -- Xavier Guimard <email address hidden>  Mon, 27 Apr 2020 10:05:08 +0200

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

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-blob_0.0.4-2.dsc 2.0 KiB 767e8a5b0c5f7fcb5243359ad7b21982d6f6b70356bd924397bca0add4ba0bdb
node-blob_0.0.4.orig.tar.gz 2.3 KiB b003a6eb21e7f9a01fc3f503fb905d72e7f247d29ccb58d60a01ba7ff78996ed
node-blob_0.0.4-2.debian.tar.xz 2.5 KiB cea797c92d5fd3e62dd243dbfc17fd50c5e7efcb61fe0900c9651f196917b941

Available diffs

No changes file available.

Binary packages built by this source

node-blob: JavaScript blob constructor

 blob is a Node.js module that exports a constructor using window.Blob when
 available, and a BlobBuilder with any vendor prefix in other cases.
 .
 If neither is available, it exports undefined.
 .
 Node.js is an event-based server-side JavaScript engine.