File: control

package info (click to toggle)
node-webfinger 0.4.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 324 kB
  • sloc: javascript: 2,951; sh: 2; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (2)
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-webfinger
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends:
 debhelper (>= 8)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.5
Homepage: http://github.com/e14n/webfinger
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-webfinger.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-webfinger.git
XS-Testsuite: autopkgtest

Package: node-webfinger
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-step
 , node-xml2js
Description: Client library for Host Meta (RFC 6415) and Webfinger
 This library implements Node.js client support for:
  * XRD documents
  * JRD documents
  * host-meta
  * host-meta.json
  * http and https
  * RFC 6415 and the upcoming Webfinger RFC (up to draft 09)
 .
 Node.js is an event-based server-side JavaScript engine.