node-fs-exists-sync 0.1.0-2 source package in Ubuntu

Changelog

node-fs-exists-sync (0.1.0-2) unstable; urgency=medium

  * Team upload

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * Use secure copyright file specification URI.
  * 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-fs-exists-sync: Add Multi-Arch: foreign.

  [ Yadd ]
  * Bump debhelper from old 12 to 13.
  * 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 test & install
  * Enable upstream test (mocha)

 -- Yadd <email address hidden>  Sat, 15 Jan 2022 10:51:29 +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-fs-exists-sync_0.1.0-2.dsc 2.1 KiB cfe08689570482393478c66f711d0cddc684eee77935a14b289f7a3d857d3a13
node-fs-exists-sync_0.1.0.orig.tar.gz 2.5 KiB 069afc4275f180a5d03f28010d8c8e5f3e63e1280f38e13a12e13e59fd0764e5
node-fs-exists-sync_0.1.0-2.debian.tar.xz 3.0 KiB d69c92d0239a3a6e1b513ca72b3c6219e9cebc7bb0a39f1472c19e69325618fb

Available diffs

No changes file available.

Binary packages built by this source

node-fs-exists-sync: Drop-in replacement for Node.js's `fs.existsSync` with zero dependencies

 fs-exists-sync is a drop-in replacement for Node.js's `fs.existsSync` with no
 dependencies. Other libraries have crucial differences from fs.existsSync, or
 unnecessary dependencies.
 .
 Node.js is an event-based server-side JavaScript engine.