File: control

package info (click to toggle)
node-mutate-fs 2.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,732 kB
  • sloc: javascript: 378; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 843 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
Source: node-mutate-fs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Akhil Varkey <akhilvarkey@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-tap
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-mutate-fs
Vcs-Git: https://salsa.debian.org/js-team/node-mutate-fs.git
Homepage: https://github.com/isaacs/mutate-fs
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-mutate-fs
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: Mutates the node.js file-system behavior for tests
 Node utility that mutates the node.js file-system behavior for tests to
 be used in a test environment.
 .
 Node.js is an event-based server-side JavaScript engine.