Source: node-har-validator
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , node-tap <!nocheck>
 , node-ajv (>= 4.9.1) <!nocheck>
 , node-har-schema (>= 1.0.5) <!nocheck>
Standards-Version: 4.2.1
Homepage: https://github.com/ahmadnassri/har-validator
Vcs-Git: https://salsa.debian.org/js-team/node-har-validator.git
Vcs-Browser: https://salsa.debian.org/js-team/node-har-validator

Package: node-har-validator
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-ajv (>= 4.9.1)
 , node-har-schema (>= 1.0.5)
Description: Extremely fast HTTP Archive (HAR) validator using JSON Schema
 HTTP Archive (HAR) format defines an archival format for HTTP transactions
 that can be used by a web browser to export detailed performance data about
 web pages it loads.
 .
 This library is a dependency of request, the simplest way possible to make
 http calls.
 .
 Node.js is an event-based server-side JavaScript engine.
