Source: node-fs-extra Maintainer: Debian Javascript Maintainers Uploaders: Julien Puydt Section: javascript Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs (>= 0.11.0~) , mocha , node-graceful-fs , node-jsonfile , node-klaw , node-proxyquire , node-universalify Standards-Version: 4.7.3 Vcs-Browser: https://salsa.debian.org/js-team/node-fs-extra Vcs-Git: https://salsa.debian.org/js-team/node-fs-extra.git Homepage: https://github.com/jprichardson/node-fs-extra Package: node-fs-extra Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , node-graceful-fs , node-jsonfile , node-klaw , node-universalify Breaks: node-typescript-types (<< 20201105-1~) Provides: ${nodejs:Provides} Description: 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.