Source: node-tough-cookie
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends:
 debhelper (>= 11~)
 , nodejs
Standards-Version: 4.2.0
Homepage: https://github.com/salesforce/tough-cookie
Vcs-Git: https://salsa.debian.org/js-team/node-tough-cookie.git
Vcs-Browser: https://salsa.debian.org/js-team/node-tough-cookie

Package: node-tough-cookie
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
 , node-punycode (>= 1.4.1)
Description: RFC6265 Cookies and Cookie Jar for node.js
 This library just provides a way to read and write RFC6265 HTTP cookie
 headers.
 .
 Node.js is an event-based server-side JavaScript engine.