File: control

package info (click to toggle)
node-proxy-agents 0~2025070717-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,044 kB
  • sloc: javascript: 5,805; makefile: 39
file content (181 lines) | stat: -rw-r--r-- 6,094 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
Source: node-proxy-agents
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Israel Galadima <izzygaladima@gmail.com>
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , node-ast-types
 , node-data-uri-to-buffer
 , node-debug
 , node-escodegen
 , node-esprima
 , node-fs-extra
 , node-lru-cache (>> 10.0.1-2~)
 , node-netmask
 , node-proxy-from-env
 , node-quickjs-emscripten
 , node-socks
 , node-typescript
 , node-types-estree
 , node-types-node (>= 20.19.4~)
 , ssl-cert
Standards-Version: 4.7.2
Homepage: https://github.com/TooTallNate/proxy-agents#readme
Vcs-Git: https://salsa.debian.org/js-team/node-proxy-agents.git
Vcs-Browser: https://salsa.debian.org/js-team/node-proxy-agents

Package: node-agent-base
Architecture: all
Depends: ${misc:Depends}
 , node-debug
Multi-Arch: foreign
Description: Node.js wrapper around http.Agent class
 node-agent-base provides an abstract class that must define a connect()
 function which is responsible for creating the underlying socket that the
 HTTP client requests will use.

Package: node-args
Architecture: all
Depends: ${misc:Depends}
 , node-camelcase
 , node-chalk
 , node-leven
 , node-mri
Provides: ${nodeArgs:Provides}
Description: Node.js module to create command line interfaces
 node-args makes creating command line interfaces a breeze.

Package: node-basic-ftp
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Description: FTP client library for Node.js
 node-basic-ftp is an FTP client library for Node.js. It supports FTPS over
 TLS, Passive Mode over IPv6, has a Promise-based API, and offers methods to
 operate on whole directories.

Package: node-data-uri-to-buffer
Architecture: all
Depends: ${misc:Depends}
Breaks: node-fetch (<< 3.3.2+~cs11.4.11-2~)
Multi-Arch: foreign
Description: Node.js module that generate a Buffer instance from a Data URI string
 node-data-uri-to-buffer accepts a "data" URI string of data and returns a
 Node.js Buffer instance with the decoded data.

Package: node-degenerator
Architecture: all
Depends: ${misc:Depends}
 , node-ast-types
 , node-escodegen
 , node-esprima
Description: Node.js module that compiles sync functions into async functions
 node-degenerator takes a String to one or more synchronous JavaScript
 functions, and returns a new String that with those JS functions transpiled
 into async functions.

Package: node-get-uri
Architecture: all
Depends: ${misc:Depends}
 , node-data-uri-to-buffer (>= 5)
 , node-debug
 , node-fs-extra
 , node-basic-ftp
Multi-Arch: foreign
Description: Node.js module that returns a stream.Readable from a URI string
 node-get-uri is a high-level module. It accepts a URI string and returns a
 Readable stream instance. There is built-in support for a variety of
 "protocols", and it's asily extensible.

Package: node-http-proxy-agent
Architecture: all
Depends: ${misc:Depends}
 , node-agent-base (>= 7)
Breaks: node-https-proxy-agent (<< 7)
Replaces: node-https-proxy-agent (<< 7)
Multi-Arch: foreign
Description: HTTP(s) proxy http.Agent implementation for HTTP
 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 http module.

Package: node-https-proxy-agent
Architecture: all
Depends: ${misc:Depends}
 , node-agent-base (>= 7)
Breaks: node-gyp (<< 9.3.0-3~)
 , node-jsdom (<< 20.0.3+~cs124.18.21-2~)
 , node-pre-gyp (<< 1.0.10+~2.0.1-2~)
 , node-ws (<< 8.11.0+~cs13.7.3-2~)
Multi-Arch: foreign
Description: HTTP(s) proxy http.Agent implementation for HTTPS
 node-http-proxy-agent provides an http.Agent implementation that connects
 to a specified HTTP or HTTPS proxy server, and can be used with the built-in
 https module.
 .
 Specifically, this Agent implementation connects to an intermediary "proxy"
 server and issues the CONNECT HTTP method, which tells the proxy to open a
 direct TCP connection to the destination server.

Package: node-pac-proxy-agent
Architecture: all
Depends: ${misc:Depends}
 , node-get-uri
 , node-http-proxy-agent (>= 7)
 , node-https-proxy-agent (>= 7)
 , node-netmask
 , node-pac-resolver
 , node-quickjs-emscripten
 , node-socks-proxy-agent (>= 8)
Description: PAC file proxy http.Agent implementation for HTTP and HTTPS
 node-pac-proxy-agent provides an `http.Agent` implementation that retreives
 the specified PAC proxy file and uses it to resolve which HTTP, HTTPS, or
 SOCKS proxy, or if a direct connection should be used to connect to the HTTP
 endpoint.

Package: node-pac-resolver
Architecture: all
Depends: ${misc:Depends}
 , node-degenerator
Description: Node.js module that generates an asynchronous resolver function from a PAC file
 node-pac-resolver accepts a JavaScript String of code, which is meant to be
 a PAC proxy file, and returns a generated asynchronous FindProxyForURL()
 functions.

Package: node-proxy
Architecture: all
Depends: ${misc:Depends}
 , node-args
 , nodejs:any
Breaks: node-https-proxy-agent (<< 7)
Description: Node.js HTTP proxy
 node-proxy provides standard "HTTP proxy" logic that allows one to script
 its own server using the node-proxy server API.

Package: node-socks-proxy-agent
Architecture: all
Depends: ${misc:Depends}
 , node-agent-base (>= 7)
 , node-socks
Description: SOCKS proxy http.Agent implementation for HTTP and HTTPS
 node-socks-proxy-agent provides an http.Agent implementation that connects
 to a specified SOCKS proxy server, and can be used with the built-in http
 and https modules.

Package: node-proxy-agent
Architecture: all
Depends:
 ${misc:Depends}
 , node-http-proxy-agent (>= 7)
 , node-https-proxy-agent (>= 7)
 , node-lru-cache (>> 10.0.1-2~)
 , node-pac-proxy-agent
 , node-proxy-from-env
 , node-socks-proxy-agent (>= 8)
Description: Maps proxy protocols to http.Agent implementations
 This module provides an http.Agent implementation which automatically uses
 proxy servers based off of the various proxy-related environment variables
 (`HTTP_PROXY`, `HTTPS_PROXY` and `NO_PROXY` among others).