File: control

package info (click to toggle)
node-static-eval 2.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 128 kB
  • sloc: makefile: 16; sh: 7
file content (32 lines) | stat: -rw-r--r-- 1,069 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
28
29
30
31
32
Source: node-static-eval
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>
Build-Depends:
 debhelper (>= 11)
 , dh-buildinfo
 , dpkg-dev (>= 1.17.14)
 , nodejs (>= 4.7)
 , node-tape (>= 0.1.5)  <!nocheck>
 , node-escodegen (>= 1.8.1) <!nocheck>
 , node-tap (>= 10) <!nocheck>
Standards-Version: 4.1.4
Homepage: https://github.com/substack/static-eval
Vcs-Git: https://salsa.debian.org/js-team/node-static-eval.git
Vcs-Browser: https://salsa.debian.org/js-team/node-static-eval

Package: node-static-eval
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs (>= 4.7)
 , node-escodegen (>= 1.8.1)
Description: evaluate statically-analyzable javascript expressions
 This javascript module decompose expression in abstract tree and try
 to evaluate static evaluable expressions.
 .
 This module could be used in order to simplify expression or for partial
 compilation of javascript.
 .
 Node.js is an event-based server-side JavaScript engine.