Source: node-luaparse
Section: javascript
Maintainer: Debian Javascript Maintainers <debian-js@lists.debian.org>
Uploaders: Emfox Zhou <emfox@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , dh-nodejs
 , nodejs <!nocheck>
Standards-Version: 4.7.4.1
Homepage: https://github.com/fstirlitz/luaparse
Vcs-Git: https://salsa.debian.org/js-team/node-luaparse.git
Vcs-Browser: https://salsa.debian.org/js-team/node-luaparse

Package: node-luaparse
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: Lua parser in JavaScript
 luaparse is a Lua parser written in JavaScript. It produces an abstract
 syntax tree following the Lua 5.3 grammar, and can be used both from
 Node.js and from a web browser. A command line interface is included as
 well.
 .
 Node.js is an event-based server-side JavaScript engine.
