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.
