File: control

package info (click to toggle)
node-got 7.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 560 kB
  • sloc: makefile: 2; sh: 2
file content (51 lines) | stat: -rw-r--r-- 1,487 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
Source: node-got
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 4.1.1
Homepage: https://github.com/sindresorhus/got#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-got.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-got.git

Package: node-got
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-is-retry-allowed (>= 1.0.0)
 , node-p-cancelable (>= 0.3.0)
 , node-p-timeout (>= 1.1.1)
 , node-is-plain-obj (>= 1.1.0)
 , node-url-to-options (>= 1.0.1)
 , node-timed-out (>= 4.0.0)
 , node-get-stream (>= 3.0.0)
 , node-lowercase-keys (>= 1.0.0)
 , node-isurl (>= 1.0.0~alpha5)
 , node-url-parse-lax (>= 1.0.0)
 , node-decompress-response (>= 3.2.0)
 , node-safe-buffer (>= 5.0.1)
 , node-duplexer3 (>= 0.1.4)
 , node-is-stream (>= 1.0.0)
Description: Simplified HTTP requests
 This module provides a nicer interface to the built-in http module.
 .
 This module was created because request is bloated *(several megabytes!)*.
 .
 Highlights:
  - Promise & stream API
  - Request cancellation
  - Follows redirects
  - Retries on network failure
  - Handles gzip/deflate
  - Timeout handling
  - Errors with metadata
  - JSON mode
  - WHATWG URL support
  - Electron support
 .
 Node.js is an event-based server-side JavaScript engine.