File: control

package info (click to toggle)
node-base64url 3.0.1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 316 kB
  • sloc: javascript: 62; makefile: 13; sh: 6
file content (31 lines) | stat: -rw-r--r-- 941 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
26
27
28
29
30
31
Source: node-base64url
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Jonas Smedegaard <dr@jones.dk>
Build-Depends:
 debhelper-compat (= 13),
 node-tap <!nocheck>,
 node-typescript,
 node-types-node,
 pandoc <!nodoc>,
Standards-Version: 4.5.1
Homepage: https://github.com/brianloveswords/base64url
Vcs-Git: https://salsa.debian.org/js-team/node-base64url.git
Vcs-Browser: https://salsa.debian.org/js-team/node-base64url
Rules-Requires-Root: no

Package: node-base64url
Architecture: all
Multi-Arch: foreign
Depends:
 nodejs,
 ${misc:Depends}
Description: conversion to and from base64url
 This Node.js library provides an interface
 to convert to and from base64url.
 .
 Base 64 Encoding with URL and Filename Safe Alphabet (base64url)
 is a string encoding scheme specified in RFC 4648.
 .
 Node.js is an event-based server-side JavaScript engine.