12345678910111213141516171819202122232425262728 |
- Source: node-esquery
- Section: web
- Priority: optional
- Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
- Uploaders: TBD <tbd@gmail.com>
- Build-Depends:
- debhelper (>= 9)
- , dh-buildinfo
- , node-estraverse (>= 4.0.0 )
- , node-jstestr (>= 0.4 )
- , node-pegjs (>= 0.7.0 )
- , node-commonjs-everywhere (>= 0.9.4)
- , node-esprima (>= 1.1.1)
- , nodejs (>= 0.6)
- Standards-Version: 4.3.0
- Homepage: https://notabug.org/themusicgod1/esquery
- Package: node-esquery
- Architecture: all
- Depends:
- ${misc:Depends}
- , nodejs (>= 0.6)
- , node-estraverse (>= 4.0)
- Description: library for querying the AST output by Esprima
- ESQuery is a library for querying the Abstract Syntax Tree
- output by Esprima, for patterns of syntax using a CSS style
- selector system.
|