File: control

package info (click to toggle)
node-assert 1.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 124 kB
  • sloc: javascript: 608; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 957 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
Source: node-assert
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Sruthi Chandran <srud@disroot.org>
Build-Depends: debhelper-compat (= 13)
 , mocha <!nocheck>
 , node-object-assign <!nocheck>
 , node-util <!nocheck>
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-assert
Vcs-Git: https://salsa.debian.org/js-team/node-assert.git
Homepage: https://github.com/defunctzombie/commonjs-assert
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-assert
Architecture: all
Depends: ${misc:Depends}
 , node-object-assign
 , node-util
 , nodejs
Description: simple assertion library for javascript
 This module is used for writing unit tests for your applications, you can
 access it with require('assert').
 .
 The API is derived from the commonjs 1.0 unit testing spec and the node.js
 assert module