File: control

package info (click to toggle)
node-es6-shim 0.35.3%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 812 kB
  • ctags: 101
  • sloc: makefile: 10; sh: 2
file content (38 lines) | stat: -rw-r--r-- 1,676 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
33
34
35
36
37
38
Source: node-es6-shim
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Julien Puydt <julien.puydt@laposte.net>
Build-Depends: debhelper (>= 10), nodejs, uglifyjs, node-source-map
Standards-Version: 3.9.8
Homepage: https://github.com/paulmillr/es6-shim/
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/node-es6-shim.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/node-es6-shim.git

Package: node-es6-shim
Architecture: all
Depends: nodejs, ${misc:Depends}, libjs-es6-shim (= ${binary:Version})
Description: ECMAScript 6 compat. shims for legacy JavaScript engines (Node.js)
 The es6-shim library monkey-patches a JavaScript context to contain all
 ECMAScript 6 (Harmony) methods that can be faithfully emulated with a legacy
 JavaScript engine.
 .
 The es6-sham part tries to complete the picture as best as possible, but
 for those methods the result is not as close and mostly intends to avoid
 runtime errors : in many cases it might just silently fail.
 .
 Node.js is an event-based server-side JavaScript engine.

Package: libjs-es6-shim
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: ECMAScript 6 compat. shims for legacy JavaScript engines (library)
 The es6-shim library monkey-patches a JavaScript context to contain all
 ECMAScript 6 (Harmony) methods that can be faithfully emulated with a legacy
 JavaScript engine.
 .
 The es6-sham part tries to complete the picture as best as possible, but
 for those methods the result is not as close and mostly intends to avoid
 runtime errors : in many cases it might just silently fail.