node-astw 2.2.0-8 source package in Ubuntu

Changelog

node-astw (2.2.0-8) unstable; urgency=medium

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on mocha and node-acorn.
    + node-astw: Drop versioned constraint on node-acorn in Depends.

  [ Bastien Roucariès ]
  * Remove depends on nodejs
  * use --with nodejs as dh helper
  * Bump standard version (no changes)

 -- Bastien Roucariès <email address hidden>  Fri, 24 Sep 2021 20:45:56 +0000

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
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
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-astw_2.2.0-8.dsc 2.1 KiB 274467332a1e704c03b397e44366bab182213f92431dab4a966794e7097496c1
node-astw_2.2.0.orig.tar.gz 2.8 KiB fdef60874fb72b938c051d2c3d5b4984118d96d32ad6e8bf7777256a9171049d
node-astw_2.2.0-8.debian.tar.xz 3.1 KiB 17d12a735d92d6e14c25d3358a10e802bb2ff135ff018477e63472b1c63ca338

Available diffs

No changes file available.

Binary packages built by this source

node-astw: walk the ast with references to parent nodes

 This package walk AST (abstract tree) and track parents nodes
 without doing source transform.
 .
 It is a dependency of Browserify is a JavaScript tool
 that allows developers to write Node.js-style modules that compile
 for use in the browser.
 .
 Node.js is an event-based server-side JavaScript engine.