File: control

package info (click to toggle)
node-ytdl-core 4.11.5%2Bdfsg%2B~cs4.10.9-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,768 kB
  • sloc: javascript: 2,156; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 895 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
Source: node-ytdl-core
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-sax
 , node-typescript
 , node-types-node
 , node-types-sax
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-ytdl-core
Vcs-Git: https://salsa.debian.org/js-team/node-ytdl-core.git
Homepage: https://github.com/fent/node-ytdl-core
Rules-Requires-Root: no

Package: node-ytdl-core
Architecture: all
Depends:
 ${misc:Depends}
 , node-sax
Provides: ${nodejs:Provides}
Description: YouTube video downloader - Node.js module
 ytdl-core is a Node.js module which provides an API to get a readable stream
 for a YouTube video.
 .
 Node.js is an event-based server-side JavaScript engine.