File: control

package info (click to toggle)
node-cookie-signature 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 88 kB
  • sloc: makefile: 3
file content (29 lines) | stat: -rw-r--r-- 914 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-cookie-signature
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
 debhelper (>= 11~)
 , nodejs
 , mocha
 , node-should
 , pkg-js-tools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/js-team/node-cookie-signature
Vcs-Git: https://salsa.debian.org/js-team/node-cookie-signature.git
Homepage: https://github.com/visionmedia/node-cookie-signature

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.