File: control

package info (click to toggle)
node-redis 2.8.0-1%2Bdeb10u1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,204 kB
  • sloc: javascript: 12,071; makefile: 12; sh: 2
file content (29 lines) | stat: -rw-r--r-- 1,024 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
Source: node-redis
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>,
           Xavier Guimard <yadd@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11),
               dh-buildinfo,
               nodejs
Standards-Version: 4.3.0
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

Package: node-redis
Architecture: all
Depends: ${misc:Depends},
         nodejs
Suggests: redis-server
Provides: node-double-ended-queue (= 0.9.7),
          node-redis-commands (= 1.4.0),
          node-redis-parser (= 2.6.0),
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.