File: control

package info (click to toggle)
node-express 4.1.1~dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 1,016 kB
  • ctags: 447
  • sloc: makefile: 44; sh: 11
file content (46 lines) | stat: -rw-r--r-- 1,177 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
Source: node-express
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>,
 Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 cdbs
 , debhelper
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.5
Homepage: https://expressjs.com/
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-express
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-express.git

Package: node-express
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-parseurl
 , node-buffer-crc32
 , node-qs
 , node-cookie-signature
 , node-methods
 , node-type-is
 , node-accepts
 , node-send
 , node-escape-html
 , node-cookie
 , node-merge-descriptors
 , node-fresh
 , node-debug
 , node-range-parser
 , node-path-to-regexp
 , node-serve-static
 , node-utils-merge
Suggests:
 node-express-generator
Description: web application framework for node
 Express is a minimal and flexible node.js web application framework,
 providing a robust set of features for building single and multi-page,
 and hybrid web applications.
 .
 Node.js is an event-based server-side JavaScript engine.