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-webfinger
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Retout <diocles@debian.org>
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, node-step <!nocheck>
, node-xml2js <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-webfinger
Vcs-Git: https://salsa.debian.org/js-team/node-webfinger.git
Homepage: https://github.com/e14n/webfinger
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no
Package: node-webfinger
Architecture: all
Depends: ${misc:Depends}
, 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.
|