[ ソース: node-htmlescape ]
パッケージ: node-htmlescape (1.1.1-5)
node-htmlescape に関するリンク
Debian の資源:
node-htmlescape ソースパッケージをダウンロード:
- [node-htmlescape_1.1.1-5.dsc]
- [node-htmlescape_1.1.1.orig.tar.gz]
- [node-htmlescape_1.1.1-5.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
escape string for safe use in html
This module escape a string to be safe for use in html particularly inside a script tag.
In programming languages escape sequences are used in character literals and string literals, to express characters which are not printable or clash with the syntax of characters or strings.
This module is a dependency of browserify, a tool that allows one to write Node.js-style modules that compile for use in the browser.
Node.js is an event-based server-side JavaScript engine.