File: control

package info (click to toggle)
node-assertive 3.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 336 kB
  • sloc: makefile: 16; sh: 10
file content (37 lines) | stat: -rw-r--r-- 1,543 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
32
33
34
35
36
37
Source: node-assertive
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Ross Gammon <rossgammon@debian.org>
Build-Depends: debhelper (>= 11),
               dh-buildinfo,
               nodejs (>= 6),
	       node-lodash-packages (>= 4.6.1),
	       node-babel-plugin-transform-object-rest-spread,
	       node-babel-preset-env,
	       node-babel-cli,
	       mocha (>= 4) <!nocheck>,
	       node-bluebird (>= 3.3.4) <!nocheck>
Rules-Requires-Root: no
Standards-Version: 4.2.1
Homepage: https://github.com/groupon/assertive
Vcs-Git: https://salsa.debian.org/js-team/node-assertive.git
Vcs-Browser: https://salsa.debian.org/js-team/node-assertive.html

Package: node-assertive
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-lodash-packages (>= 4.6.1)
Description: assertion library, designed for coffee-script
 Assertive aims to make the exact cause of breakage and intent of tests as fast
 and easy to spot as possible, with much attention paid to both the colour and
 alignment of expected and actual data, so you should be able to glean what you
 need immediately.
 .
 It also tries to pre-empt false negative tests from ever happening, by
 rigorously testing for correct assertion invocation and by avoiding to pick
 names for assertions with a track record of being misinterpreted, not just by
 people reading the code, but also by programmers writing them.
 .
 Node.js is an event-based server-side JavaScript engine.