1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
  
     | 
    
      Source: node-memfs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ajayi Olatunji <ajayiolatunji15@yahoo.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , jest (>= 29) <!nocheck>
 , node-babel7
 , node-typescript
 , ts-jest <!nocheck>
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.
 
     |