File: control

package info (click to toggle)
node-memfs 3.4.12%2B~cs1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,880 kB
  • sloc: javascript: 430; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 987 bytes parent folder | download
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.