File: control

package info (click to toggle)
es-module-loader-0.17.js 0.17.11%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 540 kB
  • ctags: 125
  • sloc: makefile: 13
file content (25 lines) | stat: -rw-r--r-- 962 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
Source: es-module-loader-0.17.js
Section: web
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Tim Potter <tpot@hpe.com>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , node-uglify
Standards-Version: 3.9.8
Homepage: https://github.com/ModuleLoader/es-module-loader
Vcs-Git: https://anonscm.debian.org/git/pkg-javascript/es-module-loader-0.17.js.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-javascript/es-module-loader-0.17.js.git

Package: libjs-es-module-loader-0.17
Architecture: all
Depends:
 ${misc:Depends}
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.