File: control

package info (click to toggle)
node-xmlhttprequest-ssl 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 56
  • sloc: makefile: 2; sh: 2
file content (30 lines) | stat: -rw-r--r-- 1,055 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
Source: node-xmlhttprequest-ssl
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.7
Homepage: https://github.com/mjwwit/node-XMLHttpRequest#readme
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-xmlhttprequest-ssl.git
Vcs-Browser: https://anonscm.debian.org/gitweb/?p=pkg-javascript/node-xmlhttprequest-ssl.git

Package: node-xmlhttprequest-ssl
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: XMLHttpRequest for Node
 node-XMLHttpRequest is a wrapper for the built-in http client to 
 emulate the browser XMLHttpRequest object.
 .
 This can be used with JS designed for browsers to improve reuse of 
 code and allow the use of existing libraries.
 .
 Note: This library currently conforms to XMLHttpRequest 1. 
 Version 2.0 will target XMLHttpRequest Level 2.
 .
 Node.js is an event-based server-side JavaScript engine.