Source: node-babel-loader Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Daniel Ring Build-Depends: debhelper (>= 12) , dh-buildinfo , nodejs (>= 6.11) , node-babel-core (>= 6.18.0) , node-babel-cli (>= 6.18.0) Standards-Version: 4.3.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 Package: node-babel-loader Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , nodejs , node-babel-core (>= 6.18.0) , node-object-assign (>= 4.0.1) , node-mkdirp (>= 0.5) , node-loader-utils (>= 1.0.2) , node-find-cache-dir (>= 0.1.1) Enhances: webpack 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.