Source: node-espree Maintainer: Debian Javascript Maintainers Uploaders: Jonas Smedegaard , Pirate Praveen , Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 13), dh-sequence-nodejs, eslint , mocha , node-acorn (>= 6) , node-chai , node-eslint-config-eslint , node-eslint-plugin-node , node-eslint-visitor-keys , node-leche , node-shelljs , Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-espree Vcs-Git: https://salsa.debian.org/js-team/node-espree.git Homepage: https://github.com/eslint/espree Rules-Requires-Root: no Package: node-espree Architecture: all Depends: node-acorn (>= 6), node-eslint-visitor-keys, ${misc:Depends}, Description: Esprima-compatible JavaScript parser built on Acorn Espree started out as a fork of Esprima v1.2.2, the last stable published released of Esprima before work on ECMAScript 6 began. Espree is now built on top of Acorn, which has a modular architecture that allows extension of core functionality. The goal of Espree is to produce output that is similar to Esprima with a similar API so that it can be used in place of Esprima. . Node.js is an event-based server-side JavaScript engine.