File: control

package info (click to toggle)
node-babel-plugin-add-module-exports 1.0.4%2Bdfsg1~cs5.8.0-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 600 kB
  • sloc: javascript: 1,432; makefile: 2
file content (35 lines) | stat: -rw-r--r-- 1,401 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
Source: node-babel-plugin-add-module-exports
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
 debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-babel-cli
 , mocha <!nocheck>
 , node-babel-register <!nocheck>
Standards-Version: 4.6.1
Homepage: https://github.com/lijunle/babel-plugin-add-module-exports#readme
Vcs-Git: https://salsa.debian.org/js-team/node-babel-plugin-add-module-exports.git
Vcs-Browser: https://salsa.debian.org/js-team/node-babel-plugin-add-module-exports
Rules-Requires-Root: no

Package: node-babel-plugin-add-module-exports
Architecture: all
Depends: ${misc:Depends}
Multi-Arch: foreign
Provides: ${nodejs:Provides}
Description: Babel plugin for default module.exports like babel version 5
 Babel@6 doesn't export default module.exports any more. This plugin follows
 the babel@5 behavior - add the module.exports if only the export default
 declaration exists.
 .
 Babel is a JavaScript compiler to use next generation JavaScript, today.
 .
 ES2015 and beyond: Babel has support for the latest version of JavaScript
 through syntax transformers. These plugins allow you to use new syntax, right
 now without waiting for browser support.
 .
 Node.js is an event-based server-side JavaScript engine.