File: control

package info (click to toggle)
node-cookie-signature 1.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 92 kB
  • ctags: 4
  • sloc: makefile: 10
file content (30 lines) | stat: -rw-r--r-- 928 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
Source: node-cookie-signature
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 8.0.0)
 , dh-buildinfo
 , nodejs
 , mocha
 , node-should
Standards-Version: 3.9.6
Homepage: https://github.com/visionmedia/node-cookie-signature
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-cookie-signature.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-cookie-signature.git
XS-Testsuite: autopkgtest

Package: node-cookie-signature
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Sign and unsign cookies using hmac - module for Node.js
 Small module to help signing and unsigning strings using hmac
 signature with a secret.
 .
 It is used by connect middleware to secure session cookies.
 .
 Node.js is an event-based server-side javascript engine.