node-fs-extra 5.0.0-1 source package in Ubuntu

Changelog

node-fs-extra (5.0.0-1) unstable; urgency=medium

  * New upstream release.

 -- Julien Puydt <email address hidden>  Wed, 21 Feb 2018 18:39:58 +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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-fs-extra_5.0.0-1.dsc 2.0 KiB 1e264f07b94f4ca4c795424523f78644ff9a49be2aa3d24588097973031a9b1b
node-fs-extra_5.0.0.orig.tar.gz 67.9 KiB 7eed3ecbf7bbb8ae3d1877ef4ed220ca94d2066667b0b7fd448a5f514b69ba68
node-fs-extra_5.0.0-1.debian.tar.xz 2.7 KiB 7acb1eb34f4005e175f61ff486fa4d47c1a52a4061636dad4616f056544d0897

Available diffs

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.