File: control

package info (click to toggle)
node-cookie 0.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 100 kB
  • ctags: 8
  • sloc: makefile: 4
file content (26 lines) | stat: -rw-r--r-- 779 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
Source: node-cookie
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
Standards-Version: 3.9.6
Homepage: https://github.com/shtylman/node-cookie
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-cookie.git
Vcs-Browser: http://anonscm.debian.org/git/pkg-javascript/node-cookie.git
XS-Testsuite: autopkgtest

Package: node-cookie
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Basic cookie parser and serializer module for Node.js
 node-cookie just provides a way to read and write RFC6265 HTTP cookie
 headers.
 .
 Node.js is an event-based server-side javascript engine.