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

Changelog

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

  * Team upload
  * Add fix for jest >= 29 (Closes: #1022417)

 -- Yadd <email address hidden>  Sun, 23 Oct 2022 19:53:04 +0200

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
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-js-tokens_8.0.0-2.dsc 2.1 KiB e118f2ed0a6920d6a561c6afc62506b9101d9c7f7601535659dc70f518acb7c0
node-js-tokens_8.0.0.orig.tar.gz 113.3 KiB 0e40de1073f69e7e2ecb4538db4f93f8b87262fc0ae0f0220e6c9bb63f911f0a
node-js-tokens_8.0.0-2.debian.tar.xz 131.0 KiB ccaa2623a6837cba50b99f5ff88d1a32267e62876363fa7a63671c782efcd169

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.