File: control

package info (click to toggle)
node-clarinet 0.12.4%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 27,452 kB
  • sloc: makefile: 4
file content (32 lines) | stat: -rw-r--r-- 1,138 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
Source: node-clarinet
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper-compat (= 12)
 , mocha <!nocheck>
 , node-should <!nocheck>
 , node-underscore <!nocheck>
 , pkg-js-tools (>= 0.9.17~)
Standards-Version: 4.4.1
Homepage: https://github.com/dscape/clarinet
Vcs-Git: https://salsa.debian.org/js-team/node-clarinet.git
Vcs-Browser: https://salsa.debian.org/js-team/node-clarinet
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-clarinet
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: evented streaming JSON parser - Node.js module
 clarinet is a Node.js module which provides a streaming parser for JSON.
 clarinet is inspired (and forked) from sax-js.
 .
 clarenet is intended to create better full text support in Node.js. Creating
 indexes out of large (or many) JSON files does not require a full
 understanding of the JSON file, but it does require something like clarinet.
 .
 Node.js is an event-based server-side JavaScript engine.