File: control

package info (click to toggle)
node-tunein 1.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 88 kB
  • sloc: javascript: 158; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,118 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
Source: node-tunein
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-tunein
Vcs-Git: https://salsa.debian.org/js-team/node-tunein.git
Homepage: https://github.com/jledun/node-tunein
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-tunein
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: node-node-tunein
Description: nodejs wrapper for tunein web radios
 This module provides ability for a client to :
    browse radiotime.com library
    search in radiotime.com library
 All returned URLs are parsed with url and querystring native modules
 of NodeJS.
 .
 Returned objects are list of categories and/or webradios, client needs
 to parse objects to know what to do with :(
 .
 Returned objects can have children (an array of library elements)
 .
 Node.js is an event-based server-side JavaScript engine.