Source: node-cookies
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Andrew Kelley <superjoe30@gmail.com>
Build-Depends:
 debhelper-compat (= 12)
 , dh-buildinfo
 , nodejs
 , node-keygrip (>= 1.0.0)
 , pkg-js-tools (>= 0.8.6)
Standards-Version: 4.4.0
Homepage: https://github.com/expressjs/cookies
Vcs-Git: https://salsa.debian.org/js-team/node-cookies.git
Vcs-Browser: https://salsa.debian.org/js-team/node-cookies
Testsuite: autopkgtest-pkg-nodejs

Package: node-cookies
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-keygrip (>= 1.0.0)
Description: Cookies, optionally signed using Keygrip - Node.js module
 Cookies is a Node.js module for getting and setting HTTP(S) cookies. Cookies
 can be signed to prevent tampering, using Keygrip. It can be used with the
 built-in node.js HTTP library, or as Connect/Express middleware.
 .
 Node.js is an event-based server-side JavaScript engine.
