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
|
Source: node-ajv-keywords
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, chai <!nocheck>
, mocha <!nocheck>
, node-ajv (>= 6.9.1~)
, node-coveralls <!nocheck>
, node-dot
, node-glob
, node-istanbul <!nocheck>
, node-js-beautify <!nocheck>
, node-uuid <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/epoberezkin/ajv-keywords#readme
Vcs-Git: https://salsa.debian.org/js-team/node-ajv-keywords.git
Vcs-Browser: https://salsa.debian.org/js-team/node-ajv-keywords
Rules-Requires-Root: no
Package: node-ajv-keywords
Architecture: all
Depends: ${misc:Depends}
, node-ajv (>= 6.9.1~)
Description: Custom JSON-Schema keywords for Ajv validator
Ajv is the fastest JSON Schema validator for node.js and browser with draft
04/06/07 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.
|