File: control

package info (click to toggle)
node-serve-static 1.14.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 228 kB
  • sloc: makefile: 4
file content (39 lines) | stat: -rw-r--r-- 1,159 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
Source: node-serve-static
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 12)
 , mocha <!nocheck>
 , nodejs <!nocheck>
 , node-escape-html <!nocheck>
 , node-parseurl <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-send <!nocheck>
 , node-should <!nocheck>
 , node-supertest (>= 4.0.2) <!nocheck>
 , node-utils-merge <!nocheck>
 , pkg-js-tools (>= 0.8.8)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-serve-static
Vcs-Git: https://salsa.debian.org/js-team/node-serve-static.git
Homepage: https://github.com/expressjs/serve-static
Rules-Requires-Root: no

Package: node-serve-static
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-escape-html
 , node-parseurl
 , node-send
 , node-utils-merge
Breaks: node-express (<< 4.17.1-2)
Description: static files server module for Node.js
 Simple and fast deploy module to serve static files
 in your web applications.
 .
 Node.js is an event-based server-side JavaScript engine.