File: control

package info (click to toggle)
node-cookie 0.3.1%2B20180326git4e2b255de6b85c3ec-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 124 kB
  • sloc: sh: 13; makefile: 10
file content (25 lines) | stat: -rw-r--r-- 778 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
Source: node-cookie
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jérémy Lal <kapouer@melix.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , nodejs (>= 6) <!nocheck>
 , mocha (>= 1.21.5) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/shtylman/node-cookie
Vcs-Git: https://salsa.debian.org/js-team/node-cookie.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cookie

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.