1234567891011121314151617181920212223242526272829303132333435363738 |
- Source: node-ajv
- Section: web
- Priority: optional
- Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
- Uploaders: Pirate Praveen <praveen@debian.org>
- Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
- , nodejs
- , node-glob
- , node-dot
- , node-fast-deep-equal (>= 2.0.1)
- , node-fast-json-stable-stringify (>= 2.0.0)
- , node-json-schema-traverse (>= 0.3.0)
- , node-uri-js (>= 4.2.1)
- Standards-Version: 3.9.8
- Homepage: https://github.com/epoberezkin/ajv
- Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ajv.git
- Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ajv.git
- Package: node-ajv
- Architecture: all
- Depends:
- ${misc:Depends}
- , nodejs
- , node-fast-deep-equal (>= 2.0.1)
- , node-fast-json-stable-stringify (>= 2.0.0)
- , node-json-schema-traverse (>= 0.3.0)
- , node-uri-js (>= 4.2.1)
- , node-json-stable-stringify (>= 1.0.1)
- , node-co (>= 4.6.0)
- Description: another JSON Schema Validator
- The fastest JSON Schema validator for node.js and browser with draft 6 support.
- Ajv generates code using doT templates to turn JSON schemas into super-fast
- validation functions that are efficient for v8 optimization.
- .
- Node.js is an event-based server-side JavaScript engine.
|