Source: node-constantinople Maintainer: Debian Javascript Maintainers Uploaders: Leo Iannacone Section: javascript Testsuite: autopkgtest-pkg-nodejs Priority: optional Build-Depends: debhelper-compat (= 12), , mocha , uglifyjs , pkg-js-tools (>= 0.9.20~) Standards-Version: 4.4.1 Vcs-Browser: https://salsa.debian.org/js-team/node-constantinople Vcs-Git: https://salsa.debian.org/js-team/node-constantinople.git Homepage: https://github.com/ForbesLindesay/constantinople Rules-Requires-Root: no Package: node-constantinople Architecture: all Depends: ${misc:Depends} , nodejs , uglifyjs Description: determine if an expression evaluates to a constant - Node.js module This module parses a JavaScript expression and determine if it evaluates to a constant, relative to a given scope object. It also checks for syntax errors. . Node.js is an event-based server-side JavaScript engine.