File: control

package info (click to toggle)
node-grunt-contrib-nodeunit 4.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 416 kB
  • sloc: javascript: 363; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 973 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-grunt-contrib-nodeunit
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-grunt-contrib-nodeunit
Vcs-Git: https://salsa.debian.org/js-team/node-grunt-contrib-nodeunit.git
Homepage: https://github.com/gruntjs/grunt-contrib-nodeunit#readme
Rules-Requires-Root: no

Package: node-grunt-contrib-nodeunit
Architecture: all
Depends:
 ${misc:Depends}
 , nodeunit
Description: Grunt plugin to run Nodeunit unit tests
 Grunt automates several tasks related to maintaining a JavaScript library
 or framework. It can be used for JS code minification, unit testing, code
 checking, and several other tasks.
 .
 This plugin runs Nodeunit unit tests.
 .
 Node.js is an event-based server-side JavaScript engine.