File: control

package info (click to toggle)
node-jsv 4.0.0%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 944 kB
  • ctags: 180
  • sloc: makefile: 17
file content (30 lines) | stat: -rw-r--r-- 1,241 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
Source: node-jsv
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: David Paleino <dapal@debian.org>
Build-Depends:
 debhelper (>= 8~)
 , dh-buildinfo
Standards-Version: 3.9.3
Homepage: http://github.com/garycourt/JSV
Vcs-Git: git://git.debian.org/collab-maint/node-jsv.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/node-jsv.git;a=summary

Package: node-jsv
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Description: extendable, fully compliant JSON schema validator for NodeJS
 JSV is a JavaScript implementation of a extendable, fully compliant JSON schema
 validator.
 Its features are: with the following features:
  - complete implementation of all current JSON Schema draft revisions;
  - support for creating individual environments (sandboxes) that validate using
    a particular schema specification;
  - provides an intuitive API for creating new validating schema attributes, or
    whole new custom schema schemas;
  - supports `self`, `full` and `describedby` hyper links;
  - validates itself, and is bootstrapped from the JSON schema schemas;
  - works in all ECMAScript 3 environments, including all web browsers and
    Node.js.