1 line
250 KiB
Plaintext
1 line
250 KiB
Plaintext
|
{"version":3,"file":"socket.io.js","sources":["webpack:///webpack/universalModuleDefinition","webpack:///webpack/bootstrap cf885fd9f28c5c4e0b41","webpack:///lib/index.js","webpack:///","webpack:///lib/url.js","webpack:///./~/parseuri/index.js","webpack:///./~/debug/browser.js","webpack:///(webpack)/~/node-libs-browser/~/process/browser.js","webpack:///./~/debug/debug.js","webpack:///./~/debug/~/ms/index.js","webpack:///./~/socket.io-parser/index.js","webpack:///./~/socket.io-parser/~/debug/browser.js","webpack:///./~/socket.io-parser/~/debug/debug.js","webpack:///./~/socket.io-parser/~/debug/~/ms/index.js","webpack:///./~/socket.io-parser/~/json3/lib/json3.js","webpack:///(webpack)/buildin/module.js","webpack:///./~/socket.io-parser/~/component-emitter/index.js","webpack:///./~/socket.io-parser/binary.js","webpack:///./~/socket.io-parser/~/isarray/index.js","webpack:///./~/socket.io-parser/is-buffer.js","webpack:///lib/manager.js","webpack:///./~/engine.io-client/index.js","webpack:///./~/engine.io-client/lib/index.js","webpack:///./~/engine.io-client/lib/socket.js","webpack:///./~/engine.io-client/lib/transports/index.js","webpack:///./~/engine.io-client/lib/xmlhttprequest.js","webpack:///./~/has-cors/index.js","webpack:///./~/engine.io-client/lib/transports/polling-xhr.js","webpack:///./~/engine.io-client/lib/transports/polling.js","webpack:///./~/engine.io-client/lib/transport.js","webpack:///./~/engine.io-client/~/engine.io-parser/lib/browser.js","webpack:///./~/engine.io-client/~/engine.io-parser/lib/keys.js","webpack:///./~/engine.io-client/~/engine.io-parser/~/has-binary/index.js","webpack:///./~/engine.io-client/~/engine.io-parser/~/has-binary/~/isarray/index.js","webpack:///./~/engine.io-client/~/engine.io-parser/~/arraybuffer.slice/index.js","webpack:///./~/engine.io-client/~/engine.io-parser/~/after/index.js","webpack:///./~/engine.io-client/~/engine.io-parser/~/wtf-8/wtf-8.js","webpack:///./~/base64-arraybuffer/lib/base64-arraybuffer.js","webpack:///./~/engine.io-client/~/engine.io-parser/~/blob/index.js","webpack:///./~/component-emitter/index.js","webpack:///./~/engine.io-client/~/parseqs/index.js","webpack:///./~/engine.io-client/~/component-inherit/index.js","webpack:///./~/engine.io-client/~/yeast/index.js","webpack:///./~/engine.io-client/lib/transports/polling-jsonp.js","webpack:///./~/engine.io-client/lib/transports/websocket.js","webpack:///ws (ignored)","webpack:///./~/indexof/index.js","webpack:///./~/engine.io-client/~/parsejson/index.js","webpack:///lib/socket.js","webpack:///./~/to-array/index.js","webpack:///lib/on.js","webpack:///./~/component-bind/index.js","webpack:///./~/has-binary/index.js","webpack:///./~/has-binary/~/isarray/index.js","webpack:///./~/backo2/index.js"],"sourcesContent":["(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"io\"] = factory();\n\telse\n\t\troot[\"io\"] = factory();\n})(this, function() {\nreturn \n\n\n// WEBPACK FOOTER //\n// webpack/universalModuleDefinition"," \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId])\n \t\t\treturn installedModules[moduleId].exports;\n\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\texports: {},\n \t\t\tid: moduleId,\n \t\t\tloaded: false\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.loaded = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = insta
|