Source: node-eslint-visitor-keys Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Build-Depends: debhelper-compat (= 13), eslint , jq, mocha , node-eslint-config-eslint , node-eslint-plugin-node , pandoc , Standards-Version: 4.5.1 Homepage: https://github.com/eslint/eslint-visitor-keys Vcs-Browser: https://salsa.debian.org/js-team/node-eslint-visitor-keys Vcs-Git: https://salsa.debian.org/js-team/node-eslint-visitor-keys.git Rules-Requires-Root: no Package: node-eslint-visitor-keys Architecture: all Depends: ${misc:Depends}, Provides: node-types-estree (= ${types:Version}), Breaks: node-typescript-types (<< 20201201-2~) Multi-Arch: foreign Description: 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.