node-js-tokens 6.0.0-2 source package in Ubuntu

Changelog

node-js-tokens (6.0.0-2) unstable; urgency=medium

  * Team upload
  * Fix GitHub tags regex
  * Update standards version to 4.6.0, no changes needed
  * Fix filenamemangle
  * Update lintian overrides

 -- Yadd <email address hidden>  Sun, 21 Nov 2021 22:27:20 +0100

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
javascript
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-js-tokens_6.0.0-2.dsc 2.1 KiB e82cdb3b205a07adfc3b5377899e52af0c3bbcad96b2e06604e3c163ef97e229
node-js-tokens_6.0.0.orig.tar.gz 97.0 KiB 0f541adb8bb0324b69bf82f07db299af75eb2e9cc2105d360f0faa98b50eaa9e
node-js-tokens_6.0.0-2.debian.tar.xz 130.3 KiB 6a5c7e831eed11055cf8f140d92ac3d12f97ee89ed7d8975c4834027f4002423

Available diffs

No changes file available.

Binary packages built by this source

node-js-tokens: Regex that tokenizes JavaScript

 js-tokens provides a regex with the g flag that matches JavaScript tokens.
 The regex always matches, even invalid JavaScript and the empty string.
 The next match is always directly after the previous.
 .
 Node.js is an event-based server-side JavaScript engine.