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 27 28 29 30 31 32 33 34 35
|
Source: node-http-signature
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, node-assert-plus <!nocheck>
, node-jsprim <!nocheck>
, node-uuid <!nocheck>
, node-sshpk <!nocheck>
, node-tap <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-http-signature
Vcs-Git: https://salsa.debian.org/js-team/node-http-signature.git
Homepage: https://github.com/joyent/node-http-signature/
Rules-Requires-Root: no
Package: node-http-signature
Architecture: all
Depends:
${misc:Depends}
, node-assert-plus
, node-jsprim
, node-sshpk
Description: Reference implementation of Joyent's HTTP Signature scheme
node-http-signature is a node.js library that has client and server components
for Joyent's HTTP Signature Scheme.
.
This library is a dependency of request, the simplest way possible to make
http calls.
.
Node.js is an event-based server-side JavaScript engine.
|