Source: node-babel-loader
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Daniel Ring <dring@wolfishly.me>
Build-Depends:
 debhelper-compat (= 13)
 , nodejs (>= 6.11)
 , node-babel7
 , pkg-js-tools (>= 0.9.31~)
 , node-loader-utils
 , node-schema-utils
Standards-Version: 4.5.0
Homepage: https://github.com/babel/babel-loader
Vcs-Git: https://salsa.debian.org/js-team/node-babel-loader.git
Vcs-Browser: https://salsa.debian.org/js-team/node-babel-loader
Rules-Requires-Root: no

Package: node-babel-loader
Architecture: all
Multi-Arch: foreign
Depends:
 ${misc:Depends}
 , nodejs
 , node-babel7
 , node-object-assign (>= 4.0.1)
 , node-mkdirp (>= 0.5)
 , node-loader-utils (>= 1.0.2)
 , node-find-cache-dir (>= 0.1.1)
 , node-schema-utils
Enhances:
 webpack (>= 4.0.0)
Description: babel module loader for webpack
 This library is a babel loader module for webpack.
 .
 Webpack takes code targeted at node.js and makes it run in the browser.
 Node.js comes with API of its own that is not available in the browsers.
 Webpack exposes this code to programs that are unaware they are running in a
 browser.
 .
 Node.js is an event-based server-side JavaScript engine.
