File: control

package info (click to toggle)
node-csv-parse 6.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,540 kB
  • sloc: javascript: 27,613; makefile: 4
file content (25 lines) | stat: -rw-r--r-- 965 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
Source: node-csv-parse
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Edward Betts <edward@4angle.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
Standards-Version: 4.7.3
Homepage: https://csv.js.org/parse
Vcs-Git: https://salsa.debian.org/js-team/node-csv-parse.git
Vcs-Browser: https://salsa.debian.org/js-team/node-csv-parse

Package: node-csv-parse
Architecture: all
Depends:
 ${misc:Depends}
 ,
Description: CSV parser for transforming CSV text into arrays or objects
 CSV parser that turns CSV text input into structured data in the form of
 arrays or objects. It implements the stream.Transform API from Node.js,
 allowing for effective handling of CSV data. It supports a wide range of
 options, including delimiters, quotes, escape characters, and comments, making
 it flexible for various data parsing requirements.