File: control

package info (click to toggle)
node-cson-parser 4.0.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 332 kB
  • sloc: javascript: 742; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,315 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
33
34
Source: node-cson-parser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , coffeescript (>= 1.12.8~dfsg-7~)
 , mocha <!nocheck>
 , node-assertive <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/groupon/cson-parser
Vcs-Git: https://salsa.debian.org/js-team/node-cson-parser.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cson-parser
Rules-Requires-Root: no

Package: node-cson-parser
Architecture: all
Depends: ${misc:Depends}
 , coffeescript (>= 1.12.8~dfsg-7~)
Description: Safe parsing of CSON files
 Node-cson-parser is a minimalistic CSON parser which offers:
  - A strict subset of CSON that allows only data
  - Interface is identical to JSON.{parse,stringify}
  - Does not run the code, free of intermediate string representations
  - Sane parse error messages with line/column
  - Regular Expressions are considered data and will be accepted as well
 .
 In addition of pure data it allows for simple arithmetic expressions like
 addition and multiplication. This allows more readable configuration
 of numbers.
 .
 Node.js is an event-based server-side JavaScript engine.