File: control

package info (click to toggle)
node-character-parser 3.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 212 kB
  • sloc: javascript: 949; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,074 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
Source: node-character-parser
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends: debhelper-compat (= 12)
 , node-assert <!nocheck>
 , node-chalk <!nocheck>
 , node-ms <!nocheck>
 , node-promise <!nocheck>
 , node-typescript
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-character-parser
Vcs-Git: https://salsa.debian.org/js-team/node-character-parser.git
Homepage: https://github.com/ForbesLindesay/character-parser
Testsuite: autopkgtest
Rules-Requires-Root: no

Package: node-character-parser
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Description: JavaScript parser character by character
 Simple and powerful JavaScript parser, useful for write HTML
 template engine.
 .
 JavaScript is parsed one character at a time, in order to have
 full control and to simply recognize sections delimited by brackets.
 .
 Node.js is an event-based server-side JavaScript engine.