Source: node-imports-loader Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11~) , nodejs , pkg-js-tools (>= 0.8.10~) , mocha , node-should , node-source-map (>= 0.6.1~) , node-loader-utils (>= 1.0.2~) Standards-Version: 4.4.0 Homepage: https://github.com/webpack/imports-loader#readme Vcs-Git: https://salsa.debian.org/js-team/node-imports-loader.git Vcs-Browser: https://salsa.debian.org/js-team/node-imports-loader Testsuite: autopkgtest-pkg-nodejs Package: node-imports-loader Architecture: all Depends: ${misc:Depends} , nodejs , node-source-map (>= 0.6.1) , node-loader-utils (>= 1.0.2~) Description: imports loader module for webpack The imports loader allows you to use modules that depend on specific global variables. . This is useful for third-party modules that rely on global variables like '$' or 'this' being the 'window' object. The imports loader can add the necessary require('whatever') calls, so those modules work with webpack. . Node.js is an event-based server-side JavaScript engine.