File: control

package info (click to toggle)
validator.js 4.7.1%2Bdfsg1-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 240 kB
  • ctags: 9
  • sloc: makefile: 30; sh: 2
file content (47 lines) | stat: -rw-r--r-- 1,550 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Source: validator.js
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
 , node-uglify
 , mocha
 , node-depd
Standards-Version: 3.9.6
Homepage: http://github.com/chriso/validator.js
Vcs-Git: git://anonscm.debian.org/pkg-javascript/validator.js.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/validator.js.git
XS-Testsuite: autopkgtest

Package: libjs-validator
Architecture: all
Depends:
 ${misc:Depends}
 , node-depd
Recommends: javascript-common
Description: Javascript string validation and sanitization for browsers
 This library provides various Javascript string validation utilities.  For
 example, check whether a given string is a valid email or URL, or valid
 JSON.  There are also routines to sanitize strings, e.g. trim whitespace or
 convert to different types.
 .
 This package contains the version for web browsers.

Package: node-validator
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-depd
Description: Javascript string validation and sanitization for Node.js
 This library provides various Javascript string validation utilities.  For
 example, check whether a given string is a valid email or URL, or valid
 JSON.  There are also routines to sanitize strings, e.g. trim whitespace or
 convert to different types.
 .
 This package contains the version for Node.js.
 .
 Node.js is an event-based server-side JavaScript engine.