File: control

package info (click to toggle)
node-tar 6.2.1%2B~cs7.0.8-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,656 kB
  • sloc: javascript: 14,500; makefile: 8
file content (48 lines) | stat: -rw-r--r-- 1,467 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
Source: node-tar
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-chownr <!nocheck>
 , node-end-of-stream <!nocheck>
 , node-mkdirp (>= 1)
 , node-minipass (>> 3.3.6+~cs9.4.19-3~) <!nocheck>
 , node-mutate-fs <!nocheck>
 , node-nock <!nocheck>
 , node-rimraf <!nocheck>
 , node-tap (>= 15) <!nocheck>
 , node-tar-stream <!nocheck>
 , node-yallist (>= 4.0~) <!nocheck>
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-tar
Vcs-Git: https://salsa.debian.org/js-team/node-tar.git
Homepage: https://github.com/npm/node-tar
Rules-Requires-Root: no

Package: node-tar
Architecture: all
Depends:
 ${misc:Depends}
 , node-chownr
 , node-mkdirp (>= 1)
 , node-minipass (>> 3.3.6+~cs9.4.19-3~)
 , node-safe-buffer
 , node-yallist (>= 4.0~)
Provides:
 ${nodejs:Provides}
Multi-Arch: foreign
Description: read and write portable tar archives module for Node.js
 node-tar is able to read and write tar archives generated by
 bsdtar, gnutar, solaris posix tar, and "Schilly" tar.
 node-tar is a well-tested essential piece of software for npm,
 the Node.js package manager.
 .
 This package includes components: chownr, minipass, fs-minipass,
 minizlib.
 .
 Node.js is an event-based server-side javascript engine.