control 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. Source: node-ajv
  2. Section: web
  3. Priority: optional
  4. Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
  5. Uploaders: Pirate Praveen <praveen@debian.org>
  6. Build-Depends:
  7. debhelper (>= 9)
  8. , dh-buildinfo
  9. , nodejs
  10. , node-glob
  11. , node-dot
  12. , node-fast-deep-equal (>= 2.0.1)
  13. , node-fast-json-stable-stringify (>= 2.0.0)
  14. , node-json-schema-traverse (>= 0.3.0)
  15. , node-uri-js (>= 4.2.1)
  16. Standards-Version: 3.9.8
  17. Homepage: https://github.com/epoberezkin/ajv
  18. Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-ajv.git
  19. Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-ajv.git
  20. Package: node-ajv
  21. Architecture: all
  22. Depends:
  23. ${misc:Depends}
  24. , nodejs
  25. , node-fast-deep-equal (>= 2.0.1)
  26. , node-fast-json-stable-stringify (>= 2.0.0)
  27. , node-json-schema-traverse (>= 0.3.0)
  28. , node-uri-js (>= 4.2.1)
  29. , node-json-stable-stringify (>= 1.0.1)
  30. , node-co (>= 4.6.0)
  31. Description: another JSON Schema Validator
  32. The fastest JSON Schema validator for node.js and browser with draft 6 support.
  33. Ajv generates code using doT templates to turn JSON schemas into super-fast
  34. validation functions that are efficient for v8 optimization.
  35. .
  36. Node.js is an event-based server-side JavaScript engine.