File: control

package info (click to toggle)
node-ejs 2.5.7-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 672 kB
  • sloc: javascript: 1,615; sh: 2; makefile: 2
file content (34 lines) | stat: -rw-r--r-- 1,174 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-ejs
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.1
Homepage: https://github.com/mde/ejs
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ejs.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ejs.git

Package: node-ejs
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Embedded JavaScript templates
 This module provides embedded JavaScript templates, like
  - Control flow with <% %>
  - Escaped output with <%= %> (escape function configurable)
  - Unescaped raw output with <%- %>
  - Newline-trim mode ('newline slurping') with -%> ending tag
  - Whitespace-trim mode (slurp all whitespace) for control flow with <%_ _%>
  - Custom delimiters (e.g., use <? ?> instead of <% %>)
  - Includes
  - Client-side support
  - Static caching of intermediate JavaScript
  - Static caching of templates
  - Complies with the Express view system
 .
 Node.js is an event-based server-side JavaScript engine.