node-esquery 1.4.2~ds-1 source package in Ubuntu

Changelog

node-esquery (1.4.2~ds-1) unstable; urgency=medium

  [ upstream ]
  * new release(s)

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.2

 -- Jonas Smedegaard <email address hidden>  Thu, 23 Feb 2023 22:06:08 +0100

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-esquery_1.4.2~ds-1.dsc 2.3 KiB 3ece9802f8d5499f0c8d775b14d9f7db42a5bc74711c21b6f527914c48dca251
node-esquery_1.4.2~ds.orig.tar.xz 14.7 KiB 36a0528b6feefefc3c66d14b1cbd6f101fdd1be437b7a08f4a5b668270393bea
node-esquery_1.4.2~ds-1.debian.tar.xz 6.2 KiB cc6fc285c4862b102c45c7ab9a71434e3e5786767910c16cd2944a822585698b

Available diffs

No changes file available.

Binary packages built by this source

node-esquery: query library for ECMAScript AST using CSS-like queries

 ESQuery is a library for querying the AST output by Esprima
 for patterns of syntax using a CSS style selector system.
 .
 Esprima is a high performance, standard-compliant ECMAScript parser
 written in ECMAScript (also popularly known as JavaScript).
 .
 An abstract syntax tree (AST) is a tree representation
 of the abstract syntactic structure of source code
 written in a programming language.
 Each node of the tree denotes a construct
 occurring in the source code.
 .
 Cascading Style Sheets (CSS) is a style sheet language
 used for describing the presentation of a document
 written in a markup language like HTML.