File: control

package info (click to toggle)
node-socks 2.8.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 396 kB
  • sloc: makefile: 5
file content (31 lines) | stat: -rw-r--r-- 923 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
29
30
31
Source: node-socks
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Israel Galadima <izzygaladima@gmail.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , mocha
 , node-ip-address
 , node-smart-buffer
 , node-typescript
 , ts-node
Standards-Version: 4.7.2
Homepage: https://github.com/JoshGlazebrook/socks/
Vcs-Git: https://salsa.debian.org/js-team/node-socks.git
Vcs-Browser: https://salsa.debian.org/js-team/node-socks

Package: node-socks
Architecture: all
Depends:
 ${misc:Depends}
 , node-ip-address
 , node-smart-buffer (>= 4.2.0)
Description: Fully featured SOCKS proxy client
 Fully featured SOCKS proxy client supporting SOCKSv4, SOCKSv4a,
 and SOCKSv5. Includes Bind and Associate functionality.
 .
 Node.js is an event-based server-side JavaScript engine.