File: control

package info (click to toggle)
es-module-loader-0.17.js 0.17.11%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 548 kB
  • sloc: javascript: 2,324; makefile: 13
file content (27 lines) | stat: -rw-r--r-- 986 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: es-module-loader-0.17.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends:
 debhelper-compat (= 13)
 , dh-buildinfo
 , uglifyjs
Standards-Version: 4.5.1
Homepage: https://github.com/ModuleLoader/es-module-loader
Vcs-Git: https://salsa.debian.org/js-team/es-module-loader-0.17.js.git
Vcs-Browser: https://salsa.debian.org/js-team/es-module-loader-0.17.js
Rules-Requires-Root: no

Package: libjs-es-module-loader-0.17
Architecture: all
Depends:
 ${misc:Depends}
Multi-Arch: foreign
Description: Polyfill and low-level API for the WhatWG loader spec
 This library provides a polyfill and low-level API for the WhatWG
 loader spec to create custom module loaders. It supports the
 System.register module fomat to provide identical module loading
 semantics as ES modules in environments today.
 .
 This package contains the 0.17 branch of the library.