[ 源代码: node-ejs ]
软件包:node-ejs(2.5.7-3+deb11u1)
node-ejs 的相关链接
Debian 的资源:
下载源码包 node-ejs:
- [node-ejs_2.5.7-3+deb11u1.dsc]
- [node-ejs_2.5.7.orig.tar.gz]
- [node-ejs_2.5.7-3+deb11u1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 node-ejs 有关的软件包
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- sug: node-lru-cache
- least-recently-used cache object for Node.js