node-eslint-visitor-keys 3.3.0+~1.0.0-1 source package in Ubuntu

Changelog

node-eslint-visitor-keys (3.3.0+~1.0.0-1) unstable; urgency=medium

  [ upstream ]
  * new release of embedded @types/estree

  [ Jonas Smedegaard ]
  * declare compliance with Debian Policy 4.6.1

 -- Jonas Smedegaard <email address hidden>  Thu, 29 Sep 2022 16:31:51 +0200

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-eslint-visitor-keys_3.3.0+~1.0.0-1.dsc 2.6 KiB c71c48954cff56747d1af4729102e12c2d3524abe06d8dc4d735becdff6edce5
node-eslint-visitor-keys_3.3.0+~1.0.0.orig-Xtypes.tar.gz 5.7 KiB 537f87551267156f3ae38a479b27155af0ab2df87ac0ed32b333903fc9f4f281
node-eslint-visitor-keys_3.3.0+~1.0.0.orig.tar.gz 11.6 KiB 5def1284b95950a435101a7472ead595a8590edca012930952883ea690e60852
node-eslint-visitor-keys_3.3.0+~1.0.0-1.debian.tar.xz 4.9 KiB ec738f2466c0c3920fbb037d458c11978ccd5f8870b090fe5fad171905da9195

No changes file available.

Binary packages built by this source

node-eslint-visitor-keys: Constants and utilities about visitor keys to traverse AST

 This module, eslint-visitor-keys, provides onstants and utilities
 about visitor keys to traverse AST.
 .
 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.