File: control

package info (click to toggle)
node-es6-symbol 3.1.3%2B~cs3.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 920 kB
  • sloc: javascript: 3,139; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 919 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
Source: node-es6-symbol
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
 , chai <!nocheck>
 , mocha <!nocheck>
 , node-d <!nocheck>
 , node-sinon <!nocheck>
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-es6-symbol
Vcs-Git: https://salsa.debian.org/js-team/node-es6-symbol.git
Homepage: https://github.com/medikoo/es6-symbol
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-es6-symbol
Architecture: all
Depends: ${misc:Depends}
 , node-d
Provides: ${nodejs:Provides}
Description: ECMAScript 6 Symbol polyfill
 This module provides Symbols in ECMAScript 6 if the native JavaScript
 environment has not implemented it.
 .
 Node.js is an event-based server-side JavaScript engine.