File: control

package info (click to toggle)
node-har-schema 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: javascript: 33; makefile: 11
file content (29 lines) | stat: -rw-r--r-- 984 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
Source: node-har-schema
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , node-ajv (>= 6~)
 , node-tap
 , dh-sequence-nodejs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/js-team/node-har-schema
Vcs-Git: https://salsa.debian.org/js-team/node-har-schema.git
Homepage: https://github.com/ahmadnassri/har-schema
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-har-schema
Architecture: all
Depends: ${misc:Depends}
 , nodejs
Multi-Arch: foreign
Description: JSON Schema for HTTP Archive (HAR)
 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 har-validator.
 .
 Node.js is an event-based server-side JavaScript engine.