Source: node-tapable Section: javascript Priority: optional Maintainer: Debian Javascript Maintainers Uploaders: Pirate Praveen Build-Depends: debhelper (>= 11~) , nodejs , pkg-js-tools (>= 0.8.6~) Standards-Version: 4.4.0 Homepage: https://github.com/webpack/tapable Vcs-Git: https://salsa.debian.org/js-team/node-tapable.git Vcs-Browser: https://salsa.debian.org/js-team/node-tapable Package: node-tapable Architecture: all Depends: ${misc:Depends} , nodejs Breaks: node-enhanced-resolve (<< 4.1~), webpack (<< 4.0~) Description: just a little module for plugins Tapable is a class for plugin binding and applying. . This library is a dependency 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.