node-espree 9.4.1~dfsg-2 source package in Ubuntu

Changelog

node-espree (9.4.1~dfsg-2) unstable; urgency=medium

  * suppress rollup colored console messages
  * cleanup generated code;
    closes: bug#1045801, thanks to Lucas Nussbaum
  * declare compliance with Debian Policy 4.6.2
  * update DEP-3 patch headers

 -- Jonas Smedegaard <email address hidden>  Sun, 13 Aug 2023 22:22:18 +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

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-espree_9.4.1~dfsg-2.dsc 2.4 KiB d2a32c09b12f5e3bd71813b4de26b107022743f5a5902b248140e3bd9019dbcc
node-espree_9.4.1~dfsg.orig.tar.xz 283.7 KiB 483b5aef2034fd0abfb8c12521d732cf28ea7dc83dc9cdf328d55688254245bd
node-espree_9.4.1~dfsg-2.debian.tar.xz 15.7 KiB 84d9b15e7facfdd6f0366f08149c35ea8ce15300643faa76bc7623c11e595ab3

Available diffs

No changes file available.

Binary packages built by this source

node-espree: Esprima-compatible JavaScript parser built on Acorn

 Espree started out as a fork of Esprima v1.2.2,
 the last stable published released of Esprima
 before work on ECMAScript 6 began.
 Espree is now built on top of Acorn,
 which has a modular architecture
 that allows extension of core functionality.
 The goal of Espree is to produce output
 that is similar to Esprima with a similar API
 so that it can be used in place of Esprima.
 .
 Node.js is an event-based server-side JavaScript engine.