Source: node-babel-loader Maintainer: Debian Javascript Maintainers Uploaders: Daniel Ring Section: javascript Priority: optional Build-Depends: debhelper-compat (= 13) , dh-sequence-nodejs , node-babel7 , node-loader-utils , node-schema-utils (>= 3.0~) Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/js-team/node-babel-loader Vcs-Git: https://salsa.debian.org/js-team/node-babel-loader.git Homepage: https://github.com/babel/babel-loader Rules-Requires-Root: no Package: node-babel-loader Architecture: all Multi-Arch: foreign Depends: ${misc:Depends} , node-babel7 , node-find-cache-dir , node-loader-utils (>= 1.0.2) , node-mkdirp , node-object-assign , 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.