File: control

package info (click to toggle)
node-constantinople 4.0.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 152 kB
  • sloc: javascript: 83; makefile: 4
file content (27 lines) | stat: -rw-r--r-- 968 bytes parent folder | download
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
Source: node-constantinople
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-babel7
 , node-typescript
Standards-Version: 4.6.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}
 , node-babel7
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.