control 781 B

12345678910111213141516171819202122232425262728
  1. Source: node-esquery
  2. Section: web
  3. Priority: optional
  4. Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
  5. Uploaders: TBD <tbd@gmail.com>
  6. Build-Depends:
  7. debhelper (>= 9)
  8. , dh-buildinfo
  9. , node-estraverse (>= 4.0.0 )
  10. , node-jstestr (>= 0.4 )
  11. , node-pegjs (>= 0.7.0 )
  12. , node-commonjs-everywhere (>= 0.9.4)
  13. , node-esprima (>= 1.1.1)
  14. , nodejs (>= 0.6)
  15. Standards-Version: 4.3.0
  16. Homepage: https://notabug.org/themusicgod1/esquery
  17. Package: node-esquery
  18. Architecture: all
  19. Depends:
  20. ${misc:Depends}
  21. , nodejs (>= 0.6)
  22. , node-estraverse (>= 4.0)
  23. Description: library for querying the AST output by Esprima
  24. ESQuery is a library for querying the Abstract Syntax Tree
  25. output by Esprima, for patterns of syntax using a CSS style
  26. selector system.