File: control

package info (click to toggle)
node-base64url 3.0.1-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 316 kB
  • sloc: javascript: 62; makefile: 13; sh: 1
file content (30 lines) | stat: -rw-r--r-- 935 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
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:
 cmark-gfm <!nodoc>,
 debhelper-compat (= 13),
 node-tap <!nocheck>,
 node-typescript,
 node-types-node,
Standards-Version: 4.6.2
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:
 ${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.