File: control

package info (click to toggle)
node-code 6.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: makefile: 5; sh: 2
file content (28 lines) | stat: -rw-r--r-- 871 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
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 (= 12)
 , dh-buildinfo
 , nodejs (>= 10)
Standards-Version: 4.4.0
Rules-Requires-Root: no
Homepage: https://github.com/hapijs/code#readme
Vcs-Git: https://salsa.debian.org/js-team/node-code.git
Vcs-Browser: https://salsa.debian.org/js-team/node-code

Package: node-code
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 10)
 , node-hapi-hoek (>= 8.0.0)
Provides: node-hapi-code (=${source:Version})
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.