File: control

package info (click to toggle)
node-ajv-keywords 5.1.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 544 kB
  • sloc: javascript: 332; makefile: 4
file content (84 lines) | stat: -rw-r--r-- 2,691 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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:
 chai <!nocheck>
 , debhelper-compat (= 13)
 , dh-sequence-nodejs (>= 0.9.82~)
 , jest <!nocheck>
 , node-ajv (>= 8~)
 , node-ansi-regex <!nocheck>
 , node-ansi-styles <!nocheck>
 , node-assertion-error <!nocheck>
 , node-babel7 <!nocheck>
 , node-balanced-match <!nocheck>
 , node-brace-expansion <!nocheck>
 , node-braces <!nocheck>
 , node-chai <!nocheck>
 , node-chalk <!nocheck>
 , node-check-error <!nocheck>
 , node-color-convert <!nocheck>
 , node-color-name <!nocheck>
 , node-concat-map <!nocheck>
 , node-deep-eql <!nocheck>
 , node-emittery <!nocheck>
 , node-escape-string-regexp <!nocheck>
 , node-fast-deep-equal (>= 3~)
 , node-fill-range <!nocheck>
 , node-get-func-name <!nocheck>
 , node-graceful-fs <!nocheck>
 , node-has-flag <!nocheck>
 , node-inflight <!nocheck>
 , node-inherits <!nocheck>
 , node-is-number <!nocheck>
 , node-js-tokens <!nocheck>
 , node-json-schema-traverse <!nocheck>
 , node-lodash <!nocheck>
 , node-lru-cache <!nocheck>
 , node-micromatch <!nocheck>
 , node-minimatch <!nocheck>
 , node-natural-compare <!nocheck>
 , node-once <!nocheck>
 , node-path-is-absolute <!nocheck>
 , node-pathval <!nocheck>
 , node-picomatch <!nocheck>
 , node-react-is <!nocheck>
 , node-require-from-string <!nocheck>
 , node-semver <!nocheck>
 , node-slash <!nocheck>
 , node-source-map <!nocheck>
 , node-source-map-support <!nocheck>
 , node-stack-utils <!nocheck>
 , node-supports-color <!nocheck>
 , node-to-fast-properties <!nocheck>
 , node-to-regex-range <!nocheck>
 , node-ts-jest <!nocheck>
 , node-type-detect <!nocheck>
 , node-typescript
 , node-uri-js
 , node-uuid <!nocheck>
 , node-wrappy <!nocheck>
 , node-yallist <!nocheck>
 , ts-jest <!nocheck>
Standards-Version: 4.6.2
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 (>= 8~)
 , node-fast-deep-equal (>= 3~)
Breaks: node-schema-utils (<< 4~)
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.