File: control

package info (click to toggle)
node-redis 4.5.1%2B~1.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 5,552 kB
  • sloc: javascript: 1,251; makefile: 8; sh: 1
file content (35 lines) | stat: -rw-r--r-- 1,084 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
Source: node-redis
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-generic-pool (>= 3.8.2~)
 , node-typescript
 , node-yargs <!nocheck>
 , node-yallist
 , ts-node
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/js-team/node-redis
Vcs-Git: https://salsa.debian.org/js-team/node-redis.git
Homepage: https://github.com/NodeRedis/node_redis
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-redis
Architecture: all
Depends: ${misc:Depends}
 , node-generic-pool (>= 3.8.2~)
 , node-yallist
Suggests: redis-server
Provides: ${nodejs:Provides}
Multi-Arch: foreign
Description: redis client library for Node.js
 node-redis is a complete Redis client for Node.js.
 .
 It supports all Redis commands, including many recently
 added commands like EVAL from experimental Redis server branches.
 .
 Node.js is an event-based server-side JavaScript engine.