node-fs.realpath 1.0.0-3 source package in Ubuntu

Changelog

node-fs.realpath (1.0.0-3) unstable; urgency=medium

  * Team upload
  * Fix test for tap >= 15 (--no-cov) (Closes: #1009562)

 -- Yadd <email address hidden>  Fri, 22 Apr 2022 09:57:46 +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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fs.realpath_1.0.0-3.dsc 2.0 KiB ea4d193717d8f1a52806b071081ed6e0a925a6948b95d4e646b68f94ae524c24
node-fs.realpath_1.0.0.orig.tar.gz 5.0 KiB 6216afeb56b7098cb0717cba38028d58dbefdc157348d12fe72cd45e13d6cb9b
node-fs.realpath_1.0.0-3.debian.tar.xz 2.8 KiB f043dc16cc6ccc9be4667e6f3d32ca5bbee17af0ca4db237aa4116a91cb39ef2

Available diffs

No changes file available.

Binary packages built by this source

node-fs.realpath: Use node's fs.realpath

 Use node's fs.realpath, but fall back to the JS implementation if the native
 one fails
 .
 Node.js is an event-based server-side JavaScript engine.