Source: node-base64url Section: javascript Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard Build-Depends: cmark-gfm , debhelper-compat (= 13) , dh-sequence-nodejs , node-tap (>= 21) , node-types-node , node-typescript Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/js-team/node-base64url Vcs-Git: https://salsa.debian.org/js-team/node-base64url.git Homepage: https://github.com/brianloveswords/base64url Testsuite: autopkgtest-pkg-nodejs Package: node-base64url Architecture: all Depends: ${misc:Depends} Multi-Arch: foreign 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.