File: control

package info (click to toggle)
node-csv-spectrum 1.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 180 kB
  • sloc: makefile: 4; sh: 2
file content (29 lines) | stat: -rw-r--r-- 945 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-csv-spectrum
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Archana <archana@disroot.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
Standards-Version: 4.2.0
Homepage: https://github.com/maxogden/csv-spectrum
Vcs-Git: https://salsa.debian.org/js-team/node-csv-spectrum.git
Vcs-Browser: https://salsa.debian.org/js-team/node-csv-spectrum

Package: node-csv-spectrum
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Test for CSV parsing libraries
 The goal of this package is to capture test cases to represent
 the entire CSV spectrum.
 .
 A bunch of different CSV files to serve as an acid test for
 CSV parsing libraries. There are also JSON versions of the CSVs
 for verification purposes.
 .
 It is also a node module that you can require() in your tests.
 .
 Node.js is an event-based server-side JavaScript engine.