Source: node-memfs Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Ajayi Olatunji Testsuite: autopkgtest-pkg-nodejs Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , jest (>= 29) , node-babel7 , node-typescript , ts-jest Standards-Version: 4.6.1 Homepage: https://github.com/streamich/memfs#readme Vcs-Git: https://salsa.debian.org/js-team/node-memfs.git Vcs-Browser: https://salsa.debian.org/js-team/node-memfs Rules-Requires-Root: no Package: node-memfs Architecture: all Depends: ${misc:Depends} Provides: ${nodejs:Provides} Multi-Arch: foreign Description: In-memory filesystem with Node's API Implements Node's fs API . stores files in memory, in buffers and throws same errors as Node.js has the concepts of i-nodes and implements hard links and soft links . Node.js is an event-based server-side JavaScript engine.