node-fs-extra 10.0.0+~9.0.13-1 source package in Ubuntu

Changelog

node-fs-extra (10.0.0+~9.0.13-1) unstable; urgency=medium

  * Fix d/watch (again).
  * New upstream release.
  * Mark the package Multi-Arch: foreign following hinter.

 -- Julien Puydt <email address hidden>  Tue, 26 Oct 2021 16:36:56 +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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fs-extra_10.0.0+~9.0.13-1.dsc 2.6 KiB 7d2168b7c35b2ecb250109a910bde1ba2f3249233c86c22271f73324f3352086
node-fs-extra_10.0.0+~9.0.13.orig-types-fs-extra.tar.gz 4.8 KiB 334eae060a297e8c277eecf8d1999b0065e109aea16b8ef144e4dd168eaaa91a
node-fs-extra_10.0.0+~9.0.13.orig.tar.gz 77.9 KiB c4490b5963764a451165f633f39f78c8862b61134784c0d75de9c4ba8364aef5
node-fs-extra_10.0.0+~9.0.13-1.debian.tar.xz 4.3 KiB 74b6a33e8b8ef80701f1a06e306c13e003a963d968ea5cf498ffe40bf79e519e

No changes file available.

Binary packages built by this source

node-fs-extra: fs-extra contains methods not included in the Node.js fs module

 The fs-extra Node.js module adds a few extra file system methods that aren't
 included in the native fs module. It is a drop in replacement for fs.
 .
 The module implements common filesystem operations such as copy(), move(),
 mkdirs(), remove(), and specific read/write operations like
 readFile() & outputFile() and readJson() & outputJson().
 .
 Node.js is an event-based server-side JavaScript engine.