File: control

package info (click to toggle)
node-socks 2.7.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 384 kB
  • sloc: makefile: 5
file content (32 lines) | stat: -rw-r--r-- 942 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
26
27
28
29
30
31
32
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
 , node-smart-buffer
 , node-typescript
 , ts-node
Standards-Version: 4.6.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
Rules-Requires-Root: no

Package: node-socks
Architecture: all
Depends:
 ${misc:Depends}
 , node-ip (>= 2.0.0)
 , 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.