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

Changelog

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

  * Team upload
  * Add breaks node-loose-envify <= 1.4.0+dfsg1-3~
  * Declare compliance with policy 4.6.1
  * New upstream version 8.0.0 (add ES2022 support)
  * Drop old coffee-path patch

 -- Yadd <email address hidden>  Mon, 25 Jul 2022 17:26:43 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-js-tokens_8.0.0-1.dsc 2.1 KiB 19c6a001e6b05044df2b948c74cf878c757becc10e858b14b62c1f1ac14d3434
node-js-tokens_8.0.0.orig.tar.gz 113.3 KiB 0e40de1073f69e7e2ecb4538db4f93f8b87262fc0ae0f0220e6c9bb63f911f0a
node-js-tokens_8.0.0-1.debian.tar.xz 130.7 KiB 46ada41e36e8de0e13eb398a55dce80ce888b97833c54aac838ffbe1d0533f6b

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.