node-ejs 3.1.6-2 source package in Ubuntu

Changelog

node-ejs (3.1.6-2) unstable; urgency=medium

  * Team upload
  * Back to unstable

 -- Yadd <email address hidden>  Sat, 06 Nov 2021 15:12:33 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-ejs_3.1.6-2.dsc 2.0 KiB a249fa7a622a2354be492f8278211d9d602442fdefef9b3bf3c908d1f36e2a45
node-ejs_3.1.6.orig.tar.gz 80.8 KiB 659c0ad9b3d6dba666a024803ab1eb78272e3508bf86a473064908a338cf258b
node-ejs_3.1.6-2.debian.tar.xz 3.2 KiB bd7b169806585ffc3d5eb15d8ad3b0fc6b66cf58ce7c657163f6da7c348d60b5

Available diffs

No changes file available.

Binary packages built by this source

node-ejs: 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.