34 lines
938 B
Plaintext
34 lines
938 B
Plaintext
Source: node-tough-cookie
|
|
Maintainer: OpenKylin Developers <packaging@lists.openkylin.top>
|
|
Section: javascript
|
|
Testsuite: autopkgtest-pkg-nodejs
|
|
Priority: optional
|
|
Build-Depends:
|
|
debhelper-compat (= 13)
|
|
, nodejs
|
|
, node-async <!nocheck>
|
|
, node-psl <!nocheck>
|
|
, node-punycode <!nocheck>
|
|
, node-universalify <!nocheck>
|
|
, node-vows <!nocheck>
|
|
, dh-sequence-nodejs
|
|
Standards-Version: 4.5.1
|
|
Vcs-Browser: https://gitee.com/openkylin/node-tough-cookie
|
|
Vcs-Git: https://gitee.com/openkylin/node-tough-cookie.git
|
|
Homepage: https://github.com/salesforce/tough-cookie
|
|
Rules-Requires-Root: no
|
|
|
|
Package: node-tough-cookie
|
|
Architecture: all
|
|
Depends:
|
|
${misc:Depends}
|
|
, node-psl
|
|
, node-punycode
|
|
, node-universalify
|
|
Provides: ${nodejs:Provides}
|
|
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.
|