Source: node-eslint-visitor-keys
Section: javascript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , cmark-gfm <!nodoc>
 , eslint <!nocheck>,
 , jq
 , mocha <!nocheck>
 , node-eslint-config-eslint <!nocheck>
 , node-eslint-plugin-node <!nocheck>
 , node-typescript
 , rollup
 , node-types-estree
Standards-Version: 4.7.3
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

Package: node-eslint-visitor-keys
Architecture: all
Depends:
 ${misc:Depends},
Breaks:
 node-typescript-types (<< 20201201-2~)
 , acorn (<< 8.16.0+ds+~cs25.18.7-5~)
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.
