File: control

package info (click to toggle)
node-xoauth2 1.2.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 120 kB
  • sloc: javascript: 376; makefile: 3
file content (27 lines) | stat: -rw-r--r-- 857 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
Source: node-xoauth2
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , chai <!nocheck>
Standards-Version: 4.6.0
Homepage: https://github.com/andris9/xoauth2#readme
Vcs-Git: https://salsa.debian.org/js-team/node-xoauth2.git
Vcs-Browser: https://salsa.debian.org/js-team/node-xoauth2
Rules-Requires-Root: no

Package: node-xoauth2
Architecture: all
Depends:
 ${misc:Depends}
Multi-Arch: foreign
Description: XOAuth2 token generation for accessing GMail SMTP and IMAP
 xoauth2 generates XOAUTH2 login tokens from provided Client and
 User credentials.
 .
 Node.js is an event-based server-side JavaScript engine.