File: control

package info (click to toggle)
node-xoauth2 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: makefile: 2
file content (28 lines) | stat: -rw-r--r-- 842 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
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 (= 12)
 , nodejs
 , mocha
 , pkg-js-tools (>= 0.9.20~)
 , chai
Standards-Version: 4.5.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}
 , nodejs
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.