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 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109
|
Source: node-express
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>, Jonas Smedegaard <dr@jones.dk>
Section: javascript
Priority: optional
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, mocha <!nocheck>
, node-accepts <!nocheck>
, node-after <!nocheck>
, node-basic-auth <!nocheck>
, node-body-parser (>= 2) <!nocheck>
, node-content-disposition <!nocheck>
, node-content-type <!nocheck>
, node-cookie (>= 0.6) <!nocheck>
, node-cookie-parser <!nocheck>
, node-cookie-signature <!nocheck>
, node-cookiejar <!nocheck>
, node-cookies <!nocheck>
, node-debug <!nocheck>
, node-depd <!nocheck>
, node-ejs <!nocheck>
, node-encodeurl (>= 2) <!nocheck>
, node-escape-html <!nocheck>
, node-etag (>= 1.8.1) <!nocheck>
, node-extend <!nocheck>
, node-finalhandler <!nocheck>
, node-form-data <!nocheck>
, node-formidable <!nocheck>
, node-fresh <!nocheck>
, node-http-errors <!nocheck>
, node-is-promise <!nocheck>
, node-keygrip <!nocheck>
, node-marked <!nocheck>
, node-merge-descriptors <!nocheck>
, node-mime-types (>= 3) <!nocheck>
, node-morgan <!nocheck>
, node-on-finished <!nocheck>
, node-once <!nocheck>
, node-on-headers <!nocheck>
, node-path-is-absolute <!nocheck>
, node-parseurl <!nocheck>
, node-path-to-regexp (>= 8) <!nocheck>
, node-proxy-addr <!nocheck>
, node-qs <!nocheck>
, node-range-parser <!nocheck>
, node-reusify <!nocheck>
, node-send (>= 1) <!nocheck>
, node-serve-static (>= 1.14.1) <!nocheck>
, node-should <!nocheck>
, node-statuses (>= 2) <!nocheck>
, node-superagent (>= 9.0.1-4~)
, node-supertest (>= 3.3.0) <!nocheck>
, node-type-is <!nocheck>
, node-uid-safe <!nocheck>
, node-vary <!nocheck>
, node-vhost <!nocheck>
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/js-team/node-express
Vcs-Git: https://salsa.debian.org/js-team/node-express.git
Homepage: https://expressjs.com
Rules-Requires-Root: no
Package: node-express
Architecture: all
Depends:
${misc:Depends}
, node-accepts
, node-body-parser (>= 2)
, node-content-disposition
, node-content-type
, node-cookie (>= 0.6)
, node-cookie-signature
, node-debug
, node-depd
, node-encodeurl (>= 2)
, node-escape-html
, node-etag (>= 1.8.1)
, node-finalhandler
, node-fresh
, node-http-errors
, node-is-promise
, node-merge-descriptors
, node-mime-types (>= 3)
, node-on-finished
, node-once
, node-parseurl
, node-path-to-regexp (>= 8)
, node-proxy-addr
, node-qs
, node-range-parser
, node-send (>= 1)
, node-serve-static (>= 1.14.1)
, node-statuses (>= 2)
, node-type-is
, node-vary
, nodejs:any
Suggests:
node-express-generator
Provides:
${nodejs:Provides}
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.
|