File: control

package info (click to toggle)
node-starttls 1.0.1-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 128 kB
  • sloc: javascript: 194; makefile: 6; sh: 2
file content (25 lines) | stat: -rw-r--r-- 841 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
Source: node-starttls
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 10)
 , dh-buildinfo
 , nodejs
 , mocha
Standards-Version: 4.1.0
Homepage: https://github.com/mattcg/starttls
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-starttls.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-starttls.git

Package: node-starttls
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: upgrade a regular `net.Stream` connection to a secure `tls` connection
 This library has one method and accepts either an options hash or a 
 prepared socket as the first argument. It returns a SecurePair.
 .
 Node.js is an event-based server-side JavaScript engine.