Source: node-ajv Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , chai , mocha , node-dot , node-fast-deep-equal , node-esbuild , node-glob , node-js-beautify , node-json-schema-traverse , node-json-stable-stringify , node-re2 (>= 1.16~) , node-require-from-string (>= 2.0.2+~1.2.1~) , node-uri-js , node-typescript , ts-node Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/js-team/node-ajv Vcs-Git: https://salsa.debian.org/js-team/node-ajv.git Homepage: https://github.com/epoberezkin/ajv Rules-Requires-Root: no Package: node-ajv Architecture: all Depends: ${misc:Depends} , node-fast-deep-equal , node-json-schema-traverse , node-json-stable-stringify , node-uri-js , nodejs:any Provides: ${nodejs:Provides} Recommends: node-re2 (>= 1.16~) , node-require-from-string (>= 2.0.2+~1.2.1~) Breaks: eslint (<< 6.4.0~dfsg+~6.1.9-8~) , node-ajv-keywords (<< 5) , node-har-schema (<< 2.0.0-2~) , node-har-validator (<< 5.1.3~) , node-schema-utils (<< 4) 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.