File: control

package info (click to toggle)
node-es5-ext 0.10.64%2Bdfsg1%2B~1.1.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,868 kB
  • sloc: javascript: 14,894; makefile: 3
file content (34 lines) | stat: -rw-r--r-- 1,230 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
Source: node-es5-ext
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-es6-iterator <!nocheck>
 , node-es6-symbol <!nocheck>
Standards-Version: 4.7.0
Vcs-Browser: https://salsa.debian.org/js-team/node-es5-ext
Vcs-Git: https://salsa.debian.org/js-team/node-es5-ext.git
Homepage: https://github.com/medikoo/es5-ext
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-es5-ext
Architecture: all
Depends: ${misc:Depends}
 , node-es6-iterator
 , node-es6-symbol
Provides: ${nodejs:Provides}
Description: ECMAScript extensions and shims
 Shims for upcoming ES6 standard and other goodies implemented strictly with
 ECMAScript conventions in mind.
 .
 It's designed to be used in compliant ECMAScript 5 or ECMAScript 6
 environments. Older environments are not supported, although most of the
 features should work with correct ECMAScript 5 shim on board.
 .
 When used in ECMAScript 6 environment, native implementation (if valid) takes
 precedence over shims.
 .
 Node.js is an event-based server-side JavaScript engine.