File: control

package info (click to toggle)
node-tacks 1.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 276 kB
  • sloc: javascript: 472; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 930 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
31
Source: node-tacks
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-graceful-fs <!nocheck>
 , node-mkdirp <!nocheck>
 , node-rimraf <!nocheck>
 , node-tap <!nocheck>
 , node-yargs <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-tacks
Vcs-Git: https://salsa.debian.org/js-team/node-tacks.git
Homepage: https://github.com/iarna/tacks
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-tacks
Architecture: all
Depends: ${misc:Depends}
 , node-graceful-fs
 , node-mkdirp
 , node-rimraf
 , node-yargs
 , nodejs:any
Description: Generate fixture modules from folders
 This module is a plugin for tap testing framework.
 .
 Node.js is an event-based server-side JavaScript engine.