File: control

package info (click to toggle)
node-escape-html 1.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 80 kB
  • sloc: makefile: 10
file content (23 lines) | stat: -rw-r--r-- 702 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
Source: node-escape-html
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
Standards-Version: 3.9.5
Homepage: https://github.com/component/escape-html
Vcs-Git: git://anonscm.debian.org/collab-maint/node-escape-html.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/node-escape-html.git

Package: node-escape-html
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: simply escape HTML entities
 Contains a simple module to fast escape HTML
 entities.
 .
 Node.js is an event-based server-side JavaScript engine.