File: control

package info (click to toggle)
node-jju 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 368 kB
  • sloc: javascript: 2,277; sh: 2; makefile: 2
file content (26 lines) | stat: -rw-r--r-- 846 bytes parent folder | download | duplicates (2)
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
Source: node-jju
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.8
Homepage: http://rlidwka.github.io/jju/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-jju.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-jju.git

Package: node-jju
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: set of utilities to work with JSON / JSON5 documents
 `jju.parse()` and `jju.stringify()` are better in some cases, but slower than
 native `JSON.parse()` and `JSON.stringify()` versions. 
 .
 See /usr/share/doc/node-jju/README.md for more details.
 .
 Node.js is an event-based server-side JavaScript engine.