1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: node-constantinople
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Leo Iannacone <l3on@ubuntu.com>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends:
debhelper-compat (= 12),
, mocha <!nocheck>
, uglifyjs <!nocheck>
, 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.
|