File: control

package info (click to toggle)
node-serve-static 2.1.0%2B~1.15.7-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 272 kB
  • sloc: javascript: 897; makefile: 4
file content (36 lines) | stat: -rw-r--r-- 1,154 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
Source: node-serve-static
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-escape-html <!nocheck>
 , node-parseurl <!nocheck>
 , node-safe-buffer <!nocheck>
 , node-send (>= 1) <!nocheck>
 , node-should <!nocheck>
 , node-supertest (>= 4.0.2) <!nocheck>
 , node-utils-merge <!nocheck>
Standards-Version: 4.7.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
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-serve-static
Architecture: all
Depends: ${misc:Depends}
 , node-escape-html
 , node-parseurl
 , node-send (>= 1)
 , node-utils-merge
Breaks: node-express (<< 4.21.0~)
Provides: ${nodejs:Provides}
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.