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 48 49 50
|
Source: node-ajv
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, chai <!nocheck>
, mocha
, node-dot
, node-fast-deep-equal
, node-esbuild <!nocheck>
, node-glob
, node-js-beautify <!nocheck>
, 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 <!nocheck>
Standards-Version: 4.7.0
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.
|