File: control

package info (click to toggle)
node-ssri 8.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,380 kB
  • sloc: javascript: 3,874; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,054 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
Source: node-ssri
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Akhil Varkey <akhilvarkey@disroot.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 12)
 , nodejs
 , node-tap (>= 10.3.3) <!nocheck>
 , node-through2 <!nocheck>
 , node-yallist (>= 4.0.0) <!nocheck>
 , pkg-js-tools (>= 0.9.20~)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-ssri
Vcs-Git: https://salsa.debian.org/js-team/node-ssri.git
Homepage: https://github.com/npm/ssri#readme

Package: node-ssri
Architecture: all
Depends:
 ${misc:Depends}
 , node-yallist (>= 4.0.0)
 , nodejs
Description: Utility for parsing, serializing, generating and verifying  ssri metadata
 SSRI, short for Standard Subresource Integrity, is a Node.js utility for
 parsing, manipulating, serializing, generating and verifying Subresource
 Integrity hashes according to SRI spec.
 .
 Node.js is an event-based server-side JavaScript engine.