File: control

package info (click to toggle)
node-stream-http 2.8.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 516 kB
  • sloc: sh: 13; makefile: 10
file content (41 lines) | stat: -rw-r--r-- 1,475 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
Source: node-stream-http
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 4.7)
 , dpkg-dev (>= 1.17.14)
 , node-extend (>= 2.0.0) <!nocheck>
 , node-inherits (>= 2.0.1) <!nocheck>
 , node-builtin-status-codes (>= 3.0.0) <!nocheck>
 , node-to-arraybuffer (>= 1.0.0) <!nocheck>
 , node-readable-stream (>= 2.2.6) <!nocheck>
 , node-tape (>= 4.2) <!nocheck>
 , node-tap (>= 10) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/jhiesey/stream-http#readme
Vcs-Git: https://salsa.debian.org/js-team/node-stream-http.git
Vcs-Browser: https://salsa.debian.org/js-team/node-stream-http

Package: node-stream-http
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-extend (>= 2.0.0)
 , node-inherits (>= 2.0.1)
 , node-builtin-status-codes (>= 3.0.0)
 , node-to-arraybuffer (>= 1.0.0)
 , node-readable-stream (>= 2.2.6)
Description: streaming http in browser context
 This module is an implementation of Node.js's native http module for the
 browser. It tries to match  Node's API and behavior as closely as
 possible, but some features aren't available, since browsers  don't
 give nearly as much control over requests.
 .
 This is heavily inspired by, and intended to replace, http-browserify.
 .
 Node.js is an event-based server-side JavaScript engine.