{"maintainers":[{"email":"eric@smarterspam.com","name":"ericclemmons"},{"email":"wiens.joshua@gmail.com","name":"d3viant0ne"},{"email":"bebraw@gmail.com","name":"bebraw"},{"email":"mail@johannesewald.de","name":"jhnns"},{"email":"sean.larkin@cuw.edu","name":"thelarkinn"},{"email":"tobias.koppers@googlemail.com","name":"sokra"},{"email":"j.tangelder@gmail.com","name":"jtangelder"}],"dist-tags":{"latest":"0.5.5"},"author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","readme":"[![npm][npm]][npm-url]\n[![deps][deps]][deps-url]\n[![chat][chat]][chat-url]\n\n<div align=\"center\">\n  <!-- replace with accurate logo e.g from https://worldvectorlogo.com/ -->\n  <a href=\"https://github.com/webpack/webpack\">\n    <img width=\"200\" height=\"200\" vspace=\"\" hspace=\"25\"\n      src=\"https://cdn.rawgit.com/webpack/media/e7485eb2/logo/icon.svg\">\n  </a>\n  <h1>Bundle Loader</h1>\n  <p>Bundle loader for Webpack.<p>\n</div>\n\n<h2 align=\"center\">Install</h2>\n\n```bash\nnpm i bundle-loader --save\n```\n\n<h2 align=\"center\">Usage</h2>\n\n[Documentation: Using loaders](http://webpack.github.io/docs/using-loaders.html)\n\n``` javascript\n// The chunk is requested, when you require the bundle\nvar waitForChunk = require(\"bundle-loader!./file.js\");\n\n// To wait until the chunk is available (and get the exports)\n//  you need to async wait for it.\nwaitForChunk(function(file) {\n\t// use file like it was required with\n\t// var file = require(\"./file.js\");\n});\n// wraps the require in a require.ensure block\n```\n\nThe file is requested when you require the bundle loader. If you want it to request it lazy, use:\n\n``` javascript\nvar load = require(\"bundle-loader?lazy!./file.js\");\n\n// The chunk is not requested until you call the load function\nload(function(file) {\n\n});\n```\n\nYou may set name for bundle (`name` query parameter). See [documentation](https://github.com/webpack/loader-utils#interpolatename).\n\n``` javascript\nrequire(\"bundle-loader?lazy&name=my-chunk!./file.js\");\n```\n\n<h2 align=\"center\">Maintainers</h2>\n\n<table>\n  <tbody>\n    <tr>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars3.githubusercontent.com/u/166921?v=3&s=150\">\n        </br>\n        <a href=\"https://github.com/bebraw\">Juho Vepsäläinen</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars2.githubusercontent.com/u/8420490?v=3&s=150\">\n        </br>\n        <a href=\"https://github.com/d3viant0ne\">Joshua Wiens</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars3.githubusercontent.com/u/533616?v=3&s=150\">\n        </br>\n        <a href=\"https://github.com/SpaceK33z\">Kees Kluskens</a>\n      </td>\n      <td align=\"center\">\n        <img width=\"150\" height=\"150\"\n        src=\"https://avatars3.githubusercontent.com/u/3408176?v=3&s=150\">\n        </br>\n        <a href=\"https://github.com/TheLarkInn\">Sean Larkin</a>\n      </td>\n    </tr>\n  <tbody>\n</table>\n\n\n[npm]: https://img.shields.io/npm/v/bundle-loader.svg\n[npm-url]: https://npmjs.com/package/bundle-loader\n\n[deps]: https://david-dm.org/webpack-contrib/bundle-loader.svg\n[deps-url]: https://david-dm.org/webpack-contrib/bundle-loader\n\n[chat]: https://img.shields.io/badge/gitter-webpack%2Fwebpack-brightgreen.svg\n[chat-url]: https://gitter.im/webpack/webpack\n","repository":{"type":"git","url":"git://github.com/webpack/bundle-loader.git"},"users":{"leonardorb":true,"zhenzhuquan":true,"alexjsdev":true,"fengmiaosen":true},"bugs":{"url":"https://github.com/webpack/bundle-loader/issues"},"versions":{"0.1.0":{"name":"bundle-loader","version":"0.1.0","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"license":"MIT","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"_id":"bundle-loader@0.1.0","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"0b15a6319db0b7df94e07138b0773cb7a0933e11","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.1.0.tgz"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.1.1":{"name":"bundle-loader","version":"0.1.1","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"license":"MIT","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"_id":"bundle-loader@0.1.1","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.1","_nodeVersion":"v0.6.11","_defaultsLoaded":true,"dist":{"shasum":"b421250d0d6849f1c4e1e244aae346fcfe4d7672","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.1.1.tgz"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.1.2":{"name":"bundle-loader","version":"0.1.2","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"license":"MIT","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"_id":"bundle-loader@0.1.2","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.21","_nodeVersion":"v0.6.17","_defaultsLoaded":true,"dist":{"shasum":"2303e85645c221ec8a558b6d096efeeb2e592b52","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.1.2.tgz"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.1.3":{"name":"bundle-loader","version":"0.1.3","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"license":"MIT","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"_id":"bundle-loader@0.1.3","dependencies":{},"devDependencies":{},"optionalDependencies":{},"engines":{"node":"*"},"_engineSupported":true,"_npmVersion":"1.1.24","_nodeVersion":"v0.6.19","_defaultsLoaded":true,"dist":{"shasum":"a184798d9d845369b42670fd3957b5dd07cf03c8","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.1.3.tgz"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.2.0":{"name":"bundle-loader","version":"0.2.0","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"license":"MIT","_id":"bundle-loader@0.2.0","dist":{"shasum":"e9ab847952d107c060a51acfb0874cd41f8a9eb3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.2.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.3.0":{"name":"bundle-loader","version":"0.3.0","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"0.1.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"license":"MIT","_id":"bundle-loader@0.3.0","dist":{"shasum":"2ec8ffe0c36d08129e01011bcd0ee8a50a5c5b11","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.3.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.5.0":{"name":"bundle-loader","version":"0.5.0","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"0.2.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"_id":"bundle-loader@0.5.0","dist":{"shasum":"01e59f633ca51eb6dd9a8cc48e110f93ec6eba0d","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.5.0.tgz"},"_npmVersion":"1.1.59","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"directories":{}},"0.5.1":{"name":"bundle-loader","version":"0.5.1","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"0.2.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"repository":{"type":"git","url":"git://github.com/webpack/bundle-loader.git"},"gitHead":"68e398ecc99dfa94abcd4fe032967263a229c278","bugs":{"url":"https://github.com/webpack/bundle-loader/issues"},"homepage":"https://github.com/webpack/bundle-loader","_id":"bundle-loader@0.5.1","scripts":{},"_shasum":"1459481391fe83eb22e770cb7635fef61fe498ce","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"1459481391fe83eb22e770cb7635fef61fe498ce","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.5.1.tgz"},"directories":{}},"0.5.2":{"name":"bundle-loader","version":"0.5.2","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"0.2.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"repository":{"type":"git","url":"git://github.com/webpack/bundle-loader.git"},"gitHead":"305cad672e99c8836c3a8783c7a3c51bf670eabd","bugs":{"url":"https://github.com/webpack/bundle-loader/issues"},"homepage":"https://github.com/webpack/bundle-loader","_id":"bundle-loader@0.5.2","scripts":{},"_shasum":"cc82c4cba517fd4b484a0ef2082daf998ba59ead","_from":".","_npmVersion":"1.4.23","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"cc82c4cba517fd4b484a0ef2082daf998ba59ead","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.5.2.tgz"},"directories":{}},"0.5.3":{"name":"bundle-loader","version":"0.5.3","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"0.2.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"repository":{"type":"git","url":"git://github.com/webpack/bundle-loader.git"},"gitHead":"6d0d2b77f0d7623920565e3b6f505ae24c0bedcc","bugs":{"url":"https://github.com/webpack/bundle-loader/issues"},"homepage":"https://github.com/webpack/bundle-loader","_id":"bundle-loader@0.5.3","scripts":{},"_shasum":"3cefd0ad206455f3ef140e38d291900d21ec3627","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"3cefd0ad206455f3ef140e38d291900d21ec3627","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.5.3.tgz"},"directories":{}},"0.5.4":{"name":"bundle-loader","version":"0.5.4","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"0.2.x"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"repository":{"type":"git","url":"git://github.com/webpack/bundle-loader.git"},"gitHead":"1e4d2a4875afe64901e098aeae4f9bda46c0eec0","bugs":{"url":"https://github.com/webpack/bundle-loader/issues"},"homepage":"https://github.com/webpack/bundle-loader","_id":"bundle-loader@0.5.4","scripts":{},"_shasum":"07c38ee906e0a0e700fd476a21834701ea7066f3","_from":".","_npmVersion":"2.7.4","_nodeVersion":"0.12.2","_npmUser":{"name":"sokra","email":"tobias.koppers@googlemail.com"},"maintainers":[{"name":"sokra","email":"tobias.koppers@googlemail.com"}],"dist":{"shasum":"07c38ee906e0a0e700fd476a21834701ea7066f3","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.5.4.tgz"},"directories":{}},"0.5.5":{"name":"bundle-loader","version":"0.5.5","author":{"name":"Tobias Koppers @sokra"},"description":"bundle loader module for webpack","dependencies":{"loader-utils":"^1.0.2"},"licenses":[{"type":"MIT","url":"http://www.opensource.org/licenses/mit-license.php"}],"repository":{"type":"git","url":"git://github.com/webpack/bundle-loader.git"},"gitHead":"f83e15e7466e864bef25cdffd17fa0c8c3b87025","bugs":{"url":"https://github.com/webpack/bundle-loader/issues"},"homepage":"https://github.com/webpack/bundle-loader#readme","_id":"bundle-loader@0.5.5","scripts":{},"_shasum":"11fd7b08edf86a1d708efcb1eca62ca51f6c368a","_from":".","_npmVersion":"3.10.10","_nodeVersion":"6.9.5","_npmUser":{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},"dist":{"shasum":"11fd7b08edf86a1d708efcb1eca62ca51f6c368a","tarball":"http://nexus.dui88.com:8081/nexus/content/groups/npm-all/bundle-loader/-/bundle-loader-0.5.5.tgz"},"maintainers":[{"name":"bebraw","email":"bebraw@gmail.com"},{"name":"d3viant0ne","email":"wiens.joshua@gmail.com"},{"name":"ericclemmons","email":"eric@smarterspam.com"},{"name":"jhnns","email":"mail@johannesewald.de"},{"name":"sokra","email":"tobias.koppers@googlemail.com"},{"name":"thelarkinn","email":"sean.larkin@cuw.edu"}],"_npmOperationalInternal":{"host":"packages-18-east.internal.npmjs.com","tmp":"tmp/bundle-loader-0.5.5.tgz_1487990787612_0.25682357302866876"},"directories":{}}},"name":"bundle-loader","time":{"modified":"2017-07-04T08:06:09.912Z","created":"2012-05-04T14:36:22.611Z","0.1.0":"2012-05-04T14:36:26.098Z","0.1.1":"2012-05-05T17:01:00.567Z","0.1.2":"2012-05-20T21:57:06.823Z","0.1.3":"2012-06-25T11:09:16.699Z","0.2.0":"2012-09-25T14:54:13.097Z","0.3.0":"2012-11-02T09:09:05.265Z","0.5.0":"2013-02-01T07:45:20.462Z","0.5.1":"2014-10-07T14:34:28.104Z","0.5.2":"2014-10-31T11:56:10.241Z","0.5.3":"2015-01-21T18:29:55.853Z","0.5.4":"2015-04-09T21:23:51.010Z","0.5.5":"2017-02-25T02:46:28.227Z"},"readmeFilename":"README.md","homepage":"https://github.com/webpack/bundle-loader#readme"}