File: control

package info (click to toggle)
node-code 9.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 220 kB
  • sloc: javascript: 2,202; makefile: 5
file content (27 lines) | stat: -rw-r--r-- 920 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
Source: node-code
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-hapi-hoek (>= 10) <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-code
Vcs-Git: https://salsa.debian.org/js-team/node-code.git
Homepage: https://github.com/hapijs/code
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-code
Architecture: all
Depends: ${misc:Depends}
 , node-hapi-hoek (>= 10)
Provides: node-hapi-code (=${source:Version})
Multi-Arch: foreign
Description: Test framework from hapijs
 Assertion library. used by the hapijs project inspired by chai.
 .
 Hapijs is a rich framework for building applications and services
 .
 Node.js is an event-based server-side JavaScript engine.