[ ソース: node-ejs ]
パッケージ: node-ejs (3.1.10+~3.1.5-2)
node-ejs に関するリンク
Debian の資源:
node-ejs ソースパッケージをダウンロード:
- [node-ejs_3.1.10+~3.1.5-2.dsc]
- [node-ejs_3.1.10+~3.1.5.orig-types-ejs.tar.gz]
- [node-ejs_3.1.10+~3.1.5.orig.tar.gz]
- [node-ejs_3.1.10+~3.1.5-2.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: node-jake
- JavaScript build tool for Node.js
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable
-
- sug: node-lru-cache (>> 10.0.1~)
- least-recently-used cache object for Node.js