node-read-file 0.2.0-2 source package in Ubuntu

Changelog

node-read-file (0.2.0-2) unstable; urgency=medium

  * Team upload

  [ Jelmer Vernooij ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.
  * Update Vcs-* headers from URL redirect.
  * Use canonical URL in Vcs-Git.
  * Apply multi-arch hints.
    + node-read-file: Add Multi-Arch: foreign.
  * Bump debhelper from old 12 to 13.

  [ Yadd ]
  * Declare compliance with policy 4.6.0
  * Add "Rules-Requires-Root: no"
  * Change section to javascript
  * Add debian/gbp.conf
  * Update debian/watch to use npm registry
  * Drop dependency to nodejs
  * Use dh-sequence-nodejs auto install

 -- Yadd <email address hidden>  Mon, 17 Jan 2022 21:59:35 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-read-file_0.2.0-2.dsc 2.0 KiB 83a93705d23635bdee23451dc0577632ce469a0f3f412c945dfe10c42dd61c7c
node-read-file_0.2.0.orig.tar.gz 2.4 KiB 32c30178cdf8e06a1d2958537d71a91afe72dc61bcd17608956e7cb5b2517a9c
node-read-file_0.2.0-2.debian.tar.xz 2.5 KiB b16e3684ae61b2eb6deb6823e7e1bd0a9b76ba3f0cc24e78b106ccf705261efa

Available diffs

No changes file available.

Binary packages built by this source

node-read-file: wrapper around fs.readFile and fs.readFileSync

 Thin wrapper around fs.readFile and fs.readFileSync that also strips
 byte order marks when utf8 encoding is chosen. Also optionally replaces
 windows newlines with unix newlines.
 .
 Node.js is an event-based server-side JavaScript engine.