From 7cfe634bf32193dc978198d09fbce67c888058bb Mon Sep 17 00:00:00 2001 From: DeveshPankaj Date: Thu, 25 Apr 2019 17:14:27 +0530 Subject: [PATCH 1/2] Added: chat app --- chat app/README.md | 6 + chat app/assets/icon/app3.png | Bin 0 -> 5118 bytes chat app/assets/icon/courses-icon-10.png | Bin 0 -> 28193 bytes chat app/assets/icon/ic_launcher.png | Bin 0 -> 9490 bytes chat app/assets/icon/icon.png | Bin 0 -> 26299 bytes chat app/assets/ipc/front.js | 61 + chat app/main.js | 62 + .../@sindresorhus/is/dist/index.d.ts | 132 + .../@sindresorhus/is/dist/index.js | 245 + .../@sindresorhus/is/dist/index.js.map | 1 + .../node_modules/@sindresorhus/is/license | 9 + .../@sindresorhus/is/package.json | 96 + .../node_modules/@sindresorhus/is/readme.md | 451 + .../@szmarczak/http-timer/LICENSE | 21 + .../@szmarczak/http-timer/README.md | 70 + .../@szmarczak/http-timer/package.json | 75 + .../@szmarczak/http-timer/source/index.js | 99 + chat app/node_modules/accepts/HISTORY.md | 224 + chat app/node_modules/accepts/LICENSE | 23 + chat app/node_modules/accepts/README.md | 143 + chat app/node_modules/accepts/index.js | 238 + chat app/node_modules/accepts/package.json | 85 + chat app/node_modules/after/.npmignore | 2 + chat app/node_modules/after/.travis.yml | 12 + chat app/node_modules/after/LICENCE | 19 + chat app/node_modules/after/README.md | 115 + chat app/node_modules/after/index.js | 28 + chat app/node_modules/after/package.json | 63 + .../node_modules/after/test/after-test.js | 120 + chat app/node_modules/androidjs/LICENSE | 21 + .../node_modules/androidjs/example/index.html | 24 + .../node_modules/androidjs/example/test.js | 30 + chat app/node_modules/androidjs/index.js | 2 + chat app/node_modules/androidjs/lib/back.js | 79 + chat app/node_modules/androidjs/lib/front.js | 61 + chat app/node_modules/androidjs/package.json | 39 + chat app/node_modules/ansi-regex/index.js | 4 + chat app/node_modules/ansi-regex/license | 21 + chat app/node_modules/ansi-regex/package.json | 108 + chat app/node_modules/ansi-regex/readme.md | 39 + .../node_modules/arraybuffer.slice/.npmignore | 17 + .../node_modules/arraybuffer.slice/LICENCE | 18 + .../node_modules/arraybuffer.slice/Makefile | 8 + .../node_modules/arraybuffer.slice/README.md | 17 + .../node_modules/arraybuffer.slice/index.js | 29 + .../arraybuffer.slice/package.json | 44 + .../arraybuffer.slice/test/slice-buffer.js | 227 + .../node_modules/async-limiter/.travis.yml | 7 + chat app/node_modules/async-limiter/LICENSE | 8 + .../async-limiter/coverage/coverage.json | 1 + .../lcov-report/async-throttle/index.html | 73 + .../lcov-report/async-throttle/index.js.html | 246 + .../coverage/lcov-report/base.css | 182 + .../coverage/lcov-report/index.html | 73 + .../coverage/lcov-report/prettify.css | 1 + .../coverage/lcov-report/prettify.js | 1 + .../lcov-report/sort-arrow-sprite.png | Bin 0 -> 209 bytes .../coverage/lcov-report/sorter.js | 156 + .../async-limiter/coverage/lcov.info | 74 + chat app/node_modules/async-limiter/index.js | 67 + .../node_modules/async-limiter/package.json | 69 + chat app/node_modules/async-limiter/readme.md | 132 + chat app/node_modules/axios/CHANGELOG.md | 234 + chat app/node_modules/axios/LICENSE | 19 + chat app/node_modules/axios/README.md | 612 ++ chat app/node_modules/axios/UPGRADE_GUIDE.md | 162 + chat app/node_modules/axios/dist/axios.js | 1601 ++++ chat app/node_modules/axios/dist/axios.map | 1 + chat app/node_modules/axios/dist/axios.min.js | 9 + .../node_modules/axios/dist/axios.min.map | 1 + chat app/node_modules/axios/index.d.ts | 127 + chat app/node_modules/axios/index.js | 1 + .../node_modules/axios/lib/adapters/README.md | 37 + .../node_modules/axios/lib/adapters/http.js | 228 + .../node_modules/axios/lib/adapters/xhr.js | 180 + chat app/node_modules/axios/lib/axios.js | 52 + .../node_modules/axios/lib/cancel/Cancel.js | 19 + .../axios/lib/cancel/CancelToken.js | 57 + .../node_modules/axios/lib/cancel/isCancel.js | 5 + chat app/node_modules/axios/lib/core/Axios.js | 79 + .../axios/lib/core/InterceptorManager.js | 52 + .../node_modules/axios/lib/core/README.md | 7 + .../axios/lib/core/createError.js | 18 + .../axios/lib/core/dispatchRequest.js | 86 + .../axios/lib/core/enhanceError.js | 21 + .../node_modules/axios/lib/core/settle.js | 26 + .../axios/lib/core/transformData.js | 20 + chat app/node_modules/axios/lib/defaults.js | 92 + .../node_modules/axios/lib/helpers/README.md | 7 + .../node_modules/axios/lib/helpers/bind.js | 11 + .../node_modules/axios/lib/helpers/btoa.js | 36 + .../axios/lib/helpers/buildURL.js | 68 + .../axios/lib/helpers/combineURLs.js | 14 + .../node_modules/axios/lib/helpers/cookies.js | 53 + .../axios/lib/helpers/deprecatedMethod.js | 24 + .../axios/lib/helpers/isAbsoluteURL.js | 14 + .../axios/lib/helpers/isURLSameOrigin.js | 68 + .../axios/lib/helpers/normalizeHeaderName.js | 12 + .../axios/lib/helpers/parseHeaders.js | 53 + .../node_modules/axios/lib/helpers/spread.js | 27 + chat app/node_modules/axios/lib/utils.js | 303 + chat app/node_modules/axios/package.json | 112 + chat app/node_modules/backo2/.npmignore | 1 + chat app/node_modules/backo2/History.md | 12 + chat app/node_modules/backo2/Makefile | 8 + chat app/node_modules/backo2/Readme.md | 34 + chat app/node_modules/backo2/component.json | 11 + chat app/node_modules/backo2/index.js | 85 + chat app/node_modules/backo2/package.json | 47 + chat app/node_modules/backo2/test/index.js | 18 + .../base64-arraybuffer/.npmignore | 3 + .../base64-arraybuffer/.travis.yml | 19 + .../base64-arraybuffer/LICENSE-MIT | 22 + .../node_modules/base64-arraybuffer/README.md | 20 + .../lib/base64-arraybuffer.js | 67 + .../base64-arraybuffer/package.json | 65 + chat app/node_modules/base64id/.npmignore | 3 + chat app/node_modules/base64id/LICENSE | 22 + chat app/node_modules/base64id/README.md | 18 + .../node_modules/base64id/lib/base64id.js | 103 + chat app/node_modules/base64id/package.json | 47 + .../node_modules/better-assert/.npmignore | 4 + .../node_modules/better-assert/History.md | 15 + chat app/node_modules/better-assert/Makefile | 5 + chat app/node_modules/better-assert/Readme.md | 61 + .../node_modules/better-assert/example.js | 10 + chat app/node_modules/better-assert/index.js | 38 + .../node_modules/better-assert/package.json | 65 + chat app/node_modules/blob/.idea/blob.iml | 12 + .../inspectionProfiles/profiles_settings.xml | 5 + .../blob/.idea/markdown-navigator.xml | 78 + .../markdown-navigator/profiles_settings.xml | 3 + chat app/node_modules/blob/.idea/modules.xml | 8 + chat app/node_modules/blob/.idea/vcs.xml | 6 + .../node_modules/blob/.idea/workspace.xml | 390 + chat app/node_modules/blob/.zuul.yml | 14 + chat app/node_modules/blob/LICENSE | 21 + chat app/node_modules/blob/Makefile | 14 + chat app/node_modules/blob/README.md | 21 + chat app/node_modules/blob/component.json | 11 + chat app/node_modules/blob/index.js | 100 + chat app/node_modules/blob/package.json | 49 + chat app/node_modules/blob/test/index.js | 100 + .../node_modules/cacheable-request/LICENSE | 21 + .../node_modules/cacheable-request/README.md | 206 + .../cacheable-request/package.json | 92 + .../cacheable-request/src/index.js | 244 + chat app/node_modules/callsite/.npmignore | 4 + chat app/node_modules/callsite/History.md | 10 + chat app/node_modules/callsite/Makefile | 6 + chat app/node_modules/callsite/Readme.md | 44 + chat app/node_modules/callsite/index.js | 10 + chat app/node_modules/callsite/package.json | 48 + chat app/node_modules/camelcase/index.js | 56 + chat app/node_modules/camelcase/license | 21 + chat app/node_modules/camelcase/package.json | 72 + chat app/node_modules/camelcase/readme.md | 57 + chat app/node_modules/cliui/CHANGELOG.md | 15 + chat app/node_modules/cliui/LICENSE.txt | 14 + chat app/node_modules/cliui/README.md | 110 + chat app/node_modules/cliui/index.js | 316 + chat app/node_modules/cliui/package.json | 96 + chat app/node_modules/clone-response/LICENSE | 21 + .../node_modules/clone-response/README.md | 62 + .../node_modules/clone-response/package.json | 73 + .../node_modules/clone-response/src/index.js | 17 + chat app/node_modules/code-point-at/index.js | 32 + chat app/node_modules/code-point-at/license | 21 + .../node_modules/code-point-at/package.json | 70 + chat app/node_modules/code-point-at/readme.md | 32 + .../node_modules/component-bind/.npmignore | 4 + .../node_modules/component-bind/History.md | 13 + chat app/node_modules/component-bind/Makefile | 7 + .../node_modules/component-bind/Readme.md | 64 + .../component-bind/component.json | 13 + chat app/node_modules/component-bind/index.js | 23 + .../node_modules/component-bind/package.json | 51 + .../node_modules/component-emitter/History.md | 68 + .../node_modules/component-emitter/LICENSE | 24 + .../node_modules/component-emitter/Readme.md | 74 + .../node_modules/component-emitter/index.js | 163 + .../component-emitter/package.json | 58 + .../node_modules/component-inherit/.npmignore | 3 + .../node_modules/component-inherit/History.md | 5 + .../node_modules/component-inherit/Makefile | 16 + .../node_modules/component-inherit/Readme.md | 24 + .../component-inherit/component.json | 10 + .../node_modules/component-inherit/index.js | 7 + .../component-inherit/package.json | 48 + .../component-inherit/test/inherit.js | 21 + chat app/node_modules/cookie/HISTORY.md | 118 + chat app/node_modules/cookie/LICENSE | 24 + chat app/node_modules/cookie/README.md | 220 + chat app/node_modules/cookie/index.js | 195 + chat app/node_modules/cookie/package.json | 71 + chat app/node_modules/debug/CHANGELOG.md | 395 + chat app/node_modules/debug/LICENSE | 19 + chat app/node_modules/debug/README.md | 455 + chat app/node_modules/debug/dist/debug.js | 912 ++ chat app/node_modules/debug/package.json | 102 + chat app/node_modules/debug/src/browser.js | 264 + chat app/node_modules/debug/src/common.js | 266 + chat app/node_modules/debug/src/index.js | 10 + chat app/node_modules/debug/src/node.js | 257 + chat app/node_modules/decamelize/index.js | 13 + chat app/node_modules/decamelize/license | 21 + chat app/node_modules/decamelize/package.json | 70 + chat app/node_modules/decamelize/readme.md | 48 + .../node_modules/decompress-response/index.js | 29 + .../node_modules/decompress-response/license | 21 + .../decompress-response/package.json | 85 + .../decompress-response/readme.md | 31 + .../node_modules/defer-to-connect/LICENSE | 21 + .../node_modules/defer-to-connect/README.md | 26 + .../node_modules/defer-to-connect/index.js | 9 + .../defer-to-connect/package.json | 51 + chat app/node_modules/dns-packet/CHANGELOG.md | 30 + chat app/node_modules/dns-packet/LICENSE | 21 + chat app/node_modules/dns-packet/README.md | 365 + chat app/node_modules/dns-packet/classes.js | 23 + chat app/node_modules/dns-packet/index.js | 1541 ++++ chat app/node_modules/dns-packet/opcodes.js | 50 + .../node_modules/dns-packet/optioncodes.js | 59 + chat app/node_modules/dns-packet/package.json | 81 + chat app/node_modules/dns-packet/rcodes.js | 50 + chat app/node_modules/dns-packet/types.js | 103 + chat app/node_modules/dns-socket/CHANGELOG.md | 13 + chat app/node_modules/dns-socket/LICENSE | 21 + chat app/node_modules/dns-socket/README.md | 77 + chat app/node_modules/dns-socket/index.js | 287 + chat app/node_modules/dns-socket/package.json | 70 + chat app/node_modules/duplexer3/LICENSE.md | 26 + chat app/node_modules/duplexer3/README.md | 115 + chat app/node_modules/duplexer3/index.js | 76 + chat app/node_modules/duplexer3/package.json | 64 + chat app/node_modules/end-of-stream/LICENSE | 21 + chat app/node_modules/end-of-stream/README.md | 52 + chat app/node_modules/end-of-stream/index.js | 87 + .../node_modules/end-of-stream/package.json | 62 + .../node_modules/engine.io-client/LICENSE | 22 + .../node_modules/engine.io-client/README.md | 299 + .../engine.io-client/engine.io.js | 4647 ++++++++++ .../engine.io-client/lib/index.js | 10 + .../engine.io-client/lib/socket.js | 746 ++ .../engine.io-client/lib/transport.js | 160 + .../engine.io-client/lib/transports/index.js | 53 + .../lib/transports/polling-jsonp.js | 239 + .../lib/transports/polling-xhr.js | 415 + .../lib/transports/polling.js | 245 + .../lib/transports/websocket.js | 293 + .../engine.io-client/lib/xmlhttprequest.js | 37 + .../node_modules/debug/.coveralls.yml | 1 + .../node_modules/debug/.eslintrc | 14 + .../node_modules/debug/.npmignore | 9 + .../node_modules/debug/.travis.yml | 20 + .../node_modules/debug/CHANGELOG.md | 395 + .../node_modules/debug/LICENSE | 19 + .../node_modules/debug/Makefile | 58 + .../node_modules/debug/README.md | 368 + .../node_modules/debug/karma.conf.js | 70 + .../node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 82 + .../node_modules/debug/src/browser.js | 195 + .../node_modules/debug/src/debug.js | 225 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 186 + .../engine.io-client/node_modules/ms/index.js | 152 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 69 + .../node_modules/ms/readme.md | 51 + .../engine.io-client/package.json | 111 + .../node_modules/engine.io-parser/LICENSE | 22 + .../node_modules/engine.io-parser/Readme.md | 202 + .../engine.io-parser/lib/browser.js | 605 ++ .../engine.io-parser/lib/index.js | 476 + .../node_modules/engine.io-parser/lib/keys.js | 19 + .../node_modules/engine.io-parser/lib/utf8.js | 210 + .../engine.io-parser/package.json | 62 + chat app/node_modules/engine.io/LICENSE | 19 + chat app/node_modules/engine.io/README.md | 564 ++ .../node_modules/engine.io/lib/engine.io.js | 126 + chat app/node_modules/engine.io/lib/server.js | 574 ++ chat app/node_modules/engine.io/lib/socket.js | 486 + .../node_modules/engine.io/lib/transport.js | 128 + .../engine.io/lib/transports/index.js | 36 + .../engine.io/lib/transports/polling-jsonp.js | 75 + .../engine.io/lib/transports/polling-xhr.js | 69 + .../engine.io/lib/transports/polling.js | 407 + .../engine.io/lib/transports/websocket.js | 134 + .../node_modules/debug/.coveralls.yml | 1 + .../engine.io/node_modules/debug/.eslintrc | 14 + .../engine.io/node_modules/debug/.npmignore | 9 + .../engine.io/node_modules/debug/.travis.yml | 20 + .../engine.io/node_modules/debug/CHANGELOG.md | 395 + .../engine.io/node_modules/debug/LICENSE | 19 + .../engine.io/node_modules/debug/Makefile | 58 + .../engine.io/node_modules/debug/README.md | 368 + .../node_modules/debug/karma.conf.js | 70 + .../engine.io/node_modules/debug/node.js | 1 + .../engine.io/node_modules/debug/package.json | 82 + .../node_modules/debug/src/browser.js | 195 + .../engine.io/node_modules/debug/src/debug.js | 225 + .../engine.io/node_modules/debug/src/index.js | 10 + .../engine.io/node_modules/debug/src/node.js | 186 + .../engine.io/node_modules/ms/index.js | 152 + .../engine.io/node_modules/ms/license.md | 21 + .../engine.io/node_modules/ms/package.json | 69 + .../engine.io/node_modules/ms/readme.md | 51 + chat app/node_modules/engine.io/package.json | 93 + chat app/node_modules/error-ex/LICENSE | 21 + chat app/node_modules/error-ex/README.md | 144 + chat app/node_modules/error-ex/index.js | 141 + chat app/node_modules/error-ex/package.json | 86 + chat app/node_modules/find-up/index.js | 53 + chat app/node_modules/find-up/license | 21 + chat app/node_modules/find-up/package.json | 83 + chat app/node_modules/find-up/readme.md | 72 + .../node_modules/follow-redirects/LICENSE | 18 + .../node_modules/follow-redirects/README.md | 139 + .../node_modules/follow-redirects/http.js | 1 + .../node_modules/follow-redirects/https.js | 1 + .../node_modules/follow-redirects/index.js | 434 + .../node_modules/debug/CHANGELOG.md | 395 + .../node_modules/debug/LICENSE | 19 + .../node_modules/debug/README.md | 437 + .../node_modules/debug/dist/debug.js | 886 ++ .../node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 90 + .../node_modules/debug/src/browser.js | 180 + .../node_modules/debug/src/common.js | 249 + .../node_modules/debug/src/index.js | 12 + .../node_modules/debug/src/node.js | 174 + .../follow-redirects/package.json | 96 + .../node_modules/get-caller-file/LICENSE.md | 6 + .../node_modules/get-caller-file/README.md | 4 + .../node_modules/get-caller-file/index.js | 20 + .../node_modules/get-caller-file/package.json | 58 + .../node_modules/get-stream/buffer-stream.js | 51 + chat app/node_modules/get-stream/index.js | 50 + chat app/node_modules/get-stream/license | 9 + chat app/node_modules/get-stream/package.json | 79 + chat app/node_modules/get-stream/readme.md | 123 + chat app/node_modules/got/license | 9 + chat app/node_modules/got/package.json | 106 + chat app/node_modules/got/readme.md | 1237 +++ .../node_modules/got/source/as-promise.js | 108 + chat app/node_modules/got/source/as-stream.js | 93 + chat app/node_modules/got/source/create.js | 79 + chat app/node_modules/got/source/errors.js | 107 + .../node_modules/got/source/get-response.js | 31 + chat app/node_modules/got/source/index.js | 60 + .../got/source/known-hook-events.js | 10 + chat app/node_modules/got/source/merge.js | 73 + .../got/source/normalize-arguments.js | 265 + chat app/node_modules/got/source/progress.js | 96 + .../got/source/request-as-event-emitter.js | 312 + .../got/source/utils/deep-freeze.js | 12 + .../got/source/utils/get-body-size.js | 32 + .../got/source/utils/is-form-data.js | 4 + .../got/source/utils/timed-out.js | 160 + .../got/source/utils/url-to-options.js | 25 + chat app/node_modules/graceful-fs/LICENSE | 15 + chat app/node_modules/graceful-fs/README.md | 133 + chat app/node_modules/graceful-fs/clone.js | 19 + .../node_modules/graceful-fs/graceful-fs.js | 279 + .../graceful-fs/legacy-streams.js | 118 + .../node_modules/graceful-fs/package.json | 79 + .../node_modules/graceful-fs/polyfills.js | 329 + chat app/node_modules/has-binary2/History.md | 57 + chat app/node_modules/has-binary2/LICENSE | 20 + chat app/node_modules/has-binary2/README.md | 4 + chat app/node_modules/has-binary2/index.js | 64 + .../node_modules/has-binary2/package.json | 51 + chat app/node_modules/has-cors/.npmignore | 3 + chat app/node_modules/has-cors/History.md | 21 + chat app/node_modules/has-cors/Makefile | 11 + chat app/node_modules/has-cors/Readme.md | 24 + chat app/node_modules/has-cors/component.json | 13 + chat app/node_modules/has-cors/index.js | 17 + chat app/node_modules/has-cors/package.json | 66 + chat app/node_modules/has-cors/test.js | 24 + .../node_modules/hosted-git-info/CHANGELOG.md | 54 + chat app/node_modules/hosted-git-info/LICENSE | 13 + .../node_modules/hosted-git-info/README.md | 133 + .../hosted-git-info/git-host-info.js | 77 + .../node_modules/hosted-git-info/git-host.js | 131 + .../node_modules/hosted-git-info/index.js | 122 + .../node_modules/hosted-git-info/package.json | 68 + .../node_modules/http-cache-semantics/LICENSE | 9 + .../http-cache-semantics/README.md | 193 + .../http-cache-semantics/index.js | 653 ++ .../http-cache-semantics/package.json | 60 + chat app/node_modules/indexof/.npmignore | 2 + chat app/node_modules/indexof/Makefile | 11 + chat app/node_modules/indexof/Readme.md | 15 + chat app/node_modules/indexof/component.json | 10 + chat app/node_modules/indexof/index.js | 10 + chat app/node_modules/indexof/package.json | 42 + chat app/node_modules/invert-kv/index.js | 15 + chat app/node_modules/invert-kv/package.json | 65 + chat app/node_modules/invert-kv/readme.md | 25 + chat app/node_modules/ip-regex/index.js | 24 + chat app/node_modules/ip-regex/license | 21 + chat app/node_modules/ip-regex/package.json | 77 + chat app/node_modules/ip-regex/readme.md | 63 + chat app/node_modules/ip/.jscsrc | 46 + chat app/node_modules/ip/.jshintrc | 89 + chat app/node_modules/ip/.npmignore | 2 + chat app/node_modules/ip/.travis.yml | 15 + chat app/node_modules/ip/README.md | 90 + chat app/node_modules/ip/lib/ip.js | 416 + chat app/node_modules/ip/package.json | 54 + chat app/node_modules/ip/test/api-test.js | 407 + .../node_modules/is-arrayish/.editorconfig | 18 + .../node_modules/is-arrayish/.istanbul.yml | 4 + chat app/node_modules/is-arrayish/.npmignore | 5 + chat app/node_modules/is-arrayish/.travis.yml | 17 + chat app/node_modules/is-arrayish/LICENSE | 21 + chat app/node_modules/is-arrayish/README.md | 16 + chat app/node_modules/is-arrayish/index.js | 10 + .../node_modules/is-arrayish/package.json | 66 + chat app/node_modules/is-buffer/LICENSE | 21 + chat app/node_modules/is-buffer/README.md | 53 + chat app/node_modules/is-buffer/index.js | 21 + chat app/node_modules/is-buffer/package.json | 77 + chat app/node_modules/is-buffer/test/basic.js | 24 + .../is-fullwidth-code-point/index.js | 46 + .../is-fullwidth-code-point/license | 21 + .../is-fullwidth-code-point/package.json | 77 + .../is-fullwidth-code-point/readme.md | 39 + chat app/node_modules/is-ip/index.js | 6 + chat app/node_modules/is-ip/license | 21 + chat app/node_modules/is-ip/package.json | 84 + chat app/node_modules/is-ip/readme.md | 51 + chat app/node_modules/is-utf8/LICENSE | 9 + chat app/node_modules/is-utf8/README.md | 16 + chat app/node_modules/is-utf8/is-utf8.js | 76 + chat app/node_modules/is-utf8/package.json | 53 + chat app/node_modules/isarray/README.md | 54 + chat app/node_modules/isarray/index.js | 5 + chat app/node_modules/isarray/package.json | 77 + chat app/node_modules/json-buffer/.npmignore | 3 + chat app/node_modules/json-buffer/.travis.yml | 3 + chat app/node_modules/json-buffer/LICENSE | 22 + chat app/node_modules/json-buffer/README.md | 24 + chat app/node_modules/json-buffer/index.js | 58 + .../node_modules/json-buffer/package.json | 66 + .../node_modules/json-buffer/test/index.js | 63 + chat app/node_modules/keyv/LICENSE | 21 + chat app/node_modules/keyv/README.md | 276 + chat app/node_modules/keyv/package.json | 78 + chat app/node_modules/keyv/src/index.js | 103 + chat app/node_modules/lcid/index.js | 22 + chat app/node_modules/lcid/lcid.json | 203 + chat app/node_modules/lcid/license | 21 + chat app/node_modules/lcid/package.json | 78 + chat app/node_modules/lcid/readme.md | 35 + chat app/node_modules/left-pad/.travis.yml | 6 + chat app/node_modules/left-pad/COPYING | 14 + chat app/node_modules/left-pad/README.md | 36 + chat app/node_modules/left-pad/index.d.ts | 9 + chat app/node_modules/left-pad/index.js | 52 + chat app/node_modules/left-pad/package.json | 67 + chat app/node_modules/left-pad/perf/O(n).js | 17 + .../node_modules/left-pad/perf/es6Repeat.js | 13 + chat app/node_modules/left-pad/perf/perf.js | 40 + chat app/node_modules/left-pad/test.js | 88 + chat app/node_modules/load-json-file/index.js | 21 + chat app/node_modules/load-json-file/license | 21 + .../node_modules/load-json-file/package.json | 78 + .../node_modules/load-json-file/readme.md | 45 + chat app/node_modules/localtunnel/.travis.yml | 6 + chat app/node_modules/localtunnel/History.md | 61 + chat app/node_modules/localtunnel/LICENSE | 21 + chat app/node_modules/localtunnel/README.md | 100 + chat app/node_modules/localtunnel/bin/client | 75 + chat app/node_modules/localtunnel/client.js | 24 + .../localtunnel/lib/HeaderHostTransformer.js | 39 + .../node_modules/localtunnel/lib/Tunnel.js | 158 + .../localtunnel/lib/TunnelCluster.js | 133 + .../node_modules/debug/.coveralls.yml | 1 + .../localtunnel/node_modules/debug/.eslintrc | 11 + .../localtunnel/node_modules/debug/.npmignore | 9 + .../node_modules/debug/.travis.yml | 14 + .../node_modules/debug/CHANGELOG.md | 362 + .../localtunnel/node_modules/debug/LICENSE | 19 + .../localtunnel/node_modules/debug/Makefile | 50 + .../localtunnel/node_modules/debug/README.md | 312 + .../node_modules/debug/component.json | 19 + .../node_modules/debug/karma.conf.js | 70 + .../localtunnel/node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 88 + .../node_modules/debug/src/browser.js | 185 + .../node_modules/debug/src/debug.js | 202 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/inspector-log.js | 15 + .../node_modules/debug/src/node.js | 248 + .../localtunnel/node_modules/ms/index.js | 152 + .../localtunnel/node_modules/ms/license.md | 21 + .../localtunnel/node_modules/ms/package.json | 69 + .../localtunnel/node_modules/ms/readme.md | 51 + .../node_modules/localtunnel/package.json | 59 + .../node_modules/localtunnel/test/index.js | 188 + chat app/node_modules/localtunnel/yarn.lock | 379 + chat app/node_modules/lowercase-keys/index.js | 11 + chat app/node_modules/lowercase-keys/license | 21 + .../node_modules/lowercase-keys/package.json | 69 + .../node_modules/lowercase-keys/readme.md | 33 + chat app/node_modules/mime-db/HISTORY.md | 405 + chat app/node_modules/mime-db/LICENSE | 22 + chat app/node_modules/mime-db/README.md | 94 + chat app/node_modules/mime-db/db.json | 7797 +++++++++++++++++ chat app/node_modules/mime-db/index.js | 11 + chat app/node_modules/mime-db/package.json | 101 + chat app/node_modules/mime-types/HISTORY.md | 294 + chat app/node_modules/mime-types/LICENSE | 23 + chat app/node_modules/mime-types/README.md | 113 + chat app/node_modules/mime-types/index.js | 188 + chat app/node_modules/mime-types/package.json | 86 + chat app/node_modules/mimic-response/index.js | 32 + chat app/node_modules/mimic-response/license | 9 + .../node_modules/mimic-response/package.json | 71 + .../node_modules/mimic-response/readme.md | 54 + chat app/node_modules/ms/index.js | 162 + chat app/node_modules/ms/license.md | 21 + chat app/node_modules/ms/package.json | 69 + chat app/node_modules/ms/readme.md | 60 + chat app/node_modules/negotiator/HISTORY.md | 98 + chat app/node_modules/negotiator/LICENSE | 24 + chat app/node_modules/negotiator/README.md | 203 + chat app/node_modules/negotiator/index.js | 124 + .../node_modules/negotiator/lib/charset.js | 169 + .../node_modules/negotiator/lib/encoding.js | 184 + .../node_modules/negotiator/lib/language.js | 179 + .../node_modules/negotiator/lib/mediaType.js | 294 + chat app/node_modules/negotiator/package.json | 81 + .../normalize-package-data/AUTHORS | 4 + .../normalize-package-data/LICENSE | 30 + .../normalize-package-data/README.md | 106 + .../lib/extract_description.js | 14 + .../normalize-package-data/lib/fixer.js | 418 + .../lib/make_warning.js | 23 + .../normalize-package-data/lib/normalize.js | 39 + .../normalize-package-data/lib/safe_format.js | 9 + .../normalize-package-data/lib/typos.json | 25 + .../lib/warning_messages.json | 30 + .../normalize-package-data/package.json | 77 + chat app/node_modules/normalize-url/index.js | 139 + chat app/node_modules/normalize-url/license | 9 + .../node_modules/normalize-url/package.json | 74 + chat app/node_modules/normalize-url/readme.md | 194 + chat app/node_modules/number-is-nan/index.js | 4 + chat app/node_modules/number-is-nan/license | 21 + .../node_modules/number-is-nan/package.json | 67 + chat app/node_modules/number-is-nan/readme.md | 28 + .../node_modules/object-component/.npmignore | 3 + .../node_modules/object-component/History.md | 10 + .../node_modules/object-component/Makefile | 16 + .../node_modules/object-component/Readme.md | 31 + .../object-component/component.json | 10 + .../node_modules/object-component/index.js | 84 + .../object-component/package.json | 39 + .../object-component/test/object.js | 48 + chat app/node_modules/once/LICENSE | 15 + chat app/node_modules/once/README.md | 79 + chat app/node_modules/once/once.js | 42 + chat app/node_modules/once/package.json | 67 + chat app/node_modules/openurl/.npmignore | 3 + chat app/node_modules/openurl/README.md | 29 + chat app/node_modules/openurl/openurl.js | 68 + chat app/node_modules/openurl/package.json | 48 + chat app/node_modules/os-locale/index.js | 127 + chat app/node_modules/os-locale/license | 21 + chat app/node_modules/os-locale/package.json | 75 + chat app/node_modules/os-locale/readme.md | 47 + chat app/node_modules/p-cancelable/index.d.ts | 168 + chat app/node_modules/p-cancelable/index.js | 103 + chat app/node_modules/p-cancelable/license | 9 + .../node_modules/p-cancelable/package.json | 81 + chat app/node_modules/p-cancelable/readme.md | 155 + chat app/node_modules/parse-json/index.js | 35 + chat app/node_modules/parse-json/license | 21 + chat app/node_modules/parse-json/package.json | 78 + chat app/node_modules/parse-json/readme.md | 83 + .../node_modules/parse-json/vendor/parse.js | 752 ++ .../node_modules/parse-json/vendor/unicode.js | 71 + chat app/node_modules/parseqs/.npmignore | 3 + chat app/node_modules/parseqs/LICENSE | 21 + chat app/node_modules/parseqs/Makefile | 3 + chat app/node_modules/parseqs/README.md | 1 + chat app/node_modules/parseqs/index.js | 37 + chat app/node_modules/parseqs/package.json | 53 + chat app/node_modules/parseqs/test.js | 27 + chat app/node_modules/parseuri/.npmignore | 2 + chat app/node_modules/parseuri/History.md | 5 + chat app/node_modules/parseuri/LICENSE | 21 + chat app/node_modules/parseuri/Makefile | 3 + chat app/node_modules/parseuri/README.md | 2 + chat app/node_modules/parseuri/index.js | 39 + chat app/node_modules/parseuri/package.json | 51 + chat app/node_modules/parseuri/test.js | 51 + chat app/node_modules/path-exists/index.js | 24 + chat app/node_modules/path-exists/license | 21 + .../node_modules/path-exists/package.json | 72 + chat app/node_modules/path-exists/readme.md | 45 + chat app/node_modules/path-parse/.travis.yml | 9 + chat app/node_modules/path-parse/LICENSE | 21 + chat app/node_modules/path-parse/README.md | 42 + chat app/node_modules/path-parse/index.js | 93 + chat app/node_modules/path-parse/package.json | 61 + chat app/node_modules/path-parse/test.js | 77 + chat app/node_modules/path-type/index.js | 29 + chat app/node_modules/path-type/license | 21 + chat app/node_modules/path-type/package.json | 84 + chat app/node_modules/path-type/readme.md | 42 + chat app/node_modules/pify/index.js | 68 + chat app/node_modules/pify/license | 21 + chat app/node_modules/pify/package.json | 81 + chat app/node_modules/pify/readme.md | 119 + chat app/node_modules/pinkie-promise/index.js | 3 + chat app/node_modules/pinkie-promise/license | 21 + .../node_modules/pinkie-promise/package.json | 70 + .../node_modules/pinkie-promise/readme.md | 28 + chat app/node_modules/pinkie/index.js | 292 + chat app/node_modules/pinkie/license | 21 + chat app/node_modules/pinkie/package.json | 68 + chat app/node_modules/pinkie/readme.md | 83 + chat app/node_modules/prepend-http/index.js | 15 + chat app/node_modules/prepend-http/license | 9 + .../node_modules/prepend-http/package.json | 67 + chat app/node_modules/prepend-http/readme.md | 56 + chat app/node_modules/public-ip/browser.js | 48 + chat app/node_modules/public-ip/index.js | 118 + chat app/node_modules/public-ip/license | 9 + chat app/node_modules/public-ip/package.json | 83 + chat app/node_modules/public-ip/readme.md | 69 + chat app/node_modules/pump/.travis.yml | 5 + chat app/node_modules/pump/LICENSE | 21 + chat app/node_modules/pump/README.md | 65 + chat app/node_modules/pump/index.js | 82 + chat app/node_modules/pump/package.json | 59 + chat app/node_modules/pump/test-browser.js | 66 + chat app/node_modules/pump/test-node.js | 53 + chat app/node_modules/read-pkg-up/index.js | 31 + chat app/node_modules/read-pkg-up/license | 21 + .../node_modules/read-pkg-up/package.json | 91 + chat app/node_modules/read-pkg-up/readme.md | 79 + chat app/node_modules/read-pkg/index.js | 48 + chat app/node_modules/read-pkg/license | 21 + chat app/node_modules/read-pkg/package.json | 74 + chat app/node_modules/read-pkg/readme.md | 79 + .../node_modules/require-directory/.jshintrc | 67 + .../node_modules/require-directory/.npmignore | 1 + .../require-directory/.travis.yml | 3 + .../node_modules/require-directory/LICENSE | 22 + .../require-directory/README.markdown | 184 + .../node_modules/require-directory/index.js | 86 + .../require-directory/package.json | 69 + .../require-main-filename/.npmignore | 3 + .../require-main-filename/.travis.yml | 8 + .../require-main-filename/LICENSE.txt | 14 + .../require-main-filename/README.md | 26 + .../require-main-filename/index.js | 18 + .../require-main-filename/package.json | 58 + .../require-main-filename/test.js | 36 + chat app/node_modules/resolve/.editorconfig | 20 + chat app/node_modules/resolve/.eslintignore | 1 + chat app/node_modules/resolve/.eslintrc | 31 + chat app/node_modules/resolve/.travis.yml | 269 + chat app/node_modules/resolve/CHANGELOG.md | 629 ++ chat app/node_modules/resolve/LICENSE | 18 + chat app/node_modules/resolve/appveyor.yml | 47 + chat app/node_modules/resolve/changelog.hbs | 36 + .../node_modules/resolve/example/async.js | 5 + chat app/node_modules/resolve/example/sync.js | 3 + chat app/node_modules/resolve/index.js | 8 + chat app/node_modules/resolve/lib/async.js | 229 + chat app/node_modules/resolve/lib/caller.js | 8 + chat app/node_modules/resolve/lib/core.js | 53 + chat app/node_modules/resolve/lib/core.json | 73 + .../resolve/lib/node-modules-paths.js | 42 + .../resolve/lib/normalize-options.js | 10 + chat app/node_modules/resolve/lib/sync.js | 154 + chat app/node_modules/resolve/package.json | 71 + chat app/node_modules/resolve/readme.markdown | 179 + chat app/node_modules/resolve/test/.eslintrc | 5 + chat app/node_modules/resolve/test/core.js | 82 + chat app/node_modules/resolve/test/dotdot.js | 29 + .../resolve/test/dotdot/abc/index.js | 2 + .../node_modules/resolve/test/dotdot/index.js | 1 + .../resolve/test/faulty_basedir.js | 29 + chat app/node_modules/resolve/test/filter.js | 34 + .../node_modules/resolve/test/filter_sync.js | 26 + chat app/node_modules/resolve/test/mock.js | 143 + .../node_modules/resolve/test/mock_sync.js | 67 + .../node_modules/resolve/test/module_dir.js | 56 + .../test/module_dir/xmodules/aaa/index.js | 1 + .../test/module_dir/ymodules/aaa/index.js | 1 + .../test/module_dir/zmodules/bbb/main.js | 1 + .../test/module_dir/zmodules/bbb/package.json | 3 + .../resolve/test/node-modules-paths.js | 121 + .../node_modules/resolve/test/node_path.js | 70 + .../resolve/test/node_path/x/aaa/index.js | 1 + .../resolve/test/node_path/x/ccc/index.js | 1 + .../resolve/test/node_path/y/bbb/index.js | 1 + .../resolve/test/node_path/y/ccc/index.js | 1 + .../node_modules/resolve/test/nonstring.js | 9 + .../node_modules/resolve/test/pathfilter.js | 75 + .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 23 + .../resolve/test/precedence/aaa.js | 1 + .../resolve/test/precedence/aaa/index.js | 1 + .../resolve/test/precedence/aaa/main.js | 1 + .../resolve/test/precedence/bbb.js | 1 + .../resolve/test/precedence/bbb/main.js | 1 + .../node_modules/resolve/test/resolver.js | 429 + .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 3 + .../resolve/test/resolver/baz/quux.js | 1 + .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 5 + .../resolve/test/resolver/cup.coffee | 1 + .../resolve/test/resolver/dot_main/index.js | 1 + .../test/resolver/dot_main/package.json | 3 + .../test/resolver/dot_slash_main/index.js | 1 + .../test/resolver/dot_slash_main/package.json | 3 + .../node_modules/resolve/test/resolver/foo.js | 1 + .../test/resolver/incorrect_main/index.js | 2 + .../test/resolver/incorrect_main/package.json | 3 + .../test/resolver/invalid_main/package.json | 7 + .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 6 + .../test/resolver/multirepo/package.json | 20 + .../multirepo/packages/package-a/index.js | 35 + .../multirepo/packages/package-a/package.json | 14 + .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 14 + .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 1 + .../resolve/test/resolver/same_names/foo.js | 1 + .../test/resolver/same_names/foo/index.js | 1 + .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../test/resolver/without_basedir/main.js | 5 + .../resolve/test/resolver_sync.js | 340 + chat app/node_modules/resolve/test/subdirs.js | 13 + .../node_modules/resolve/test/symlinks.js | 56 + chat app/node_modules/responselike/LICENSE | 19 + chat app/node_modules/responselike/README.md | 77 + .../node_modules/responselike/package.json | 69 + .../node_modules/responselike/src/index.js | 34 + chat app/node_modules/semver/CHANGELOG.md | 39 + chat app/node_modules/semver/LICENSE | 15 + chat app/node_modules/semver/README.md | 411 + chat app/node_modules/semver/bin/semver | 160 + chat app/node_modules/semver/package.json | 60 + chat app/node_modules/semver/range.bnf | 16 + chat app/node_modules/semver/semver.js | 1483 ++++ .../node_modules/set-blocking/CHANGELOG.md | 26 + .../node_modules/set-blocking/LICENSE.txt | 14 + chat app/node_modules/set-blocking/README.md | 31 + chat app/node_modules/set-blocking/index.js | 7 + .../node_modules/set-blocking/package.json | 70 + .../node_modules/socket.io-adapter/.npmignore | 1 + .../node_modules/socket.io-adapter/LICENSE | 20 + .../node_modules/socket.io-adapter/Readme.md | 16 + .../node_modules/socket.io-adapter/index.js | 263 + .../socket.io-adapter/package.json | 39 + .../node_modules/socket.io-client/LICENSE | 22 + .../node_modules/socket.io-client/README.md | 57 + .../socket.io-client/dist/socket.io.dev.js | 6620 ++++++++++++++ .../dist/socket.io.dev.js.map | 1 + .../socket.io-client/dist/socket.io.js | 9 + .../socket.io-client/dist/socket.io.js.map | 1 + .../dist/socket.io.slim.dev.js | 5837 ++++++++++++ .../dist/socket.io.slim.dev.js.map | 1 + .../socket.io-client/dist/socket.io.slim.js | 9 + .../dist/socket.io.slim.js.map | 1 + .../socket.io-client/lib/index.js | 94 + .../socket.io-client/lib/manager.js | 573 ++ .../node_modules/socket.io-client/lib/on.js | 24 + .../socket.io-client/lib/socket.js | 438 + .../node_modules/socket.io-client/lib/url.js | 75 + .../node_modules/debug/.coveralls.yml | 1 + .../node_modules/debug/.eslintrc | 14 + .../node_modules/debug/.npmignore | 9 + .../node_modules/debug/.travis.yml | 20 + .../node_modules/debug/CHANGELOG.md | 395 + .../node_modules/debug/LICENSE | 19 + .../node_modules/debug/Makefile | 58 + .../node_modules/debug/README.md | 368 + .../node_modules/debug/karma.conf.js | 70 + .../node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 82 + .../node_modules/debug/src/browser.js | 195 + .../node_modules/debug/src/debug.js | 225 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 186 + .../socket.io-client/node_modules/ms/index.js | 152 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 69 + .../node_modules/ms/readme.md | 51 + .../socket.io-client/package.json | 118 + .../node_modules/socket.io-parser/LICENSE | 20 + .../node_modules/socket.io-parser/Readme.md | 73 + .../node_modules/socket.io-parser/binary.js | 141 + .../node_modules/socket.io-parser/index.js | 415 + .../socket.io-parser/is-buffer.js | 20 + .../node_modules/debug/.coveralls.yml | 1 + .../node_modules/debug/.eslintrc | 14 + .../node_modules/debug/.npmignore | 9 + .../node_modules/debug/.travis.yml | 20 + .../node_modules/debug/CHANGELOG.md | 395 + .../node_modules/debug/LICENSE | 19 + .../node_modules/debug/Makefile | 58 + .../node_modules/debug/README.md | 368 + .../node_modules/debug/karma.conf.js | 70 + .../node_modules/debug/node.js | 1 + .../node_modules/debug/package.json | 82 + .../node_modules/debug/src/browser.js | 195 + .../node_modules/debug/src/debug.js | 225 + .../node_modules/debug/src/index.js | 10 + .../node_modules/debug/src/node.js | 186 + .../socket.io-parser/node_modules/ms/index.js | 152 + .../node_modules/ms/license.md | 21 + .../node_modules/ms/package.json | 69 + .../node_modules/ms/readme.md | 51 + .../socket.io-parser/package.json | 61 + chat app/node_modules/socket.io/LICENSE | 22 + chat app/node_modules/socket.io/Readme.md | 243 + chat app/node_modules/socket.io/lib/client.js | 273 + chat app/node_modules/socket.io/lib/index.js | 523 ++ .../node_modules/socket.io/lib/namespace.js | 299 + .../socket.io/lib/parent-namespace.js | 39 + chat app/node_modules/socket.io/lib/socket.js | 572 ++ chat app/node_modules/socket.io/package.json | 89 + chat app/node_modules/spdx-correct/LICENSE | 202 + chat app/node_modules/spdx-correct/README.md | 14 + chat app/node_modules/spdx-correct/index.js | 343 + .../node_modules/spdx-correct/package.json | 88 + .../node_modules/spdx-exceptions/README.md | 36 + .../node_modules/spdx-exceptions/index.json | 34 + .../node_modules/spdx-exceptions/package.json | 49 + .../node_modules/spdx-exceptions/test.log | 8 + .../spdx-expression-parse/AUTHORS | 4 + .../spdx-expression-parse/LICENSE | 22 + .../spdx-expression-parse/README.md | 91 + .../spdx-expression-parse/index.js | 8 + .../spdx-expression-parse/package.json | 97 + .../spdx-expression-parse/parse.js | 138 + .../spdx-expression-parse/scan.js | 131 + .../node_modules/spdx-license-ids/README.md | 52 + .../spdx-license-ids/deprecated.json | 24 + .../node_modules/spdx-license-ids/index.json | 356 + .../spdx-license-ids/package.json | 75 + chat app/node_modules/string-width/index.js | 37 + chat app/node_modules/string-width/license | 21 + .../node_modules/string-width/package.json | 90 + chat app/node_modules/string-width/readme.md | 42 + chat app/node_modules/strip-ansi/index.js | 6 + chat app/node_modules/strip-ansi/license | 21 + chat app/node_modules/strip-ansi/package.json | 103 + chat app/node_modules/strip-ansi/readme.md | 33 + chat app/node_modules/strip-bom/index.js | 17 + chat app/node_modules/strip-bom/license | 21 + chat app/node_modules/strip-bom/package.json | 74 + chat app/node_modules/strip-bom/readme.md | 39 + chat app/node_modules/to-array/.npmignore | 3 + chat app/node_modules/to-array/LICENCE | 19 + chat app/node_modules/to-array/README.md | 22 + chat app/node_modules/to-array/index.js | 13 + chat app/node_modules/to-array/package.json | 68 + .../node_modules/to-readable-stream/index.js | 11 + .../node_modules/to-readable-stream/license | 9 + .../to-readable-stream/package.json | 72 + .../node_modules/to-readable-stream/readme.md | 42 + chat app/node_modules/url-parse-lax/index.js | 12 + chat app/node_modules/url-parse-lax/license | 9 + .../node_modules/url-parse-lax/package.json | 74 + chat app/node_modules/url-parse-lax/readme.md | 127 + .../validate-npm-package-license/LICENSE | 202 + .../validate-npm-package-license/README.md | 113 + .../validate-npm-package-license/index.js | 86 + .../validate-npm-package-license/package.json | 67 + .../node_modules/which-module/CHANGELOG.md | 11 + chat app/node_modules/which-module/LICENSE | 13 + chat app/node_modules/which-module/README.md | 55 + chat app/node_modules/which-module/index.js | 9 + .../node_modules/which-module/package.json | 68 + chat app/node_modules/wrap-ansi/index.js | 168 + chat app/node_modules/wrap-ansi/license | 21 + chat app/node_modules/wrap-ansi/package.json | 116 + chat app/node_modules/wrap-ansi/readme.md | 73 + chat app/node_modules/wrappy/LICENSE | 15 + chat app/node_modules/wrappy/README.md | 36 + chat app/node_modules/wrappy/package.json | 58 + chat app/node_modules/wrappy/wrappy.js | 33 + chat app/node_modules/ws/LICENSE | 21 + chat app/node_modules/ws/README.md | 449 + chat app/node_modules/ws/browser.js | 8 + chat app/node_modules/ws/index.js | 9 + chat app/node_modules/ws/lib/buffer-util.js | 72 + chat app/node_modules/ws/lib/constants.js | 10 + chat app/node_modules/ws/lib/event-target.js | 170 + chat app/node_modules/ws/lib/extension.js | 222 + .../node_modules/ws/lib/permessage-deflate.js | 502 ++ chat app/node_modules/ws/lib/receiver.js | 515 ++ chat app/node_modules/ws/lib/sender.js | 416 + chat app/node_modules/ws/lib/validation.js | 30 + .../node_modules/ws/lib/websocket-server.js | 389 + chat app/node_modules/ws/lib/websocket.js | 852 ++ chat app/node_modules/ws/package.json | 80 + .../node_modules/xmlhttprequest-ssl/LICENSE | 22 + .../node_modules/xmlhttprequest-ssl/README.md | 63 + .../xmlhttprequest-ssl/autotest.watchr | 8 + .../xmlhttprequest-ssl/example/demo.js | 16 + .../xmlhttprequest-ssl/lib/XMLHttpRequest.js | 651 ++ .../xmlhttprequest-ssl/package.json | 63 + .../tests/test-constants.js | 13 + .../xmlhttprequest-ssl/tests/test-events.js | 50 + .../tests/test-exceptions.js | 59 + .../xmlhttprequest-ssl/tests/test-headers.js | 76 + .../tests/test-redirect-302.js | 41 + .../tests/test-redirect-303.js | 41 + .../tests/test-redirect-307.js | 43 + .../tests/test-request-methods.js | 62 + .../tests/test-request-protocols.js | 32 + .../xmlhttprequest-ssl/tests/testdata.txt | 1 + chat app/node_modules/y18n/LICENSE | 13 + chat app/node_modules/y18n/README.md | 91 + chat app/node_modules/y18n/index.js | 172 + chat app/node_modules/y18n/package.json | 65 + .../node_modules/yargs-parser/CHANGELOG.md | 154 + .../node_modules/yargs-parser/LICENSE.txt | 14 + chat app/node_modules/yargs-parser/README.md | 257 + chat app/node_modules/yargs-parser/index.js | 759 ++ .../yargs-parser/lib/tokenize-arg-string.js | 34 + .../node_modules/yargs-parser/package.json | 75 + chat app/node_modules/yargs/CHANGELOG.md | 843 ++ chat app/node_modules/yargs/LICENSE | 22 + chat app/node_modules/yargs/README.md | 1981 +++++ chat app/node_modules/yargs/completion.sh.hbs | 28 + chat app/node_modules/yargs/index.js | 31 + chat app/node_modules/yargs/lib/assign.js | 15 + chat app/node_modules/yargs/lib/command.js | 265 + chat app/node_modules/yargs/lib/completion.js | 99 + .../node_modules/yargs/lib/levenshtein.js | 47 + chat app/node_modules/yargs/lib/obj-filter.js | 10 + chat app/node_modules/yargs/lib/usage.js | 462 + chat app/node_modules/yargs/lib/validation.js | 351 + chat app/node_modules/yargs/locales/be.json | 39 + chat app/node_modules/yargs/locales/de.json | 39 + chat app/node_modules/yargs/locales/en.json | 40 + chat app/node_modules/yargs/locales/es.json | 39 + chat app/node_modules/yargs/locales/fr.json | 37 + chat app/node_modules/yargs/locales/hi.json | 39 + chat app/node_modules/yargs/locales/hu.json | 39 + chat app/node_modules/yargs/locales/id.json | 40 + chat app/node_modules/yargs/locales/it.json | 39 + chat app/node_modules/yargs/locales/ja.json | 39 + chat app/node_modules/yargs/locales/ko.json | 39 + chat app/node_modules/yargs/locales/nb.json | 37 + chat app/node_modules/yargs/locales/nl.json | 39 + .../node_modules/yargs/locales/pirate.json | 12 + chat app/node_modules/yargs/locales/pl.json | 39 + chat app/node_modules/yargs/locales/pt.json | 38 + .../node_modules/yargs/locales/pt_BR.json | 40 + chat app/node_modules/yargs/locales/ru.json | 39 + chat app/node_modules/yargs/locales/th.json | 39 + chat app/node_modules/yargs/locales/tr.json | 39 + .../node_modules/yargs/locales/zh_CN.json | 37 + chat app/node_modules/yargs/package.json | 108 + chat app/node_modules/yargs/yargs.js | 1037 +++ chat app/node_modules/yeast/LICENSE | 22 + chat app/node_modules/yeast/README.md | 82 + chat app/node_modules/yeast/index.js | 68 + chat app/node_modules/yeast/package.json | 64 + chat app/package-lock.json | 963 ++ chat app/package.json | 29 + chat app/views/index.html | 778 ++ 983 files changed, 116699 insertions(+) create mode 100755 chat app/README.md create mode 100755 chat app/assets/icon/app3.png create mode 100644 chat app/assets/icon/courses-icon-10.png create mode 100644 chat app/assets/icon/ic_launcher.png create mode 100644 chat app/assets/icon/icon.png create mode 100755 chat app/assets/ipc/front.js create mode 100755 chat app/main.js create mode 100755 chat app/node_modules/@sindresorhus/is/dist/index.d.ts create mode 100755 chat app/node_modules/@sindresorhus/is/dist/index.js create mode 100755 chat app/node_modules/@sindresorhus/is/dist/index.js.map create mode 100755 chat app/node_modules/@sindresorhus/is/license create mode 100755 chat app/node_modules/@sindresorhus/is/package.json create mode 100755 chat app/node_modules/@sindresorhus/is/readme.md create mode 100755 chat app/node_modules/@szmarczak/http-timer/LICENSE create mode 100755 chat app/node_modules/@szmarczak/http-timer/README.md create mode 100755 chat app/node_modules/@szmarczak/http-timer/package.json create mode 100755 chat app/node_modules/@szmarczak/http-timer/source/index.js create mode 100755 chat app/node_modules/accepts/HISTORY.md create mode 100755 chat app/node_modules/accepts/LICENSE create mode 100755 chat app/node_modules/accepts/README.md create mode 100755 chat app/node_modules/accepts/index.js create mode 100755 chat app/node_modules/accepts/package.json create mode 100755 chat app/node_modules/after/.npmignore create mode 100755 chat app/node_modules/after/.travis.yml create mode 100755 chat app/node_modules/after/LICENCE create mode 100755 chat app/node_modules/after/README.md create mode 100755 chat app/node_modules/after/index.js create mode 100755 chat app/node_modules/after/package.json create mode 100755 chat app/node_modules/after/test/after-test.js create mode 100755 chat app/node_modules/androidjs/LICENSE create mode 100755 chat app/node_modules/androidjs/example/index.html create mode 100755 chat app/node_modules/androidjs/example/test.js create mode 100755 chat app/node_modules/androidjs/index.js create mode 100755 chat app/node_modules/androidjs/lib/back.js create mode 100755 chat app/node_modules/androidjs/lib/front.js create mode 100755 chat app/node_modules/androidjs/package.json create mode 100755 chat app/node_modules/ansi-regex/index.js create mode 100755 chat app/node_modules/ansi-regex/license create mode 100755 chat app/node_modules/ansi-regex/package.json create mode 100755 chat app/node_modules/ansi-regex/readme.md create mode 100755 chat app/node_modules/arraybuffer.slice/.npmignore create mode 100755 chat app/node_modules/arraybuffer.slice/LICENCE create mode 100755 chat app/node_modules/arraybuffer.slice/Makefile create mode 100755 chat app/node_modules/arraybuffer.slice/README.md create mode 100755 chat app/node_modules/arraybuffer.slice/index.js create mode 100755 chat app/node_modules/arraybuffer.slice/package.json create mode 100755 chat app/node_modules/arraybuffer.slice/test/slice-buffer.js create mode 100755 chat app/node_modules/async-limiter/.travis.yml create mode 100755 chat app/node_modules/async-limiter/LICENSE create mode 100755 chat app/node_modules/async-limiter/coverage/coverage.json create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.html create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.js.html create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/base.css create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/index.html create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/prettify.css create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/prettify.js create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/sort-arrow-sprite.png create mode 100755 chat app/node_modules/async-limiter/coverage/lcov-report/sorter.js create mode 100755 chat app/node_modules/async-limiter/coverage/lcov.info create mode 100755 chat app/node_modules/async-limiter/index.js create mode 100755 chat app/node_modules/async-limiter/package.json create mode 100755 chat app/node_modules/async-limiter/readme.md create mode 100755 chat app/node_modules/axios/CHANGELOG.md create mode 100755 chat app/node_modules/axios/LICENSE create mode 100755 chat app/node_modules/axios/README.md create mode 100755 chat app/node_modules/axios/UPGRADE_GUIDE.md create mode 100755 chat app/node_modules/axios/dist/axios.js create mode 100755 chat app/node_modules/axios/dist/axios.map create mode 100755 chat app/node_modules/axios/dist/axios.min.js create mode 100755 chat app/node_modules/axios/dist/axios.min.map create mode 100755 chat app/node_modules/axios/index.d.ts create mode 100755 chat app/node_modules/axios/index.js create mode 100755 chat app/node_modules/axios/lib/adapters/README.md create mode 100755 chat app/node_modules/axios/lib/adapters/http.js create mode 100755 chat app/node_modules/axios/lib/adapters/xhr.js create mode 100755 chat app/node_modules/axios/lib/axios.js create mode 100755 chat app/node_modules/axios/lib/cancel/Cancel.js create mode 100755 chat app/node_modules/axios/lib/cancel/CancelToken.js create mode 100755 chat app/node_modules/axios/lib/cancel/isCancel.js create mode 100755 chat app/node_modules/axios/lib/core/Axios.js create mode 100755 chat app/node_modules/axios/lib/core/InterceptorManager.js create mode 100755 chat app/node_modules/axios/lib/core/README.md create mode 100755 chat app/node_modules/axios/lib/core/createError.js create mode 100755 chat app/node_modules/axios/lib/core/dispatchRequest.js create mode 100755 chat app/node_modules/axios/lib/core/enhanceError.js create mode 100755 chat app/node_modules/axios/lib/core/settle.js create mode 100755 chat app/node_modules/axios/lib/core/transformData.js create mode 100755 chat app/node_modules/axios/lib/defaults.js create mode 100755 chat app/node_modules/axios/lib/helpers/README.md create mode 100755 chat app/node_modules/axios/lib/helpers/bind.js create mode 100755 chat app/node_modules/axios/lib/helpers/btoa.js create mode 100755 chat app/node_modules/axios/lib/helpers/buildURL.js create mode 100755 chat app/node_modules/axios/lib/helpers/combineURLs.js create mode 100755 chat app/node_modules/axios/lib/helpers/cookies.js create mode 100755 chat app/node_modules/axios/lib/helpers/deprecatedMethod.js create mode 100755 chat app/node_modules/axios/lib/helpers/isAbsoluteURL.js create mode 100755 chat app/node_modules/axios/lib/helpers/isURLSameOrigin.js create mode 100755 chat app/node_modules/axios/lib/helpers/normalizeHeaderName.js create mode 100755 chat app/node_modules/axios/lib/helpers/parseHeaders.js create mode 100755 chat app/node_modules/axios/lib/helpers/spread.js create mode 100755 chat app/node_modules/axios/lib/utils.js create mode 100755 chat app/node_modules/axios/package.json create mode 100755 chat app/node_modules/backo2/.npmignore create mode 100755 chat app/node_modules/backo2/History.md create mode 100755 chat app/node_modules/backo2/Makefile create mode 100755 chat app/node_modules/backo2/Readme.md create mode 100755 chat app/node_modules/backo2/component.json create mode 100755 chat app/node_modules/backo2/index.js create mode 100755 chat app/node_modules/backo2/package.json create mode 100755 chat app/node_modules/backo2/test/index.js create mode 100755 chat app/node_modules/base64-arraybuffer/.npmignore create mode 100755 chat app/node_modules/base64-arraybuffer/.travis.yml create mode 100755 chat app/node_modules/base64-arraybuffer/LICENSE-MIT create mode 100755 chat app/node_modules/base64-arraybuffer/README.md create mode 100755 chat app/node_modules/base64-arraybuffer/lib/base64-arraybuffer.js create mode 100755 chat app/node_modules/base64-arraybuffer/package.json create mode 100755 chat app/node_modules/base64id/.npmignore create mode 100755 chat app/node_modules/base64id/LICENSE create mode 100755 chat app/node_modules/base64id/README.md create mode 100755 chat app/node_modules/base64id/lib/base64id.js create mode 100755 chat app/node_modules/base64id/package.json create mode 100755 chat app/node_modules/better-assert/.npmignore create mode 100755 chat app/node_modules/better-assert/History.md create mode 100755 chat app/node_modules/better-assert/Makefile create mode 100755 chat app/node_modules/better-assert/Readme.md create mode 100755 chat app/node_modules/better-assert/example.js create mode 100755 chat app/node_modules/better-assert/index.js create mode 100755 chat app/node_modules/better-assert/package.json create mode 100755 chat app/node_modules/blob/.idea/blob.iml create mode 100755 chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml create mode 100755 chat app/node_modules/blob/.idea/markdown-navigator.xml create mode 100755 chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml create mode 100755 chat app/node_modules/blob/.idea/modules.xml create mode 100755 chat app/node_modules/blob/.idea/vcs.xml create mode 100755 chat app/node_modules/blob/.idea/workspace.xml create mode 100755 chat app/node_modules/blob/.zuul.yml create mode 100755 chat app/node_modules/blob/LICENSE create mode 100755 chat app/node_modules/blob/Makefile create mode 100755 chat app/node_modules/blob/README.md create mode 100755 chat app/node_modules/blob/component.json create mode 100755 chat app/node_modules/blob/index.js create mode 100755 chat app/node_modules/blob/package.json create mode 100755 chat app/node_modules/blob/test/index.js create mode 100755 chat app/node_modules/cacheable-request/LICENSE create mode 100755 chat app/node_modules/cacheable-request/README.md create mode 100755 chat app/node_modules/cacheable-request/package.json create mode 100755 chat app/node_modules/cacheable-request/src/index.js create mode 100755 chat app/node_modules/callsite/.npmignore create mode 100755 chat app/node_modules/callsite/History.md create mode 100755 chat app/node_modules/callsite/Makefile create mode 100755 chat app/node_modules/callsite/Readme.md create mode 100755 chat app/node_modules/callsite/index.js create mode 100755 chat app/node_modules/callsite/package.json create mode 100755 chat app/node_modules/camelcase/index.js create mode 100755 chat app/node_modules/camelcase/license create mode 100755 chat app/node_modules/camelcase/package.json create mode 100755 chat app/node_modules/camelcase/readme.md create mode 100755 chat app/node_modules/cliui/CHANGELOG.md create mode 100755 chat app/node_modules/cliui/LICENSE.txt create mode 100755 chat app/node_modules/cliui/README.md create mode 100755 chat app/node_modules/cliui/index.js create mode 100755 chat app/node_modules/cliui/package.json create mode 100755 chat app/node_modules/clone-response/LICENSE create mode 100755 chat app/node_modules/clone-response/README.md create mode 100755 chat app/node_modules/clone-response/package.json create mode 100755 chat app/node_modules/clone-response/src/index.js create mode 100755 chat app/node_modules/code-point-at/index.js create mode 100755 chat app/node_modules/code-point-at/license create mode 100755 chat app/node_modules/code-point-at/package.json create mode 100755 chat app/node_modules/code-point-at/readme.md create mode 100755 chat app/node_modules/component-bind/.npmignore create mode 100755 chat app/node_modules/component-bind/History.md create mode 100755 chat app/node_modules/component-bind/Makefile create mode 100755 chat app/node_modules/component-bind/Readme.md create mode 100755 chat app/node_modules/component-bind/component.json create mode 100755 chat app/node_modules/component-bind/index.js create mode 100755 chat app/node_modules/component-bind/package.json create mode 100755 chat app/node_modules/component-emitter/History.md create mode 100755 chat app/node_modules/component-emitter/LICENSE create mode 100755 chat app/node_modules/component-emitter/Readme.md create mode 100755 chat app/node_modules/component-emitter/index.js create mode 100755 chat app/node_modules/component-emitter/package.json create mode 100755 chat app/node_modules/component-inherit/.npmignore create mode 100755 chat app/node_modules/component-inherit/History.md create mode 100755 chat app/node_modules/component-inherit/Makefile create mode 100755 chat app/node_modules/component-inherit/Readme.md create mode 100755 chat app/node_modules/component-inherit/component.json create mode 100755 chat app/node_modules/component-inherit/index.js create mode 100755 chat app/node_modules/component-inherit/package.json create mode 100755 chat app/node_modules/component-inherit/test/inherit.js create mode 100755 chat app/node_modules/cookie/HISTORY.md create mode 100755 chat app/node_modules/cookie/LICENSE create mode 100755 chat app/node_modules/cookie/README.md create mode 100755 chat app/node_modules/cookie/index.js create mode 100755 chat app/node_modules/cookie/package.json create mode 100755 chat app/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/debug/README.md create mode 100755 chat app/node_modules/debug/dist/debug.js create mode 100755 chat app/node_modules/debug/package.json create mode 100755 chat app/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/debug/src/common.js create mode 100755 chat app/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/decamelize/index.js create mode 100755 chat app/node_modules/decamelize/license create mode 100755 chat app/node_modules/decamelize/package.json create mode 100755 chat app/node_modules/decamelize/readme.md create mode 100755 chat app/node_modules/decompress-response/index.js create mode 100755 chat app/node_modules/decompress-response/license create mode 100755 chat app/node_modules/decompress-response/package.json create mode 100755 chat app/node_modules/decompress-response/readme.md create mode 100755 chat app/node_modules/defer-to-connect/LICENSE create mode 100755 chat app/node_modules/defer-to-connect/README.md create mode 100755 chat app/node_modules/defer-to-connect/index.js create mode 100755 chat app/node_modules/defer-to-connect/package.json create mode 100755 chat app/node_modules/dns-packet/CHANGELOG.md create mode 100755 chat app/node_modules/dns-packet/LICENSE create mode 100755 chat app/node_modules/dns-packet/README.md create mode 100755 chat app/node_modules/dns-packet/classes.js create mode 100755 chat app/node_modules/dns-packet/index.js create mode 100755 chat app/node_modules/dns-packet/opcodes.js create mode 100755 chat app/node_modules/dns-packet/optioncodes.js create mode 100755 chat app/node_modules/dns-packet/package.json create mode 100755 chat app/node_modules/dns-packet/rcodes.js create mode 100755 chat app/node_modules/dns-packet/types.js create mode 100755 chat app/node_modules/dns-socket/CHANGELOG.md create mode 100755 chat app/node_modules/dns-socket/LICENSE create mode 100755 chat app/node_modules/dns-socket/README.md create mode 100755 chat app/node_modules/dns-socket/index.js create mode 100755 chat app/node_modules/dns-socket/package.json create mode 100755 chat app/node_modules/duplexer3/LICENSE.md create mode 100755 chat app/node_modules/duplexer3/README.md create mode 100755 chat app/node_modules/duplexer3/index.js create mode 100755 chat app/node_modules/duplexer3/package.json create mode 100755 chat app/node_modules/end-of-stream/LICENSE create mode 100755 chat app/node_modules/end-of-stream/README.md create mode 100755 chat app/node_modules/end-of-stream/index.js create mode 100755 chat app/node_modules/end-of-stream/package.json create mode 100755 chat app/node_modules/engine.io-client/LICENSE create mode 100755 chat app/node_modules/engine.io-client/README.md create mode 100755 chat app/node_modules/engine.io-client/engine.io.js create mode 100755 chat app/node_modules/engine.io-client/lib/index.js create mode 100755 chat app/node_modules/engine.io-client/lib/socket.js create mode 100755 chat app/node_modules/engine.io-client/lib/transport.js create mode 100755 chat app/node_modules/engine.io-client/lib/transports/index.js create mode 100755 chat app/node_modules/engine.io-client/lib/transports/polling-jsonp.js create mode 100755 chat app/node_modules/engine.io-client/lib/transports/polling-xhr.js create mode 100755 chat app/node_modules/engine.io-client/lib/transports/polling.js create mode 100755 chat app/node_modules/engine.io-client/lib/transports/websocket.js create mode 100755 chat app/node_modules/engine.io-client/lib/xmlhttprequest.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.coveralls.yml create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.eslintrc create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.npmignore create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.travis.yml create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/Makefile create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/README.md create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/karma.conf.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/node.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/package.json create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/src/debug.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/ms/index.js create mode 100755 chat app/node_modules/engine.io-client/node_modules/ms/license.md create mode 100755 chat app/node_modules/engine.io-client/node_modules/ms/package.json create mode 100755 chat app/node_modules/engine.io-client/node_modules/ms/readme.md create mode 100755 chat app/node_modules/engine.io-client/package.json create mode 100755 chat app/node_modules/engine.io-parser/LICENSE create mode 100755 chat app/node_modules/engine.io-parser/Readme.md create mode 100755 chat app/node_modules/engine.io-parser/lib/browser.js create mode 100755 chat app/node_modules/engine.io-parser/lib/index.js create mode 100755 chat app/node_modules/engine.io-parser/lib/keys.js create mode 100755 chat app/node_modules/engine.io-parser/lib/utf8.js create mode 100755 chat app/node_modules/engine.io-parser/package.json create mode 100755 chat app/node_modules/engine.io/LICENSE create mode 100755 chat app/node_modules/engine.io/README.md create mode 100755 chat app/node_modules/engine.io/lib/engine.io.js create mode 100755 chat app/node_modules/engine.io/lib/server.js create mode 100755 chat app/node_modules/engine.io/lib/socket.js create mode 100755 chat app/node_modules/engine.io/lib/transport.js create mode 100755 chat app/node_modules/engine.io/lib/transports/index.js create mode 100755 chat app/node_modules/engine.io/lib/transports/polling-jsonp.js create mode 100755 chat app/node_modules/engine.io/lib/transports/polling-xhr.js create mode 100755 chat app/node_modules/engine.io/lib/transports/polling.js create mode 100755 chat app/node_modules/engine.io/lib/transports/websocket.js create mode 100755 chat app/node_modules/engine.io/node_modules/debug/.coveralls.yml create mode 100755 chat app/node_modules/engine.io/node_modules/debug/.eslintrc create mode 100755 chat app/node_modules/engine.io/node_modules/debug/.npmignore create mode 100755 chat app/node_modules/engine.io/node_modules/debug/.travis.yml create mode 100755 chat app/node_modules/engine.io/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/engine.io/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/engine.io/node_modules/debug/Makefile create mode 100755 chat app/node_modules/engine.io/node_modules/debug/README.md create mode 100755 chat app/node_modules/engine.io/node_modules/debug/karma.conf.js create mode 100755 chat app/node_modules/engine.io/node_modules/debug/node.js create mode 100755 chat app/node_modules/engine.io/node_modules/debug/package.json create mode 100755 chat app/node_modules/engine.io/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/engine.io/node_modules/debug/src/debug.js create mode 100755 chat app/node_modules/engine.io/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/engine.io/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/engine.io/node_modules/ms/index.js create mode 100755 chat app/node_modules/engine.io/node_modules/ms/license.md create mode 100755 chat app/node_modules/engine.io/node_modules/ms/package.json create mode 100755 chat app/node_modules/engine.io/node_modules/ms/readme.md create mode 100755 chat app/node_modules/engine.io/package.json create mode 100755 chat app/node_modules/error-ex/LICENSE create mode 100755 chat app/node_modules/error-ex/README.md create mode 100755 chat app/node_modules/error-ex/index.js create mode 100755 chat app/node_modules/error-ex/package.json create mode 100755 chat app/node_modules/find-up/index.js create mode 100755 chat app/node_modules/find-up/license create mode 100755 chat app/node_modules/find-up/package.json create mode 100755 chat app/node_modules/find-up/readme.md create mode 100755 chat app/node_modules/follow-redirects/LICENSE create mode 100755 chat app/node_modules/follow-redirects/README.md create mode 100755 chat app/node_modules/follow-redirects/http.js create mode 100755 chat app/node_modules/follow-redirects/https.js create mode 100755 chat app/node_modules/follow-redirects/index.js create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/README.md create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/dist/debug.js create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/node.js create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/package.json create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/src/common.js create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/follow-redirects/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/follow-redirects/package.json create mode 100755 chat app/node_modules/get-caller-file/LICENSE.md create mode 100755 chat app/node_modules/get-caller-file/README.md create mode 100755 chat app/node_modules/get-caller-file/index.js create mode 100755 chat app/node_modules/get-caller-file/package.json create mode 100755 chat app/node_modules/get-stream/buffer-stream.js create mode 100755 chat app/node_modules/get-stream/index.js create mode 100755 chat app/node_modules/get-stream/license create mode 100755 chat app/node_modules/get-stream/package.json create mode 100755 chat app/node_modules/get-stream/readme.md create mode 100755 chat app/node_modules/got/license create mode 100755 chat app/node_modules/got/package.json create mode 100755 chat app/node_modules/got/readme.md create mode 100755 chat app/node_modules/got/source/as-promise.js create mode 100755 chat app/node_modules/got/source/as-stream.js create mode 100755 chat app/node_modules/got/source/create.js create mode 100755 chat app/node_modules/got/source/errors.js create mode 100755 chat app/node_modules/got/source/get-response.js create mode 100755 chat app/node_modules/got/source/index.js create mode 100755 chat app/node_modules/got/source/known-hook-events.js create mode 100755 chat app/node_modules/got/source/merge.js create mode 100755 chat app/node_modules/got/source/normalize-arguments.js create mode 100755 chat app/node_modules/got/source/progress.js create mode 100755 chat app/node_modules/got/source/request-as-event-emitter.js create mode 100755 chat app/node_modules/got/source/utils/deep-freeze.js create mode 100755 chat app/node_modules/got/source/utils/get-body-size.js create mode 100755 chat app/node_modules/got/source/utils/is-form-data.js create mode 100755 chat app/node_modules/got/source/utils/timed-out.js create mode 100755 chat app/node_modules/got/source/utils/url-to-options.js create mode 100755 chat app/node_modules/graceful-fs/LICENSE create mode 100755 chat app/node_modules/graceful-fs/README.md create mode 100755 chat app/node_modules/graceful-fs/clone.js create mode 100755 chat app/node_modules/graceful-fs/graceful-fs.js create mode 100755 chat app/node_modules/graceful-fs/legacy-streams.js create mode 100755 chat app/node_modules/graceful-fs/package.json create mode 100755 chat app/node_modules/graceful-fs/polyfills.js create mode 100755 chat app/node_modules/has-binary2/History.md create mode 100755 chat app/node_modules/has-binary2/LICENSE create mode 100755 chat app/node_modules/has-binary2/README.md create mode 100755 chat app/node_modules/has-binary2/index.js create mode 100755 chat app/node_modules/has-binary2/package.json create mode 100755 chat app/node_modules/has-cors/.npmignore create mode 100755 chat app/node_modules/has-cors/History.md create mode 100755 chat app/node_modules/has-cors/Makefile create mode 100755 chat app/node_modules/has-cors/Readme.md create mode 100755 chat app/node_modules/has-cors/component.json create mode 100755 chat app/node_modules/has-cors/index.js create mode 100755 chat app/node_modules/has-cors/package.json create mode 100755 chat app/node_modules/has-cors/test.js create mode 100755 chat app/node_modules/hosted-git-info/CHANGELOG.md create mode 100755 chat app/node_modules/hosted-git-info/LICENSE create mode 100755 chat app/node_modules/hosted-git-info/README.md create mode 100755 chat app/node_modules/hosted-git-info/git-host-info.js create mode 100755 chat app/node_modules/hosted-git-info/git-host.js create mode 100755 chat app/node_modules/hosted-git-info/index.js create mode 100755 chat app/node_modules/hosted-git-info/package.json create mode 100755 chat app/node_modules/http-cache-semantics/LICENSE create mode 100755 chat app/node_modules/http-cache-semantics/README.md create mode 100755 chat app/node_modules/http-cache-semantics/index.js create mode 100755 chat app/node_modules/http-cache-semantics/package.json create mode 100755 chat app/node_modules/indexof/.npmignore create mode 100755 chat app/node_modules/indexof/Makefile create mode 100755 chat app/node_modules/indexof/Readme.md create mode 100755 chat app/node_modules/indexof/component.json create mode 100755 chat app/node_modules/indexof/index.js create mode 100755 chat app/node_modules/indexof/package.json create mode 100755 chat app/node_modules/invert-kv/index.js create mode 100755 chat app/node_modules/invert-kv/package.json create mode 100755 chat app/node_modules/invert-kv/readme.md create mode 100755 chat app/node_modules/ip-regex/index.js create mode 100755 chat app/node_modules/ip-regex/license create mode 100755 chat app/node_modules/ip-regex/package.json create mode 100755 chat app/node_modules/ip-regex/readme.md create mode 100755 chat app/node_modules/ip/.jscsrc create mode 100755 chat app/node_modules/ip/.jshintrc create mode 100755 chat app/node_modules/ip/.npmignore create mode 100755 chat app/node_modules/ip/.travis.yml create mode 100755 chat app/node_modules/ip/README.md create mode 100755 chat app/node_modules/ip/lib/ip.js create mode 100755 chat app/node_modules/ip/package.json create mode 100755 chat app/node_modules/ip/test/api-test.js create mode 100755 chat app/node_modules/is-arrayish/.editorconfig create mode 100755 chat app/node_modules/is-arrayish/.istanbul.yml create mode 100755 chat app/node_modules/is-arrayish/.npmignore create mode 100755 chat app/node_modules/is-arrayish/.travis.yml create mode 100755 chat app/node_modules/is-arrayish/LICENSE create mode 100755 chat app/node_modules/is-arrayish/README.md create mode 100755 chat app/node_modules/is-arrayish/index.js create mode 100755 chat app/node_modules/is-arrayish/package.json create mode 100755 chat app/node_modules/is-buffer/LICENSE create mode 100755 chat app/node_modules/is-buffer/README.md create mode 100755 chat app/node_modules/is-buffer/index.js create mode 100755 chat app/node_modules/is-buffer/package.json create mode 100755 chat app/node_modules/is-buffer/test/basic.js create mode 100755 chat app/node_modules/is-fullwidth-code-point/index.js create mode 100755 chat app/node_modules/is-fullwidth-code-point/license create mode 100755 chat app/node_modules/is-fullwidth-code-point/package.json create mode 100755 chat app/node_modules/is-fullwidth-code-point/readme.md create mode 100755 chat app/node_modules/is-ip/index.js create mode 100755 chat app/node_modules/is-ip/license create mode 100755 chat app/node_modules/is-ip/package.json create mode 100755 chat app/node_modules/is-ip/readme.md create mode 100755 chat app/node_modules/is-utf8/LICENSE create mode 100755 chat app/node_modules/is-utf8/README.md create mode 100755 chat app/node_modules/is-utf8/is-utf8.js create mode 100755 chat app/node_modules/is-utf8/package.json create mode 100755 chat app/node_modules/isarray/README.md create mode 100755 chat app/node_modules/isarray/index.js create mode 100755 chat app/node_modules/isarray/package.json create mode 100755 chat app/node_modules/json-buffer/.npmignore create mode 100755 chat app/node_modules/json-buffer/.travis.yml create mode 100755 chat app/node_modules/json-buffer/LICENSE create mode 100755 chat app/node_modules/json-buffer/README.md create mode 100755 chat app/node_modules/json-buffer/index.js create mode 100755 chat app/node_modules/json-buffer/package.json create mode 100755 chat app/node_modules/json-buffer/test/index.js create mode 100755 chat app/node_modules/keyv/LICENSE create mode 100755 chat app/node_modules/keyv/README.md create mode 100755 chat app/node_modules/keyv/package.json create mode 100755 chat app/node_modules/keyv/src/index.js create mode 100755 chat app/node_modules/lcid/index.js create mode 100755 chat app/node_modules/lcid/lcid.json create mode 100755 chat app/node_modules/lcid/license create mode 100755 chat app/node_modules/lcid/package.json create mode 100755 chat app/node_modules/lcid/readme.md create mode 100755 chat app/node_modules/left-pad/.travis.yml create mode 100755 chat app/node_modules/left-pad/COPYING create mode 100755 chat app/node_modules/left-pad/README.md create mode 100755 chat app/node_modules/left-pad/index.d.ts create mode 100755 chat app/node_modules/left-pad/index.js create mode 100755 chat app/node_modules/left-pad/package.json create mode 100755 chat app/node_modules/left-pad/perf/O(n).js create mode 100755 chat app/node_modules/left-pad/perf/es6Repeat.js create mode 100755 chat app/node_modules/left-pad/perf/perf.js create mode 100755 chat app/node_modules/left-pad/test.js create mode 100755 chat app/node_modules/load-json-file/index.js create mode 100755 chat app/node_modules/load-json-file/license create mode 100755 chat app/node_modules/load-json-file/package.json create mode 100755 chat app/node_modules/load-json-file/readme.md create mode 100755 chat app/node_modules/localtunnel/.travis.yml create mode 100755 chat app/node_modules/localtunnel/History.md create mode 100755 chat app/node_modules/localtunnel/LICENSE create mode 100755 chat app/node_modules/localtunnel/README.md create mode 100755 chat app/node_modules/localtunnel/bin/client create mode 100755 chat app/node_modules/localtunnel/client.js create mode 100755 chat app/node_modules/localtunnel/lib/HeaderHostTransformer.js create mode 100755 chat app/node_modules/localtunnel/lib/Tunnel.js create mode 100755 chat app/node_modules/localtunnel/lib/TunnelCluster.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.coveralls.yml create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.eslintrc create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.npmignore create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.travis.yml create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/Makefile create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/README.md create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/component.json create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/karma.conf.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/node.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/package.json create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/src/debug.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/src/inspector-log.js create mode 100755 chat app/node_modules/localtunnel/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/localtunnel/node_modules/ms/index.js create mode 100755 chat app/node_modules/localtunnel/node_modules/ms/license.md create mode 100755 chat app/node_modules/localtunnel/node_modules/ms/package.json create mode 100755 chat app/node_modules/localtunnel/node_modules/ms/readme.md create mode 100755 chat app/node_modules/localtunnel/package.json create mode 100755 chat app/node_modules/localtunnel/test/index.js create mode 100755 chat app/node_modules/localtunnel/yarn.lock create mode 100755 chat app/node_modules/lowercase-keys/index.js create mode 100755 chat app/node_modules/lowercase-keys/license create mode 100755 chat app/node_modules/lowercase-keys/package.json create mode 100755 chat app/node_modules/lowercase-keys/readme.md create mode 100755 chat app/node_modules/mime-db/HISTORY.md create mode 100755 chat app/node_modules/mime-db/LICENSE create mode 100755 chat app/node_modules/mime-db/README.md create mode 100755 chat app/node_modules/mime-db/db.json create mode 100755 chat app/node_modules/mime-db/index.js create mode 100755 chat app/node_modules/mime-db/package.json create mode 100755 chat app/node_modules/mime-types/HISTORY.md create mode 100755 chat app/node_modules/mime-types/LICENSE create mode 100755 chat app/node_modules/mime-types/README.md create mode 100755 chat app/node_modules/mime-types/index.js create mode 100755 chat app/node_modules/mime-types/package.json create mode 100755 chat app/node_modules/mimic-response/index.js create mode 100755 chat app/node_modules/mimic-response/license create mode 100755 chat app/node_modules/mimic-response/package.json create mode 100755 chat app/node_modules/mimic-response/readme.md create mode 100755 chat app/node_modules/ms/index.js create mode 100755 chat app/node_modules/ms/license.md create mode 100755 chat app/node_modules/ms/package.json create mode 100755 chat app/node_modules/ms/readme.md create mode 100755 chat app/node_modules/negotiator/HISTORY.md create mode 100755 chat app/node_modules/negotiator/LICENSE create mode 100755 chat app/node_modules/negotiator/README.md create mode 100755 chat app/node_modules/negotiator/index.js create mode 100755 chat app/node_modules/negotiator/lib/charset.js create mode 100755 chat app/node_modules/negotiator/lib/encoding.js create mode 100755 chat app/node_modules/negotiator/lib/language.js create mode 100755 chat app/node_modules/negotiator/lib/mediaType.js create mode 100755 chat app/node_modules/negotiator/package.json create mode 100755 chat app/node_modules/normalize-package-data/AUTHORS create mode 100755 chat app/node_modules/normalize-package-data/LICENSE create mode 100755 chat app/node_modules/normalize-package-data/README.md create mode 100755 chat app/node_modules/normalize-package-data/lib/extract_description.js create mode 100755 chat app/node_modules/normalize-package-data/lib/fixer.js create mode 100755 chat app/node_modules/normalize-package-data/lib/make_warning.js create mode 100755 chat app/node_modules/normalize-package-data/lib/normalize.js create mode 100755 chat app/node_modules/normalize-package-data/lib/safe_format.js create mode 100755 chat app/node_modules/normalize-package-data/lib/typos.json create mode 100755 chat app/node_modules/normalize-package-data/lib/warning_messages.json create mode 100755 chat app/node_modules/normalize-package-data/package.json create mode 100755 chat app/node_modules/normalize-url/index.js create mode 100755 chat app/node_modules/normalize-url/license create mode 100755 chat app/node_modules/normalize-url/package.json create mode 100755 chat app/node_modules/normalize-url/readme.md create mode 100755 chat app/node_modules/number-is-nan/index.js create mode 100755 chat app/node_modules/number-is-nan/license create mode 100755 chat app/node_modules/number-is-nan/package.json create mode 100755 chat app/node_modules/number-is-nan/readme.md create mode 100755 chat app/node_modules/object-component/.npmignore create mode 100755 chat app/node_modules/object-component/History.md create mode 100755 chat app/node_modules/object-component/Makefile create mode 100755 chat app/node_modules/object-component/Readme.md create mode 100755 chat app/node_modules/object-component/component.json create mode 100755 chat app/node_modules/object-component/index.js create mode 100755 chat app/node_modules/object-component/package.json create mode 100755 chat app/node_modules/object-component/test/object.js create mode 100755 chat app/node_modules/once/LICENSE create mode 100755 chat app/node_modules/once/README.md create mode 100755 chat app/node_modules/once/once.js create mode 100755 chat app/node_modules/once/package.json create mode 100755 chat app/node_modules/openurl/.npmignore create mode 100755 chat app/node_modules/openurl/README.md create mode 100755 chat app/node_modules/openurl/openurl.js create mode 100755 chat app/node_modules/openurl/package.json create mode 100755 chat app/node_modules/os-locale/index.js create mode 100755 chat app/node_modules/os-locale/license create mode 100755 chat app/node_modules/os-locale/package.json create mode 100755 chat app/node_modules/os-locale/readme.md create mode 100755 chat app/node_modules/p-cancelable/index.d.ts create mode 100755 chat app/node_modules/p-cancelable/index.js create mode 100755 chat app/node_modules/p-cancelable/license create mode 100755 chat app/node_modules/p-cancelable/package.json create mode 100755 chat app/node_modules/p-cancelable/readme.md create mode 100755 chat app/node_modules/parse-json/index.js create mode 100755 chat app/node_modules/parse-json/license create mode 100755 chat app/node_modules/parse-json/package.json create mode 100755 chat app/node_modules/parse-json/readme.md create mode 100755 chat app/node_modules/parse-json/vendor/parse.js create mode 100755 chat app/node_modules/parse-json/vendor/unicode.js create mode 100755 chat app/node_modules/parseqs/.npmignore create mode 100755 chat app/node_modules/parseqs/LICENSE create mode 100755 chat app/node_modules/parseqs/Makefile create mode 100755 chat app/node_modules/parseqs/README.md create mode 100755 chat app/node_modules/parseqs/index.js create mode 100755 chat app/node_modules/parseqs/package.json create mode 100755 chat app/node_modules/parseqs/test.js create mode 100755 chat app/node_modules/parseuri/.npmignore create mode 100755 chat app/node_modules/parseuri/History.md create mode 100755 chat app/node_modules/parseuri/LICENSE create mode 100755 chat app/node_modules/parseuri/Makefile create mode 100755 chat app/node_modules/parseuri/README.md create mode 100755 chat app/node_modules/parseuri/index.js create mode 100755 chat app/node_modules/parseuri/package.json create mode 100755 chat app/node_modules/parseuri/test.js create mode 100755 chat app/node_modules/path-exists/index.js create mode 100755 chat app/node_modules/path-exists/license create mode 100755 chat app/node_modules/path-exists/package.json create mode 100755 chat app/node_modules/path-exists/readme.md create mode 100755 chat app/node_modules/path-parse/.travis.yml create mode 100755 chat app/node_modules/path-parse/LICENSE create mode 100755 chat app/node_modules/path-parse/README.md create mode 100755 chat app/node_modules/path-parse/index.js create mode 100755 chat app/node_modules/path-parse/package.json create mode 100755 chat app/node_modules/path-parse/test.js create mode 100755 chat app/node_modules/path-type/index.js create mode 100755 chat app/node_modules/path-type/license create mode 100755 chat app/node_modules/path-type/package.json create mode 100755 chat app/node_modules/path-type/readme.md create mode 100755 chat app/node_modules/pify/index.js create mode 100755 chat app/node_modules/pify/license create mode 100755 chat app/node_modules/pify/package.json create mode 100755 chat app/node_modules/pify/readme.md create mode 100755 chat app/node_modules/pinkie-promise/index.js create mode 100755 chat app/node_modules/pinkie-promise/license create mode 100755 chat app/node_modules/pinkie-promise/package.json create mode 100755 chat app/node_modules/pinkie-promise/readme.md create mode 100755 chat app/node_modules/pinkie/index.js create mode 100755 chat app/node_modules/pinkie/license create mode 100755 chat app/node_modules/pinkie/package.json create mode 100755 chat app/node_modules/pinkie/readme.md create mode 100755 chat app/node_modules/prepend-http/index.js create mode 100755 chat app/node_modules/prepend-http/license create mode 100755 chat app/node_modules/prepend-http/package.json create mode 100755 chat app/node_modules/prepend-http/readme.md create mode 100755 chat app/node_modules/public-ip/browser.js create mode 100755 chat app/node_modules/public-ip/index.js create mode 100755 chat app/node_modules/public-ip/license create mode 100755 chat app/node_modules/public-ip/package.json create mode 100755 chat app/node_modules/public-ip/readme.md create mode 100755 chat app/node_modules/pump/.travis.yml create mode 100755 chat app/node_modules/pump/LICENSE create mode 100755 chat app/node_modules/pump/README.md create mode 100755 chat app/node_modules/pump/index.js create mode 100755 chat app/node_modules/pump/package.json create mode 100755 chat app/node_modules/pump/test-browser.js create mode 100755 chat app/node_modules/pump/test-node.js create mode 100755 chat app/node_modules/read-pkg-up/index.js create mode 100755 chat app/node_modules/read-pkg-up/license create mode 100755 chat app/node_modules/read-pkg-up/package.json create mode 100755 chat app/node_modules/read-pkg-up/readme.md create mode 100755 chat app/node_modules/read-pkg/index.js create mode 100755 chat app/node_modules/read-pkg/license create mode 100755 chat app/node_modules/read-pkg/package.json create mode 100755 chat app/node_modules/read-pkg/readme.md create mode 100755 chat app/node_modules/require-directory/.jshintrc create mode 100755 chat app/node_modules/require-directory/.npmignore create mode 100755 chat app/node_modules/require-directory/.travis.yml create mode 100755 chat app/node_modules/require-directory/LICENSE create mode 100755 chat app/node_modules/require-directory/README.markdown create mode 100755 chat app/node_modules/require-directory/index.js create mode 100755 chat app/node_modules/require-directory/package.json create mode 100755 chat app/node_modules/require-main-filename/.npmignore create mode 100755 chat app/node_modules/require-main-filename/.travis.yml create mode 100755 chat app/node_modules/require-main-filename/LICENSE.txt create mode 100755 chat app/node_modules/require-main-filename/README.md create mode 100755 chat app/node_modules/require-main-filename/index.js create mode 100755 chat app/node_modules/require-main-filename/package.json create mode 100755 chat app/node_modules/require-main-filename/test.js create mode 100755 chat app/node_modules/resolve/.editorconfig create mode 100755 chat app/node_modules/resolve/.eslintignore create mode 100755 chat app/node_modules/resolve/.eslintrc create mode 100755 chat app/node_modules/resolve/.travis.yml create mode 100755 chat app/node_modules/resolve/CHANGELOG.md create mode 100755 chat app/node_modules/resolve/LICENSE create mode 100755 chat app/node_modules/resolve/appveyor.yml create mode 100755 chat app/node_modules/resolve/changelog.hbs create mode 100755 chat app/node_modules/resolve/example/async.js create mode 100755 chat app/node_modules/resolve/example/sync.js create mode 100755 chat app/node_modules/resolve/index.js create mode 100755 chat app/node_modules/resolve/lib/async.js create mode 100755 chat app/node_modules/resolve/lib/caller.js create mode 100755 chat app/node_modules/resolve/lib/core.js create mode 100755 chat app/node_modules/resolve/lib/core.json create mode 100755 chat app/node_modules/resolve/lib/node-modules-paths.js create mode 100755 chat app/node_modules/resolve/lib/normalize-options.js create mode 100755 chat app/node_modules/resolve/lib/sync.js create mode 100755 chat app/node_modules/resolve/package.json create mode 100755 chat app/node_modules/resolve/readme.markdown create mode 100755 chat app/node_modules/resolve/test/.eslintrc create mode 100755 chat app/node_modules/resolve/test/core.js create mode 100755 chat app/node_modules/resolve/test/dotdot.js create mode 100755 chat app/node_modules/resolve/test/dotdot/abc/index.js create mode 100755 chat app/node_modules/resolve/test/dotdot/index.js create mode 100755 chat app/node_modules/resolve/test/faulty_basedir.js create mode 100755 chat app/node_modules/resolve/test/filter.js create mode 100755 chat app/node_modules/resolve/test/filter_sync.js create mode 100755 chat app/node_modules/resolve/test/mock.js create mode 100755 chat app/node_modules/resolve/test/mock_sync.js create mode 100755 chat app/node_modules/resolve/test/module_dir.js create mode 100755 chat app/node_modules/resolve/test/module_dir/xmodules/aaa/index.js create mode 100755 chat app/node_modules/resolve/test/module_dir/ymodules/aaa/index.js create mode 100755 chat app/node_modules/resolve/test/module_dir/zmodules/bbb/main.js create mode 100755 chat app/node_modules/resolve/test/module_dir/zmodules/bbb/package.json create mode 100755 chat app/node_modules/resolve/test/node-modules-paths.js create mode 100755 chat app/node_modules/resolve/test/node_path.js create mode 100755 chat app/node_modules/resolve/test/node_path/x/aaa/index.js create mode 100755 chat app/node_modules/resolve/test/node_path/x/ccc/index.js create mode 100755 chat app/node_modules/resolve/test/node_path/y/bbb/index.js create mode 100755 chat app/node_modules/resolve/test/node_path/y/ccc/index.js create mode 100755 chat app/node_modules/resolve/test/nonstring.js create mode 100755 chat app/node_modules/resolve/test/pathfilter.js create mode 100755 chat app/node_modules/resolve/test/pathfilter/deep_ref/main.js create mode 100755 chat app/node_modules/resolve/test/precedence.js create mode 100755 chat app/node_modules/resolve/test/precedence/aaa.js create mode 100755 chat app/node_modules/resolve/test/precedence/aaa/index.js create mode 100755 chat app/node_modules/resolve/test/precedence/aaa/main.js create mode 100755 chat app/node_modules/resolve/test/precedence/bbb.js create mode 100755 chat app/node_modules/resolve/test/precedence/bbb/main.js create mode 100755 chat app/node_modules/resolve/test/resolver.js create mode 100755 chat app/node_modules/resolve/test/resolver/baz/doom.js create mode 100755 chat app/node_modules/resolve/test/resolver/baz/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/baz/quux.js create mode 100755 chat app/node_modules/resolve/test/resolver/browser_field/a.js create mode 100755 chat app/node_modules/resolve/test/resolver/browser_field/b.js create mode 100755 chat app/node_modules/resolve/test/resolver/browser_field/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/cup.coffee create mode 100755 chat app/node_modules/resolve/test/resolver/dot_main/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/dot_main/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/dot_slash_main/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/dot_slash_main/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/foo.js create mode 100755 chat app/node_modules/resolve/test/resolver/incorrect_main/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/incorrect_main/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/invalid_main/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/mug.coffee create mode 100755 chat app/node_modules/resolve/test/resolver/mug.js create mode 100755 chat app/node_modules/resolve/test/resolver/multirepo/lerna.json create mode 100755 chat app/node_modules/resolve/test/resolver/multirepo/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json create mode 100755 chat app/node_modules/resolve/test/resolver/other_path/lib/other-lib.js create mode 100755 chat app/node_modules/resolve/test/resolver/other_path/root.js create mode 100755 chat app/node_modules/resolve/test/resolver/quux/foo/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/same_names/foo.js create mode 100755 chat app/node_modules/resolve/test/resolver/same_names/foo/index.js create mode 100755 chat app/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js create mode 100755 chat app/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep create mode 100755 chat app/node_modules/resolve/test/resolver/without_basedir/main.js create mode 100755 chat app/node_modules/resolve/test/resolver_sync.js create mode 100755 chat app/node_modules/resolve/test/subdirs.js create mode 100755 chat app/node_modules/resolve/test/symlinks.js create mode 100755 chat app/node_modules/responselike/LICENSE create mode 100755 chat app/node_modules/responselike/README.md create mode 100755 chat app/node_modules/responselike/package.json create mode 100755 chat app/node_modules/responselike/src/index.js create mode 100755 chat app/node_modules/semver/CHANGELOG.md create mode 100755 chat app/node_modules/semver/LICENSE create mode 100755 chat app/node_modules/semver/README.md create mode 100755 chat app/node_modules/semver/bin/semver create mode 100755 chat app/node_modules/semver/package.json create mode 100755 chat app/node_modules/semver/range.bnf create mode 100755 chat app/node_modules/semver/semver.js create mode 100755 chat app/node_modules/set-blocking/CHANGELOG.md create mode 100755 chat app/node_modules/set-blocking/LICENSE.txt create mode 100755 chat app/node_modules/set-blocking/README.md create mode 100755 chat app/node_modules/set-blocking/index.js create mode 100755 chat app/node_modules/set-blocking/package.json create mode 100755 chat app/node_modules/socket.io-adapter/.npmignore create mode 100755 chat app/node_modules/socket.io-adapter/LICENSE create mode 100755 chat app/node_modules/socket.io-adapter/Readme.md create mode 100755 chat app/node_modules/socket.io-adapter/index.js create mode 100755 chat app/node_modules/socket.io-adapter/package.json create mode 100755 chat app/node_modules/socket.io-client/LICENSE create mode 100755 chat app/node_modules/socket.io-client/README.md create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.dev.js create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.dev.js.map create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.js create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.js.map create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.slim.dev.js create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.slim.dev.js.map create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.slim.js create mode 100755 chat app/node_modules/socket.io-client/dist/socket.io.slim.js.map create mode 100755 chat app/node_modules/socket.io-client/lib/index.js create mode 100755 chat app/node_modules/socket.io-client/lib/manager.js create mode 100755 chat app/node_modules/socket.io-client/lib/on.js create mode 100755 chat app/node_modules/socket.io-client/lib/socket.js create mode 100755 chat app/node_modules/socket.io-client/lib/url.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.coveralls.yml create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.eslintrc create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.npmignore create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.travis.yml create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/Makefile create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/README.md create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/karma.conf.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/node.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/package.json create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/src/debug.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/ms/index.js create mode 100755 chat app/node_modules/socket.io-client/node_modules/ms/license.md create mode 100755 chat app/node_modules/socket.io-client/node_modules/ms/package.json create mode 100755 chat app/node_modules/socket.io-client/node_modules/ms/readme.md create mode 100755 chat app/node_modules/socket.io-client/package.json create mode 100755 chat app/node_modules/socket.io-parser/LICENSE create mode 100755 chat app/node_modules/socket.io-parser/Readme.md create mode 100755 chat app/node_modules/socket.io-parser/binary.js create mode 100755 chat app/node_modules/socket.io-parser/index.js create mode 100755 chat app/node_modules/socket.io-parser/is-buffer.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.coveralls.yml create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.eslintrc create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.npmignore create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.travis.yml create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/CHANGELOG.md create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/LICENSE create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/Makefile create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/README.md create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/karma.conf.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/node.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/package.json create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/src/browser.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/src/debug.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/src/index.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/src/node.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/ms/index.js create mode 100755 chat app/node_modules/socket.io-parser/node_modules/ms/license.md create mode 100755 chat app/node_modules/socket.io-parser/node_modules/ms/package.json create mode 100755 chat app/node_modules/socket.io-parser/node_modules/ms/readme.md create mode 100755 chat app/node_modules/socket.io-parser/package.json create mode 100755 chat app/node_modules/socket.io/LICENSE create mode 100755 chat app/node_modules/socket.io/Readme.md create mode 100755 chat app/node_modules/socket.io/lib/client.js create mode 100755 chat app/node_modules/socket.io/lib/index.js create mode 100755 chat app/node_modules/socket.io/lib/namespace.js create mode 100755 chat app/node_modules/socket.io/lib/parent-namespace.js create mode 100755 chat app/node_modules/socket.io/lib/socket.js create mode 100755 chat app/node_modules/socket.io/package.json create mode 100755 chat app/node_modules/spdx-correct/LICENSE create mode 100755 chat app/node_modules/spdx-correct/README.md create mode 100755 chat app/node_modules/spdx-correct/index.js create mode 100755 chat app/node_modules/spdx-correct/package.json create mode 100755 chat app/node_modules/spdx-exceptions/README.md create mode 100755 chat app/node_modules/spdx-exceptions/index.json create mode 100755 chat app/node_modules/spdx-exceptions/package.json create mode 100755 chat app/node_modules/spdx-exceptions/test.log create mode 100755 chat app/node_modules/spdx-expression-parse/AUTHORS create mode 100755 chat app/node_modules/spdx-expression-parse/LICENSE create mode 100755 chat app/node_modules/spdx-expression-parse/README.md create mode 100755 chat app/node_modules/spdx-expression-parse/index.js create mode 100755 chat app/node_modules/spdx-expression-parse/package.json create mode 100755 chat app/node_modules/spdx-expression-parse/parse.js create mode 100755 chat app/node_modules/spdx-expression-parse/scan.js create mode 100755 chat app/node_modules/spdx-license-ids/README.md create mode 100755 chat app/node_modules/spdx-license-ids/deprecated.json create mode 100755 chat app/node_modules/spdx-license-ids/index.json create mode 100755 chat app/node_modules/spdx-license-ids/package.json create mode 100755 chat app/node_modules/string-width/index.js create mode 100755 chat app/node_modules/string-width/license create mode 100755 chat app/node_modules/string-width/package.json create mode 100755 chat app/node_modules/string-width/readme.md create mode 100755 chat app/node_modules/strip-ansi/index.js create mode 100755 chat app/node_modules/strip-ansi/license create mode 100755 chat app/node_modules/strip-ansi/package.json create mode 100755 chat app/node_modules/strip-ansi/readme.md create mode 100755 chat app/node_modules/strip-bom/index.js create mode 100755 chat app/node_modules/strip-bom/license create mode 100755 chat app/node_modules/strip-bom/package.json create mode 100755 chat app/node_modules/strip-bom/readme.md create mode 100755 chat app/node_modules/to-array/.npmignore create mode 100755 chat app/node_modules/to-array/LICENCE create mode 100755 chat app/node_modules/to-array/README.md create mode 100755 chat app/node_modules/to-array/index.js create mode 100755 chat app/node_modules/to-array/package.json create mode 100755 chat app/node_modules/to-readable-stream/index.js create mode 100755 chat app/node_modules/to-readable-stream/license create mode 100755 chat app/node_modules/to-readable-stream/package.json create mode 100755 chat app/node_modules/to-readable-stream/readme.md create mode 100755 chat app/node_modules/url-parse-lax/index.js create mode 100755 chat app/node_modules/url-parse-lax/license create mode 100755 chat app/node_modules/url-parse-lax/package.json create mode 100755 chat app/node_modules/url-parse-lax/readme.md create mode 100755 chat app/node_modules/validate-npm-package-license/LICENSE create mode 100755 chat app/node_modules/validate-npm-package-license/README.md create mode 100755 chat app/node_modules/validate-npm-package-license/index.js create mode 100755 chat app/node_modules/validate-npm-package-license/package.json create mode 100755 chat app/node_modules/which-module/CHANGELOG.md create mode 100755 chat app/node_modules/which-module/LICENSE create mode 100755 chat app/node_modules/which-module/README.md create mode 100755 chat app/node_modules/which-module/index.js create mode 100755 chat app/node_modules/which-module/package.json create mode 100755 chat app/node_modules/wrap-ansi/index.js create mode 100755 chat app/node_modules/wrap-ansi/license create mode 100755 chat app/node_modules/wrap-ansi/package.json create mode 100755 chat app/node_modules/wrap-ansi/readme.md create mode 100755 chat app/node_modules/wrappy/LICENSE create mode 100755 chat app/node_modules/wrappy/README.md create mode 100755 chat app/node_modules/wrappy/package.json create mode 100755 chat app/node_modules/wrappy/wrappy.js create mode 100755 chat app/node_modules/ws/LICENSE create mode 100755 chat app/node_modules/ws/README.md create mode 100755 chat app/node_modules/ws/browser.js create mode 100755 chat app/node_modules/ws/index.js create mode 100755 chat app/node_modules/ws/lib/buffer-util.js create mode 100755 chat app/node_modules/ws/lib/constants.js create mode 100755 chat app/node_modules/ws/lib/event-target.js create mode 100755 chat app/node_modules/ws/lib/extension.js create mode 100755 chat app/node_modules/ws/lib/permessage-deflate.js create mode 100755 chat app/node_modules/ws/lib/receiver.js create mode 100755 chat app/node_modules/ws/lib/sender.js create mode 100755 chat app/node_modules/ws/lib/validation.js create mode 100755 chat app/node_modules/ws/lib/websocket-server.js create mode 100755 chat app/node_modules/ws/lib/websocket.js create mode 100755 chat app/node_modules/ws/package.json create mode 100755 chat app/node_modules/xmlhttprequest-ssl/LICENSE create mode 100755 chat app/node_modules/xmlhttprequest-ssl/README.md create mode 100755 chat app/node_modules/xmlhttprequest-ssl/autotest.watchr create mode 100755 chat app/node_modules/xmlhttprequest-ssl/example/demo.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/package.json create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-constants.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-events.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-exceptions.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-headers.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-redirect-302.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-redirect-303.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-redirect-307.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-request-methods.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/test-request-protocols.js create mode 100755 chat app/node_modules/xmlhttprequest-ssl/tests/testdata.txt create mode 100755 chat app/node_modules/y18n/LICENSE create mode 100755 chat app/node_modules/y18n/README.md create mode 100755 chat app/node_modules/y18n/index.js create mode 100755 chat app/node_modules/y18n/package.json create mode 100755 chat app/node_modules/yargs-parser/CHANGELOG.md create mode 100755 chat app/node_modules/yargs-parser/LICENSE.txt create mode 100755 chat app/node_modules/yargs-parser/README.md create mode 100755 chat app/node_modules/yargs-parser/index.js create mode 100755 chat app/node_modules/yargs-parser/lib/tokenize-arg-string.js create mode 100755 chat app/node_modules/yargs-parser/package.json create mode 100755 chat app/node_modules/yargs/CHANGELOG.md create mode 100755 chat app/node_modules/yargs/LICENSE create mode 100755 chat app/node_modules/yargs/README.md create mode 100755 chat app/node_modules/yargs/completion.sh.hbs create mode 100755 chat app/node_modules/yargs/index.js create mode 100755 chat app/node_modules/yargs/lib/assign.js create mode 100755 chat app/node_modules/yargs/lib/command.js create mode 100755 chat app/node_modules/yargs/lib/completion.js create mode 100755 chat app/node_modules/yargs/lib/levenshtein.js create mode 100755 chat app/node_modules/yargs/lib/obj-filter.js create mode 100755 chat app/node_modules/yargs/lib/usage.js create mode 100755 chat app/node_modules/yargs/lib/validation.js create mode 100755 chat app/node_modules/yargs/locales/be.json create mode 100755 chat app/node_modules/yargs/locales/de.json create mode 100755 chat app/node_modules/yargs/locales/en.json create mode 100755 chat app/node_modules/yargs/locales/es.json create mode 100755 chat app/node_modules/yargs/locales/fr.json create mode 100755 chat app/node_modules/yargs/locales/hi.json create mode 100755 chat app/node_modules/yargs/locales/hu.json create mode 100755 chat app/node_modules/yargs/locales/id.json create mode 100755 chat app/node_modules/yargs/locales/it.json create mode 100755 chat app/node_modules/yargs/locales/ja.json create mode 100755 chat app/node_modules/yargs/locales/ko.json create mode 100755 chat app/node_modules/yargs/locales/nb.json create mode 100755 chat app/node_modules/yargs/locales/nl.json create mode 100755 chat app/node_modules/yargs/locales/pirate.json create mode 100755 chat app/node_modules/yargs/locales/pl.json create mode 100755 chat app/node_modules/yargs/locales/pt.json create mode 100755 chat app/node_modules/yargs/locales/pt_BR.json create mode 100755 chat app/node_modules/yargs/locales/ru.json create mode 100755 chat app/node_modules/yargs/locales/th.json create mode 100755 chat app/node_modules/yargs/locales/tr.json create mode 100755 chat app/node_modules/yargs/locales/zh_CN.json create mode 100755 chat app/node_modules/yargs/package.json create mode 100755 chat app/node_modules/yargs/yargs.js create mode 100755 chat app/node_modules/yeast/LICENSE create mode 100755 chat app/node_modules/yeast/README.md create mode 100755 chat app/node_modules/yeast/index.js create mode 100755 chat app/node_modules/yeast/package.json create mode 100755 chat app/package-lock.json create mode 100755 chat app/package.json create mode 100755 chat app/views/index.html diff --git a/chat app/README.md b/chat app/README.md new file mode 100755 index 0000000..4000300 --- /dev/null +++ b/chat app/README.md @@ -0,0 +1,6 @@ + +## Build +```bash +$ androidjs b +``` + diff --git a/chat app/assets/icon/app3.png b/chat app/assets/icon/app3.png new file mode 100755 index 0000000000000000000000000000000000000000..f61e19eb9708de4e4b9dd30e9c50f1dc3aefcfe8 GIT binary patch literal 5118 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 literal 0 HcmV?d00001 diff --git a/chat app/assets/icon/courses-icon-10.png b/chat app/assets/icon/courses-icon-10.png new file mode 100644 index 0000000000000000000000000000000000000000..baabb8f51b1ba47116125cb0116bcbe9c9ca15a5 GIT binary patch literal 28193 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 Dku6({_M0^!1Ug} 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 literal 0 HcmV?d00001 diff --git a/chat app/assets/icon/ic_launcher.png b/chat app/assets/icon/ic_launcher.png new file mode 100644 index 0000000000000000000000000000000000000000..e33de9c94bc84aa2fb55f2022ac62700167320e5 GIT binary patch literal 9490 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 literal 0 HcmV?d00001 diff --git a/chat app/assets/icon/icon.png b/chat app/assets/icon/icon.png new file mode 100644 index 0000000000000000000000000000000000000000..2676dbd6babb389faae215091e55dbdfa34f08ad GIT binary patch literal 26299 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"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))}function i(t){var n=this.useColors;if(t[0]=(n?"%c":"")+this.namespace+(n?" %c":" ")+t[0]+(n?"%c ":" ")+"+"+e.humanize(this.diff),n){var r="color: "+this.color;t.splice(1,0,r,"color: inherit");var o=0,i=0;t[0].replace(/%[a-zA-Z%]/g,function(t){"%%"!==t&&(o++,"%c"===t&&(i=o))}),t.splice(i,0,r)}}function s(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function a(t){try{null==t?e.storage.removeItem("debug"):e.storage.debug=t}catch(n){}}function c(){var t;try{t=e.storage.debug}catch(n){}return!t&&"undefined"!=typeof r&&"env"in r&&(t=r.env.DEBUG),t}function p(){try{return window.localStorage}catch(t){}}e=t.exports=n(5),e.log=s,e.formatArgs=i,e.save=a,e.load=c,e.useColors=o,e.storage="undefined"!=typeof chrome&&"undefined"!=typeof chrome.storage?chrome.storage.local:p(),e.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],e.formatters.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},e.enable(c())}).call(e,n(4))},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(t){if(u===setTimeout)return setTimeout(t,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(t,0);try{return u(t,0)}catch(e){try{return u.call(null,t,0)}catch(e){return u.call(this,t,0)}}}function i(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function s(){y&&l&&(y=!1,l.length?d=l.concat(d):m=-1,d.length&&a())}function a(){if(!y){var t=o(s);y=!0;for(var e=d.length;e;){for(l=d,d=[];++m1)for(var n=1;n100)){var e=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*u;case"days":case"day":case"d":return n*p;case"hours":case"hour":case"hrs":case"hr":case"h":return n*c;case"minutes":case"minute":case"mins":case"min":case"m":return n*a;case"seconds":case"second":case"secs":case"sec":case"s":return n*s;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}function r(t){return t>=p?Math.round(t/p)+"d":t>=c?Math.round(t/c)+"h":t>=a?Math.round(t/a)+"m":t>=s?Math.round(t/s)+"s":t+"ms"}function o(t){return i(t,p,"day")||i(t,c,"hour")||i(t,a,"minute")||i(t,s,"second")||t+" ms"}function i(t,e,n){if(!(t0)return n(t);if("number"===i&&isNaN(t)===!1)return e["long"]?o(t):r(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))}},function(t,e,n){function r(){}function o(t){var n=""+t.type;if(e.BINARY_EVENT!==t.type&&e.BINARY_ACK!==t.type||(n+=t.attachments+"-"),t.nsp&&"/"!==t.nsp&&(n+=t.nsp+","),null!=t.id&&(n+=t.id),null!=t.data){var r=i(t.data);if(r===!1)return g;n+=r}return f("encoded %j as %s",t,n),n}function i(t){try{return JSON.stringify(t)}catch(e){return!1}}function s(t,e){function n(t){var n=d.deconstructPacket(t),r=o(n.packet),i=n.buffers;i.unshift(r),e(i)}d.removeBlobs(t,n)}function a(){this.reconstructor=null}function c(t){var n=0,r={type:Number(t.charAt(0))};if(null==e.types[r.type])return h("unknown packet type "+r.type);if(e.BINARY_EVENT===r.type||e.BINARY_ACK===r.type){for(var o="";"-"!==t.charAt(++n)&&(o+=t.charAt(n),n!=t.length););if(o!=Number(o)||"-"!==t.charAt(n))throw new Error("Illegal attachments");r.attachments=Number(o)}if("/"===t.charAt(n+1))for(r.nsp="";++n;){var i=t.charAt(n);if(","===i)break;if(r.nsp+=i,n===t.length)break}else r.nsp="/";var s=t.charAt(n+1);if(""!==s&&Number(s)==s){for(r.id="";++n;){var i=t.charAt(n);if(null==i||Number(i)!=i){--n;break}if(r.id+=t.charAt(n),n===t.length)break}r.id=Number(r.id)}if(t.charAt(++n)){var a=p(t.substr(n)),c=a!==!1&&(r.type===e.ERROR||y(a));if(!c)return h("invalid payload");r.data=a}return f("decoded %s as %j",t,r),r}function p(t){try{return JSON.parse(t)}catch(e){return!1}}function u(t){this.reconPack=t,this.buffers=[]}function h(t){return{type:e.ERROR,data:"parser error: "+t}}var f=n(3)("socket.io-parser"),l=n(8),d=n(9),y=n(10),m=n(11);e.protocol=4,e.types=["CONNECT","DISCONNECT","EVENT","ACK","ERROR","BINARY_EVENT","BINARY_ACK"],e.CONNECT=0,e.DISCONNECT=1,e.EVENT=2,e.ACK=3,e.ERROR=4,e.BINARY_EVENT=5,e.BINARY_ACK=6,e.Encoder=r,e.Decoder=a;var g=e.ERROR+'"encode error"';r.prototype.encode=function(t,n){if(f("encoding packet %j",t),e.BINARY_EVENT===t.type||e.BINARY_ACK===t.type)s(t,n);else{var r=o(t);n([r])}},l(a.prototype),a.prototype.add=function(t){var n;if("string"==typeof t)n=c(t),e.BINARY_EVENT===n.type||e.BINARY_ACK===n.type?(this.reconstructor=new u(n),0===this.reconstructor.reconPack.attachments&&this.emit("decoded",n)):this.emit("decoded",n);else{if(!m(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,this.emit("decoded",n))}},a.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},u.prototype.takeBinaryData=function(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){var e=d.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),e}return null},u.prototype.finishedReconstruction=function(){this.reconPack=null,this.buffers=[]}},function(t,e,n){function r(t){if(t)return o(t)}function o(t){for(var e in r.prototype)t[e]=r.prototype[e];return t}t.exports=r,r.prototype.on=r.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},r.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this},r.prototype.off=r.prototype.removeListener=r.prototype.removeAllListeners=r.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n=this._callbacks["$"+t];if(!n)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var r,o=0;o0&&!this.encoding){var t=this.packetBuffer.shift();this.packet(t)}},r.prototype.cleanup=function(){h("cleanup");for(var t=this.subs.length,e=0;e=this._reconnectionAttempts)h("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var e=this.backoff.duration();h("will wait %dms before reconnect attempt",e),this.reconnecting=!0;var n=setTimeout(function(){t.skipReconnect||(h("attempting reconnect"),t.emitAll("reconnect_attempt",t.backoff.attempts),t.emitAll("reconnecting",t.backoff.attempts),t.skipReconnect||t.open(function(e){e?(h("reconnect attempt error"),t.reconnecting=!1,t.reconnect(),t.emitAll("reconnect_error",e.data)):(h("reconnect success"),t.onreconnect())}))},e);this.subs.push({destroy:function(){clearTimeout(n)}})}},r.prototype.onreconnect=function(){var t=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",t)}},function(t,e,n){t.exports=n(14),t.exports.parser=n(21)},function(t,e,n){function r(t,e){return this instanceof r?(e=e||{},t&&"object"==typeof t&&(e=t,t=null),t?(t=u(t),e.hostname=t.host,e.secure="https"===t.protocol||"wss"===t.protocol,e.port=t.port,t.query&&(e.query=t.query)):e.host&&(e.hostname=u(e.host).host),this.secure=null!=e.secure?e.secure:"undefined"!=typeof location&&"https:"===location.protocol,e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.agent=e.agent||!1,this.hostname=e.hostname||("undefined"!=typeof location?location.hostname:"localhost"),this.port=e.port||("undefined"!=typeof location&&location.port?location.port:this.secure?443:80),this.query=e.query||{},"string"==typeof this.query&&(this.query=h.decode(this.query)),this.upgrade=!1!==e.upgrade,this.path=(e.path||"/engine.io").replace(/\/$/,"")+"/",this.forceJSONP=!!e.forceJSONP,this.jsonp=!1!==e.jsonp,this.forceBase64=!!e.forceBase64,this.enablesXDR=!!e.enablesXDR,this.timestampParam=e.timestampParam||"t",this.timestampRequests=e.timestampRequests,this.transports=e.transports||["polling","websocket"],this.transportOptions=e.transportOptions||{},this.readyState="",this.writeBuffer=[],this.prevBufferLen=0,this.policyPort=e.policyPort||843,this.rememberUpgrade=e.rememberUpgrade||!1,this.binaryType=null,this.onlyBinaryUpgrades=e.onlyBinaryUpgrades,this.perMessageDeflate=!1!==e.perMessageDeflate&&(e.perMessageDeflate||{}),!0===this.perMessageDeflate&&(this.perMessageDeflate={}),this.perMessageDeflate&&null==this.perMessageDeflate.threshold&&(this.perMessageDeflate.threshold=1024),this.pfx=e.pfx||null,this.key=e.key||null,this.passphrase=e.passphrase||null,this.cert=e.cert||null,this.ca=e.ca||null,this.ciphers=e.ciphers||null,this.rejectUnauthorized=void 0===e.rejectUnauthorized||e.rejectUnauthorized,this.forceNode=!!e.forceNode,this.isReactNative="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase(),("undefined"==typeof self||this.isReactNative)&&(e.extraHeaders&&Object.keys(e.extraHeaders).length>0&&(this.extraHeaders=e.extraHeaders),e.localAddress&&(this.localAddress=e.localAddress)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingIntervalTimer=null,this.pingTimeoutTimer=null,void this.open()):new r(t,e)}function o(t){var e={};for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}var i=n(15),s=n(8),a=n(3)("engine.io-client:socket"),c=n(35),p=n(21),u=n(2),h=n(29);t.exports=r,r.priorWebsocketSuccess=!1,s(r.prototype),r.protocol=p.protocol,r.Socket=r,r.Transport=n(20),r.transports=n(15),r.parser=n(21),r.prototype.createTransport=function(t){a('creating transport "%s"',t);var e=o(this.query);e.EIO=p.protocol,e.transport=t;var n=this.transportOptions[t]||{};this.id&&(e.sid=this.id);var r=new i[t]({query:e,socket:this,agent:n.agent||this.agent,hostname:n.hostname||this.hostname,port:n.port||this.port,secure:n.secure||this.secure,path:n.path||this.path,forceJSONP:n.forceJSONP||this.forceJSONP,jsonp:n.jsonp||this.jsonp,forceBase64:n.forceBase64||this.forceBase64,enablesXDR:n.enablesXDR||this.enablesXDR,timestampRequests:n.timestampRequests||this.timestampRequests,timestampParam:n.timestampParam||this.timestampParam,policyPort:n.policyPort||this.policyPort,pfx:n.pfx||this.pfx,key:n.key||this.key,passphrase:n.passphrase||this.passphrase,cert:n.cert||this.cert,ca:n.ca||this.ca,ciphers:n.ciphers||this.ciphers,rejectUnauthorized:n.rejectUnauthorized||this.rejectUnauthorized,perMessageDeflate:n.perMessageDeflate||this.perMessageDeflate,extraHeaders:n.extraHeaders||this.extraHeaders,forceNode:n.forceNode||this.forceNode,localAddress:n.localAddress||this.localAddress,requestTimeout:n.requestTimeout||this.requestTimeout,protocols:n.protocols||void 0,isReactNative:this.isReactNative});return r},r.prototype.open=function(){var t;if(this.rememberUpgrade&&r.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)t="websocket";else{if(0===this.transports.length){var e=this;return void setTimeout(function(){e.emit("error","No transports available")},0)}t=this.transports[0]}this.readyState="opening";try{t=this.createTransport(t)}catch(n){return this.transports.shift(),void this.open()}t.open(),this.setTransport(t)},r.prototype.setTransport=function(t){a("setting transport %s",t.name);var e=this;this.transport&&(a("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=t,t.on("drain",function(){e.onDrain()}).on("packet",function(t){e.onPacket(t)}).on("error",function(t){e.onError(t)}).on("close",function(){e.onClose("transport close")})},r.prototype.probe=function(t){function e(){if(f.onlyBinaryUpgrades){var e=!this.supportsBinary&&f.transport.supportsBinary;h=h||e}h||(a('probe transport "%s" opened',t),u.send([{type:"ping",data:"probe"}]),u.once("packet",function(e){if(!h)if("pong"===e.type&&"probe"===e.data){if(a('probe transport "%s" pong',t),f.upgrading=!0,f.emit("upgrading",u),!u)return;r.priorWebsocketSuccess="websocket"===u.name,a('pausing current transport "%s"',f.transport.name),f.transport.pause(function(){h||"closed"!==f.readyState&&(a("changing transport and sending upgrade packet"),p(),f.setTransport(u),u.send([{type:"upgrade"}]),f.emit("upgrade",u),u=null,f.upgrading=!1,f.flush())})}else{a('probe transport "%s" failed',t);var n=new Error("probe error");n.transport=u.name,f.emit("upgradeError",n)}}))}function n(){h||(h=!0,p(),u.close(),u=null)}function o(e){var r=new Error("probe error: "+e);r.transport=u.name,n(),a('probe transport "%s" failed because of error: %s',t,e),f.emit("upgradeError",r)}function i(){o("transport closed")}function s(){o("socket closed")}function c(t){u&&t.name!==u.name&&(a('"%s" works - aborting "%s"',t.name,u.name),n())}function p(){u.removeListener("open",e),u.removeListener("error",o),u.removeListener("close",i),f.removeListener("close",s),f.removeListener("upgrading",c)}a('probing transport "%s"',t);var u=this.createTransport(t,{probe:1}),h=!1,f=this;r.priorWebsocketSuccess=!1,u.once("open",e),u.once("error",o),u.once("close",i),this.once("close",s),this.once("upgrading",c),u.open()},r.prototype.onOpen=function(){if(a("socket open"),this.readyState="open",r.priorWebsocketSuccess="websocket"===this.transport.name,this.emit("open"),this.flush(),"open"===this.readyState&&this.upgrade&&this.transport.pause){a("starting upgrade probes");for(var t=0,e=this.upgrades.length;t1?{type:b[o],data:t.substring(1)}:{type:b[o]}:w}var i=new Uint8Array(t),o=i[0],s=f(t,1);return k&&"blob"===n&&(s=new k([s])),{type:b[o],data:s}},e.decodeBase64Packet=function(t,e){var n=b[t.charAt(0)];if(!p)return{type:n,data:{base64:!0,data:t.substr(1)}};var r=p.decode(t.substr(1));return"blob"===e&&k&&(r=new k([r])),{type:n,data:r}},e.encodePayload=function(t,n,r){function o(t){return t.length+":"+t}function i(t,r){e.encodePacket(t,!!s&&n,!1,function(t){r(null,o(t))})}"function"==typeof n&&(r=n,n=null);var s=h(t);return n&&s?k&&!g?e.encodePayloadAsBlob(t,r):e.encodePayloadAsArrayBuffer(t,r):t.length?void c(t,i,function(t,e){return r(e.join(""))}):r("0:")},e.decodePayload=function(t,n,r){if("string"!=typeof t)return e.decodePayloadAsBinary(t,n,r);"function"==typeof n&&(r=n,n=null);var o;if(""===t)return r(w,0,1);for(var i,s,a="",c=0,p=t.length;c0;){for(var s=new Uint8Array(o),a=0===s[0],c="",p=1;255!==s[p];p++){if(c.length>310)return r(w,0,1);c+=s[p]}o=f(o,2+c.length),c=parseInt(c);var u=f(o,0,c);if(a)try{u=String.fromCharCode.apply(null,new Uint8Array(u))}catch(h){var l=new Uint8Array(u);u="";for(var p=0;pr&&(n=r),e>=r||e>=n||0===r)return new ArrayBuffer(0);for(var o=new Uint8Array(t),i=new Uint8Array(n-e),s=e,a=0;s=55296&&e<=56319&&o65535&&(e-=65536,o+=d(e>>>10&1023|55296),e=56320|1023&e),o+=d(e);return o}function o(t,e){if(t>=55296&&t<=57343){if(e)throw Error("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value");return!1}return!0}function i(t,e){return d(t>>e&63|128)}function s(t,e){if(0==(4294967168&t))return d(t);var n="";return 0==(4294965248&t)?n=d(t>>6&31|192):0==(4294901760&t)?(o(t,e)||(t=65533),n=d(t>>12&15|224),n+=i(t,6)):0==(4292870144&t)&&(n=d(t>>18&7|240),n+=i(t,12),n+=i(t,6)),n+=d(63&t|128)}function a(t,e){e=e||{};for(var r,o=!1!==e.strict,i=n(t),a=i.length,c=-1,p="";++c=f)throw Error("Invalid byte index");var t=255&h[l];if(l++,128==(192&t))return 63&t;throw Error("Invalid continuation byte")}function p(t){var e,n,r,i,s;if(l>f)throw Error("Invalid byte index");if(l==f)return!1;if(e=255&h[l],l++,0==(128&e))return e;if(192==(224&e)){if(n=c(),s=(31&e)<<6|n,s>=128)return s;throw Error("Invalid continuation byte")}if(224==(240&e)){if(n=c(),r=c(),s=(15&e)<<12|n<<6|r,s>=2048)return o(s,t)?s:65533;throw Error("Invalid continuation byte")}if(240==(248&e)&&(n=c(),r=c(),i=c(),s=(7&e)<<18|n<<12|r<<6|i,s>=65536&&s<=1114111))return s;throw Error("Invalid UTF-8 detected")}function u(t,e){e=e||{};var o=!1!==e.strict;h=n(t),f=h.length,l=0;for(var i,s=[];(i=p(o))!==!1;)s.push(i);return r(s)}/*! https://mths.be/utf8js v2.1.2 by @mathias */ +var h,f,l,d=String.fromCharCode;t.exports={version:"2.1.2",encode:a,decode:u}},function(t,e){!function(){"use strict";for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n=new Uint8Array(256),r=0;r>2],i+=t[(3&r[n])<<4|r[n+1]>>4],i+=t[(15&r[n+1])<<2|r[n+2]>>6],i+=t[63&r[n+2]];return o%3===2?i=i.substring(0,i.length-1)+"=":o%3===1&&(i=i.substring(0,i.length-2)+"=="),i},e.decode=function(t){var e,r,o,i,s,a=.75*t.length,c=t.length,p=0;"="===t[t.length-1]&&(a--,"="===t[t.length-2]&&a--);var u=new ArrayBuffer(a),h=new Uint8Array(u);for(e=0;e>4,h[p++]=(15&o)<<4|i>>2,h[p++]=(3&i)<<6|63&s;return u}}()},function(t,e){function n(t){return t.map(function(t){if(t.buffer instanceof ArrayBuffer){var e=t.buffer;if(t.byteLength!==e.byteLength){var n=new Uint8Array(t.byteLength);n.set(new Uint8Array(e,t.byteOffset,t.byteLength)),e=n.buffer}return e}return t})}function r(t,e){e=e||{};var r=new i;return n(t).forEach(function(t){r.append(t)}),e.type?r.getBlob(e.type):r.getBlob()}function o(t,e){return new Blob(n(t),e||{})}var i="undefined"!=typeof i?i:"undefined"!=typeof WebKitBlobBuilder?WebKitBlobBuilder:"undefined"!=typeof MSBlobBuilder?MSBlobBuilder:"undefined"!=typeof MozBlobBuilder&&MozBlobBuilder,s=function(){try{var t=new Blob(["hi"]);return 2===t.size}catch(e){return!1}}(),a=s&&function(){try{var t=new Blob([new Uint8Array([1,2])]);return 2===t.size}catch(e){return!1}}(),c=i&&i.prototype.append&&i.prototype.getBlob;"undefined"!=typeof Blob&&(r.prototype=Blob.prototype,o.prototype=Blob.prototype),t.exports=function(){return s?a?Blob:o:c?r:void 0}()},function(t,e){e.encode=function(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURIComponent(n)+"="+encodeURIComponent(t[n]));return e},e.decode=function(t){for(var e={},n=t.split("&"),r=0,o=n.length;r0);return e}function r(t){var e=0;for(u=0;u';i=document.createElement(e)}catch(t){i=document.createElement("iframe"),i.name=o.iframeId,i.src="javascript:0"}i.id=o.iframeId,o.form.appendChild(i),o.iframe=i}var o=this;if(!this.form){var i,s=document.createElement("form"),a=document.createElement("textarea"),c=this.iframeId="eio_iframe_"+this.index;s.className="socketio",s.style.position="absolute",s.style.top="-1000px",s.style.left="-1000px",s.target=c,s.method="POST",s.setAttribute("accept-charset","utf-8"),a.name="d",s.appendChild(a),document.body.appendChild(s),this.form=s,this.area=a}this.form.action=this.uri(),r(),t=t.replace(u,"\\\n"),this.area.value=t.replace(p,"\\n");try{this.form.submit()}catch(h){}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){"complete"===o.iframe.readyState&&n()}:this.iframe.onload=n}}).call(e,function(){return this}())},function(t,e,n){function r(t){var e=t&&t.forceBase64;e&&(this.supportsBinary=!1),this.perMessageDeflate=t.perMessageDeflate,this.usingBrowserWebSocket=o&&!t.forceNode,this.protocols=t.protocols,this.usingBrowserWebSocket||(l=i),s.call(this,t)}var o,i,s=n(20),a=n(21),c=n(29),p=n(30),u=n(31),h=n(3)("engine.io-client:websocket");if("undefined"==typeof self)try{i=n(34)}catch(f){}else o=self.WebSocket||self.MozWebSocket;var l=o||i;t.exports=r,p(r,s),r.prototype.name="websocket",r.prototype.supportsBinary=!0,r.prototype.doOpen=function(){if(this.check()){var t=this.uri(),e=this.protocols,n={agent:this.agent,perMessageDeflate:this.perMessageDeflate};n.pfx=this.pfx,n.key=this.key,n.passphrase=this.passphrase,n.cert=this.cert,n.ca=this.ca,n.ciphers=this.ciphers,n.rejectUnauthorized=this.rejectUnauthorized,this.extraHeaders&&(n.headers=this.extraHeaders),this.localAddress&&(n.localAddress=this.localAddress);try{this.ws=this.usingBrowserWebSocket&&!this.isReactNative?e?new l(t,e):new l(t):new l(t,e,n)}catch(r){return this.emit("error",r)}void 0===this.ws.binaryType&&(this.supportsBinary=!1),this.ws.supports&&this.ws.supports.binary?(this.supportsBinary=!0,this.ws.binaryType="nodebuffer"):this.ws.binaryType="arraybuffer",this.addEventListeners()}},r.prototype.addEventListeners=function(){var t=this;this.ws.onopen=function(){t.onOpen()},this.ws.onclose=function(){t.onClose()},this.ws.onmessage=function(e){t.onData(e.data)},this.ws.onerror=function(e){t.onError("websocket error",e)}},r.prototype.write=function(t){function e(){n.emit("flush"),setTimeout(function(){n.writable=!0,n.emit("drain")},0)}var n=this;this.writable=!1;for(var r=t.length,o=0,i=r;o0&&t.jitter<=1?t.jitter:0,this.attempts=0}t.exports=n,n.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=0==(1&Math.floor(10*e))?t-n:t+n}return 0|Math.min(t,this.max)},n.prototype.reset=function(){this.attempts=0},n.prototype.setMin=function(t){this.ms=t},n.prototype.setMax=function(t){this.max=t},n.prototype.setJitter=function(t){this.jitter=t}}])}); +//# sourceMappingURL=socket.io.js.map + + +// document.write(''); + + +var socket = io('http://localhost:3000'); +listeners = {}; +var front = { + send:send, + on:on, + sendSync:sendSync +}; + +function addListener(event, fn) { + listeners[event] = listeners[event] || []; + listeners[event].push(fn); +} + +function on(event, fn){ + addListener(event, fn); +} + +function exeFunction(event, ...args){ + let fns = listeners[event]; + if (!fns) return false; + fns.forEach(function (f) { + f(...args); + }); + return true; +} + + +function send(event, ...args){ + // console.log('called send'); + socket.emit('response-from-front', event, ...args) +} + +socket.on('response-from-back', function(event, ...args){ + // console.log('reposen sync') + exeFunction(event, ...args); +}); + +socket.on('sync-response', function(eventName, res){ + // console.log('sync-reponse') + // console.log(eventName); + exeFunction(eventName + "-result", res); +}); + +function sendSync(event, ...args){ + socket.emit('sync-response-from-front', event, ...args); +} diff --git a/chat app/main.js b/chat app/main.js new file mode 100755 index 0000000..1ad44ca --- /dev/null +++ b/chat app/main.js @@ -0,0 +1,62 @@ +const {back} = require('androidjs'); +const http = require('http').createServer(); +const io = require("socket.io")(http); +const publicIp = require('public-ip'); +const ip_npm = require('ip'); + +var localtunnel = require('localtunnel'); + + +http.listen(3001); + + +let ip = undefined; +//ip = ip_npm.address(); +// (async () => { +// ip = await publicIp.v4(); +// })(); + + var tunnel = localtunnel(3001, function(err, tunnel) { + if (err) throw err; + console.log(tunnel.url); + ip = tunnel.url; + }); + + tunnel.on('close', function() { + console.log('tunnel, closed'); + }); + + + +// MY CHAT APP +back.on('get-ip', function () { + setTimeout(()=>{ + if(ip !== undefined){ + back.send('ip', ip); + }else{ + back.send('ip', "Failed: to get url"); + } + }, 4000); +}); + + +io.on('connection', function (socket) { + console.log('a user2 connected'); + + socket.emit('hide-modal'); + front.send('hide-modal'); + + socket.on('msg', (text) => { + console.log('msg from second user', text); + back.send('msg', text); + }); + + back.on('msg', (text)=>{ + socket.emit('msg', text); + }); + + socket.on('disconnect', function () { + console.log('user2 disconnected'); + front.send('open-modal'); + }); +}); \ No newline at end of file diff --git a/chat app/node_modules/@sindresorhus/is/dist/index.d.ts b/chat app/node_modules/@sindresorhus/is/dist/index.d.ts new file mode 100755 index 0000000..e94d30b --- /dev/null +++ b/chat app/node_modules/@sindresorhus/is/dist/index.d.ts @@ -0,0 +1,132 @@ +/// +/// +/// +/// +/// +declare type TypedArray = Int8Array | Uint8Array | Uint8ClampedArray | Int16Array | Uint16Array | Int32Array | Uint32Array | Float32Array | Float64Array; +declare type Primitive = null | undefined | string | number | boolean | Symbol; +export interface ArrayLike { + length: number; +} +export interface Class { + new (...args: any[]): T; +} +declare type DomElement = object & { + nodeType: 1; + nodeName: string; +}; +declare type NodeStream = object & { + pipe: Function; +}; +export declare const enum TypeName { + null = "null", + boolean = "boolean", + undefined = "undefined", + string = "string", + number = "number", + symbol = "symbol", + Function = "Function", + GeneratorFunction = "GeneratorFunction", + AsyncFunction = "AsyncFunction", + Observable = "Observable", + Array = "Array", + Buffer = "Buffer", + Object = "Object", + RegExp = "RegExp", + Date = "Date", + Error = "Error", + Map = "Map", + Set = "Set", + WeakMap = "WeakMap", + WeakSet = "WeakSet", + Int8Array = "Int8Array", + Uint8Array = "Uint8Array", + Uint8ClampedArray = "Uint8ClampedArray", + Int16Array = "Int16Array", + Uint16Array = "Uint16Array", + Int32Array = "Int32Array", + Uint32Array = "Uint32Array", + Float32Array = "Float32Array", + Float64Array = "Float64Array", + ArrayBuffer = "ArrayBuffer", + SharedArrayBuffer = "SharedArrayBuffer", + DataView = "DataView", + Promise = "Promise", + URL = "URL" +} +declare function is(value: unknown): TypeName; +declare namespace is { + const undefined: (value: unknown) => value is undefined; + const string: (value: unknown) => value is string; + const number: (value: unknown) => value is number; + const function_: (value: unknown) => value is Function; + const null_: (value: unknown) => value is null; + const class_: (value: unknown) => value is Class; + const boolean: (value: unknown) => value is boolean; + const symbol: (value: unknown) => value is Symbol; + const numericString: (value: unknown) => boolean; + const array: (arg: any) => arg is any[]; + const buffer: (input: unknown) => input is Buffer; + const nullOrUndefined: (value: unknown) => value is null | undefined; + const object: (value: unknown) => value is object; + const iterable: (value: unknown) => value is IterableIterator; + const asyncIterable: (value: unknown) => value is AsyncIterableIterator; + const generator: (value: unknown) => value is Generator; + const nativePromise: (value: unknown) => value is Promise; + const promise: (value: unknown) => value is Promise; + const generatorFunction: (value: unknown) => value is GeneratorFunction; + const asyncFunction: (value: unknown) => value is Function; + const boundFunction: (value: unknown) => value is Function; + const regExp: (value: unknown) => value is RegExp; + const date: (value: unknown) => value is Date; + const error: (value: unknown) => value is Error; + const map: (value: unknown) => value is Map; + const set: (value: unknown) => value is Set; + const weakMap: (value: unknown) => value is WeakMap; + const weakSet: (value: unknown) => value is WeakSet; + const int8Array: (value: unknown) => value is Int8Array; + const uint8Array: (value: unknown) => value is Uint8Array; + const uint8ClampedArray: (value: unknown) => value is Uint8ClampedArray; + const int16Array: (value: unknown) => value is Int16Array; + const uint16Array: (value: unknown) => value is Uint16Array; + const int32Array: (value: unknown) => value is Int32Array; + const uint32Array: (value: unknown) => value is Uint32Array; + const float32Array: (value: unknown) => value is Float32Array; + const float64Array: (value: unknown) => value is Float64Array; + const arrayBuffer: (value: unknown) => value is ArrayBuffer; + const sharedArrayBuffer: (value: unknown) => value is SharedArrayBuffer; + const dataView: (value: unknown) => value is DataView; + const directInstanceOf: (instance: unknown, klass: Class) => instance is T; + const urlInstance: (value: unknown) => value is URL; + const urlString: (value: unknown) => boolean; + const truthy: (value: unknown) => boolean; + const falsy: (value: unknown) => boolean; + const nan: (value: unknown) => boolean; + const primitive: (value: unknown) => value is Primitive; + const integer: (value: unknown) => value is number; + const safeInteger: (value: unknown) => value is number; + const plainObject: (value: unknown) => boolean; + const typedArray: (value: unknown) => value is TypedArray; + const arrayLike: (value: unknown) => value is ArrayLike; + const inRange: (value: number, range: number | number[]) => boolean; + const domElement: (value: unknown) => value is DomElement; + const observable: (value: unknown) => boolean; + const nodeStream: (value: unknown) => value is NodeStream; + const infinite: (value: unknown) => boolean; + const even: (value: number) => boolean; + const odd: (value: number) => boolean; + const emptyArray: (value: unknown) => boolean; + const nonEmptyArray: (value: unknown) => boolean; + const emptyString: (value: unknown) => boolean; + const nonEmptyString: (value: unknown) => boolean; + const emptyStringOrWhitespace: (value: unknown) => boolean; + const emptyObject: (value: unknown) => boolean; + const nonEmptyObject: (value: unknown) => boolean; + const emptySet: (value: unknown) => boolean; + const nonEmptySet: (value: unknown) => boolean; + const emptyMap: (value: unknown) => boolean; + const nonEmptyMap: (value: unknown) => boolean; + const any: (predicate: unknown, ...values: unknown[]) => boolean; + const all: (predicate: unknown, ...values: unknown[]) => boolean; +} +export default is; diff --git a/chat app/node_modules/@sindresorhus/is/dist/index.js b/chat app/node_modules/@sindresorhus/is/dist/index.js new file mode 100755 index 0000000..3cbafae --- /dev/null +++ b/chat app/node_modules/@sindresorhus/is/dist/index.js @@ -0,0 +1,245 @@ +"use strict"; +/// +/// +/// +/// +Object.defineProperty(exports, "__esModule", { value: true }); +// TODO: Use the `URL` global when targeting Node.js 10 +// tslint:disable-next-line +const URLGlobal = typeof URL === 'undefined' ? require('url').URL : URL; +const toString = Object.prototype.toString; +const isOfType = (type) => (value) => typeof value === type; +const isBuffer = (input) => !is.nullOrUndefined(input) && !is.nullOrUndefined(input.constructor) && is.function_(input.constructor.isBuffer) && input.constructor.isBuffer(input); +const getObjectType = (value) => { + const objectName = toString.call(value).slice(8, -1); + if (objectName) { + return objectName; + } + return null; +}; +const isObjectOfType = (type) => (value) => getObjectType(value) === type; +function is(value) { + switch (value) { + case null: + return "null" /* null */; + case true: + case false: + return "boolean" /* boolean */; + default: + } + switch (typeof value) { + case 'undefined': + return "undefined" /* undefined */; + case 'string': + return "string" /* string */; + case 'number': + return "number" /* number */; + case 'symbol': + return "symbol" /* symbol */; + default: + } + if (is.function_(value)) { + return "Function" /* Function */; + } + if (is.observable(value)) { + return "Observable" /* Observable */; + } + if (Array.isArray(value)) { + return "Array" /* Array */; + } + if (isBuffer(value)) { + return "Buffer" /* Buffer */; + } + const tagType = getObjectType(value); + if (tagType) { + return tagType; + } + if (value instanceof String || value instanceof Boolean || value instanceof Number) { + throw new TypeError('Please don\'t use object wrappers for primitive types'); + } + return "Object" /* Object */; +} +(function (is) { + // tslint:disable-next-line:strict-type-predicates + const isObject = (value) => typeof value === 'object'; + // tslint:disable:variable-name + is.undefined = isOfType('undefined'); + is.string = isOfType('string'); + is.number = isOfType('number'); + is.function_ = isOfType('function'); + // tslint:disable-next-line:strict-type-predicates + is.null_ = (value) => value === null; + is.class_ = (value) => is.function_(value) && value.toString().startsWith('class '); + is.boolean = (value) => value === true || value === false; + is.symbol = isOfType('symbol'); + // tslint:enable:variable-name + is.numericString = (value) => is.string(value) && value.length > 0 && !Number.isNaN(Number(value)); + is.array = Array.isArray; + is.buffer = isBuffer; + is.nullOrUndefined = (value) => is.null_(value) || is.undefined(value); + is.object = (value) => !is.nullOrUndefined(value) && (is.function_(value) || isObject(value)); + is.iterable = (value) => !is.nullOrUndefined(value) && is.function_(value[Symbol.iterator]); + is.asyncIterable = (value) => !is.nullOrUndefined(value) && is.function_(value[Symbol.asyncIterator]); + is.generator = (value) => is.iterable(value) && is.function_(value.next) && is.function_(value.throw); + is.nativePromise = (value) => isObjectOfType("Promise" /* Promise */)(value); + const hasPromiseAPI = (value) => !is.null_(value) && + isObject(value) && + is.function_(value.then) && + is.function_(value.catch); + is.promise = (value) => is.nativePromise(value) || hasPromiseAPI(value); + is.generatorFunction = isObjectOfType("GeneratorFunction" /* GeneratorFunction */); + is.asyncFunction = isObjectOfType("AsyncFunction" /* AsyncFunction */); + is.boundFunction = (value) => is.function_(value) && !value.hasOwnProperty('prototype'); + is.regExp = isObjectOfType("RegExp" /* RegExp */); + is.date = isObjectOfType("Date" /* Date */); + is.error = isObjectOfType("Error" /* Error */); + is.map = (value) => isObjectOfType("Map" /* Map */)(value); + is.set = (value) => isObjectOfType("Set" /* Set */)(value); + is.weakMap = (value) => isObjectOfType("WeakMap" /* WeakMap */)(value); + is.weakSet = (value) => isObjectOfType("WeakSet" /* WeakSet */)(value); + is.int8Array = isObjectOfType("Int8Array" /* Int8Array */); + is.uint8Array = isObjectOfType("Uint8Array" /* Uint8Array */); + is.uint8ClampedArray = isObjectOfType("Uint8ClampedArray" /* Uint8ClampedArray */); + is.int16Array = isObjectOfType("Int16Array" /* Int16Array */); + is.uint16Array = isObjectOfType("Uint16Array" /* Uint16Array */); + is.int32Array = isObjectOfType("Int32Array" /* Int32Array */); + is.uint32Array = isObjectOfType("Uint32Array" /* Uint32Array */); + is.float32Array = isObjectOfType("Float32Array" /* Float32Array */); + is.float64Array = isObjectOfType("Float64Array" /* Float64Array */); + is.arrayBuffer = isObjectOfType("ArrayBuffer" /* ArrayBuffer */); + is.sharedArrayBuffer = isObjectOfType("SharedArrayBuffer" /* SharedArrayBuffer */); + is.dataView = isObjectOfType("DataView" /* DataView */); + is.directInstanceOf = (instance, klass) => Object.getPrototypeOf(instance) === klass.prototype; + is.urlInstance = (value) => isObjectOfType("URL" /* URL */)(value); + is.urlString = (value) => { + if (!is.string(value)) { + return false; + } + try { + new URLGlobal(value); // tslint:disable-line no-unused-expression + return true; + } + catch (_a) { + return false; + } + }; + is.truthy = (value) => Boolean(value); + is.falsy = (value) => !value; + is.nan = (value) => Number.isNaN(value); + const primitiveTypes = new Set([ + 'undefined', + 'string', + 'number', + 'boolean', + 'symbol' + ]); + is.primitive = (value) => is.null_(value) || primitiveTypes.has(typeof value); + is.integer = (value) => Number.isInteger(value); + is.safeInteger = (value) => Number.isSafeInteger(value); + is.plainObject = (value) => { + // From: https://github.com/sindresorhus/is-plain-obj/blob/master/index.js + let prototype; + return getObjectType(value) === "Object" /* Object */ && + (prototype = Object.getPrototypeOf(value), prototype === null || // tslint:disable-line:ban-comma-operator + prototype === Object.getPrototypeOf({})); + }; + const typedArrayTypes = new Set([ + "Int8Array" /* Int8Array */, + "Uint8Array" /* Uint8Array */, + "Uint8ClampedArray" /* Uint8ClampedArray */, + "Int16Array" /* Int16Array */, + "Uint16Array" /* Uint16Array */, + "Int32Array" /* Int32Array */, + "Uint32Array" /* Uint32Array */, + "Float32Array" /* Float32Array */, + "Float64Array" /* Float64Array */ + ]); + is.typedArray = (value) => { + const objectType = getObjectType(value); + if (objectType === null) { + return false; + } + return typedArrayTypes.has(objectType); + }; + const isValidLength = (value) => is.safeInteger(value) && value > -1; + is.arrayLike = (value) => !is.nullOrUndefined(value) && !is.function_(value) && isValidLength(value.length); + is.inRange = (value, range) => { + if (is.number(range)) { + return value >= Math.min(0, range) && value <= Math.max(range, 0); + } + if (is.array(range) && range.length === 2) { + return value >= Math.min(...range) && value <= Math.max(...range); + } + throw new TypeError(`Invalid range: ${JSON.stringify(range)}`); + }; + const NODE_TYPE_ELEMENT = 1; + const DOM_PROPERTIES_TO_CHECK = [ + 'innerHTML', + 'ownerDocument', + 'style', + 'attributes', + 'nodeValue' + ]; + is.domElement = (value) => is.object(value) && value.nodeType === NODE_TYPE_ELEMENT && is.string(value.nodeName) && + !is.plainObject(value) && DOM_PROPERTIES_TO_CHECK.every(property => property in value); + is.observable = (value) => { + if (!value) { + return false; + } + if (value[Symbol.observable] && value === value[Symbol.observable]()) { + return true; + } + if (value['@@observable'] && value === value['@@observable']()) { + return true; + } + return false; + }; + is.nodeStream = (value) => !is.nullOrUndefined(value) && isObject(value) && is.function_(value.pipe) && !is.observable(value); + is.infinite = (value) => value === Infinity || value === -Infinity; + const isAbsoluteMod2 = (rem) => (value) => is.integer(value) && Math.abs(value % 2) === rem; + is.even = isAbsoluteMod2(0); + is.odd = isAbsoluteMod2(1); + const isWhiteSpaceString = (value) => is.string(value) && /\S/.test(value) === false; + is.emptyArray = (value) => is.array(value) && value.length === 0; + is.nonEmptyArray = (value) => is.array(value) && value.length > 0; + is.emptyString = (value) => is.string(value) && value.length === 0; + is.nonEmptyString = (value) => is.string(value) && value.length > 0; + is.emptyStringOrWhitespace = (value) => is.emptyString(value) || isWhiteSpaceString(value); + is.emptyObject = (value) => is.object(value) && !is.map(value) && !is.set(value) && Object.keys(value).length === 0; + is.nonEmptyObject = (value) => is.object(value) && !is.map(value) && !is.set(value) && Object.keys(value).length > 0; + is.emptySet = (value) => is.set(value) && value.size === 0; + is.nonEmptySet = (value) => is.set(value) && value.size > 0; + is.emptyMap = (value) => is.map(value) && value.size === 0; + is.nonEmptyMap = (value) => is.map(value) && value.size > 0; + const predicateOnArray = (method, predicate, values) => { + if (is.function_(predicate) === false) { + throw new TypeError(`Invalid predicate: ${JSON.stringify(predicate)}`); + } + if (values.length === 0) { + throw new TypeError('Invalid number of values'); + } + return method.call(values, predicate); + }; + // tslint:disable variable-name + is.any = (predicate, ...values) => predicateOnArray(Array.prototype.some, predicate, values); + is.all = (predicate, ...values) => predicateOnArray(Array.prototype.every, predicate, values); + // tslint:enable variable-name +})(is || (is = {})); +// Some few keywords are reserved, but we'll populate them for Node.js users +// See https://github.com/Microsoft/TypeScript/issues/2536 +Object.defineProperties(is, { + class: { + value: is.class_ + }, + function: { + value: is.function_ + }, + null: { + value: is.null_ + } +}); +exports.default = is; +// For CommonJS default export support +module.exports = is; +module.exports.default = is; +//# sourceMappingURL=index.js.map \ No newline at end of file diff --git a/chat app/node_modules/@sindresorhus/is/dist/index.js.map b/chat app/node_modules/@sindresorhus/is/dist/index.js.map new file mode 100755 index 0000000..cd827fc --- /dev/null +++ b/chat app/node_modules/@sindresorhus/is/dist/index.js.map @@ -0,0 +1 @@ +{"version":3,"file":"index.js","sourceRoot":"","sources":["../source/index.ts"],"names":[],"mappings":";AAAA,6BAA6B;AAC7B,0CAA0C;AAC1C,2CAA2C;AAC3C,0BAA0B;;AAE1B,uDAAuD;AACvD,2BAA2B;AAC3B,MAAM,SAAS,GAAG,OAAO,GAAG,KAAK,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,CAAC;AAqDxE,MAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,CAAC,QAAQ,CAAC;AAC3C,MAAM,QAAQ,GAAG,CAAI,IAAY,EAAE,EAAE,CAAC,CAAC,KAAc,EAAc,EAAE,CAAC,OAAO,KAAK,KAAK,IAAI,CAAC;AAC5F,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAmB,EAAE,CAAC,CAAC,EAAE,CAAC,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,EAAE,CAAC,eAAe,CAAE,KAAgB,CAAC,WAAW,CAAC,IAAI,EAAE,CAAC,SAAS,CAAE,KAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,IAAK,KAAgB,CAAC,WAAW,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AAEhP,MAAM,aAAa,GAAG,CAAC,KAAc,EAAmB,EAAE;IACzD,MAAM,UAAU,GAAG,QAAQ,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC;IAErD,IAAI,UAAU,EAAE;QACf,OAAO,UAAsB,CAAC;KAC9B;IAED,OAAO,IAAI,CAAC;AACb,CAAC,CAAC;AAEF,MAAM,cAAc,GAAG,CAAI,IAAc,EAAE,EAAE,CAAC,CAAC,KAAc,EAAc,EAAE,CAAC,aAAa,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;AAE5G,SAAS,EAAE,CAAC,KAAc;IACzB,QAAQ,KAAK,EAAE;QACd,KAAK,IAAI;YACR,yBAAqB;QACtB,KAAK,IAAI,CAAC;QACV,KAAK,KAAK;YACT,+BAAwB;QACzB,QAAQ;KACR;IAED,QAAQ,OAAO,KAAK,EAAE;QACrB,KAAK,WAAW;YACf,mCAA0B;QAC3B,KAAK,QAAQ;YACZ,6BAAuB;QACxB,KAAK,QAAQ;YACZ,6BAAuB;QACxB,KAAK,QAAQ;YACZ,6BAAuB;QACxB,QAAQ;KACR;IAED,IAAI,EAAE,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE;QACxB,iCAAyB;KACzB;IAED,IAAI,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC,EAAE;QACzB,qCAA2B;KAC3B;IAED,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,EAAE;QACzB,2BAAsB;KACtB;IAED,IAAI,QAAQ,CAAC,KAAK,CAAC,EAAE;QACpB,6BAAuB;KACvB;IAED,MAAM,OAAO,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;IACrC,IAAI,OAAO,EAAE;QACZ,OAAO,OAAO,CAAC;KACf;IAED,IAAI,KAAK,YAAY,MAAM,IAAI,KAAK,YAAY,OAAO,IAAI,KAAK,YAAY,MAAM,EAAE;QACnF,MAAM,IAAI,SAAS,CAAC,uDAAuD,CAAC,CAAC;KAC7E;IAED,6BAAuB;AACxB,CAAC;AAED,WAAU,EAAE;IACX,kDAAkD;IAClD,MAAM,QAAQ,GAAG,CAAC,KAAc,EAAmB,EAAE,CAAC,OAAO,KAAK,KAAK,QAAQ,CAAC;IAEhF,+BAA+B;IAClB,YAAS,GAAG,QAAQ,CAAY,WAAW,CAAC,CAAC;IAC7C,SAAM,GAAG,QAAQ,CAAS,QAAQ,CAAC,CAAC;IACpC,SAAM,GAAG,QAAQ,CAAS,QAAQ,CAAC,CAAC;IACpC,YAAS,GAAG,QAAQ,CAAW,UAAU,CAAC,CAAC;IACxD,kDAAkD;IACrC,QAAK,GAAG,CAAC,KAAc,EAAiB,EAAE,CAAC,KAAK,KAAK,IAAI,CAAC;IAC1D,SAAM,GAAG,CAAC,KAAc,EAAkB,EAAE,CAAC,GAAA,SAAS,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,QAAQ,EAAE,CAAC,UAAU,CAAC,QAAQ,CAAC,CAAC;IACvG,UAAO,GAAG,CAAC,KAAc,EAAoB,EAAE,CAAC,KAAK,KAAK,IAAI,IAAI,KAAK,KAAK,KAAK,CAAC;IAClF,SAAM,GAAG,QAAQ,CAAS,QAAQ,CAAC,CAAC;IACjD,8BAA8B;IAEjB,gBAAa,GAAG,CAAC,KAAc,EAAW,EAAE,CACxD,GAAA,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;IAEtD,QAAK,GAAG,KAAK,CAAC,OAAO,CAAC;IACtB,SAAM,GAAG,QAAQ,CAAC;IAElB,kBAAe,GAAG,CAAC,KAAc,EAA6B,EAAE,CAAC,GAAA,KAAK,CAAC,KAAK,CAAC,IAAI,GAAA,SAAS,CAAC,KAAK,CAAC,CAAC;IAClG,SAAM,GAAG,CAAC,KAAc,EAAmB,EAAE,CAAC,CAAC,GAAA,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,GAAA,SAAS,CAAC,KAAK,CAAC,IAAI,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC;IAC/G,WAAQ,GAAG,CAAC,KAAc,EAAsC,EAAE,CAAC,CAAC,GAAA,eAAe,CAAC,KAAK,CAAC,IAAI,GAAA,SAAS,CAAE,KAAmC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC,CAAC;IAC/J,gBAAa,GAAG,CAAC,KAAc,EAA2C,EAAE,CAAC,CAAC,GAAA,eAAe,CAAC,KAAK,CAAC,IAAI,GAAA,SAAS,CAAE,KAAwC,CAAC,MAAM,CAAC,aAAa,CAAC,CAAC,CAAC;IACnL,YAAS,GAAG,CAAC,KAAc,EAAsB,EAAE,CAAC,GAAA,QAAQ,CAAC,KAAK,CAAC,IAAI,GAAA,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,IAAI,GAAA,SAAS,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC;IAEvH,gBAAa,GAAG,CAAC,KAAc,EAA6B,EAAE,CAC1E,cAAc,yBAAoC,CAAC,KAAK,CAAC,CAAC;IAE3D,MAAM,aAAa,GAAG,CAAC,KAAc,EAA6B,EAAE,CACnE,CAAC,GAAA,KAAK,CAAC,KAAK,CAAC;QACb,QAAQ,CAAC,KAAK,CAAY;QAC1B,GAAA,SAAS,CAAE,KAA0B,CAAC,IAAI,CAAC;QAC3C,GAAA,SAAS,CAAE,KAA0B,CAAC,KAAK,CAAC,CAAC;IAEjC,UAAO,GAAG,CAAC,KAAc,EAA6B,EAAE,CAAC,GAAA,aAAa,CAAC,KAAK,CAAC,IAAI,aAAa,CAAC,KAAK,CAAC,CAAC;IAEtG,oBAAiB,GAAG,cAAc,6CAA+C,CAAC;IAClF,gBAAa,GAAG,cAAc,qCAAkC,CAAC;IACjE,gBAAa,GAAG,CAAC,KAAc,EAAqB,EAAE,CAAC,GAAA,SAAS,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;IAE9G,SAAM,GAAG,cAAc,uBAAyB,CAAC;IACjD,OAAI,GAAG,cAAc,mBAAqB,CAAC;IAC3C,QAAK,GAAG,cAAc,qBAAuB,CAAC;IAC9C,MAAG,GAAG,CAAC,KAAc,EAAkC,EAAE,CAAC,cAAc,iBAAqC,CAAC,KAAK,CAAC,CAAC;IACrH,MAAG,GAAG,CAAC,KAAc,EAAyB,EAAE,CAAC,cAAc,iBAA4B,CAAC,KAAK,CAAC,CAAC;IACnG,UAAO,GAAG,CAAC,KAAc,EAAqC,EAAE,CAAC,cAAc,yBAA4C,CAAC,KAAK,CAAC,CAAC;IACnI,UAAO,GAAG,CAAC,KAAc,EAA4B,EAAE,CAAC,cAAc,yBAAmC,CAAC,KAAK,CAAC,CAAC;IAEjH,YAAS,GAAG,cAAc,6BAA+B,CAAC;IAC1D,aAAU,GAAG,cAAc,+BAAiC,CAAC;IAC7D,oBAAiB,GAAG,cAAc,6CAA+C,CAAC;IAClF,aAAU,GAAG,cAAc,+BAAiC,CAAC;IAC7D,cAAW,GAAG,cAAc,iCAAmC,CAAC;IAChE,aAAU,GAAG,cAAc,+BAAiC,CAAC;IAC7D,cAAW,GAAG,cAAc,iCAAmC,CAAC;IAChE,eAAY,GAAG,cAAc,mCAAqC,CAAC;IACnE,eAAY,GAAG,cAAc,mCAAqC,CAAC;IAEnE,cAAW,GAAG,cAAc,iCAAmC,CAAC;IAChE,oBAAiB,GAAG,cAAc,6CAA+C,CAAC;IAClF,WAAQ,GAAG,cAAc,2BAA6B,CAAC;IAEvD,mBAAgB,GAAG,CAAI,QAAiB,EAAE,KAAe,EAAiB,EAAE,CAAC,MAAM,CAAC,cAAc,CAAC,QAAQ,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACjI,cAAW,GAAG,CAAC,KAAc,EAAgB,EAAE,CAAC,cAAc,iBAAmB,CAAC,KAAK,CAAC,CAAC;IAEzF,YAAS,GAAG,CAAC,KAAc,EAAE,EAAE;QAC3C,IAAI,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,EAAE;YACnB,OAAO,KAAK,CAAC;SACb;QAED,IAAI;YACH,IAAI,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,2CAA2C;YACjE,OAAO,IAAI,CAAC;SACZ;QAAC,WAAM;YACP,OAAO,KAAK,CAAC;SACb;IACF,CAAC,CAAC;IAEW,SAAM,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC;IAC5C,QAAK,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC;IAEnC,MAAG,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,MAAM,CAAC,KAAK,CAAC,KAAe,CAAC,CAAC;IAErE,MAAM,cAAc,GAAG,IAAI,GAAG,CAAC;QAC9B,WAAW;QACX,QAAQ;QACR,QAAQ;QACR,SAAS;QACT,QAAQ;KACR,CAAC,CAAC;IAEU,YAAS,GAAG,CAAC,KAAc,EAAsB,EAAE,CAAC,GAAA,KAAK,CAAC,KAAK,CAAC,IAAI,cAAc,CAAC,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC;IAErG,UAAO,GAAG,CAAC,KAAc,EAAmB,EAAE,CAAC,MAAM,CAAC,SAAS,CAAC,KAAe,CAAC,CAAC;IACjF,cAAW,GAAG,CAAC,KAAc,EAAmB,EAAE,CAAC,MAAM,CAAC,aAAa,CAAC,KAAe,CAAC,CAAC;IAEzF,cAAW,GAAG,CAAC,KAAc,EAAE,EAAE;QAC7C,0EAA0E;QAC1E,IAAI,SAAS,CAAC;QAEd,OAAO,aAAa,CAAC,KAAK,CAAC,0BAAoB;YAC9C,CAAC,SAAS,GAAG,MAAM,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,SAAS,KAAK,IAAI,IAAI,yCAAyC;gBACzG,SAAS,KAAK,MAAM,CAAC,cAAc,CAAC,EAAE,CAAC,CAAC,CAAC;IAC5C,CAAC,CAAC;IAEF,MAAM,eAAe,GAAG,IAAI,GAAG,CAAC;;;;;;;;;;KAU/B,CAAC,CAAC;IACU,aAAU,GAAG,CAAC,KAAc,EAAuB,EAAE;QACjE,MAAM,UAAU,GAAG,aAAa,CAAC,KAAK,CAAC,CAAC;QAExC,IAAI,UAAU,KAAK,IAAI,EAAE;YACxB,OAAO,KAAK,CAAC;SACb;QAED,OAAO,eAAe,CAAC,GAAG,CAAC,UAAU,CAAC,CAAC;IACxC,CAAC,CAAC;IAEF,MAAM,aAAa,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,WAAW,CAAC,KAAK,CAAC,IAAI,KAAK,GAAG,CAAC,CAAC,CAAC;IAC9D,YAAS,GAAG,CAAC,KAAc,EAAsB,EAAE,CAAC,CAAC,GAAA,eAAe,CAAC,KAAK,CAAC,IAAI,CAAC,GAAA,SAAS,CAAC,KAAK,CAAC,IAAI,aAAa,CAAE,KAAmB,CAAC,MAAM,CAAC,CAAC;IAE/I,UAAO,GAAG,CAAC,KAAa,EAAE,KAAwB,EAAE,EAAE;QAClE,IAAI,GAAA,MAAM,CAAC,KAAK,CAAC,EAAE;YAClB,OAAO,KAAK,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,EAAE,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;SAClE;QAED,IAAI,GAAA,KAAK,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,EAAE;YACvC,OAAO,KAAK,IAAI,IAAI,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,IAAI,KAAK,IAAI,IAAI,CAAC,GAAG,CAAC,GAAG,KAAK,CAAC,CAAC;SAClE;QAED,MAAM,IAAI,SAAS,CAAC,kBAAkB,IAAI,CAAC,SAAS,CAAC,KAAK,CAAC,EAAE,CAAC,CAAC;IAChE,CAAC,CAAC;IAEF,MAAM,iBAAiB,GAAG,CAAC,CAAC;IAC5B,MAAM,uBAAuB,GAAG;QAC/B,WAAW;QACX,eAAe;QACf,OAAO;QACP,YAAY;QACZ,WAAW;KACX,CAAC;IAEW,aAAU,GAAG,CAAC,KAAc,EAAuB,EAAE,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,IAAK,KAAoB,CAAC,QAAQ,KAAK,iBAAiB,IAAI,GAAA,MAAM,CAAE,KAAoB,CAAC,QAAQ,CAAC;QACjL,CAAC,GAAA,WAAW,CAAC,KAAK,CAAC,IAAI,uBAAuB,CAAC,KAAK,CAAC,QAAQ,CAAC,EAAE,CAAC,QAAQ,IAAK,KAAoB,CAAC,CAAC;IAExF,aAAU,GAAG,CAAC,KAAc,EAAE,EAAE;QAC5C,IAAI,CAAC,KAAK,EAAE;YACX,OAAO,KAAK,CAAC;SACb;QAED,IAAK,KAAa,CAAC,MAAM,CAAC,UAAU,CAAC,IAAI,KAAK,KAAM,KAAa,CAAC,MAAM,CAAC,UAAU,CAAC,EAAE,EAAE;YACvF,OAAO,IAAI,CAAC;SACZ;QAED,IAAK,KAAa,CAAC,cAAc,CAAC,IAAI,KAAK,KAAM,KAAa,CAAC,cAAc,CAAC,EAAE,EAAE;YACjF,OAAO,IAAI,CAAC;SACZ;QAED,OAAO,KAAK,CAAC;IACd,CAAC,CAAC;IAEW,aAAU,GAAG,CAAC,KAAc,EAAuB,EAAE,CAAC,CAAC,GAAA,eAAe,CAAC,KAAK,CAAC,IAAI,QAAQ,CAAC,KAAK,CAAY,IAAI,GAAA,SAAS,CAAE,KAAoB,CAAC,IAAI,CAAC,IAAI,CAAC,GAAA,UAAU,CAAC,KAAK,CAAC,CAAC;IAE3K,WAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,KAAK,KAAK,QAAQ,IAAI,KAAK,KAAK,CAAC,QAAQ,CAAC;IAEtF,MAAM,cAAc,GAAG,CAAC,GAAW,EAAE,EAAE,CAAC,CAAC,KAAa,EAAE,EAAE,CAAC,GAAA,OAAO,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,GAAG,CAAC,KAAK,GAAG,CAAC,CAAC,KAAK,GAAG,CAAC;IAC5F,OAAI,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;IACzB,MAAG,GAAG,cAAc,CAAC,CAAC,CAAC,CAAC;IAErC,MAAM,kBAAkB,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,KAAK,KAAK,CAAC;IAE9E,aAAU,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,KAAK,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC;IACpE,gBAAa,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,KAAK,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;IAErE,cAAW,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC,CAAC;IACtE,iBAAc,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,MAAM,GAAG,CAAC,CAAC;IACvE,0BAAuB,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,WAAW,CAAC,KAAK,CAAC,IAAI,kBAAkB,CAAC,KAAK,CAAC,CAAC;IAE9F,cAAW,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,KAAK,CAAC,CAAC;IACjH,iBAAc,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,MAAM,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC;IAElH,WAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC;IAC9D,cAAW,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC;IAE/D,WAAQ,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,KAAK,CAAC,CAAC;IAC9D,cAAW,GAAG,CAAC,KAAc,EAAE,EAAE,CAAC,GAAA,GAAG,CAAC,KAAK,CAAC,IAAI,KAAK,CAAC,IAAI,GAAG,CAAC,CAAC;IAG5E,MAAM,gBAAgB,GAAG,CAAC,MAAmB,EAAE,SAAkB,EAAE,MAAiB,EAAE,EAAE;QACvF,IAAI,GAAA,SAAS,CAAC,SAAS,CAAC,KAAK,KAAK,EAAE;YACnC,MAAM,IAAI,SAAS,CAAC,sBAAsB,IAAI,CAAC,SAAS,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;SACvE;QAED,IAAI,MAAM,CAAC,MAAM,KAAK,CAAC,EAAE;YACxB,MAAM,IAAI,SAAS,CAAC,0BAA0B,CAAC,CAAC;SAChD;QAED,OAAO,MAAM,CAAC,IAAI,CAAC,MAAM,EAAE,SAAgB,CAAC,CAAC;IAC9C,CAAC,CAAC;IAEF,+BAA+B;IAClB,MAAG,GAAG,CAAC,SAAkB,EAAE,GAAG,MAAiB,EAAE,EAAE,CAAC,gBAAgB,CAAC,KAAK,CAAC,SAAS,CAAC,IAAI,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IAC9G,MAAG,GAAG,CAAC,SAAkB,EAAE,GAAG,MAAiB,EAAE,EAAE,CAAC,gBAAgB,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;IAC5H,8BAA8B;AAC/B,CAAC,EAvNS,EAAE,KAAF,EAAE,QAuNX;AAED,4EAA4E;AAC5E,0DAA0D;AAC1D,MAAM,CAAC,gBAAgB,CAAC,EAAE,EAAE;IAC3B,KAAK,EAAE;QACN,KAAK,EAAE,EAAE,CAAC,MAAM;KAChB;IACD,QAAQ,EAAE;QACT,KAAK,EAAE,EAAE,CAAC,SAAS;KACnB;IACD,IAAI,EAAE;QACL,KAAK,EAAE,EAAE,CAAC,KAAK;KACf;CACD,CAAC,CAAC;AAEH,kBAAe,EAAE,CAAC;AAElB,sCAAsC;AACtC,MAAM,CAAC,OAAO,GAAG,EAAE,CAAC;AACpB,MAAM,CAAC,OAAO,CAAC,OAAO,GAAG,EAAE,CAAC"} \ No newline at end of file diff --git a/chat app/node_modules/@sindresorhus/is/license b/chat app/node_modules/@sindresorhus/is/license new file mode 100755 index 0000000..e7af2f7 --- /dev/null +++ b/chat app/node_modules/@sindresorhus/is/license @@ -0,0 +1,9 @@ +MIT License + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/@sindresorhus/is/package.json b/chat app/node_modules/@sindresorhus/is/package.json new file mode 100755 index 0000000..f489902 --- /dev/null +++ b/chat app/node_modules/@sindresorhus/is/package.json @@ -0,0 +1,96 @@ +{ + "_from": "@sindresorhus/is@^0.14.0", + "_id": "@sindresorhus/is@0.14.0", + "_inBundle": false, + "_integrity": "sha512-9NET910DNaIPngYnLLPeg+Ogzqsi9uM4mSboU5y6p8S5DzMTVEsJZrawi+BoDNUVBa2DhJqQYUFvMDfgU062LQ==", + "_location": "/@sindresorhus/is", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "@sindresorhus/is@^0.14.0", + "name": "@sindresorhus/is", + "escapedName": "@sindresorhus%2fis", + "scope": "@sindresorhus", + "rawSpec": "^0.14.0", + "saveSpec": null, + "fetchSpec": "^0.14.0" + }, + "_requiredBy": [ + "/got" + ], + "_resolved": "https://registry.npmjs.org/@sindresorhus/is/-/is-0.14.0.tgz", + "_shasum": "9fb3a3cf3132328151f353de4632e01e52102bea", + "_spec": "@sindresorhus/is@^0.14.0", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/got", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/sindresorhus/is/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Type check values: `is.string('🦄') //=> true`", + "devDependencies": { + "@sindresorhus/tsconfig": "^0.1.0", + "@types/jsdom": "^11.12.0", + "@types/node": "^10.12.10", + "@types/tempy": "^0.2.0", + "@types/zen-observable": "^0.8.0", + "ava": "^0.25.0", + "del-cli": "^1.1.0", + "jsdom": "^11.6.2", + "rxjs": "^6.3.3", + "tempy": "^0.2.1", + "tslint": "^5.9.1", + "tslint-xo": "^0.10.0", + "typescript": "^3.2.1", + "zen-observable": "^0.8.8" + }, + "engines": { + "node": ">=6" + }, + "files": [ + "dist" + ], + "homepage": "https://github.com/sindresorhus/is#readme", + "keywords": [ + "type", + "types", + "is", + "check", + "checking", + "validate", + "validation", + "utility", + "util", + "typeof", + "instanceof", + "object", + "assert", + "assertion", + "test", + "kind", + "primitive", + "verify", + "compare" + ], + "license": "MIT", + "main": "dist/index.js", + "name": "@sindresorhus/is", + "repository": { + "type": "git", + "url": "git+https://github.com/sindresorhus/is.git" + }, + "scripts": { + "build": "del dist && tsc", + "lint": "tslint --format stylish --project .", + "prepublish": "npm run build && del dist/tests", + "test": "npm run lint && npm run build && ava dist/tests" + }, + "types": "dist/index.d.ts", + "version": "0.14.0" +} diff --git a/chat app/node_modules/@sindresorhus/is/readme.md b/chat app/node_modules/@sindresorhus/is/readme.md new file mode 100755 index 0000000..97c023b --- /dev/null +++ b/chat app/node_modules/@sindresorhus/is/readme.md @@ -0,0 +1,451 @@ +# is [![Build Status](https://travis-ci.org/sindresorhus/is.svg?branch=master)](https://travis-ci.org/sindresorhus/is) + +> Type check values: `is.string('🦄') //=> true` + + + + +## Install + +``` +$ npm install @sindresorhus/is +``` + + +## Usage + +```js +const is = require('@sindresorhus/is'); + +is('🦄'); +//=> 'string' + +is(new Map()); +//=> 'Map' + +is.number(6); +//=> true +``` + +When using `is` together with TypeScript, [type guards](http://www.typescriptlang.org/docs/handbook/advanced-types.html#type-guards-and-differentiating-types) are being used to infer the correct type inside if-else statements. + +```ts +import is from '@sindresorhus/is'; + +const padLeft = (value: string, padding: string | number) => { + if (is.number(padding)) { + // `padding` is typed as `number` + return Array(padding + 1).join(' ') + value; + } + + if (is.string(padding)) { + // `padding` is typed as `string` + return padding + value; + } + + throw new TypeError(`Expected 'padding' to be of type 'string' or 'number', got '${is(padding)}'.`); +} + +padLeft('🦄', 3); +//=> ' 🦄' + +padLeft('🦄', '🌈'); +//=> '🌈🦄' +``` + + +## API + +### is(value) + +Returns the type of `value`. + +Primitives are lowercase and object types are camelcase. + +Example: + +- `'undefined'` +- `'null'` +- `'string'` +- `'symbol'` +- `'Array'` +- `'Function'` +- `'Object'` + +Note: It will throw an error if you try to feed it object-wrapped primitives, as that's a bad practice. For example `new String('foo')`. + +### is.{method} + +All the below methods accept a value and returns a boolean for whether the value is of the desired type. + +#### Primitives + +##### .undefined(value) +##### .null(value) +##### .string(value) +##### .number(value) +##### .boolean(value) +##### .symbol(value) + +#### Built-in types + +##### .array(value) +##### .function(value) +##### .buffer(value) +##### .object(value) + +Keep in mind that [functions are objects too](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions). + +##### .numericString(value) + +Returns `true` for a string that represents a number. For example, `'42'` and `'-8'`. + +Note: `'NaN'` returns `false`, but `'Infinity'` and `'-Infinity'` return `true`. + +##### .regExp(value) +##### .date(value) +##### .error(value) +##### .nativePromise(value) +##### .promise(value) + +Returns `true` for any object with a `.then()` and `.catch()` method. Prefer this one over `.nativePromise()` as you usually want to allow userland promise implementations too. + +##### .generator(value) + +Returns `true` for any object that implements its own `.next()` and `.throw()` methods and has a function definition for `Symbol.iterator`. + +##### .generatorFunction(value) + +##### .asyncFunction(value) + +Returns `true` for any `async` function that can be called with the `await` operator. + +```js +is.asyncFunction(async () => {}); +// => true + +is.asyncFunction(() => {}); +// => false +``` + +##### .boundFunction(value) + +Returns `true` for any `bound` function. + +```js +is.boundFunction(() => {}); +// => true + +is.boundFunction(function () {}.bind(null)); +// => true + +is.boundFunction(function () {}); +// => false +``` + +##### .map(value) +##### .set(value) +##### .weakMap(value) +##### .weakSet(value) + +#### Typed arrays + +##### .int8Array(value) +##### .uint8Array(value) +##### .uint8ClampedArray(value) +##### .int16Array(value) +##### .uint16Array(value) +##### .int32Array(value) +##### .uint32Array(value) +##### .float32Array(value) +##### .float64Array(value) + +#### Structured data + +##### .arrayBuffer(value) +##### .sharedArrayBuffer(value) +##### .dataView(value) + +#### Emptiness + +##### .emptyString(value) + +Returns `true` if the value is a `string` and the `.length` is 0. + +##### .nonEmptyString(value) + +Returns `true` if the value is a `string` and the `.length` is more than 0. + +##### .emptyStringOrWhitespace(value) + +Returns `true` if `is.emptyString(value)` or if it's a `string` that is all whitespace. + +##### .emptyArray(value) + +Returns `true` if the value is an `Array` and the `.length` is 0. + +##### .nonEmptyArray(value) + +Returns `true` if the value is an `Array` and the `.length` is more than 0. + +##### .emptyObject(value) + +Returns `true` if the value is an `Object` and `Object.keys(value).length` is 0. + +Please note that `Object.keys` returns only own enumerable properties. Hence something like this can happen: + +```js +const object1 = {}; + +Object.defineProperty(object1, 'property1', { + value: 42, + writable: true, + enumerable: false, + configurable: true +}); + +is.emptyObject(object1); +// => true +``` + +##### .nonEmptyObject(value) + +Returns `true` if the value is an `Object` and `Object.keys(value).length` is more than 0. + +##### .emptySet(value) + +Returns `true` if the value is a `Set` and the `.size` is 0. + +##### .nonEmptySet(Value) + +Returns `true` if the value is a `Set` and the `.size` is more than 0. + +##### .emptyMap(value) + +Returns `true` if the value is a `Map` and the `.size` is 0. + +##### .nonEmptyMap(value) + +Returns `true` if the value is a `Map` and the `.size` is more than 0. + +#### Miscellaneous + +##### .directInstanceOf(value, class) + +Returns `true` if `value` is a direct instance of `class`. + +```js +is.directInstanceOf(new Error(), Error); +//=> true + +class UnicornError extends Error {} + +is.directInstanceOf(new UnicornError(), Error); +//=> false +``` + +##### .urlInstance(value) + +Returns `true` if `value` is an instance of the [`URL` class](https://developer.mozilla.org/en-US/docs/Web/API/URL). + +```js +const url = new URL('https://example.com'); + +is.urlInstance(url); +//=> true +``` + +### .url(value) + +Returns `true` if `value` is a URL string. + +Note: this only does basic checking using the [`URL` class](https://developer.mozilla.org/en-US/docs/Web/API/URL) constructor. + +```js +const url = 'https://example.com'; + +is.url(url); +//=> true + +is.url(new URL(url)); +//=> false +``` + +##### .truthy(value) + +Returns `true` for all values that evaluate to true in a boolean context: + +```js +is.truthy('🦄'); +//=> true + +is.truthy(undefined); +//=> false +``` + +##### .falsy(value) + +Returns `true` if `value` is one of: `false`, `0`, `''`, `null`, `undefined`, `NaN`. + +##### .nan(value) +##### .nullOrUndefined(value) +##### .primitive(value) + +JavaScript primitives are as follows: `null`, `undefined`, `string`, `number`, `boolean`, `symbol`. + +##### .integer(value) + +##### .safeInteger(value) + +Returns `true` if `value` is a [safe integer](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger). + +##### .plainObject(value) + +An object is plain if it's created by either `{}`, `new Object()`, or `Object.create(null)`. + +##### .iterable(value) +##### .asyncIterable(value) +##### .class(value) + +Returns `true` for instances created by a class. + +##### .typedArray(value) + +##### .arrayLike(value) + +A `value` is array-like if it is not a function and has a `value.length` that is a safe integer greater than or equal to 0. + +```js +is.arrayLike(document.forms); +//=> true + +function foo() { + is.arrayLike(arguments); + //=> true +} +foo(); +``` + +##### .inRange(value, range) + +Check if `value` (number) is in the given `range`. The range is an array of two values, lower bound and upper bound, in no specific order. + +```js +is.inRange(3, [0, 5]); +is.inRange(3, [5, 0]); +is.inRange(0, [-2, 2]); +``` + +##### .inRange(value, upperBound) + +Check if `value` (number) is in the range of `0` to `upperBound`. + +```js +is.inRange(3, 10); +``` + +##### .domElement(value) + +Returns `true` if `value` is a DOM Element. + +##### .nodeStream(value) + +Returns `true` if `value` is a Node.js [stream](https://nodejs.org/api/stream.html). + +```js +const fs = require('fs'); + +is.nodeStream(fs.createReadStream('unicorn.png')); +//=> true +``` + +##### .observable(value) + +Returns `true` if `value` is an `Observable`. + +```js +const {Observable} = require('rxjs'); + +is.observable(new Observable()); +//=> true +``` + +##### .infinite(value) + +Check if `value` is `Infinity` or `-Infinity`. + +##### .even(value) + +Returns `true` if `value` is an even integer. + +##### .odd(value) + +Returns `true` if `value` is an odd integer. + +##### .any(predicate, ...values) + +Returns `true` if **any** of the input `values` returns true in the `predicate`: + +```js +is.any(is.string, {}, true, '🦄'); +//=> true + +is.any(is.boolean, 'unicorns', [], new Map()); +//=> false +``` + +##### .all(predicate, ...values) + +Returns `true` if **all** of the input `values` returns true in the `predicate`: + +```js +is.all(is.object, {}, new Map(), new Set()); +//=> true + +is.all(is.string, '🦄', [], 'unicorns'); +//=> false +``` + + +## FAQ + +### Why yet another type checking module? + +There are hundreds of type checking modules on npm, unfortunately, I couldn't find any that fit my needs: + +- Includes both type methods and ability to get the type +- Types of primitives returned as lowercase and object types as camelcase +- Covers all built-ins +- Unsurprising behavior +- Well-maintained +- Comprehensive test suite + +For the ones I found, pick 3 of these. + +The most common mistakes I noticed in these modules was using `instanceof` for type checking, forgetting that functions are objects, and omitting `symbol` as a primitive. + + +## Related + +- [ow](https://github.com/sindresorhus/ow) - Function argument validation for humans +- [is-stream](https://github.com/sindresorhus/is-stream) - Check if something is a Node.js stream +- [is-observable](https://github.com/sindresorhus/is-observable) - Check if a value is an Observable +- [file-type](https://github.com/sindresorhus/file-type) - Detect the file type of a Buffer/Uint8Array +- [is-ip](https://github.com/sindresorhus/is-ip) - Check if a string is an IP address +- [is-array-sorted](https://github.com/sindresorhus/is-array-sorted) - Check if an Array is sorted +- [is-error-constructor](https://github.com/sindresorhus/is-error-constructor) - Check if a value is an error constructor +- [is-empty-iterable](https://github.com/sindresorhus/is-empty-iterable) - Check if an Iterable is empty +- [is-blob](https://github.com/sindresorhus/is-blob) - Check if a value is a Blob - File-like object of immutable, raw data +- [has-emoji](https://github.com/sindresorhus/has-emoji) - Check whether a string has any emoji + + +## Created by + +- [Sindre Sorhus](https://github.com/sindresorhus) +- [Giora Guttsait](https://github.com/gioragutt) +- [Brandon Smith](https://github.com/brandon93s) + + +## License + +MIT diff --git a/chat app/node_modules/@szmarczak/http-timer/LICENSE b/chat app/node_modules/@szmarczak/http-timer/LICENSE new file mode 100755 index 0000000..15ad2e8 --- /dev/null +++ b/chat app/node_modules/@szmarczak/http-timer/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018 Szymon Marczak + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/chat app/node_modules/@szmarczak/http-timer/README.md b/chat app/node_modules/@szmarczak/http-timer/README.md new file mode 100755 index 0000000..13279ed --- /dev/null +++ b/chat app/node_modules/@szmarczak/http-timer/README.md @@ -0,0 +1,70 @@ +# http-timer +> Timings for HTTP requests + +[![Build Status](https://travis-ci.org/szmarczak/http-timer.svg?branch=master)](https://travis-ci.org/szmarczak/http-timer) +[![Coverage Status](https://coveralls.io/repos/github/szmarczak/http-timer/badge.svg?branch=master)](https://coveralls.io/github/szmarczak/http-timer?branch=master) +[![install size](https://packagephobia.now.sh/badge?p=@szmarczak/http-timer)](https://packagephobia.now.sh/result?p=@szmarczak/http-timer) + +Inspired by the [`request` package](https://github.com/request/request). + +## Usage +```js +'use strict'; +const https = require('https'); +const timer = require('@szmarczak/http-timer'); + +const request = https.get('https://httpbin.org/anything'); +const timings = timer(request); + +request.on('response', response => { + response.on('data', () => {}); // Consume the data somehow + response.on('end', () => { + console.log(timings); + }); +}); + +// { start: 1535708511443, +// socket: 1535708511444, +// lookup: 1535708511444, +// connect: 1535708511582, +// upload: 1535708511887, +// response: 1535708512037, +// end: 1535708512040, +// phases: +// { wait: 1, +// dns: 0, +// tcp: 138, +// request: 305, +// firstByte: 150, +// download: 3, +// total: 597 } } +``` + +## API + +### timer(request) + +Returns: `Object` + +- `start` - Time when the request started. +- `socket` - Time when a socket was assigned to the request. +- `lookup` - Time when the DNS lookup finished. +- `connect` - Time when the socket successfully connected. +- `upload` - Time when the request finished uploading. +- `response` - Time when the request fired the `response` event. +- `end` - Time when the response fired the `end` event. +- `error` - Time when the request fired the `error` event. +- `phases` + - `wait` - `timings.socket - timings.start` + - `dns` - `timings.lookup - timings.socket` + - `tcp` - `timings.connect - timings.lookup` + - `request` - `timings.upload - timings.connect` + - `firstByte` - `timings.response - timings.upload` + - `download` - `timings.end - timings.response` + - `total` - `timings.end - timings.start` or `timings.error - timings.start` + +**Note**: The time is a `number` representing the milliseconds elapsed since the UNIX epoch. + +## License + +MIT diff --git a/chat app/node_modules/@szmarczak/http-timer/package.json b/chat app/node_modules/@szmarczak/http-timer/package.json new file mode 100755 index 0000000..21c0738 --- /dev/null +++ b/chat app/node_modules/@szmarczak/http-timer/package.json @@ -0,0 +1,75 @@ +{ + "_from": "@szmarczak/http-timer@^1.1.2", + "_id": "@szmarczak/http-timer@1.1.2", + "_inBundle": false, + "_integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==", + "_location": "/@szmarczak/http-timer", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "@szmarczak/http-timer@^1.1.2", + "name": "@szmarczak/http-timer", + "escapedName": "@szmarczak%2fhttp-timer", + "scope": "@szmarczak", + "rawSpec": "^1.1.2", + "saveSpec": null, + "fetchSpec": "^1.1.2" + }, + "_requiredBy": [ + "/got" + ], + "_resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz", + "_shasum": "b1665e2c461a2cd92f4c1bbf50d5454de0d4b421", + "_spec": "@szmarczak/http-timer@^1.1.2", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/got", + "author": { + "name": "Szymon Marczak" + }, + "bugs": { + "url": "https://github.com/szmarczak/http-timer/issues" + }, + "bundleDependencies": false, + "dependencies": { + "defer-to-connect": "^1.0.1" + }, + "deprecated": false, + "description": "Timings for HTTP requests", + "devDependencies": { + "ava": "^0.25.0", + "coveralls": "^3.0.2", + "nyc": "^12.0.2", + "p-event": "^2.1.0", + "xo": "^0.22.0" + }, + "engines": { + "node": ">=6" + }, + "files": [ + "source" + ], + "homepage": "https://github.com/szmarczak/http-timer#readme", + "keywords": [ + "http", + "https", + "timer", + "timings" + ], + "license": "MIT", + "main": "source", + "name": "@szmarczak/http-timer", + "repository": { + "type": "git", + "url": "git+https://github.com/szmarczak/http-timer.git" + }, + "scripts": { + "coveralls": "nyc report --reporter=text-lcov | coveralls", + "test": "xo && nyc ava" + }, + "version": "1.1.2", + "xo": { + "rules": { + "unicorn/filename-case": "camelCase" + } + } +} diff --git a/chat app/node_modules/@szmarczak/http-timer/source/index.js b/chat app/node_modules/@szmarczak/http-timer/source/index.js new file mode 100755 index 0000000..e294580 --- /dev/null +++ b/chat app/node_modules/@szmarczak/http-timer/source/index.js @@ -0,0 +1,99 @@ +'use strict'; +const deferToConnect = require('defer-to-connect'); + +module.exports = request => { + const timings = { + start: Date.now(), + socket: null, + lookup: null, + connect: null, + upload: null, + response: null, + end: null, + error: null, + phases: { + wait: null, + dns: null, + tcp: null, + request: null, + firstByte: null, + download: null, + total: null + } + }; + + const handleError = origin => { + const emit = origin.emit.bind(origin); + origin.emit = (event, ...args) => { + // Catches the `error` event + if (event === 'error') { + timings.error = Date.now(); + timings.phases.total = timings.error - timings.start; + + origin.emit = emit; + } + + // Saves the original behavior + return emit(event, ...args); + }; + }; + + let uploadFinished = false; + const onUpload = () => { + timings.upload = Date.now(); + timings.phases.request = timings.upload - timings.connect; + }; + + handleError(request); + + request.once('socket', socket => { + timings.socket = Date.now(); + timings.phases.wait = timings.socket - timings.start; + + const lookupListener = () => { + timings.lookup = Date.now(); + timings.phases.dns = timings.lookup - timings.socket; + }; + + socket.once('lookup', lookupListener); + + deferToConnect(socket, () => { + timings.connect = Date.now(); + + if (timings.lookup === null) { + socket.removeListener('lookup', lookupListener); + timings.lookup = timings.connect; + timings.phases.dns = timings.lookup - timings.socket; + } + + timings.phases.tcp = timings.connect - timings.lookup; + + if (uploadFinished && !timings.upload) { + onUpload(); + } + }); + }); + + request.once('finish', () => { + uploadFinished = true; + + if (timings.connect) { + onUpload(); + } + }); + + request.once('response', response => { + timings.response = Date.now(); + timings.phases.firstByte = timings.response - timings.upload; + + handleError(response); + + response.once('end', () => { + timings.end = Date.now(); + timings.phases.download = timings.end - timings.response; + timings.phases.total = timings.end - timings.start; + }); + }); + + return timings; +}; diff --git a/chat app/node_modules/accepts/HISTORY.md b/chat app/node_modules/accepts/HISTORY.md new file mode 100755 index 0000000..f16c17a --- /dev/null +++ b/chat app/node_modules/accepts/HISTORY.md @@ -0,0 +1,224 @@ +1.3.5 / 2018-02-28 +================== + + * deps: mime-types@~2.1.18 + - deps: mime-db@~1.33.0 + +1.3.4 / 2017-08-22 +================== + + * deps: mime-types@~2.1.16 + - deps: mime-db@~1.29.0 + +1.3.3 / 2016-05-02 +================== + + * deps: mime-types@~2.1.11 + - deps: mime-db@~1.23.0 + * deps: negotiator@0.6.1 + - perf: improve `Accept` parsing speed + - perf: improve `Accept-Charset` parsing speed + - perf: improve `Accept-Encoding` parsing speed + - perf: improve `Accept-Language` parsing speed + +1.3.2 / 2016-03-08 +================== + + * deps: mime-types@~2.1.10 + - Fix extension of `application/dash+xml` + - Update primary extension for `audio/mp4` + - deps: mime-db@~1.22.0 + +1.3.1 / 2016-01-19 +================== + + * deps: mime-types@~2.1.9 + - deps: mime-db@~1.21.0 + +1.3.0 / 2015-09-29 +================== + + * deps: mime-types@~2.1.7 + - deps: mime-db@~1.19.0 + * deps: negotiator@0.6.0 + - Fix including type extensions in parameters in `Accept` parsing + - Fix parsing `Accept` parameters with quoted equals + - Fix parsing `Accept` parameters with quoted semicolons + - Lazy-load modules from main entry point + - perf: delay type concatenation until needed + - perf: enable strict mode + - perf: hoist regular expressions + - perf: remove closures getting spec properties + - perf: remove a closure from media type parsing + - perf: remove property delete from media type parsing + +1.2.13 / 2015-09-06 +=================== + + * deps: mime-types@~2.1.6 + - deps: mime-db@~1.18.0 + +1.2.12 / 2015-07-30 +=================== + + * deps: mime-types@~2.1.4 + - deps: mime-db@~1.16.0 + +1.2.11 / 2015-07-16 +=================== + + * deps: mime-types@~2.1.3 + - deps: mime-db@~1.15.0 + +1.2.10 / 2015-07-01 +=================== + + * deps: mime-types@~2.1.2 + - deps: mime-db@~1.14.0 + +1.2.9 / 2015-06-08 +================== + + * deps: mime-types@~2.1.1 + - perf: fix deopt during mapping + +1.2.8 / 2015-06-07 +================== + + * deps: mime-types@~2.1.0 + - deps: mime-db@~1.13.0 + * perf: avoid argument reassignment & argument slice + * perf: avoid negotiator recursive construction + * perf: enable strict mode + * perf: remove unnecessary bitwise operator + +1.2.7 / 2015-05-10 +================== + + * deps: negotiator@0.5.3 + - Fix media type parameter matching to be case-insensitive + +1.2.6 / 2015-05-07 +================== + + * deps: mime-types@~2.0.11 + - deps: mime-db@~1.9.1 + * deps: negotiator@0.5.2 + - Fix comparing media types with quoted values + - Fix splitting media types with quoted commas + +1.2.5 / 2015-03-13 +================== + + * deps: mime-types@~2.0.10 + - deps: mime-db@~1.8.0 + +1.2.4 / 2015-02-14 +================== + + * Support Node.js 0.6 + * deps: mime-types@~2.0.9 + - deps: mime-db@~1.7.0 + * deps: negotiator@0.5.1 + - Fix preference sorting to be stable for long acceptable lists + +1.2.3 / 2015-01-31 +================== + + * deps: mime-types@~2.0.8 + - deps: mime-db@~1.6.0 + +1.2.2 / 2014-12-30 +================== + + * deps: mime-types@~2.0.7 + - deps: mime-db@~1.5.0 + +1.2.1 / 2014-12-30 +================== + + * deps: mime-types@~2.0.5 + - deps: mime-db@~1.3.1 + +1.2.0 / 2014-12-19 +================== + + * deps: negotiator@0.5.0 + - Fix list return order when large accepted list + - Fix missing identity encoding when q=0 exists + - Remove dynamic building of Negotiator class + +1.1.4 / 2014-12-10 +================== + + * deps: mime-types@~2.0.4 + - deps: mime-db@~1.3.0 + +1.1.3 / 2014-11-09 +================== + + * deps: mime-types@~2.0.3 + - deps: mime-db@~1.2.0 + +1.1.2 / 2014-10-14 +================== + + * deps: negotiator@0.4.9 + - Fix error when media type has invalid parameter + +1.1.1 / 2014-09-28 +================== + + * deps: mime-types@~2.0.2 + - deps: mime-db@~1.1.0 + * deps: negotiator@0.4.8 + - Fix all negotiations to be case-insensitive + - Stable sort preferences of same quality according to client order + +1.1.0 / 2014-09-02 +================== + + * update `mime-types` + +1.0.7 / 2014-07-04 +================== + + * Fix wrong type returned from `type` when match after unknown extension + +1.0.6 / 2014-06-24 +================== + + * deps: negotiator@0.4.7 + +1.0.5 / 2014-06-20 +================== + + * fix crash when unknown extension given + +1.0.4 / 2014-06-19 +================== + + * use `mime-types` + +1.0.3 / 2014-06-11 +================== + + * deps: negotiator@0.4.6 + - Order by specificity when quality is the same + +1.0.2 / 2014-05-29 +================== + + * Fix interpretation when header not in request + * deps: pin negotiator@0.4.5 + +1.0.1 / 2014-01-18 +================== + + * Identity encoding isn't always acceptable + * deps: negotiator@~0.4.0 + +1.0.0 / 2013-12-27 +================== + + * Genesis diff --git a/chat app/node_modules/accepts/LICENSE b/chat app/node_modules/accepts/LICENSE new file mode 100755 index 0000000..0616607 --- /dev/null +++ b/chat app/node_modules/accepts/LICENSE @@ -0,0 +1,23 @@ +(The MIT License) + +Copyright (c) 2014 Jonathan Ong +Copyright (c) 2015 Douglas Christopher Wilson + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/accepts/README.md b/chat app/node_modules/accepts/README.md new file mode 100755 index 0000000..6a2749a --- /dev/null +++ b/chat app/node_modules/accepts/README.md @@ -0,0 +1,143 @@ +# accepts + +[![NPM Version][npm-image]][npm-url] +[![NPM Downloads][downloads-image]][downloads-url] +[![Node.js Version][node-version-image]][node-version-url] +[![Build Status][travis-image]][travis-url] +[![Test Coverage][coveralls-image]][coveralls-url] + +Higher level content negotiation based on [negotiator](https://www.npmjs.com/package/negotiator). +Extracted from [koa](https://www.npmjs.com/package/koa) for general use. + +In addition to negotiator, it allows: + +- Allows types as an array or arguments list, ie `(['text/html', 'application/json'])` + as well as `('text/html', 'application/json')`. +- Allows type shorthands such as `json`. +- Returns `false` when no types match +- Treats non-existent headers as `*` + +## Installation + +This is a [Node.js](https://nodejs.org/en/) module available through the +[npm registry](https://www.npmjs.com/). Installation is done using the +[`npm install` command](https://docs.npmjs.com/getting-started/installing-npm-packages-locally): + +```sh +$ npm install accepts +``` + +## API + + + +```js +var accepts = require('accepts') +``` + +### accepts(req) + +Create a new `Accepts` object for the given `req`. + +#### .charset(charsets) + +Return the first accepted charset. If nothing in `charsets` is accepted, +then `false` is returned. + +#### .charsets() + +Return the charsets that the request accepts, in the order of the client's +preference (most preferred first). + +#### .encoding(encodings) + +Return the first accepted encoding. If nothing in `encodings` is accepted, +then `false` is returned. + +#### .encodings() + +Return the encodings that the request accepts, in the order of the client's +preference (most preferred first). + +#### .language(languages) + +Return the first accepted language. If nothing in `languages` is accepted, +then `false` is returned. + +#### .languages() + +Return the languages that the request accepts, in the order of the client's +preference (most preferred first). + +#### .type(types) + +Return the first accepted type (and it is returned as the same text as what +appears in the `types` array). If nothing in `types` is accepted, then `false` +is returned. + +The `types` array can contain full MIME types or file extensions. Any value +that is not a full MIME types is passed to `require('mime-types').lookup`. + +#### .types() + +Return the types that the request accepts, in the order of the client's +preference (most preferred first). + +## Examples + +### Simple type negotiation + +This simple example shows how to use `accepts` to return a different typed +respond body based on what the client wants to accept. The server lists it's +preferences in order and will get back the best match between the client and +server. + +```js +var accepts = require('accepts') +var http = require('http') + +function app (req, res) { + var accept = accepts(req) + + // the order of this list is significant; should be server preferred order + switch (accept.type(['json', 'html'])) { + case 'json': + res.setHeader('Content-Type', 'application/json') + res.write('{"hello":"world!"}') + break + case 'html': + res.setHeader('Content-Type', 'text/html') + res.write('hello, world!') + break + default: + // the fallback is text/plain, so no need to specify it above + res.setHeader('Content-Type', 'text/plain') + res.write('hello, world!') + break + } + + res.end() +} + +http.createServer(app).listen(3000) +``` + +You can test this out with the cURL program: +```sh +curl -I -H'Accept: text/html' http://localhost:3000/ +``` + +## License + +[MIT](LICENSE) + +[npm-image]: https://img.shields.io/npm/v/accepts.svg +[npm-url]: https://npmjs.org/package/accepts +[node-version-image]: https://img.shields.io/node/v/accepts.svg +[node-version-url]: https://nodejs.org/en/download/ +[travis-image]: https://img.shields.io/travis/jshttp/accepts/master.svg +[travis-url]: https://travis-ci.org/jshttp/accepts +[coveralls-image]: https://img.shields.io/coveralls/jshttp/accepts/master.svg +[coveralls-url]: https://coveralls.io/r/jshttp/accepts +[downloads-image]: https://img.shields.io/npm/dm/accepts.svg +[downloads-url]: https://npmjs.org/package/accepts diff --git a/chat app/node_modules/accepts/index.js b/chat app/node_modules/accepts/index.js new file mode 100755 index 0000000..e9b2f63 --- /dev/null +++ b/chat app/node_modules/accepts/index.js @@ -0,0 +1,238 @@ +/*! + * accepts + * Copyright(c) 2014 Jonathan Ong + * Copyright(c) 2015 Douglas Christopher Wilson + * MIT Licensed + */ + +'use strict' + +/** + * Module dependencies. + * @private + */ + +var Negotiator = require('negotiator') +var mime = require('mime-types') + +/** + * Module exports. + * @public + */ + +module.exports = Accepts + +/** + * Create a new Accepts object for the given req. + * + * @param {object} req + * @public + */ + +function Accepts (req) { + if (!(this instanceof Accepts)) { + return new Accepts(req) + } + + this.headers = req.headers + this.negotiator = new Negotiator(req) +} + +/** + * Check if the given `type(s)` is acceptable, returning + * the best match when true, otherwise `undefined`, in which + * case you should respond with 406 "Not Acceptable". + * + * The `type` value may be a single mime type string + * such as "application/json", the extension name + * such as "json" or an array `["json", "html", "text/plain"]`. When a list + * or array is given the _best_ match, if any is returned. + * + * Examples: + * + * // Accept: text/html + * this.types('html'); + * // => "html" + * + * // Accept: text/*, application/json + * this.types('html'); + * // => "html" + * this.types('text/html'); + * // => "text/html" + * this.types('json', 'text'); + * // => "json" + * this.types('application/json'); + * // => "application/json" + * + * // Accept: text/*, application/json + * this.types('image/png'); + * this.types('png'); + * // => undefined + * + * // Accept: text/*;q=.5, application/json + * this.types(['html', 'json']); + * this.types('html', 'json'); + * // => "json" + * + * @param {String|Array} types... + * @return {String|Array|Boolean} + * @public + */ + +Accepts.prototype.type = +Accepts.prototype.types = function (types_) { + var types = types_ + + // support flattened arguments + if (types && !Array.isArray(types)) { + types = new Array(arguments.length) + for (var i = 0; i < types.length; i++) { + types[i] = arguments[i] + } + } + + // no types, return all requested types + if (!types || types.length === 0) { + return this.negotiator.mediaTypes() + } + + // no accept header, return first given type + if (!this.headers.accept) { + return types[0] + } + + var mimes = types.map(extToMime) + var accepts = this.negotiator.mediaTypes(mimes.filter(validMime)) + var first = accepts[0] + + return first + ? types[mimes.indexOf(first)] + : false +} + +/** + * Return accepted encodings or best fit based on `encodings`. + * + * Given `Accept-Encoding: gzip, deflate` + * an array sorted by quality is returned: + * + * ['gzip', 'deflate'] + * + * @param {String|Array} encodings... + * @return {String|Array} + * @public + */ + +Accepts.prototype.encoding = +Accepts.prototype.encodings = function (encodings_) { + var encodings = encodings_ + + // support flattened arguments + if (encodings && !Array.isArray(encodings)) { + encodings = new Array(arguments.length) + for (var i = 0; i < encodings.length; i++) { + encodings[i] = arguments[i] + } + } + + // no encodings, return all requested encodings + if (!encodings || encodings.length === 0) { + return this.negotiator.encodings() + } + + return this.negotiator.encodings(encodings)[0] || false +} + +/** + * Return accepted charsets or best fit based on `charsets`. + * + * Given `Accept-Charset: utf-8, iso-8859-1;q=0.2, utf-7;q=0.5` + * an array sorted by quality is returned: + * + * ['utf-8', 'utf-7', 'iso-8859-1'] + * + * @param {String|Array} charsets... + * @return {String|Array} + * @public + */ + +Accepts.prototype.charset = +Accepts.prototype.charsets = function (charsets_) { + var charsets = charsets_ + + // support flattened arguments + if (charsets && !Array.isArray(charsets)) { + charsets = new Array(arguments.length) + for (var i = 0; i < charsets.length; i++) { + charsets[i] = arguments[i] + } + } + + // no charsets, return all requested charsets + if (!charsets || charsets.length === 0) { + return this.negotiator.charsets() + } + + return this.negotiator.charsets(charsets)[0] || false +} + +/** + * Return accepted languages or best fit based on `langs`. + * + * Given `Accept-Language: en;q=0.8, es, pt` + * an array sorted by quality is returned: + * + * ['es', 'pt', 'en'] + * + * @param {String|Array} langs... + * @return {Array|String} + * @public + */ + +Accepts.prototype.lang = +Accepts.prototype.langs = +Accepts.prototype.language = +Accepts.prototype.languages = function (languages_) { + var languages = languages_ + + // support flattened arguments + if (languages && !Array.isArray(languages)) { + languages = new Array(arguments.length) + for (var i = 0; i < languages.length; i++) { + languages[i] = arguments[i] + } + } + + // no languages, return all requested languages + if (!languages || languages.length === 0) { + return this.negotiator.languages() + } + + return this.negotiator.languages(languages)[0] || false +} + +/** + * Convert extnames to mime. + * + * @param {String} type + * @return {String} + * @private + */ + +function extToMime (type) { + return type.indexOf('/') === -1 + ? mime.lookup(type) + : type +} + +/** + * Check if mime is valid. + * + * @param {String} type + * @return {String} + * @private + */ + +function validMime (type) { + return typeof type === 'string' +} diff --git a/chat app/node_modules/accepts/package.json b/chat app/node_modules/accepts/package.json new file mode 100755 index 0000000..9068c1b --- /dev/null +++ b/chat app/node_modules/accepts/package.json @@ -0,0 +1,85 @@ +{ + "_from": "accepts@~1.3.4", + "_id": "accepts@1.3.5", + "_inBundle": false, + "_integrity": "sha1-63d99gEXI6OxTopywIBcjoZ0a9I=", + "_location": "/accepts", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "accepts@~1.3.4", + "name": "accepts", + "escapedName": "accepts", + "rawSpec": "~1.3.4", + "saveSpec": null, + "fetchSpec": "~1.3.4" + }, + "_requiredBy": [ + "/engine.io" + ], + "_resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.5.tgz", + "_shasum": "eb777df6011723a3b14e8a72c0805c8e86746bd2", + "_spec": "accepts@~1.3.4", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/engine.io", + "bugs": { + "url": "https://github.com/jshttp/accepts/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Douglas Christopher Wilson", + "email": "doug@somethingdoug.com" + }, + { + "name": "Jonathan Ong", + "email": "me@jongleberry.com", + "url": "http://jongleberry.com" + } + ], + "dependencies": { + "mime-types": "~2.1.18", + "negotiator": "0.6.1" + }, + "deprecated": false, + "description": "Higher-level content negotiation", + "devDependencies": { + "eslint": "4.18.1", + "eslint-config-standard": "11.0.0", + "eslint-plugin-import": "2.9.0", + "eslint-plugin-markdown": "1.0.0-beta.6", + "eslint-plugin-node": "6.0.1", + "eslint-plugin-promise": "3.6.0", + "eslint-plugin-standard": "3.0.1", + "istanbul": "0.4.5", + "mocha": "~1.21.5" + }, + "engines": { + "node": ">= 0.6" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "index.js" + ], + "homepage": "https://github.com/jshttp/accepts#readme", + "keywords": [ + "content", + "negotiation", + "accept", + "accepts" + ], + "license": "MIT", + "name": "accepts", + "repository": { + "type": "git", + "url": "git+https://github.com/jshttp/accepts.git" + }, + "scripts": { + "lint": "eslint --plugin markdown --ext js,md .", + "test": "mocha --reporter spec --check-leaks --bail test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/", + "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/" + }, + "version": "1.3.5" +} diff --git a/chat app/node_modules/after/.npmignore b/chat app/node_modules/after/.npmignore new file mode 100755 index 0000000..6c78602 --- /dev/null +++ b/chat app/node_modules/after/.npmignore @@ -0,0 +1,2 @@ +node_modules +.monitor diff --git a/chat app/node_modules/after/.travis.yml b/chat app/node_modules/after/.travis.yml new file mode 100755 index 0000000..afd72d0 --- /dev/null +++ b/chat app/node_modules/after/.travis.yml @@ -0,0 +1,12 @@ +language: node_js +node_js: + - 0.6 + - 0.8 + - 0.9 + - 0.10 + - 0.12 + - 4.2.4 + - 5.4.1 + - iojs-1 + - iojs-2 + - iojs-3 diff --git a/chat app/node_modules/after/LICENCE b/chat app/node_modules/after/LICENCE new file mode 100755 index 0000000..7c35130 --- /dev/null +++ b/chat app/node_modules/after/LICENCE @@ -0,0 +1,19 @@ +Copyright (c) 2011 Raynos. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/chat app/node_modules/after/README.md b/chat app/node_modules/after/README.md new file mode 100755 index 0000000..fc69096 --- /dev/null +++ b/chat app/node_modules/after/README.md @@ -0,0 +1,115 @@ +# After [![Build Status][1]][2] + +Invoke callback after n calls + +## Status: production ready + +## Example + +```js +var after = require("after") +var db = require("./db") // some db. + +var updateUser = function (req, res) { + // use after to run two tasks in parallel, + // namely get request body and get session + // then run updateUser with the results + var next = after(2, updateUser) + var results = {} + + getJSONBody(req, res, function (err, body) { + if (err) return next(err) + + results.body = body + next(null, results) + }) + + getSessionUser(req, res, function (err, user) { + if (err) return next(err) + + results.user = user + next(null, results) + }) + + // now do the thing! + function updateUser(err, result) { + if (err) { + res.statusCode = 500 + return res.end("Unexpected Error") + } + + if (!result.user || result.user.role !== "admin") { + res.statusCode = 403 + return res.end("Permission Denied") + } + + db.put("users:" + req.params.userId, result.body, function (err) { + if (err) { + res.statusCode = 500 + return res.end("Unexpected Error") + } + + res.statusCode = 200 + res.end("Ok") + }) + } +} +``` + +## Naive Example + +```js +var after = require("after") + , next = after(3, logItWorks) + +next() +next() +next() // it works + +function logItWorks() { + console.log("it works!") +} +``` + +## Example with error handling + +```js +var after = require("after") + , next = after(3, logError) + +next() +next(new Error("oops")) // logs oops +next() // does nothing + +// This callback is only called once. +// If there is an error the callback gets called immediately +// this avoids the situation where errors get lost. +function logError(err) { + console.log(err) +} +``` + +## Installation + +`npm install after` + +## Tests + +`npm test` + +## Contributors + + - Raynos + - defunctzombie + +## MIT Licenced + + [1]: https://secure.travis-ci.org/Raynos/after.png + [2]: http://travis-ci.org/Raynos/after + [3]: http://raynos.org/blog/2/Flow-control-in-node.js + [4]: http://stackoverflow.com/questions/6852059/determining-the-end-of-asynchronous-operations-javascript/6852307#6852307 + [5]: http://stackoverflow.com/questions/6869872/in-javascript-what-are-best-practices-for-executing-multiple-asynchronous-functi/6870031#6870031 + [6]: http://stackoverflow.com/questions/6864397/javascript-performance-long-running-tasks/6889419#6889419 + [7]: http://stackoverflow.com/questions/6597493/synchronous-database-queries-with-node-js/6620091#6620091 + [8]: http://github.com/Raynos/iterators + [9]: http://github.com/Raynos/composite diff --git a/chat app/node_modules/after/index.js b/chat app/node_modules/after/index.js new file mode 100755 index 0000000..ec24879 --- /dev/null +++ b/chat app/node_modules/after/index.js @@ -0,0 +1,28 @@ +module.exports = after + +function after(count, callback, err_cb) { + var bail = false + err_cb = err_cb || noop + proxy.count = count + + return (count === 0) ? callback() : proxy + + function proxy(err, result) { + if (proxy.count <= 0) { + throw new Error('after called too many times') + } + --proxy.count + + // after first error, rest are passed to err_cb + if (err) { + bail = true + callback(err) + // future error callbacks will go to error handler + callback = err_cb + } else if (proxy.count === 0 && !bail) { + callback(null, result) + } + } +} + +function noop() {} diff --git a/chat app/node_modules/after/package.json b/chat app/node_modules/after/package.json new file mode 100755 index 0000000..b4348cf --- /dev/null +++ b/chat app/node_modules/after/package.json @@ -0,0 +1,63 @@ +{ + "_from": "after@0.8.2", + "_id": "after@0.8.2", + "_inBundle": false, + "_integrity": "sha1-/ts5T58OAqqXaOcCvaI7UF+ufh8=", + "_location": "/after", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "after@0.8.2", + "name": "after", + "escapedName": "after", + "rawSpec": "0.8.2", + "saveSpec": null, + "fetchSpec": "0.8.2" + }, + "_requiredBy": [ + "/engine.io-parser" + ], + "_resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", + "_shasum": "fedb394f9f0e02aa9768e702bda23b505fae7e1f", + "_spec": "after@0.8.2", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/engine.io-parser", + "author": { + "name": "Raynos", + "email": "raynos2@gmail.com" + }, + "bugs": { + "url": "https://github.com/Raynos/after/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "Raynos", + "email": "raynos2@gmail.com", + "url": "http://raynos.org" + } + ], + "deprecated": false, + "description": "after - tiny flow control", + "devDependencies": { + "mocha": "~1.8.1" + }, + "homepage": "https://github.com/Raynos/after#readme", + "keywords": [ + "flowcontrol", + "after", + "flow", + "control", + "arch" + ], + "license": "MIT", + "name": "after", + "repository": { + "type": "git", + "url": "git://github.com/Raynos/after.git" + }, + "scripts": { + "test": "mocha --ui tdd --reporter spec test/*.js" + }, + "version": "0.8.2" +} diff --git a/chat app/node_modules/after/test/after-test.js b/chat app/node_modules/after/test/after-test.js new file mode 100755 index 0000000..0d63f4c --- /dev/null +++ b/chat app/node_modules/after/test/after-test.js @@ -0,0 +1,120 @@ +/*global suite, test*/ + +var assert = require("assert") + , after = require("../") + +test("exists", function () { + assert(typeof after === "function", "after is not a function") +}) + +test("after when called with 0 invokes", function (done) { + after(0, done) +}); + +test("after 1", function (done) { + var next = after(1, done) + next() +}) + +test("after 5", function (done) { + var next = after(5, done) + , i = 5 + + while (i--) { + next() + } +}) + +test("manipulate count", function (done) { + var next = after(1, done) + , i = 5 + + next.count = i + while (i--) { + next() + } +}) + +test("after terminates on error", function (done) { + var next = after(2, function(err) { + assert.equal(err.message, 'test'); + done(); + }) + next(new Error('test')) + next(new Error('test2')) +}) + +test('gee', function(done) { + done = after(2, done) + + function cb(err) { + assert.equal(err.message, 1); + done() + } + + var next = after(3, cb, function(err) { + assert.equal(err.message, 2) + done() + }); + + next() + next(new Error(1)) + next(new Error(2)) +}) + +test('eee', function(done) { + done = after(3, done) + + function cb(err) { + assert.equal(err.message, 1); + done() + } + + var next = after(3, cb, function(err) { + assert.equal(err.message, 2) + done() + }); + + next(new Error(1)) + next(new Error(2)) + next(new Error(2)) +}) + +test('gge', function(done) { + function cb(err) { + assert.equal(err.message, 1); + done() + } + + var next = after(3, cb, function(err) { + // should not happen + assert.ok(false); + }); + + next() + next() + next(new Error(1)) +}) + +test('egg', function(done) { + function cb(err) { + assert.equal(err.message, 1); + done() + } + + var next = after(3, cb, function(err) { + // should not happen + assert.ok(false); + }); + + next(new Error(1)) + next() + next() +}) + +test('throws on too many calls', function(done) { + var next = after(1, done); + next() + assert.throws(next, /after called too many times/); +}); + diff --git a/chat app/node_modules/androidjs/LICENSE b/chat app/node_modules/androidjs/LICENSE new file mode 100755 index 0000000..775c4c1 --- /dev/null +++ b/chat app/node_modules/androidjs/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2019 androidjs + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/chat app/node_modules/androidjs/example/index.html b/chat app/node_modules/androidjs/example/index.html new file mode 100755 index 0000000..56dd986 --- /dev/null +++ b/chat app/node_modules/androidjs/example/index.html @@ -0,0 +1,24 @@ + + + + + + + + \ No newline at end of file diff --git a/chat app/node_modules/androidjs/example/test.js b/chat app/node_modules/androidjs/example/test.js new file mode 100755 index 0000000..7e19c78 --- /dev/null +++ b/chat app/node_modules/androidjs/example/test.js @@ -0,0 +1,30 @@ +var back = require('../lib/back.js').back; +// var app = require('./index.js').app; +// console.log(back); + + + +back.on('hello', function(event){ + console.log('hello'); +}) + +back.on('show-details', function(data){ + console.log(data); +}) +// back.send('hello'); +back.on('get', function(data){ + return 'hello get'; +}) + +back.on('get-data', function(data){ + console.log(data); + data.age = 15; + return data; +}) +// console.log(app.getPath()); +setInterval(function(){ + back.send('hello', 'harry'); +}, 5000); +// while(true){ +// back.send('hello', 'harry'); +// } \ No newline at end of file diff --git a/chat app/node_modules/androidjs/index.js b/chat app/node_modules/androidjs/index.js new file mode 100755 index 0000000..1761e0a --- /dev/null +++ b/chat app/node_modules/androidjs/index.js @@ -0,0 +1,2 @@ +module.exports.back = require('./lib/back.js').back +module.exports.io = require('./lib/back.js').io \ No newline at end of file diff --git a/chat app/node_modules/androidjs/lib/back.js b/chat app/node_modules/androidjs/lib/back.js new file mode 100755 index 0000000..b7b808e --- /dev/null +++ b/chat app/node_modules/androidjs/lib/back.js @@ -0,0 +1,79 @@ +const path = require("path"); +const http = require('http').createServer() +const io = require("socket.io")(http); + +http.listen(3000); + +var clients = [] + +listerners = {}; + io.on('connection', function (socket) { + // console.log('user connected'); + clients.push(socket); + socket.on('response-from-front', function (event, ...args) { + // console.log('get response from front'); + let fns = listerners[event]; + if (!fns) return false; + fns.forEach(function (f) { + f(...args); + }); + return true; + }); + socket.on('sync-response-from-front', function(event, ...args){ + // console.log('sync get response from front'); + let fns = listerners[event]; + if (!fns) return false; + fns.forEach(function (f) { + var response = f(...args); + // console.log(response) + socket.emit('sync-response', event ,response); + }); + return true; + }) + }); +module.exports.back = { + listerners:listerners, on:on, send:send +} + +module.exports.io = io; + +function addListener(event, fn) { + listerners[event] = listerners[event] || []; + listerners[event].push(fn); +} + +function on(event, fn){ + addListener(event, fn); +} + +function exeFunction(evemt, ...args){ + let fns = listeners[eventName]; + if (!fns) return false; + fns.forEach(function (f) { + f(...args); + }); + return true; +} + + +function send(event, ...args){ + // console.log('called send'); + for(let i = 0; i < clients.length; i++){ + // console.log('send Client'); + clients[i].emit('response-from-back', event, ...args) + } +} + + +io.on('connection', function (socket) { + // console.log('user connected'); + front = socket; + socket.on('reponse-from-front', function (event, ...args) { + let fns = listeners[eventName]; + if (!fns) return false; + fns.forEach(function (f) { + f(...args); + }); + return true; + }); + }); \ No newline at end of file diff --git a/chat app/node_modules/androidjs/lib/front.js b/chat app/node_modules/androidjs/lib/front.js new file mode 100755 index 0000000..a88c158 --- /dev/null +++ b/chat app/node_modules/androidjs/lib/front.js @@ -0,0 +1,61 @@ + +/*! + * Socket.IO v2.2.0 + * (c) 2014-2018 Guillermo Rauch + * Released under the MIT License. + */ +!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.io=e():t.io=e()}(this,function(){return function(t){function e(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return t[r].call(o.exports,o,o.exports,e),o.loaded=!0,o.exports}var n={};return e.m=t,e.c=n,e.p="",e(0)}([function(t,e,n){"use strict";function r(t,e){"object"===("undefined"==typeof t?"undefined":o(t))&&(e=t,t=void 0),e=e||{};var n,r=i(t),s=r.source,u=r.id,h=r.path,f=p[u]&&h in p[u].nsps,l=e.forceNew||e["force new connection"]||!1===e.multiplex||f;return l?(c("ignoring socket cache for %s",s),n=a(s,e)):(p[u]||(c("new io instance for %s",s),p[u]=a(s,e)),n=p[u]),r.query&&!e.query&&(e.query=r.query),n.socket(r.path,e)}var o="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},i=n(1),s=n(7),a=n(12),c=n(3)("socket.io-client");t.exports=e=r;var p=e.managers={};e.protocol=s.protocol,e.connect=r,e.Manager=n(12),e.Socket=n(36)},function(t,e,n){"use strict";function r(t,e){var n=t;e=e||"undefined"!=typeof location&&location,null==t&&(t=e.protocol+"//"+e.host),"string"==typeof t&&("/"===t.charAt(0)&&(t="/"===t.charAt(1)?e.protocol+t:e.host+t),/^(https?|wss?):\/\//.test(t)||(i("protocol-less url %s",t),t="undefined"!=typeof e?e.protocol+"//"+t:"https://"+t),i("parse %s",t),n=o(t)),n.port||(/^(http|ws)$/.test(n.protocol)?n.port="80":/^(http|ws)s$/.test(n.protocol)&&(n.port="443")),n.path=n.path||"/";var r=n.host.indexOf(":")!==-1,s=r?"["+n.host+"]":n.host;return n.id=n.protocol+"://"+s+":"+n.port,n.href=n.protocol+"://"+s+(e&&e.port===n.port?"":":"+n.port),n}var o=n(2),i=n(3)("socket.io-client:url");t.exports=r},function(t,e){var n=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,r=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];t.exports=function(t){var e=t,o=t.indexOf("["),i=t.indexOf("]");o!=-1&&i!=-1&&(t=t.substring(0,o)+t.substring(o,i).replace(/:/g,";")+t.substring(i,t.length));for(var s=n.exec(t||""),a={},c=14;c--;)a[r[c]]=s[c]||"";return o!=-1&&i!=-1&&(a.source=e,a.host=a.host.substring(1,a.host.length-1).replace(/;/g,":"),a.authority=a.authority.replace("[","").replace("]","").replace(/;/g,":"),a.ipv6uri=!0),a}},function(t,e,n){(function(r){function o(){return!("undefined"==typeof window||!window.process||"renderer"!==window.process.type)||("undefined"==typeof navigator||!navigator.userAgent||!navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/))&&("undefined"!=typeof document&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||"undefined"!=typeof window&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/)&&parseInt(RegExp.$1,10)>=31||"undefined"!=typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/))}function i(t){var n=this.useColors;if(t[0]=(n?"%c":"")+this.namespace+(n?" %c":" ")+t[0]+(n?"%c ":" ")+"+"+e.humanize(this.diff),n){var r="color: "+this.color;t.splice(1,0,r,"color: inherit");var o=0,i=0;t[0].replace(/%[a-zA-Z%]/g,function(t){"%%"!==t&&(o++,"%c"===t&&(i=o))}),t.splice(i,0,r)}}function s(){return"object"==typeof console&&console.log&&Function.prototype.apply.call(console.log,console,arguments)}function a(t){try{null==t?e.storage.removeItem("debug"):e.storage.debug=t}catch(n){}}function c(){var t;try{t=e.storage.debug}catch(n){}return!t&&"undefined"!=typeof r&&"env"in r&&(t=r.env.DEBUG),t}function p(){try{return window.localStorage}catch(t){}}e=t.exports=n(5),e.log=s,e.formatArgs=i,e.save=a,e.load=c,e.useColors=o,e.storage="undefined"!=typeof chrome&&"undefined"!=typeof chrome.storage?chrome.storage.local:p(),e.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"],e.formatters.j=function(t){try{return JSON.stringify(t)}catch(e){return"[UnexpectedJSONParseError]: "+e.message}},e.enable(c())}).call(e,n(4))},function(t,e){function n(){throw new Error("setTimeout has not been defined")}function r(){throw new Error("clearTimeout has not been defined")}function o(t){if(u===setTimeout)return setTimeout(t,0);if((u===n||!u)&&setTimeout)return u=setTimeout,setTimeout(t,0);try{return u(t,0)}catch(e){try{return u.call(null,t,0)}catch(e){return u.call(this,t,0)}}}function i(t){if(h===clearTimeout)return clearTimeout(t);if((h===r||!h)&&clearTimeout)return h=clearTimeout,clearTimeout(t);try{return h(t)}catch(e){try{return h.call(null,t)}catch(e){return h.call(this,t)}}}function s(){y&&l&&(y=!1,l.length?d=l.concat(d):m=-1,d.length&&a())}function a(){if(!y){var t=o(s);y=!0;for(var e=d.length;e;){for(l=d,d=[];++m1)for(var n=1;n100)){var e=/^((?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|years?|yrs?|y)?$/i.exec(t);if(e){var n=parseFloat(e[1]),r=(e[2]||"ms").toLowerCase();switch(r){case"years":case"year":case"yrs":case"yr":case"y":return n*u;case"days":case"day":case"d":return n*p;case"hours":case"hour":case"hrs":case"hr":case"h":return n*c;case"minutes":case"minute":case"mins":case"min":case"m":return n*a;case"seconds":case"second":case"secs":case"sec":case"s":return n*s;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n;default:return}}}}function r(t){return t>=p?Math.round(t/p)+"d":t>=c?Math.round(t/c)+"h":t>=a?Math.round(t/a)+"m":t>=s?Math.round(t/s)+"s":t+"ms"}function o(t){return i(t,p,"day")||i(t,c,"hour")||i(t,a,"minute")||i(t,s,"second")||t+" ms"}function i(t,e,n){if(!(t0)return n(t);if("number"===i&&isNaN(t)===!1)return e["long"]?o(t):r(t);throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(t))}},function(t,e,n){function r(){}function o(t){var n=""+t.type;if(e.BINARY_EVENT!==t.type&&e.BINARY_ACK!==t.type||(n+=t.attachments+"-"),t.nsp&&"/"!==t.nsp&&(n+=t.nsp+","),null!=t.id&&(n+=t.id),null!=t.data){var r=i(t.data);if(r===!1)return g;n+=r}return f("encoded %j as %s",t,n),n}function i(t){try{return JSON.stringify(t)}catch(e){return!1}}function s(t,e){function n(t){var n=d.deconstructPacket(t),r=o(n.packet),i=n.buffers;i.unshift(r),e(i)}d.removeBlobs(t,n)}function a(){this.reconstructor=null}function c(t){var n=0,r={type:Number(t.charAt(0))};if(null==e.types[r.type])return h("unknown packet type "+r.type);if(e.BINARY_EVENT===r.type||e.BINARY_ACK===r.type){for(var o="";"-"!==t.charAt(++n)&&(o+=t.charAt(n),n!=t.length););if(o!=Number(o)||"-"!==t.charAt(n))throw new Error("Illegal attachments");r.attachments=Number(o)}if("/"===t.charAt(n+1))for(r.nsp="";++n;){var i=t.charAt(n);if(","===i)break;if(r.nsp+=i,n===t.length)break}else r.nsp="/";var s=t.charAt(n+1);if(""!==s&&Number(s)==s){for(r.id="";++n;){var i=t.charAt(n);if(null==i||Number(i)!=i){--n;break}if(r.id+=t.charAt(n),n===t.length)break}r.id=Number(r.id)}if(t.charAt(++n)){var a=p(t.substr(n)),c=a!==!1&&(r.type===e.ERROR||y(a));if(!c)return h("invalid payload");r.data=a}return f("decoded %s as %j",t,r),r}function p(t){try{return JSON.parse(t)}catch(e){return!1}}function u(t){this.reconPack=t,this.buffers=[]}function h(t){return{type:e.ERROR,data:"parser error: "+t}}var f=n(3)("socket.io-parser"),l=n(8),d=n(9),y=n(10),m=n(11);e.protocol=4,e.types=["CONNECT","DISCONNECT","EVENT","ACK","ERROR","BINARY_EVENT","BINARY_ACK"],e.CONNECT=0,e.DISCONNECT=1,e.EVENT=2,e.ACK=3,e.ERROR=4,e.BINARY_EVENT=5,e.BINARY_ACK=6,e.Encoder=r,e.Decoder=a;var g=e.ERROR+'"encode error"';r.prototype.encode=function(t,n){if(f("encoding packet %j",t),e.BINARY_EVENT===t.type||e.BINARY_ACK===t.type)s(t,n);else{var r=o(t);n([r])}},l(a.prototype),a.prototype.add=function(t){var n;if("string"==typeof t)n=c(t),e.BINARY_EVENT===n.type||e.BINARY_ACK===n.type?(this.reconstructor=new u(n),0===this.reconstructor.reconPack.attachments&&this.emit("decoded",n)):this.emit("decoded",n);else{if(!m(t)&&!t.base64)throw new Error("Unknown type: "+t);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");n=this.reconstructor.takeBinaryData(t),n&&(this.reconstructor=null,this.emit("decoded",n))}},a.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},u.prototype.takeBinaryData=function(t){if(this.buffers.push(t),this.buffers.length===this.reconPack.attachments){var e=d.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),e}return null},u.prototype.finishedReconstruction=function(){this.reconPack=null,this.buffers=[]}},function(t,e,n){function r(t){if(t)return o(t)}function o(t){for(var e in r.prototype)t[e]=r.prototype[e];return t}t.exports=r,r.prototype.on=r.prototype.addEventListener=function(t,e){return this._callbacks=this._callbacks||{},(this._callbacks["$"+t]=this._callbacks["$"+t]||[]).push(e),this},r.prototype.once=function(t,e){function n(){this.off(t,n),e.apply(this,arguments)}return n.fn=e,this.on(t,n),this},r.prototype.off=r.prototype.removeListener=r.prototype.removeAllListeners=r.prototype.removeEventListener=function(t,e){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var n=this._callbacks["$"+t];if(!n)return this;if(1==arguments.length)return delete this._callbacks["$"+t],this;for(var r,o=0;o0&&!this.encoding){var t=this.packetBuffer.shift();this.packet(t)}},r.prototype.cleanup=function(){h("cleanup");for(var t=this.subs.length,e=0;e=this._reconnectionAttempts)h("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var e=this.backoff.duration();h("will wait %dms before reconnect attempt",e),this.reconnecting=!0;var n=setTimeout(function(){t.skipReconnect||(h("attempting reconnect"),t.emitAll("reconnect_attempt",t.backoff.attempts),t.emitAll("reconnecting",t.backoff.attempts),t.skipReconnect||t.open(function(e){e?(h("reconnect attempt error"),t.reconnecting=!1,t.reconnect(),t.emitAll("reconnect_error",e.data)):(h("reconnect success"),t.onreconnect())}))},e);this.subs.push({destroy:function(){clearTimeout(n)}})}},r.prototype.onreconnect=function(){var t=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",t)}},function(t,e,n){t.exports=n(14),t.exports.parser=n(21)},function(t,e,n){function r(t,e){return this instanceof r?(e=e||{},t&&"object"==typeof t&&(e=t,t=null),t?(t=u(t),e.hostname=t.host,e.secure="https"===t.protocol||"wss"===t.protocol,e.port=t.port,t.query&&(e.query=t.query)):e.host&&(e.hostname=u(e.host).host),this.secure=null!=e.secure?e.secure:"undefined"!=typeof location&&"https:"===location.protocol,e.hostname&&!e.port&&(e.port=this.secure?"443":"80"),this.agent=e.agent||!1,this.hostname=e.hostname||("undefined"!=typeof location?location.hostname:"localhost"),this.port=e.port||("undefined"!=typeof location&&location.port?location.port:this.secure?443:80),this.query=e.query||{},"string"==typeof this.query&&(this.query=h.decode(this.query)),this.upgrade=!1!==e.upgrade,this.path=(e.path||"/engine.io").replace(/\/$/,"")+"/",this.forceJSONP=!!e.forceJSONP,this.jsonp=!1!==e.jsonp,this.forceBase64=!!e.forceBase64,this.enablesXDR=!!e.enablesXDR,this.timestampParam=e.timestampParam||"t",this.timestampRequests=e.timestampRequests,this.transports=e.transports||["polling","websocket"],this.transportOptions=e.transportOptions||{},this.readyState="",this.writeBuffer=[],this.prevBufferLen=0,this.policyPort=e.policyPort||843,this.rememberUpgrade=e.rememberUpgrade||!1,this.binaryType=null,this.onlyBinaryUpgrades=e.onlyBinaryUpgrades,this.perMessageDeflate=!1!==e.perMessageDeflate&&(e.perMessageDeflate||{}),!0===this.perMessageDeflate&&(this.perMessageDeflate={}),this.perMessageDeflate&&null==this.perMessageDeflate.threshold&&(this.perMessageDeflate.threshold=1024),this.pfx=e.pfx||null,this.key=e.key||null,this.passphrase=e.passphrase||null,this.cert=e.cert||null,this.ca=e.ca||null,this.ciphers=e.ciphers||null,this.rejectUnauthorized=void 0===e.rejectUnauthorized||e.rejectUnauthorized,this.forceNode=!!e.forceNode,this.isReactNative="undefined"!=typeof navigator&&"string"==typeof navigator.product&&"reactnative"===navigator.product.toLowerCase(),("undefined"==typeof self||this.isReactNative)&&(e.extraHeaders&&Object.keys(e.extraHeaders).length>0&&(this.extraHeaders=e.extraHeaders),e.localAddress&&(this.localAddress=e.localAddress)),this.id=null,this.upgrades=null,this.pingInterval=null,this.pingTimeout=null,this.pingIntervalTimer=null,this.pingTimeoutTimer=null,void this.open()):new r(t,e)}function o(t){var e={};for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n]);return e}var i=n(15),s=n(8),a=n(3)("engine.io-client:socket"),c=n(35),p=n(21),u=n(2),h=n(29);t.exports=r,r.priorWebsocketSuccess=!1,s(r.prototype),r.protocol=p.protocol,r.Socket=r,r.Transport=n(20),r.transports=n(15),r.parser=n(21),r.prototype.createTransport=function(t){a('creating transport "%s"',t);var e=o(this.query);e.EIO=p.protocol,e.transport=t;var n=this.transportOptions[t]||{};this.id&&(e.sid=this.id);var r=new i[t]({query:e,socket:this,agent:n.agent||this.agent,hostname:n.hostname||this.hostname,port:n.port||this.port,secure:n.secure||this.secure,path:n.path||this.path,forceJSONP:n.forceJSONP||this.forceJSONP,jsonp:n.jsonp||this.jsonp,forceBase64:n.forceBase64||this.forceBase64,enablesXDR:n.enablesXDR||this.enablesXDR,timestampRequests:n.timestampRequests||this.timestampRequests,timestampParam:n.timestampParam||this.timestampParam,policyPort:n.policyPort||this.policyPort,pfx:n.pfx||this.pfx,key:n.key||this.key,passphrase:n.passphrase||this.passphrase,cert:n.cert||this.cert,ca:n.ca||this.ca,ciphers:n.ciphers||this.ciphers,rejectUnauthorized:n.rejectUnauthorized||this.rejectUnauthorized,perMessageDeflate:n.perMessageDeflate||this.perMessageDeflate,extraHeaders:n.extraHeaders||this.extraHeaders,forceNode:n.forceNode||this.forceNode,localAddress:n.localAddress||this.localAddress,requestTimeout:n.requestTimeout||this.requestTimeout,protocols:n.protocols||void 0,isReactNative:this.isReactNative});return r},r.prototype.open=function(){var t;if(this.rememberUpgrade&&r.priorWebsocketSuccess&&this.transports.indexOf("websocket")!==-1)t="websocket";else{if(0===this.transports.length){var e=this;return void setTimeout(function(){e.emit("error","No transports available")},0)}t=this.transports[0]}this.readyState="opening";try{t=this.createTransport(t)}catch(n){return this.transports.shift(),void this.open()}t.open(),this.setTransport(t)},r.prototype.setTransport=function(t){a("setting transport %s",t.name);var e=this;this.transport&&(a("clearing existing transport %s",this.transport.name),this.transport.removeAllListeners()),this.transport=t,t.on("drain",function(){e.onDrain()}).on("packet",function(t){e.onPacket(t)}).on("error",function(t){e.onError(t)}).on("close",function(){e.onClose("transport close")})},r.prototype.probe=function(t){function e(){if(f.onlyBinaryUpgrades){var e=!this.supportsBinary&&f.transport.supportsBinary;h=h||e}h||(a('probe transport "%s" opened',t),u.send([{type:"ping",data:"probe"}]),u.once("packet",function(e){if(!h)if("pong"===e.type&&"probe"===e.data){if(a('probe transport "%s" pong',t),f.upgrading=!0,f.emit("upgrading",u),!u)return;r.priorWebsocketSuccess="websocket"===u.name,a('pausing current transport "%s"',f.transport.name),f.transport.pause(function(){h||"closed"!==f.readyState&&(a("changing transport and sending upgrade packet"),p(),f.setTransport(u),u.send([{type:"upgrade"}]),f.emit("upgrade",u),u=null,f.upgrading=!1,f.flush())})}else{a('probe transport "%s" failed',t);var n=new Error("probe error");n.transport=u.name,f.emit("upgradeError",n)}}))}function n(){h||(h=!0,p(),u.close(),u=null)}function o(e){var r=new Error("probe error: "+e);r.transport=u.name,n(),a('probe transport "%s" failed because of error: %s',t,e),f.emit("upgradeError",r)}function i(){o("transport closed")}function s(){o("socket closed")}function c(t){u&&t.name!==u.name&&(a('"%s" works - aborting "%s"',t.name,u.name),n())}function p(){u.removeListener("open",e),u.removeListener("error",o),u.removeListener("close",i),f.removeListener("close",s),f.removeListener("upgrading",c)}a('probing transport "%s"',t);var u=this.createTransport(t,{probe:1}),h=!1,f=this;r.priorWebsocketSuccess=!1,u.once("open",e),u.once("error",o),u.once("close",i),this.once("close",s),this.once("upgrading",c),u.open()},r.prototype.onOpen=function(){if(a("socket open"),this.readyState="open",r.priorWebsocketSuccess="websocket"===this.transport.name,this.emit("open"),this.flush(),"open"===this.readyState&&this.upgrade&&this.transport.pause){a("starting upgrade probes");for(var t=0,e=this.upgrades.length;t1?{type:b[o],data:t.substring(1)}:{type:b[o]}:w}var i=new Uint8Array(t),o=i[0],s=f(t,1);return k&&"blob"===n&&(s=new k([s])),{type:b[o],data:s}},e.decodeBase64Packet=function(t,e){var n=b[t.charAt(0)];if(!p)return{type:n,data:{base64:!0,data:t.substr(1)}};var r=p.decode(t.substr(1));return"blob"===e&&k&&(r=new k([r])),{type:n,data:r}},e.encodePayload=function(t,n,r){function o(t){return t.length+":"+t}function i(t,r){e.encodePacket(t,!!s&&n,!1,function(t){r(null,o(t))})}"function"==typeof n&&(r=n,n=null);var s=h(t);return n&&s?k&&!g?e.encodePayloadAsBlob(t,r):e.encodePayloadAsArrayBuffer(t,r):t.length?void c(t,i,function(t,e){return r(e.join(""))}):r("0:")},e.decodePayload=function(t,n,r){if("string"!=typeof t)return e.decodePayloadAsBinary(t,n,r);"function"==typeof n&&(r=n,n=null);var o;if(""===t)return r(w,0,1);for(var i,s,a="",c=0,p=t.length;c0;){for(var s=new Uint8Array(o),a=0===s[0],c="",p=1;255!==s[p];p++){if(c.length>310)return r(w,0,1);c+=s[p]}o=f(o,2+c.length),c=parseInt(c);var u=f(o,0,c);if(a)try{u=String.fromCharCode.apply(null,new Uint8Array(u))}catch(h){var l=new Uint8Array(u);u="";for(var p=0;pr&&(n=r),e>=r||e>=n||0===r)return new ArrayBuffer(0);for(var o=new Uint8Array(t),i=new Uint8Array(n-e),s=e,a=0;s=55296&&e<=56319&&o65535&&(e-=65536,o+=d(e>>>10&1023|55296),e=56320|1023&e),o+=d(e);return o}function o(t,e){if(t>=55296&&t<=57343){if(e)throw Error("Lone surrogate U+"+t.toString(16).toUpperCase()+" is not a scalar value");return!1}return!0}function i(t,e){return d(t>>e&63|128)}function s(t,e){if(0==(4294967168&t))return d(t);var n="";return 0==(4294965248&t)?n=d(t>>6&31|192):0==(4294901760&t)?(o(t,e)||(t=65533),n=d(t>>12&15|224),n+=i(t,6)):0==(4292870144&t)&&(n=d(t>>18&7|240),n+=i(t,12),n+=i(t,6)),n+=d(63&t|128)}function a(t,e){e=e||{};for(var r,o=!1!==e.strict,i=n(t),a=i.length,c=-1,p="";++c=f)throw Error("Invalid byte index");var t=255&h[l];if(l++,128==(192&t))return 63&t;throw Error("Invalid continuation byte")}function p(t){var e,n,r,i,s;if(l>f)throw Error("Invalid byte index");if(l==f)return!1;if(e=255&h[l],l++,0==(128&e))return e;if(192==(224&e)){if(n=c(),s=(31&e)<<6|n,s>=128)return s;throw Error("Invalid continuation byte")}if(224==(240&e)){if(n=c(),r=c(),s=(15&e)<<12|n<<6|r,s>=2048)return o(s,t)?s:65533;throw Error("Invalid continuation byte")}if(240==(248&e)&&(n=c(),r=c(),i=c(),s=(7&e)<<18|n<<12|r<<6|i,s>=65536&&s<=1114111))return s;throw Error("Invalid UTF-8 detected")}function u(t,e){e=e||{};var o=!1!==e.strict;h=n(t),f=h.length,l=0;for(var i,s=[];(i=p(o))!==!1;)s.push(i);return r(s)}/*! https://mths.be/utf8js v2.1.2 by @mathias */ +var h,f,l,d=String.fromCharCode;t.exports={version:"2.1.2",encode:a,decode:u}},function(t,e){!function(){"use strict";for(var t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",n=new Uint8Array(256),r=0;r>2],i+=t[(3&r[n])<<4|r[n+1]>>4],i+=t[(15&r[n+1])<<2|r[n+2]>>6],i+=t[63&r[n+2]];return o%3===2?i=i.substring(0,i.length-1)+"=":o%3===1&&(i=i.substring(0,i.length-2)+"=="),i},e.decode=function(t){var e,r,o,i,s,a=.75*t.length,c=t.length,p=0;"="===t[t.length-1]&&(a--,"="===t[t.length-2]&&a--);var u=new ArrayBuffer(a),h=new Uint8Array(u);for(e=0;e>4,h[p++]=(15&o)<<4|i>>2,h[p++]=(3&i)<<6|63&s;return u}}()},function(t,e){function n(t){return t.map(function(t){if(t.buffer instanceof ArrayBuffer){var e=t.buffer;if(t.byteLength!==e.byteLength){var n=new Uint8Array(t.byteLength);n.set(new Uint8Array(e,t.byteOffset,t.byteLength)),e=n.buffer}return e}return t})}function r(t,e){e=e||{};var r=new i;return n(t).forEach(function(t){r.append(t)}),e.type?r.getBlob(e.type):r.getBlob()}function o(t,e){return new Blob(n(t),e||{})}var i="undefined"!=typeof i?i:"undefined"!=typeof WebKitBlobBuilder?WebKitBlobBuilder:"undefined"!=typeof MSBlobBuilder?MSBlobBuilder:"undefined"!=typeof MozBlobBuilder&&MozBlobBuilder,s=function(){try{var t=new Blob(["hi"]);return 2===t.size}catch(e){return!1}}(),a=s&&function(){try{var t=new Blob([new Uint8Array([1,2])]);return 2===t.size}catch(e){return!1}}(),c=i&&i.prototype.append&&i.prototype.getBlob;"undefined"!=typeof Blob&&(r.prototype=Blob.prototype,o.prototype=Blob.prototype),t.exports=function(){return s?a?Blob:o:c?r:void 0}()},function(t,e){e.encode=function(t){var e="";for(var n in t)t.hasOwnProperty(n)&&(e.length&&(e+="&"),e+=encodeURIComponent(n)+"="+encodeURIComponent(t[n]));return e},e.decode=function(t){for(var e={},n=t.split("&"),r=0,o=n.length;r0);return e}function r(t){var e=0;for(u=0;u';i=document.createElement(e)}catch(t){i=document.createElement("iframe"),i.name=o.iframeId,i.src="javascript:0"}i.id=o.iframeId,o.form.appendChild(i),o.iframe=i}var o=this;if(!this.form){var i,s=document.createElement("form"),a=document.createElement("textarea"),c=this.iframeId="eio_iframe_"+this.index;s.className="socketio",s.style.position="absolute",s.style.top="-1000px",s.style.left="-1000px",s.target=c,s.method="POST",s.setAttribute("accept-charset","utf-8"),a.name="d",s.appendChild(a),document.body.appendChild(s),this.form=s,this.area=a}this.form.action=this.uri(),r(),t=t.replace(u,"\\\n"),this.area.value=t.replace(p,"\\n");try{this.form.submit()}catch(h){}this.iframe.attachEvent?this.iframe.onreadystatechange=function(){"complete"===o.iframe.readyState&&n()}:this.iframe.onload=n}}).call(e,function(){return this}())},function(t,e,n){function r(t){var e=t&&t.forceBase64;e&&(this.supportsBinary=!1),this.perMessageDeflate=t.perMessageDeflate,this.usingBrowserWebSocket=o&&!t.forceNode,this.protocols=t.protocols,this.usingBrowserWebSocket||(l=i),s.call(this,t)}var o,i,s=n(20),a=n(21),c=n(29),p=n(30),u=n(31),h=n(3)("engine.io-client:websocket");if("undefined"==typeof self)try{i=n(34)}catch(f){}else o=self.WebSocket||self.MozWebSocket;var l=o||i;t.exports=r,p(r,s),r.prototype.name="websocket",r.prototype.supportsBinary=!0,r.prototype.doOpen=function(){if(this.check()){var t=this.uri(),e=this.protocols,n={agent:this.agent,perMessageDeflate:this.perMessageDeflate};n.pfx=this.pfx,n.key=this.key,n.passphrase=this.passphrase,n.cert=this.cert,n.ca=this.ca,n.ciphers=this.ciphers,n.rejectUnauthorized=this.rejectUnauthorized,this.extraHeaders&&(n.headers=this.extraHeaders),this.localAddress&&(n.localAddress=this.localAddress);try{this.ws=this.usingBrowserWebSocket&&!this.isReactNative?e?new l(t,e):new l(t):new l(t,e,n)}catch(r){return this.emit("error",r)}void 0===this.ws.binaryType&&(this.supportsBinary=!1),this.ws.supports&&this.ws.supports.binary?(this.supportsBinary=!0,this.ws.binaryType="nodebuffer"):this.ws.binaryType="arraybuffer",this.addEventListeners()}},r.prototype.addEventListeners=function(){var t=this;this.ws.onopen=function(){t.onOpen()},this.ws.onclose=function(){t.onClose()},this.ws.onmessage=function(e){t.onData(e.data)},this.ws.onerror=function(e){t.onError("websocket error",e)}},r.prototype.write=function(t){function e(){n.emit("flush"),setTimeout(function(){n.writable=!0,n.emit("drain")},0)}var n=this;this.writable=!1;for(var r=t.length,o=0,i=r;o0&&t.jitter<=1?t.jitter:0,this.attempts=0}t.exports=n,n.prototype.duration=function(){var t=this.ms*Math.pow(this.factor,this.attempts++);if(this.jitter){var e=Math.random(),n=Math.floor(e*this.jitter*t);t=0==(1&Math.floor(10*e))?t-n:t+n}return 0|Math.min(t,this.max)},n.prototype.reset=function(){this.attempts=0},n.prototype.setMin=function(t){this.ms=t},n.prototype.setMax=function(t){this.max=t},n.prototype.setJitter=function(t){this.jitter=t}}])}); +//# sourceMappingURL=socket.io.js.map + + +// document.write(''); + + +var socket = io('http://localhost:3000'); +listeners = {} +var front = { + send:send, + on:on, + sendSync:sendSync +} + +function addListener(event, fn) { + listeners[event] = listeners[event] || []; + listeners[event].push(fn); +} + +function on(event, fn){ + addListener(event, fn); +} + +function exeFunction(event, ...args){ + let fns = listeners[event]; + if (!fns) return false; + fns.forEach(function (f) { + f(...args); + }); + return true; +} + + +function send(event, ...args){ + // console.log('called send'); + socket.emit('response-from-front', event, ...args) +} + +socket.on('response-from-back', function(event, ...args){ + // console.log('reposen sync') + exeFunction(event, ...args); +}) + +socket.on('sync-response', function(eventName, res){ + // console.log('sync-reponse') + // console.log(eventName); + exeFunction(eventName + "-result", res); +}) + +function sendSync(event, ...args){ + socket.emit('sync-response-from-front', event, ...args); +} diff --git a/chat app/node_modules/androidjs/package.json b/chat app/node_modules/androidjs/package.json new file mode 100755 index 0000000..a57f683 --- /dev/null +++ b/chat app/node_modules/androidjs/package.json @@ -0,0 +1,39 @@ +{ + "_from": "androidjs@^1.0.0", + "_id": "androidjs@1.0.1", + "_inBundle": false, + "_integrity": "sha512-ZpLT9hWZEQZbFKKRWbj3MFkbNVuXEKvPXMkY1OqLO9vDoFvKXzs6vkK5i4aW3ulEWTPHZ/DpoAP3OCnzODd9kQ==", + "_location": "/androidjs", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "androidjs@^1.0.0", + "name": "androidjs", + "escapedName": "androidjs", + "rawSpec": "^1.0.0", + "saveSpec": null, + "fetchSpec": "^1.0.0" + }, + "_requiredBy": [ + "/" + ], + "_resolved": "https://registry.npmjs.org/androidjs/-/androidjs-1.0.1.tgz", + "_shasum": "51aa958c005361f70036788ce68a9137383dbfe1", + "_spec": "androidjs@^1.0.0", + "_where": "/Users/chhekur/Desktop/untitled folder", + "author": "", + "bundleDependencies": false, + "dependencies": { + "socket.io": "^2.2.0" + }, + "deprecated": false, + "description": "", + "license": "MIT", + "main": "index.js", + "name": "androidjs", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "version": "1.0.1" +} diff --git a/chat app/node_modules/ansi-regex/index.js b/chat app/node_modules/ansi-regex/index.js new file mode 100755 index 0000000..b9574ed --- /dev/null +++ b/chat app/node_modules/ansi-regex/index.js @@ -0,0 +1,4 @@ +'use strict'; +module.exports = function () { + return /[\u001b\u009b][[()#;?]*(?:[0-9]{1,4}(?:;[0-9]{0,4})*)?[0-9A-PRZcf-nqry=><]/g; +}; diff --git a/chat app/node_modules/ansi-regex/license b/chat app/node_modules/ansi-regex/license new file mode 100755 index 0000000..654d0bf --- /dev/null +++ b/chat app/node_modules/ansi-regex/license @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) Sindre Sorhus (sindresorhus.com) + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/chat app/node_modules/ansi-regex/package.json b/chat app/node_modules/ansi-regex/package.json new file mode 100755 index 0000000..3bd6d7c --- /dev/null +++ b/chat app/node_modules/ansi-regex/package.json @@ -0,0 +1,108 @@ +{ + "_from": "ansi-regex@^2.0.0", + "_id": "ansi-regex@2.1.1", + "_inBundle": false, + "_integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "_location": "/ansi-regex", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "ansi-regex@^2.0.0", + "name": "ansi-regex", + "escapedName": "ansi-regex", + "rawSpec": "^2.0.0", + "saveSpec": null, + "fetchSpec": "^2.0.0" + }, + "_requiredBy": [ + "/strip-ansi" + ], + "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "_shasum": "c3b33ab5ee360d86e0e628f0468ae7ef27d654df", + "_spec": "ansi-regex@^2.0.0", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/strip-ansi", + "author": { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + "bugs": { + "url": "https://github.com/chalk/ansi-regex/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Regular expression for matching ANSI escape codes", + "devDependencies": { + "ava": "0.17.0", + "xo": "0.16.0" + }, + "engines": { + "node": ">=0.10.0" + }, + "files": [ + "index.js" + ], + "homepage": "https://github.com/chalk/ansi-regex#readme", + "keywords": [ + "ansi", + "styles", + "color", + "colour", + "colors", + "terminal", + "console", + "cli", + "string", + "tty", + "escape", + "formatting", + "rgb", + "256", + "shell", + "xterm", + "command-line", + "text", + "regex", + "regexp", + "re", + "match", + "test", + "find", + "pattern" + ], + "license": "MIT", + "maintainers": [ + { + "name": "Sindre Sorhus", + "email": "sindresorhus@gmail.com", + "url": "sindresorhus.com" + }, + { + "name": "Joshua Appelman", + "email": "jappelman@xebia.com", + "url": "jbnicolai.com" + }, + { + "name": "JD Ballard", + "email": "i.am.qix@gmail.com", + "url": "github.com/qix-" + } + ], + "name": "ansi-regex", + "repository": { + "type": "git", + "url": "git+https://github.com/chalk/ansi-regex.git" + }, + "scripts": { + "test": "xo && ava --verbose", + "view-supported": "node fixtures/view-codes.js" + }, + "version": "2.1.1", + "xo": { + "rules": { + "guard-for-in": 0, + "no-loop-func": 0 + } + } +} diff --git a/chat app/node_modules/ansi-regex/readme.md b/chat app/node_modules/ansi-regex/readme.md new file mode 100755 index 0000000..6a928ed --- /dev/null +++ b/chat app/node_modules/ansi-regex/readme.md @@ -0,0 +1,39 @@ +# ansi-regex [![Build Status](https://travis-ci.org/chalk/ansi-regex.svg?branch=master)](https://travis-ci.org/chalk/ansi-regex) + +> Regular expression for matching [ANSI escape codes](http://en.wikipedia.org/wiki/ANSI_escape_code) + + +## Install + +``` +$ npm install --save ansi-regex +``` + + +## Usage + +```js +const ansiRegex = require('ansi-regex'); + +ansiRegex().test('\u001b[4mcake\u001b[0m'); +//=> true + +ansiRegex().test('cake'); +//=> false + +'\u001b[4mcake\u001b[0m'.match(ansiRegex()); +//=> ['\u001b[4m', '\u001b[0m'] +``` + +## FAQ + +### Why do you test for codes not in the ECMA 48 standard? + +Some of the codes we run as a test are codes that we acquired finding various lists of non-standard or manufacturer specific codes. If I recall correctly, we test for both standard and non-standard codes, as most of them follow the same or similar format and can be safely matched in strings without the risk of removing actual string content. There are a few non-standard control codes that do not follow the traditional format (i.e. they end in numbers) thus forcing us to exclude them from the test because we cannot reliably match them. + +On the historical side, those ECMA standards were established in the early 90's whereas the VT100, for example, was designed in the mid/late 70's. At that point in time, control codes were still pretty ungoverned and engineers used them for a multitude of things, namely to activate hardware ports that may have been proprietary. Somewhere else you see a similar 'anarchy' of codes is in the x86 architecture for processors; there are a ton of "interrupts" that can mean different things on certain brands of processors, most of which have been phased out. + + +## License + +MIT © [Sindre Sorhus](http://sindresorhus.com) diff --git a/chat app/node_modules/arraybuffer.slice/.npmignore b/chat app/node_modules/arraybuffer.slice/.npmignore new file mode 100755 index 0000000..cfbee8d --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/.npmignore @@ -0,0 +1,17 @@ +lib-cov +lcov.info +*.seed +*.log +*.csv +*.dat +*.out +*.pid +*.gz + +pids +logs +results +build +.grunt + +node_modules diff --git a/chat app/node_modules/arraybuffer.slice/LICENCE b/chat app/node_modules/arraybuffer.slice/LICENCE new file mode 100755 index 0000000..35fa375 --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/LICENCE @@ -0,0 +1,18 @@ +Copyright (C) 2013 Rase- + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in +the Software without restriction, including without limitation the rights to +use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies +of the Software, and to permit persons to whom the Software is furnished to do +so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS +FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR +COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER +IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN +CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/arraybuffer.slice/Makefile b/chat app/node_modules/arraybuffer.slice/Makefile new file mode 100755 index 0000000..849887f --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/Makefile @@ -0,0 +1,8 @@ + +REPORTER = dot + +test: + @./node_modules/.bin/mocha \ + --reporter $(REPORTER) + +.PHONY: test diff --git a/chat app/node_modules/arraybuffer.slice/README.md b/chat app/node_modules/arraybuffer.slice/README.md new file mode 100755 index 0000000..15e465e --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/README.md @@ -0,0 +1,17 @@ +# How to +```javascript +var sliceBuffer = require('arraybuffer.slice'); +var ab = (new Int8Array(5)).buffer; +var sliced = sliceBuffer(ab, 1, 3); +sliced = sliceBuffer(ab, 1); +``` + +# Licence (MIT) +Copyright (C) 2013 Rase- + + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/arraybuffer.slice/index.js b/chat app/node_modules/arraybuffer.slice/index.js new file mode 100755 index 0000000..11ac556 --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/index.js @@ -0,0 +1,29 @@ +/** + * An abstraction for slicing an arraybuffer even when + * ArrayBuffer.prototype.slice is not supported + * + * @api public + */ + +module.exports = function(arraybuffer, start, end) { + var bytes = arraybuffer.byteLength; + start = start || 0; + end = end || bytes; + + if (arraybuffer.slice) { return arraybuffer.slice(start, end); } + + if (start < 0) { start += bytes; } + if (end < 0) { end += bytes; } + if (end > bytes) { end = bytes; } + + if (start >= bytes || start >= end || bytes === 0) { + return new ArrayBuffer(0); + } + + var abv = new Uint8Array(arraybuffer); + var result = new Uint8Array(end - start); + for (var i = start, ii = 0; i < end; i++, ii++) { + result[ii] = abv[i]; + } + return result.buffer; +}; diff --git a/chat app/node_modules/arraybuffer.slice/package.json b/chat app/node_modules/arraybuffer.slice/package.json new file mode 100755 index 0000000..70d9ca0 --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/package.json @@ -0,0 +1,44 @@ +{ + "_from": "arraybuffer.slice@~0.0.7", + "_id": "arraybuffer.slice@0.0.7", + "_inBundle": false, + "_integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==", + "_location": "/arraybuffer.slice", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "arraybuffer.slice@~0.0.7", + "name": "arraybuffer.slice", + "escapedName": "arraybuffer.slice", + "rawSpec": "~0.0.7", + "saveSpec": null, + "fetchSpec": "~0.0.7" + }, + "_requiredBy": [ + "/engine.io-parser" + ], + "_resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", + "_shasum": "3bbc4275dd584cc1b10809b89d4e8b63a69e7675", + "_spec": "arraybuffer.slice@~0.0.7", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/engine.io-parser", + "bugs": { + "url": "https://github.com/rase-/arraybuffer.slice/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "Exports a function for slicing ArrayBuffers (no polyfilling)", + "devDependencies": { + "expect.js": "0.2.0", + "mocha": "1.17.1" + }, + "homepage": "https://github.com/rase-/arraybuffer.slice", + "license": "MIT", + "name": "arraybuffer.slice", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/rase-/arraybuffer.slice.git" + }, + "version": "0.0.7" +} diff --git a/chat app/node_modules/arraybuffer.slice/test/slice-buffer.js b/chat app/node_modules/arraybuffer.slice/test/slice-buffer.js new file mode 100755 index 0000000..4778da6 --- /dev/null +++ b/chat app/node_modules/arraybuffer.slice/test/slice-buffer.js @@ -0,0 +1,227 @@ +/* + * Test dependencies + */ + +var sliceBuffer = require('../index.js'); +var expect = require('expect.js'); + +/** + * Tests + */ + +describe('sliceBuffer', function() { + describe('using standard slice', function() { + it('should slice correctly with only start provided', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, 3); + var sabv = new Uint8Array(sliced); + for (var i = 3, ii = 0; i < abv.length; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with start and end provided', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, 3, 8); + var sabv = new Uint8Array(sliced); + for (var i = 3, ii = 0; i < 8; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with negative start', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, -3); + var sabv = new Uint8Array(sliced); + for (var i = abv.length - 3, ii = 0; i < abv.length; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with negative end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, 0, -3); + var sabv = new Uint8Array(sliced); + for (var i = 0, ii = 0; i < abv.length - 3; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with negative start and end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, -6, -3); + var sabv = new Uint8Array(sliced); + for (var i = abv.length - 6, ii = 0; i < abv.length - 3; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with equal start and end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, 1, 1); + expect(sliced.byteLength).to.equal(0); + }); + + it('should slice correctly when end larger than buffer', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, 0, 100); + expect(new Uint8Array(sliced)).to.eql(abv); + }); + + it('shoud slice correctly when start larger than end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + + var sliced = sliceBuffer(abv.buffer, 6, 5); + expect(sliced.byteLength).to.equal(0); + }); + }); + + describe('using fallback', function() { + it('should slice correctly with only start provided', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + var sliced = sliceBuffer(ab, 3); + var sabv = new Uint8Array(sliced); + for (var i = 3, ii = 0; i < abv.length; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with start and end provided', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + + var sliced = sliceBuffer(ab, 3, 8); + var sabv = new Uint8Array(sliced); + for (var i = 3, ii = 0; i < 8; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with negative start', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + + var sliced = sliceBuffer(ab, -3); + var sabv = new Uint8Array(sliced); + for (var i = abv.length - 3, ii = 0; i < abv.length; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with negative end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + var sliced = sliceBuffer(ab, 0, -3); + var sabv = new Uint8Array(sliced); + for (var i = 0, ii = 0; i < abv.length - 3; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with negative start and end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + var sliced = sliceBuffer(ab, -6, -3); + var sabv = new Uint8Array(sliced); + for (var i = abv.length - 6, ii = 0; i < abv.length - 3; i++, ii++) { + expect(abv[i]).to.equal(sabv[ii]); + } + }); + + it('should slice correctly with equal start and end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + var sliced = sliceBuffer(ab, 1, 1); + expect(sliced.byteLength).to.equal(0); + }); + + it('should slice correctly when end larger than buffer', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + var sliced = sliceBuffer(ab, 0, 100); + var sabv = new Uint8Array(sliced); + for (var i = 0; i < abv.length; i++) { + expect(abv[i]).to.equal(sabv[i]); + } + }); + + it('shoud slice correctly when start larger than end', function() { + var abv = new Uint8Array(10); + for (var i = 0; i < abv.length; i++) { + abv[i] = i; + } + var ab = abv.buffer; + ab.slice = undefined; + + var sliced = sliceBuffer(ab, 6, 5); + expect(sliced.byteLength).to.equal(0); + }); + }); +}); diff --git a/chat app/node_modules/async-limiter/.travis.yml b/chat app/node_modules/async-limiter/.travis.yml new file mode 100755 index 0000000..6cf4a7a --- /dev/null +++ b/chat app/node_modules/async-limiter/.travis.yml @@ -0,0 +1,7 @@ +language: node_js +node_js: + - "6" + - "node" +script: npm run travis +cache: + yarn: true diff --git a/chat app/node_modules/async-limiter/LICENSE b/chat app/node_modules/async-limiter/LICENSE new file mode 100755 index 0000000..9c91fb2 --- /dev/null +++ b/chat app/node_modules/async-limiter/LICENSE @@ -0,0 +1,8 @@ +The MIT License (MIT) +Copyright (c) 2017 Samuel Reed + +Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/async-limiter/coverage/coverage.json b/chat app/node_modules/async-limiter/coverage/coverage.json new file mode 100755 index 0000000..5b4a358 --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/coverage.json @@ -0,0 +1 @@ +{"/Users/samuelreed/git/forks/async-throttle/index.js":{"path":"/Users/samuelreed/git/forks/async-throttle/index.js","s":{"1":1,"2":7,"3":1,"4":6,"5":6,"6":6,"7":6,"8":6,"9":6,"10":1,"11":1,"12":3,"13":13,"14":13,"15":13,"16":1,"17":19,"18":1,"19":45,"20":6,"21":39,"22":13,"23":13,"24":13,"25":13,"26":39,"27":18,"28":6,"29":6,"30":1,"31":6,"32":6,"33":6,"34":1,"35":13,"36":13,"37":1},"b":{"1":[1,6],"2":[6,5],"3":[6,5],"4":[6,39],"5":[13,26],"6":[18,21],"7":[6,0]},"f":{"1":7,"2":3,"3":13,"4":19,"5":45,"6":6,"7":13},"fnMap":{"1":{"name":"Queue","line":3,"loc":{"start":{"line":3,"column":0},"end":{"line":3,"column":24}}},"2":{"name":"(anonymous_2)","line":22,"loc":{"start":{"line":22,"column":24},"end":{"line":22,"column":41}}},"3":{"name":"(anonymous_3)","line":23,"loc":{"start":{"line":23,"column":28},"end":{"line":23,"column":39}}},"4":{"name":"(anonymous_4)","line":31,"loc":{"start":{"line":31,"column":7},"end":{"line":31,"column":18}}},"5":{"name":"(anonymous_5)","line":36,"loc":{"start":{"line":36,"column":23},"end":{"line":36,"column":34}}},"6":{"name":"(anonymous_6)","line":55,"loc":{"start":{"line":55,"column":25},"end":{"line":55,"column":38}}},"7":{"name":"done","line":62,"loc":{"start":{"line":62,"column":0},"end":{"line":62,"column":16}}}},"statementMap":{"1":{"start":{"line":3,"column":0},"end":{"line":14,"column":1}},"2":{"start":{"line":4,"column":2},"end":{"line":6,"column":3}},"3":{"start":{"line":5,"column":4},"end":{"line":5,"column":30}},"4":{"start":{"line":8,"column":2},"end":{"line":8,"column":26}},"5":{"start":{"line":9,"column":2},"end":{"line":9,"column":53}},"6":{"start":{"line":10,"column":2},"end":{"line":10,"column":19}},"7":{"start":{"line":11,"column":2},"end":{"line":11,"column":17}},"8":{"start":{"line":12,"column":2},"end":{"line":12,"column":16}},"9":{"start":{"line":13,"column":2},"end":{"line":13,"column":31}},"10":{"start":{"line":16,"column":0},"end":{"line":20,"column":2}},"11":{"start":{"line":22,"column":0},"end":{"line":28,"column":3}},"12":{"start":{"line":23,"column":2},"end":{"line":27,"column":4}},"13":{"start":{"line":24,"column":4},"end":{"line":24,"column":75}},"14":{"start":{"line":25,"column":4},"end":{"line":25,"column":16}},"15":{"start":{"line":26,"column":4},"end":{"line":26,"column":24}},"16":{"start":{"line":30,"column":0},"end":{"line":34,"column":3}},"17":{"start":{"line":32,"column":4},"end":{"line":32,"column":43}},"18":{"start":{"line":36,"column":0},"end":{"line":53,"column":2}},"19":{"start":{"line":37,"column":2},"end":{"line":39,"column":3}},"20":{"start":{"line":38,"column":4},"end":{"line":38,"column":11}},"21":{"start":{"line":40,"column":2},"end":{"line":45,"column":3}},"22":{"start":{"line":41,"column":4},"end":{"line":41,"column":32}},"23":{"start":{"line":42,"column":4},"end":{"line":42,"column":19}},"24":{"start":{"line":43,"column":4},"end":{"line":43,"column":20}},"25":{"start":{"line":44,"column":4},"end":{"line":44,"column":16}},"26":{"start":{"line":47,"column":2},"end":{"line":52,"column":3}},"27":{"start":{"line":48,"column":4},"end":{"line":51,"column":5}},"28":{"start":{"line":49,"column":6},"end":{"line":49,"column":30}},"29":{"start":{"line":50,"column":6},"end":{"line":50,"column":27}},"30":{"start":{"line":55,"column":0},"end":{"line":60,"column":2}},"31":{"start":{"line":56,"column":2},"end":{"line":59,"column":3}},"32":{"start":{"line":57,"column":4},"end":{"line":57,"column":22}},"33":{"start":{"line":58,"column":4},"end":{"line":58,"column":16}},"34":{"start":{"line":62,"column":0},"end":{"line":65,"column":1}},"35":{"start":{"line":63,"column":2},"end":{"line":63,"column":17}},"36":{"start":{"line":64,"column":2},"end":{"line":64,"column":14}},"37":{"start":{"line":67,"column":0},"end":{"line":67,"column":23}}},"branchMap":{"1":{"line":4,"type":"if","locations":[{"start":{"line":4,"column":2},"end":{"line":4,"column":2}},{"start":{"line":4,"column":2},"end":{"line":4,"column":2}}]},"2":{"line":8,"type":"binary-expr","locations":[{"start":{"line":8,"column":12},"end":{"line":8,"column":19}},{"start":{"line":8,"column":23},"end":{"line":8,"column":25}}]},"3":{"line":9,"type":"binary-expr","locations":[{"start":{"line":9,"column":21},"end":{"line":9,"column":40}},{"start":{"line":9,"column":44},"end":{"line":9,"column":52}}]},"4":{"line":37,"type":"if","locations":[{"start":{"line":37,"column":2},"end":{"line":37,"column":2}},{"start":{"line":37,"column":2},"end":{"line":37,"column":2}}]},"5":{"line":40,"type":"if","locations":[{"start":{"line":40,"column":2},"end":{"line":40,"column":2}},{"start":{"line":40,"column":2},"end":{"line":40,"column":2}}]},"6":{"line":47,"type":"if","locations":[{"start":{"line":47,"column":2},"end":{"line":47,"column":2}},{"start":{"line":47,"column":2},"end":{"line":47,"column":2}}]},"7":{"line":56,"type":"if","locations":[{"start":{"line":56,"column":2},"end":{"line":56,"column":2}},{"start":{"line":56,"column":2},"end":{"line":56,"column":2}}]}}}} \ No newline at end of file diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.html b/chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.html new file mode 100755 index 0000000..198882b --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.html @@ -0,0 +1,73 @@ + + + + Code coverage report for async-throttle/ + + + + + + +
+

Code coverage report for async-throttle/

+

+ Statements: 100% (37 / 37)      + Branches: 92.86% (13 / 14)      + Functions: 100% (7 / 7)      + Lines: 100% (37 / 37)      + Ignored: none      +

+
All files » async-throttle/
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
index.js100%(37 / 37)92.86%(13 / 14)100%(7 / 7)100%(37 / 37)
+
+
+ + + + + + diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.js.html b/chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.js.html new file mode 100755 index 0000000..adc030f --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.js.html @@ -0,0 +1,246 @@ + + + + Code coverage report for async-throttle/index.js + + + + + + +
+

Code coverage report for async-throttle/index.js

+

+ Statements: 100% (37 / 37)      + Branches: 92.86% (13 / 14)      + Functions: 100% (7 / 7)      + Lines: 100% (37 / 37)      + Ignored: none      +

+
All files » async-throttle/ » index.js
+
+
+

+
+
1 +2 +3 +4 +5 +6 +7 +8 +9 +10 +11 +12 +13 +14 +15 +16 +17 +18 +19 +20 +21 +22 +23 +24 +25 +26 +27 +28 +29 +30 +31 +32 +33 +34 +35 +36 +37 +38 +39 +40 +41 +42 +43 +44 +45 +46 +47 +48 +49 +50 +51 +52 +53 +54 +55 +56 +57 +58 +59 +60 +61 +62 +63 +64 +65 +66 +67 +68  +  +1 +7 +1 +  +  +6 +6 +6 +6 +6 +6 +  +  +1 +  +  +  +  +  +1 +3 +13 +13 +13 +  +  +  +1 +  +19 +  +  +  +1 +45 +6 +  +39 +13 +13 +13 +13 +  +  +39 +18 +6 +6 +  +  +  +  +1 +6 +6 +6 +  +  +  +1 +13 +13 +  +  +1 + 
'use strict';
+ 
+function Queue(options) {
+  if (!(this instanceof Queue)) {
+    return new Queue(options);
+  }
+ 
+  options = options || {};
+  this.concurrency = options.concurrency || Infinity;
+  this.pending = 0;
+  this.jobs = [];
+  this.cbs = [];
+  this._done = done.bind(this);
+}
+ 
+var arrayAddMethods = [
+  'push',
+  'unshift',
+  'splice'
+];
+ 
+arrayAddMethods.forEach(function(method) {
+  Queue.prototype[method] = function() {
+    var methodResult = Array.prototype[method].apply(this.jobs, arguments);
+    this._run();
+    return methodResult;
+  };
+});
+ 
+Object.defineProperty(Queue.prototype, 'length', {
+  get: function() {
+    return this.pending + this.jobs.length;
+  }
+});
+ 
+Queue.prototype._run = function() {
+  if (this.pending === this.concurrency) {
+    return;
+  }
+  if (this.jobs.length) {
+    var job = this.jobs.shift();
+    this.pending++;
+    job(this._done);
+    this._run();
+  }
+ 
+  if (this.pending === 0) {
+    while (this.cbs.length !== 0) {
+      var cb = this.cbs.pop();
+      process.nextTick(cb);
+    }
+  }
+};
+ 
+Queue.prototype.onDone = function(cb) {
+  Eif (typeof cb === 'function') {
+    this.cbs.push(cb);
+    this._run();
+  }
+};
+ 
+function done() {
+  this.pending--;
+  this._run();
+}
+ 
+module.exports = Queue;
+ 
+ +
+ + + + + + diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/base.css b/chat app/node_modules/async-limiter/coverage/lcov-report/base.css new file mode 100755 index 0000000..a6a2f32 --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov-report/base.css @@ -0,0 +1,182 @@ +body, html { + margin:0; padding: 0; +} +body { + font-family: Helvetica Neue, Helvetica,Arial; + font-size: 10pt; +} +div.header, div.footer { + background: #eee; + padding: 1em; +} +div.header { + z-index: 100; + position: fixed; + top: 0; + border-bottom: 1px solid #666; + width: 100%; +} +div.footer { + border-top: 1px solid #666; +} +div.body { + margin-top: 10em; +} +div.meta { + font-size: 90%; + text-align: center; +} +h1, h2, h3 { + font-weight: normal; +} +h1 { + font-size: 12pt; +} +h2 { + font-size: 10pt; +} +pre { + font-family: Consolas, Menlo, Monaco, monospace; + margin: 0; + padding: 0; + line-height: 1.3; + font-size: 14px; + -moz-tab-size: 2; + -o-tab-size: 2; + tab-size: 2; +} + +div.path { font-size: 110%; } +div.path a:link, div.path a:visited { color: #000; } +table.coverage { border-collapse: collapse; margin:0; padding: 0 } + +table.coverage td { + margin: 0; + padding: 0; + color: #111; + vertical-align: top; +} +table.coverage td.line-count { + width: 50px; + text-align: right; + padding-right: 5px; +} +table.coverage td.line-coverage { + color: #777 !important; + text-align: right; + border-left: 1px solid #666; + border-right: 1px solid #666; +} + +table.coverage td.text { +} + +table.coverage td span.cline-any { + display: inline-block; + padding: 0 5px; + width: 40px; +} +table.coverage td span.cline-neutral { + background: #eee; +} +table.coverage td span.cline-yes { + background: #b5d592; + color: #999; +} +table.coverage td span.cline-no { + background: #fc8c84; +} + +.cstat-yes { color: #111; } +.cstat-no { background: #fc8c84; color: #111; } +.fstat-no { background: #ffc520; color: #111 !important; } +.cbranch-no { background: yellow !important; color: #111; } + +.cstat-skip { background: #ddd; color: #111; } +.fstat-skip { background: #ddd; color: #111 !important; } +.cbranch-skip { background: #ddd !important; color: #111; } + +.missing-if-branch { + display: inline-block; + margin-right: 10px; + position: relative; + padding: 0 4px; + background: black; + color: yellow; +} + +.skip-if-branch { + display: none; + margin-right: 10px; + position: relative; + padding: 0 4px; + background: #ccc; + color: white; +} + +.missing-if-branch .typ, .skip-if-branch .typ { + color: inherit !important; +} + +.entity, .metric { font-weight: bold; } +.metric { display: inline-block; border: 1px solid #333; padding: 0.3em; background: white; } +.metric small { font-size: 80%; font-weight: normal; color: #666; } + +div.coverage-summary table { border-collapse: collapse; margin: 3em; font-size: 110%; } +div.coverage-summary td, div.coverage-summary table th { margin: 0; padding: 0.25em 1em; border-top: 1px solid #666; border-bottom: 1px solid #666; } +div.coverage-summary th { text-align: left; border: 1px solid #666; background: #eee; font-weight: normal; } +div.coverage-summary th.file { border-right: none !important; } +div.coverage-summary th.pic { border-left: none !important; text-align: right; } +div.coverage-summary th.pct { border-right: none !important; } +div.coverage-summary th.abs { border-left: none !important; text-align: right; } +div.coverage-summary td.pct { text-align: right; border-left: 1px solid #666; } +div.coverage-summary td.abs { text-align: right; font-size: 90%; color: #444; border-right: 1px solid #666; } +div.coverage-summary td.file { border-left: 1px solid #666; white-space: nowrap; } +div.coverage-summary td.pic { min-width: 120px !important; } +div.coverage-summary a:link { text-decoration: none; color: #000; } +div.coverage-summary a:visited { text-decoration: none; color: #777; } +div.coverage-summary a:hover { text-decoration: underline; } +div.coverage-summary tfoot td { border-top: 1px solid #666; } + +div.coverage-summary .sorter { + height: 10px; + width: 7px; + display: inline-block; + margin-left: 0.5em; + background: url(sort-arrow-sprite.png) no-repeat scroll 0 0 transparent; +} +div.coverage-summary .sorted .sorter { + background-position: 0 -20px; +} +div.coverage-summary .sorted-desc .sorter { + background-position: 0 -10px; +} + +.high { background: #b5d592 !important; } +.medium { background: #ffe87c !important; } +.low { background: #fc8c84 !important; } + +span.cover-fill, span.cover-empty { + display:inline-block; + border:1px solid #444; + background: white; + height: 12px; +} +span.cover-fill { + background: #ccc; + border-right: 1px solid #444; +} +span.cover-empty { + background: white; + border-left: none; +} +span.cover-full { + border-right: none !important; +} +pre.prettyprint { + border: none !important; + padding: 0 !important; + margin: 0 !important; +} +.com { color: #999 !important; } +.ignore-none { color: #999; font-weight: normal; } diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/index.html b/chat app/node_modules/async-limiter/coverage/lcov-report/index.html new file mode 100755 index 0000000..782a1cf --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov-report/index.html @@ -0,0 +1,73 @@ + + + + Code coverage report for All files + + + + + + +
+

Code coverage report for All files

+

+ Statements: 100% (37 / 37)      + Branches: 92.86% (13 / 14)      + Functions: 100% (7 / 7)      + Lines: 100% (37 / 37)      + Ignored: none      +

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
FileStatementsBranchesFunctionsLines
async-throttle/100%(37 / 37)92.86%(13 / 14)100%(7 / 7)100%(37 / 37)
+
+
+ + + + + + diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/prettify.css b/chat app/node_modules/async-limiter/coverage/lcov-report/prettify.css new file mode 100755 index 0000000..b317a7c --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov-report/prettify.css @@ -0,0 +1 @@ +.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{padding:2px;border:1px solid #888}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee} diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/prettify.js b/chat app/node_modules/async-limiter/coverage/lcov-report/prettify.js new file mode 100755 index 0000000..ef51e03 --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov-report/prettify.js @@ -0,0 +1 @@ +window.PR_SHOULD_USE_CONTINUATION=true;(function(){var h=["break,continue,do,else,for,if,return,while"];var u=[h,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"];var p=[u,"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"];var l=[p,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"];var x=[p,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"];var R=[x,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"];var r="all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes";var w=[p,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"];var s="caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END";var I=[h,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"];var f=[h,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"];var H=[h,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"];var A=[l,R,w,s+I,f,H];var e=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/;var C="str";var z="kwd";var j="com";var O="typ";var G="lit";var L="pun";var F="pln";var m="tag";var E="dec";var J="src";var P="atn";var n="atv";var N="nocode";var M="(?:^^\\.?|[+-]|\\!|\\!=|\\!==|\\#|\\%|\\%=|&|&&|&&=|&=|\\(|\\*|\\*=|\\+=|\\,|\\-=|\\->|\\/|\\/=|:|::|\\;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|\\?|\\@|\\[|\\^|\\^=|\\^\\^|\\^\\^=|\\{|\\||\\|=|\\|\\||\\|\\|=|\\~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\\s*";function k(Z){var ad=0;var S=false;var ac=false;for(var V=0,U=Z.length;V122)){if(!(al<65||ag>90)){af.push([Math.max(65,ag)|32,Math.min(al,90)|32])}if(!(al<97||ag>122)){af.push([Math.max(97,ag)&~32,Math.min(al,122)&~32])}}}}af.sort(function(av,au){return(av[0]-au[0])||(au[1]-av[1])});var ai=[];var ap=[NaN,NaN];for(var ar=0;arat[0]){if(at[1]+1>at[0]){an.push("-")}an.push(T(at[1]))}}an.push("]");return an.join("")}function W(al){var aj=al.source.match(new RegExp("(?:\\[(?:[^\\x5C\\x5D]|\\\\[\\s\\S])*\\]|\\\\u[A-Fa-f0-9]{4}|\\\\x[A-Fa-f0-9]{2}|\\\\[0-9]+|\\\\[^ux0-9]|\\(\\?[:!=]|[\\(\\)\\^]|[^\\x5B\\x5C\\(\\)\\^]+)","g"));var ah=aj.length;var an=[];for(var ak=0,am=0;ak=2&&ai==="["){aj[ak]=X(ag)}else{if(ai!=="\\"){aj[ak]=ag.replace(/[a-zA-Z]/g,function(ao){var ap=ao.charCodeAt(0);return"["+String.fromCharCode(ap&~32,ap|32)+"]"})}}}}return aj.join("")}var aa=[];for(var V=0,U=Z.length;V=0;){S[ac.charAt(ae)]=Y}}var af=Y[1];var aa=""+af;if(!ag.hasOwnProperty(aa)){ah.push(af);ag[aa]=null}}ah.push(/[\0-\uffff]/);V=k(ah)})();var X=T.length;var W=function(ah){var Z=ah.sourceCode,Y=ah.basePos;var ad=[Y,F];var af=0;var an=Z.match(V)||[];var aj={};for(var ae=0,aq=an.length;ae=5&&"lang-"===ap.substring(0,5);if(am&&!(ai&&typeof ai[1]==="string")){am=false;ap=J}if(!am){aj[ag]=ap}}var ab=af;af+=ag.length;if(!am){ad.push(Y+ab,ap)}else{var al=ai[1];var ak=ag.indexOf(al);var ac=ak+al.length;if(ai[2]){ac=ag.length-ai[2].length;ak=ac-al.length}var ar=ap.substring(5);B(Y+ab,ag.substring(0,ak),W,ad);B(Y+ab+ak,al,q(ar,al),ad);B(Y+ab+ac,ag.substring(ac),W,ad)}}ah.decorations=ad};return W}function i(T){var W=[],S=[];if(T.tripleQuotedStrings){W.push([C,/^(?:\'\'\'(?:[^\'\\]|\\[\s\S]|\'{1,2}(?=[^\']))*(?:\'\'\'|$)|\"\"\"(?:[^\"\\]|\\[\s\S]|\"{1,2}(?=[^\"]))*(?:\"\"\"|$)|\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$))/,null,"'\""])}else{if(T.multiLineStrings){W.push([C,/^(?:\'(?:[^\\\']|\\[\s\S])*(?:\'|$)|\"(?:[^\\\"]|\\[\s\S])*(?:\"|$)|\`(?:[^\\\`]|\\[\s\S])*(?:\`|$))/,null,"'\"`"])}else{W.push([C,/^(?:\'(?:[^\\\'\r\n]|\\.)*(?:\'|$)|\"(?:[^\\\"\r\n]|\\.)*(?:\"|$))/,null,"\"'"])}}if(T.verbatimStrings){S.push([C,/^@\"(?:[^\"]|\"\")*(?:\"|$)/,null])}var Y=T.hashComments;if(Y){if(T.cStyleComments){if(Y>1){W.push([j,/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,null,"#"])}else{W.push([j,/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\r\n]*)/,null,"#"])}S.push([C,/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,null])}else{W.push([j,/^#[^\r\n]*/,null,"#"])}}if(T.cStyleComments){S.push([j,/^\/\/[^\r\n]*/,null]);S.push([j,/^\/\*[\s\S]*?(?:\*\/|$)/,null])}if(T.regexLiterals){var X=("/(?=[^/*])(?:[^/\\x5B\\x5C]|\\x5C[\\s\\S]|\\x5B(?:[^\\x5C\\x5D]|\\x5C[\\s\\S])*(?:\\x5D|$))+/");S.push(["lang-regex",new RegExp("^"+M+"("+X+")")])}var V=T.types;if(V){S.push([O,V])}var U=(""+T.keywords).replace(/^ | $/g,"");if(U.length){S.push([z,new RegExp("^(?:"+U.replace(/[\s,]+/g,"|")+")\\b"),null])}W.push([F,/^\s+/,null," \r\n\t\xA0"]);S.push([G,/^@[a-z_$][a-z_$@0-9]*/i,null],[O,/^(?:[@_]?[A-Z]+[a-z][A-Za-z_$@0-9]*|\w+_t\b)/,null],[F,/^[a-z_$][a-z_$@0-9]*/i,null],[G,new RegExp("^(?:0x[a-f0-9]+|(?:\\d(?:_\\d+)*\\d*(?:\\.\\d*)?|\\.\\d\\+)(?:e[+\\-]?\\d+)?)[a-z]*","i"),null,"0123456789"],[F,/^\\[\s\S]?/,null],[L,/^.[^\s\w\.$@\'\"\`\/\#\\]*/,null]);return g(W,S)}var K=i({keywords:A,hashComments:true,cStyleComments:true,multiLineStrings:true,regexLiterals:true});function Q(V,ag){var U=/(?:^|\s)nocode(?:\s|$)/;var ab=/\r\n?|\n/;var ac=V.ownerDocument;var S;if(V.currentStyle){S=V.currentStyle.whiteSpace}else{if(window.getComputedStyle){S=ac.defaultView.getComputedStyle(V,null).getPropertyValue("white-space")}}var Z=S&&"pre"===S.substring(0,3);var af=ac.createElement("LI");while(V.firstChild){af.appendChild(V.firstChild)}var W=[af];function ae(al){switch(al.nodeType){case 1:if(U.test(al.className)){break}if("BR"===al.nodeName){ad(al);if(al.parentNode){al.parentNode.removeChild(al)}}else{for(var an=al.firstChild;an;an=an.nextSibling){ae(an)}}break;case 3:case 4:if(Z){var am=al.nodeValue;var aj=am.match(ab);if(aj){var ai=am.substring(0,aj.index);al.nodeValue=ai;var ah=am.substring(aj.index+aj[0].length);if(ah){var ak=al.parentNode;ak.insertBefore(ac.createTextNode(ah),al.nextSibling)}ad(al);if(!ai){al.parentNode.removeChild(al)}}}break}}function ad(ak){while(!ak.nextSibling){ak=ak.parentNode;if(!ak){return}}function ai(al,ar){var aq=ar?al.cloneNode(false):al;var ao=al.parentNode;if(ao){var ap=ai(ao,1);var an=al.nextSibling;ap.appendChild(aq);for(var am=an;am;am=an){an=am.nextSibling;ap.appendChild(am)}}return aq}var ah=ai(ak.nextSibling,0);for(var aj;(aj=ah.parentNode)&&aj.nodeType===1;){ah=aj}W.push(ah)}for(var Y=0;Y=S){ah+=2}if(V>=ap){Z+=2}}}var t={};function c(U,V){for(var S=V.length;--S>=0;){var T=V[S];if(!t.hasOwnProperty(T)){t[T]=U}else{if(window.console){console.warn("cannot override language handler %s",T)}}}}function q(T,S){if(!(T&&t.hasOwnProperty(T))){T=/^\s*]*(?:>|$)/],[j,/^<\!--[\s\S]*?(?:-\->|$)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],[L,/^(?:<[%?]|[%?]>)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-js",/^]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),["default-markup","htm","html","mxml","xhtml","xml","xsl"]);c(g([[F,/^[\s]+/,null," \t\r\n"],[n,/^(?:\"[^\"]*\"?|\'[^\']*\'?)/,null,"\"'"]],[[m,/^^<\/?[a-z](?:[\w.:-]*\w)?|\/?>$/i],[P,/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^>\'\"\s]*(?:[^>\'\"\s\/]|\/(?=\s)))/],[L,/^[=<>\/]+/],["lang-js",/^on\w+\s*=\s*\"([^\"]+)\"/i],["lang-js",/^on\w+\s*=\s*\'([^\']+)\'/i],["lang-js",/^on\w+\s*=\s*([^\"\'>\s]+)/i],["lang-css",/^style\s*=\s*\"([^\"]+)\"/i],["lang-css",/^style\s*=\s*\'([^\']+)\'/i],["lang-css",/^style\s*=\s*([^\"\'>\s]+)/i]]),["in.tag"]);c(g([],[[n,/^[\s\S]+/]]),["uq.val"]);c(i({keywords:l,hashComments:true,cStyleComments:true,types:e}),["c","cc","cpp","cxx","cyc","m"]);c(i({keywords:"null,true,false"}),["json"]);c(i({keywords:R,hashComments:true,cStyleComments:true,verbatimStrings:true,types:e}),["cs"]);c(i({keywords:x,cStyleComments:true}),["java"]);c(i({keywords:H,hashComments:true,multiLineStrings:true}),["bsh","csh","sh"]);c(i({keywords:I,hashComments:true,multiLineStrings:true,tripleQuotedStrings:true}),["cv","py"]);c(i({keywords:s,hashComments:true,multiLineStrings:true,regexLiterals:true}),["perl","pl","pm"]);c(i({keywords:f,hashComments:true,multiLineStrings:true,regexLiterals:true}),["rb"]);c(i({keywords:w,cStyleComments:true,regexLiterals:true}),["js"]);c(i({keywords:r,hashComments:3,cStyleComments:true,multilineStrings:true,tripleQuotedStrings:true,regexLiterals:true}),["coffee"]);c(g([],[[C,/^[\s\S]+/]]),["regex"]);function d(V){var U=V.langExtension;try{var S=a(V.sourceNode);var T=S.sourceCode;V.sourceCode=T;V.spans=S.spans;V.basePos=0;q(U,T)(V);D(V)}catch(W){if("console" in window){console.log(W&&W.stack?W.stack:W)}}}function y(W,V,U){var S=document.createElement("PRE");S.innerHTML=W;if(U){Q(S,U)}var T={langExtension:V,numberLines:U,sourceNode:S};d(T);return S.innerHTML}function b(ad){function Y(af){return document.getElementsByTagName(af)}var ac=[Y("pre"),Y("code"),Y("xmp")];var T=[];for(var aa=0;aa=0){var ah=ai.match(ab);var am;if(!ah&&(am=o(aj))&&"CODE"===am.tagName){ah=am.className.match(ab)}if(ah){ah=ah[1]}var al=false;for(var ak=aj.parentNode;ak;ak=ak.parentNode){if((ak.tagName==="pre"||ak.tagName==="code"||ak.tagName==="xmp")&&ak.className&&ak.className.indexOf("prettyprint")>=0){al=true;break}}if(!al){var af=aj.className.match(/\blinenums\b(?::(\d+))?/);af=af?af[1]&&af[1].length?+af[1]:true:false;if(af){Q(aj,af)}S={langExtension:ah,sourceNode:aj,numberLines:af};d(S)}}}if(X]*(?:>|$)/],[PR.PR_COMMENT,/^<\!--[\s\S]*?(?:-\->|$)/],[PR.PR_PUNCTUATION,/^(?:<[%?]|[%?]>)/],["lang-",/^<\?([\s\S]+?)(?:\?>|$)/],["lang-",/^<%([\s\S]+?)(?:%>|$)/],["lang-",/^]*>([\s\S]+?)<\/xmp\b[^>]*>/i],["lang-handlebars",/^]*type\s*=\s*['"]?text\/x-handlebars-template['"]?\b[^>]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-js",/^]*>([\s\S]*?)(<\/script\b[^>]*>)/i],["lang-css",/^]*>([\s\S]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i],[PR.PR_DECLARATION,/^{{[#^>/]?\s*[\w.][^}]*}}/],[PR.PR_DECLARATION,/^{{&?\s*[\w.][^}]*}}/],[PR.PR_DECLARATION,/^{{{>?\s*[\w.][^}]*}}}/],[PR.PR_COMMENT,/^{{![^}]*}}/]]),["handlebars","hbs"]);PR.registerLangHandler(PR.createSimpleLexer([[PR.PR_PLAIN,/^[ \t\r\n\f]+/,null," \t\r\n\f"]],[[PR.PR_STRING,/^\"(?:[^\n\r\f\\\"]|\\(?:\r\n?|\n|\f)|\\[\s\S])*\"/,null],[PR.PR_STRING,/^\'(?:[^\n\r\f\\\']|\\(?:\r\n?|\n|\f)|\\[\s\S])*\'/,null],["lang-css-str",/^url\(([^\)\"\']*)\)/i],[PR.PR_KEYWORD,/^(?:url|rgb|\!important|@import|@page|@media|@charset|inherit)(?=[^\-\w]|$)/i,null],["lang-css-kw",/^(-?(?:[_a-z]|(?:\\[0-9a-f]+ ?))(?:[_a-z0-9\-]|\\(?:\\[0-9a-f]+ ?))*)\s*:/i],[PR.PR_COMMENT,/^\/\*[^*]*\*+(?:[^\/*][^*]*\*+)*\//],[PR.PR_COMMENT,/^(?:)/],[PR.PR_LITERAL,/^(?:\d+|\d*\.\d+)(?:%|[a-z]+)?/i],[PR.PR_LITERAL,/^#(?:[0-9a-f]{3}){1,2}/i],[PR.PR_PLAIN,/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i],[PR.PR_PUNCTUATION,/^[^\s\w\'\"]+/]]),["css"]);PR.registerLangHandler(PR.createSimpleLexer([],[[PR.PR_KEYWORD,/^-?(?:[_a-z]|(?:\\[\da-f]+ ?))(?:[_a-z\d\-]|\\(?:\\[\da-f]+ ?))*/i]]),["css-kw"]);PR.registerLangHandler(PR.createSimpleLexer([],[[PR.PR_STRING,/^[^\)\"\']+/]]),["css-str"]); diff --git a/chat app/node_modules/async-limiter/coverage/lcov-report/sort-arrow-sprite.png b/chat app/node_modules/async-limiter/coverage/lcov-report/sort-arrow-sprite.png new file mode 100755 index 0000000000000000000000000000000000000000..03f704a609c6fd0dbfdac63466a7d7c958b5cbf3 GIT binary patch literal 209 zcmeAS@N?(olHy`uVBq!ia0vp^>_9Bd!3HEZxJ@+%Qj#UE5hcO-X(i=}MX3yqDfvmM z3ZA)%>8U}fi7AzZCsS>Jii$m5978H@?Fn+^JD|Y9yzj{W`447Gxa{7*dM7nnnD-Lb z6^}Hx2)'; + } + } + return cols; + } + // attaches a data attribute to every tr element with an object + // of data values keyed by column name + function loadRowData(tableRow) { + var tableCols = tableRow.querySelectorAll('td'), + colNode, + col, + data = {}, + i, + val; + for (i = 0; i < tableCols.length; i += 1) { + colNode = tableCols[i]; + col = cols[i]; + val = colNode.getAttribute('data-value'); + if (col.type === 'number') { + val = Number(val); + } + data[col.key] = val; + } + return data; + } + // loads all row data + function loadData() { + var rows = getTableBody().querySelectorAll('tr'), + i; + + for (i = 0; i < rows.length; i += 1) { + rows[i].data = loadRowData(rows[i]); + } + } + // sorts the table using the data for the ith column + function sortByIndex(index, desc) { + var key = cols[index].key, + sorter = function (a, b) { + a = a.data[key]; + b = b.data[key]; + return a < b ? -1 : a > b ? 1 : 0; + }, + finalSorter = sorter, + tableBody = document.querySelector('.coverage-summary tbody'), + rowNodes = tableBody.querySelectorAll('tr'), + rows = [], + i; + + if (desc) { + finalSorter = function (a, b) { + return -1 * sorter(a, b); + }; + } + + for (i = 0; i < rowNodes.length; i += 1) { + rows.push(rowNodes[i]); + tableBody.removeChild(rowNodes[i]); + } + + rows.sort(finalSorter); + + for (i = 0; i < rows.length; i += 1) { + tableBody.appendChild(rows[i]); + } + } + // removes sort indicators for current column being sorted + function removeSortIndicators() { + var col = getNthColumn(currentSort.index), + cls = col.className; + + cls = cls.replace(/ sorted$/, '').replace(/ sorted-desc$/, ''); + col.className = cls; + } + // adds sort indicators for current column being sorted + function addSortIndicators() { + getNthColumn(currentSort.index).className += currentSort.desc ? ' sorted-desc' : ' sorted'; + } + // adds event listeners for all sorter widgets + function enableUI() { + var i, + el, + ithSorter = function ithSorter(i) { + var col = cols[i]; + + return function () { + var desc = col.defaultDescSort; + + if (currentSort.index === i) { + desc = !currentSort.desc; + } + sortByIndex(i, desc); + removeSortIndicators(); + currentSort.index = i; + currentSort.desc = desc; + addSortIndicators(); + }; + }; + for (i =0 ; i < cols.length; i += 1) { + if (cols[i].sortable) { + el = getNthColumn(i).querySelector('.sorter'); + if (el.addEventListener) { + el.addEventListener('click', ithSorter(i)); + } else { + el.attachEvent('onclick', ithSorter(i)); + } + } + } + } + // adds sorting functionality to the UI + return function () { + if (!getTable()) { + return; + } + cols = loadColumns(); + loadData(cols); + addSortIndicators(); + enableUI(); + }; +})(); + +window.addEventListener('load', addSorting); diff --git a/chat app/node_modules/async-limiter/coverage/lcov.info b/chat app/node_modules/async-limiter/coverage/lcov.info new file mode 100755 index 0000000..fbf36aa --- /dev/null +++ b/chat app/node_modules/async-limiter/coverage/lcov.info @@ -0,0 +1,74 @@ +TN: +SF:/Users/samuelreed/git/forks/async-throttle/index.js +FN:3,Queue +FN:22,(anonymous_2) +FN:23,(anonymous_3) +FN:31,(anonymous_4) +FN:36,(anonymous_5) +FN:55,(anonymous_6) +FN:62,done +FNF:7 +FNH:7 +FNDA:7,Queue +FNDA:3,(anonymous_2) +FNDA:13,(anonymous_3) +FNDA:19,(anonymous_4) +FNDA:45,(anonymous_5) +FNDA:6,(anonymous_6) +FNDA:13,done +DA:3,1 +DA:4,7 +DA:5,1 +DA:8,6 +DA:9,6 +DA:10,6 +DA:11,6 +DA:12,6 +DA:13,6 +DA:16,1 +DA:22,1 +DA:23,3 +DA:24,13 +DA:25,13 +DA:26,13 +DA:30,1 +DA:32,19 +DA:36,1 +DA:37,45 +DA:38,6 +DA:40,39 +DA:41,13 +DA:42,13 +DA:43,13 +DA:44,13 +DA:47,39 +DA:48,18 +DA:49,6 +DA:50,6 +DA:55,1 +DA:56,6 +DA:57,6 +DA:58,6 +DA:62,1 +DA:63,13 +DA:64,13 +DA:67,1 +LF:37 +LH:37 +BRDA:4,1,0,1 +BRDA:4,1,1,6 +BRDA:8,2,0,6 +BRDA:8,2,1,5 +BRDA:9,3,0,6 +BRDA:9,3,1,5 +BRDA:37,4,0,6 +BRDA:37,4,1,39 +BRDA:40,5,0,13 +BRDA:40,5,1,26 +BRDA:47,6,0,18 +BRDA:47,6,1,21 +BRDA:56,7,0,6 +BRDA:56,7,1,0 +BRF:14 +BRH:13 +end_of_record diff --git a/chat app/node_modules/async-limiter/index.js b/chat app/node_modules/async-limiter/index.js new file mode 100755 index 0000000..c9bd2f9 --- /dev/null +++ b/chat app/node_modules/async-limiter/index.js @@ -0,0 +1,67 @@ +'use strict'; + +function Queue(options) { + if (!(this instanceof Queue)) { + return new Queue(options); + } + + options = options || {}; + this.concurrency = options.concurrency || Infinity; + this.pending = 0; + this.jobs = []; + this.cbs = []; + this._done = done.bind(this); +} + +var arrayAddMethods = [ + 'push', + 'unshift', + 'splice' +]; + +arrayAddMethods.forEach(function(method) { + Queue.prototype[method] = function() { + var methodResult = Array.prototype[method].apply(this.jobs, arguments); + this._run(); + return methodResult; + }; +}); + +Object.defineProperty(Queue.prototype, 'length', { + get: function() { + return this.pending + this.jobs.length; + } +}); + +Queue.prototype._run = function() { + if (this.pending === this.concurrency) { + return; + } + if (this.jobs.length) { + var job = this.jobs.shift(); + this.pending++; + job(this._done); + this._run(); + } + + if (this.pending === 0) { + while (this.cbs.length !== 0) { + var cb = this.cbs.pop(); + process.nextTick(cb); + } + } +}; + +Queue.prototype.onDone = function(cb) { + if (typeof cb === 'function') { + this.cbs.push(cb); + this._run(); + } +}; + +function done() { + this.pending--; + this._run(); +} + +module.exports = Queue; diff --git a/chat app/node_modules/async-limiter/package.json b/chat app/node_modules/async-limiter/package.json new file mode 100755 index 0000000..c6024cd --- /dev/null +++ b/chat app/node_modules/async-limiter/package.json @@ -0,0 +1,69 @@ +{ + "_from": "async-limiter@~1.0.0", + "_id": "async-limiter@1.0.0", + "_inBundle": false, + "_integrity": "sha512-jp/uFnooOiO+L211eZOoSyzpOITMXx1rBITauYykG3BRYPu8h0UcxsPNB04RR5vo4Tyz3+ay17tR6JVf9qzYWg==", + "_location": "/async-limiter", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "async-limiter@~1.0.0", + "name": "async-limiter", + "escapedName": "async-limiter", + "rawSpec": "~1.0.0", + "saveSpec": null, + "fetchSpec": "~1.0.0" + }, + "_requiredBy": [ + "/ws" + ], + "_resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.0.tgz", + "_shasum": "78faed8c3d074ab81f22b4e985d79e8738f720f8", + "_spec": "async-limiter@~1.0.0", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/ws", + "author": { + "name": "Samuel Reed" + }, + "bugs": { + "url": "https://github.com/strml/async-limiter/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "asynchronous function queue with adjustable concurrency", + "devDependencies": { + "coveralls": "^2.11.2", + "eslint": "^4.6.1", + "eslint-plugin-mocha": "^4.11.0", + "intelli-espower-loader": "^1.0.1", + "istanbul": "^0.3.2", + "mocha": "^3.5.2", + "power-assert": "^1.4.4" + }, + "homepage": "https://github.com/strml/async-limiter#readme", + "keywords": [ + "throttle", + "async", + "limiter", + "asynchronous", + "job", + "task", + "concurrency", + "concurrent" + ], + "license": "MIT", + "name": "async-limiter", + "repository": { + "type": "git", + "url": "git+https://github.com/strml/async-limiter.git" + }, + "scripts": { + "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls", + "example": "node example", + "lint": "eslint .", + "test": "mocha --R intelli-espower-loader test/", + "travis": "npm run lint && npm run coverage" + }, + "version": "1.0.0" +} diff --git a/chat app/node_modules/async-limiter/readme.md b/chat app/node_modules/async-limiter/readme.md new file mode 100755 index 0000000..dcf4932 --- /dev/null +++ b/chat app/node_modules/async-limiter/readme.md @@ -0,0 +1,132 @@ +# Async-Limiter + +A module for limiting concurrent asynchronous actions in flight. Forked from [queue](https://github.com/jessetane/queue). + +[![npm](http://img.shields.io/npm/v/async-limiter.svg?style=flat-square)](http://www.npmjs.org/async-limiter) +[![tests](https://img.shields.io/travis/STRML/async-limiter.svg?style=flat-square&branch=master)](https://travis-ci.org/STRML/async-limiter) +[![coverage](https://img.shields.io/coveralls/STRML/async-limiter.svg?style=flat-square&branch=master)](https://coveralls.io/r/STRML/async-limiter) + +This module exports a class `Limiter` that implements some of the `Array` API. +Pass async functions (ones that accept a callback or return a promise) to an instance's additive array methods. + +## Motivation + +Certain functions, like `zlib`, have [undesirable behavior](https://github.com/nodejs/node/issues/8871#issuecomment-250915913) when +run at infinite concurrency. + +In this case, it is actually faster, and takes far less memory, to limit concurrency. + +This module should do the absolute minimum work necessary to queue up functions. PRs are welcome that would +make this module faster or lighter, but new functionality is not desired. + +Style should confirm to nodejs/node style. + +## Example + +``` javascript +var Limiter = require('async-limiter') + +var t = new Limiter({concurrency: 2}); +var results = [] + +// add jobs using the familiar Array API +t.push(function (cb) { + results.push('two') + cb() +}) + +t.push( + function (cb) { + results.push('four') + cb() + }, + function (cb) { + results.push('five') + cb() + } +) + +t.unshift(function (cb) { + results.push('one') + cb() +}) + +t.splice(2, 0, function (cb) { + results.push('three') + cb() +}) + +// Jobs run automatically. If you want a callback when all are done, +// call 'onDone()'. +t.onDone(function () { + console.log('all done:', results) +}) +``` + +## Zlib Example + +```js +const zlib = require('zlib'); +const Limiter = require('async-limiter'); + +const message = {some: "data"}; +const payload = new Buffer(JSON.stringify(message)); + +// Try with different concurrency values to see how this actually +// slows significantly with higher concurrency! +// +// 5: 1398.607ms +// 10: 1375.668ms +// Infinity: 4423.300ms +// +const t = new Limiter({concurrency: 5}); +function deflate(payload, cb) { + t.push(function(done) { + zlib.deflate(payload, function(err, buffer) { + done(); + cb(err, buffer); + }); + }); +} + +console.time('deflate'); +for(let i = 0; i < 30000; ++i) { + deflate(payload, function (err, buffer) {}); +} +q.onDone(function() { + console.timeEnd('deflate'); +}); +``` + +## Install + +`npm install async-limiter` + +## Test + +`npm test` + +## API + +### `var t = new Limiter([opts])` +Constructor. `opts` may contain inital values for: +* `q.concurrency` + +## Instance methods + +### `q.onDone(fn)` +`fn` will be called once and only once, when the queue is empty. + +## Instance methods mixed in from `Array` +Mozilla has docs on how these methods work [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array). +### `q.push(element1, ..., elementN)` +### `q.unshift(element1, ..., elementN)` +### `q.splice(index , howMany[, element1[, ...[, elementN]]])` + +## Properties +### `q.concurrency` +Max number of jobs the queue should process concurrently, defaults to `Infinity`. + +### `q.length` +Jobs pending + jobs to process (readonly). + diff --git a/chat app/node_modules/axios/CHANGELOG.md b/chat app/node_modules/axios/CHANGELOG.md new file mode 100755 index 0000000..b571b62 --- /dev/null +++ b/chat app/node_modules/axios/CHANGELOG.md @@ -0,0 +1,234 @@ +# Changelog + +### 0.17.1 (Nov 11, 2017) + +- Fixing issue with web workers ([#1160](https://github.com/axios/axios/pull/1160)) +- Allowing overriding transport ([#1080](https://github.com/axios/axios/pull/1080)) +- Updating TypeScript typings ([#1165](https://github.com/axios/axios/pull/1165), [#1125](https://github.com/axios/axios/pull/1125), [#1131](https://github.com/axios/axios/pull/1131)) + +### 0.17.0 (Oct 21, 2017) + +- **BREAKING** Fixing issue with `baseURL` and interceptors ([#950](https://github.com/axios/axios/pull/950)) +- **BREAKING** Improving handing of duplicate headers ([#874](https://github.com/axios/axios/pull/874)) +- Adding support for disabling proxies ([#691](https://github.com/axios/axios/pull/691)) +- Updating TypeScript typings with generic type parameters ([#1061](https://github.com/axios/axios/pull/1061)) + +### 0.16.2 (Jun 3, 2017) + +- Fixing issue with including `buffer` in bundle ([#887](https://github.com/axios/axios/pull/887)) +- Including underlying request in errors ([#830](https://github.com/axios/axios/pull/830)) +- Convert `method` to lowercase ([#930](https://github.com/axios/axios/pull/930)) + +### 0.16.1 (Apr 8, 2017) + +- Improving HTTP adapter to return last request in case of redirects ([#828](https://github.com/axios/axios/pull/828)) +- Updating `follow-redirects` dependency ([#829](https://github.com/axios/axios/pull/829)) +- Adding support for passing `Buffer` in node ([#773](https://github.com/axios/axios/pull/773)) + +### 0.16.0 (Mar 31, 2017) + +- **BREAKING** Removing `Promise` from axios typings in favor of built-in type declarations ([#480](https://github.com/axios/axios/issues/480)) +- Adding `options` shortcut method ([#461](https://github.com/axios/axios/pull/461)) +- Fixing issue with using `responseType: 'json'` in browsers incompatible with XHR Level 2 ([#654](https://github.com/axios/axios/pull/654)) +- Improving React Native detection ([#731](https://github.com/axios/axios/pull/731)) +- Fixing `combineURLs` to support empty `relativeURL` ([#581](https://github.com/axios/axios/pull/581)) +- Removing `PROTECTION_PREFIX` support ([#561](https://github.com/axios/axios/pull/561)) + +### 0.15.3 (Nov 27, 2016) + +- Fixing issue with custom instances and global defaults ([#443](https://github.com/axios/axios/issues/443)) +- Renaming `axios.d.ts` to `index.d.ts` ([#519](https://github.com/axios/axios/issues/519)) +- Adding `get`, `head`, and `delete` to `defaults.headers` ([#509](https://github.com/axios/axios/issues/509)) +- Fixing issue with `btoa` and IE ([#507](https://github.com/axios/axios/issues/507)) +- Adding support for proxy authentication ([#483](https://github.com/axios/axios/pull/483)) +- Improving HTTP adapter to use `http` protocol by default ([#493](https://github.com/axios/axios/pull/493)) +- Fixing proxy issues ([#491](https://github.com/axios/axios/pull/491)) + +### 0.15.2 (Oct 17, 2016) + +- Fixing issue with calling `cancel` after response has been received ([#482](https://github.com/axios/axios/issues/482)) + +### 0.15.1 (Oct 14, 2016) + +- Fixing issue with UMD ([#485](https://github.com/axios/axios/issues/485)) + +### 0.15.0 (Oct 10, 2016) + +- Adding cancellation support ([#452](https://github.com/axios/axios/pull/452)) +- Moving default adapter to global defaults ([#437](https://github.com/axios/axios/pull/437)) +- Fixing issue with `file` URI scheme ([#440](https://github.com/axios/axios/pull/440)) +- Fixing issue with `params` objects that have no prototype ([#445](https://github.com/axios/axios/pull/445)) + +### 0.14.0 (Aug 27, 2016) + +- **BREAKING** Updating TypeScript definitions ([#419](https://github.com/axios/axios/pull/419)) +- **BREAKING** Replacing `agent` option with `httpAgent` and `httpsAgent` ([#387](https://github.com/axios/axios/pull/387)) +- **BREAKING** Splitting `progress` event handlers into `onUploadProgress` and `onDownloadProgress` ([#423](https://github.com/axios/axios/pull/423)) +- Adding support for `http_proxy` and `https_proxy` environment variables ([#366](https://github.com/axios/axios/pull/366)) +- Fixing issue with `auth` config option and `Authorization` header ([#397](https://github.com/axios/axios/pull/397)) +- Don't set XSRF header if `xsrfCookieName` is `null` ([#406](https://github.com/axios/axios/pull/406)) + +### 0.13.1 (Jul 16, 2016) + +- Fixing issue with response data not being transformed on error ([#378](https://github.com/axios/axios/issues/378)) + +### 0.13.0 (Jul 13, 2016) + +- **BREAKING** Improved error handling ([#345](https://github.com/axios/axios/pull/345)) +- **BREAKING** Response transformer now invoked in dispatcher not adapter ([10eb238](https://github.com/axios/axios/commit/10eb23865101f9347570552c04e9d6211376e25e)) +- **BREAKING** Request adapters now return a `Promise` ([157efd5](https://github.com/axios/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a)) +- Fixing issue with `withCredentials` not being overwritten ([#343](https://github.com/axios/axios/issues/343)) +- Fixing regression with request transformer being called before request interceptor ([#352](https://github.com/axios/axios/issues/352)) +- Fixing custom instance defaults ([#341](https://github.com/axios/axios/issues/341)) +- Fixing instances created from `axios.create` to have same API as default axios ([#217](https://github.com/axios/axios/issues/217)) + +### 0.12.0 (May 31, 2016) + +- Adding support for `URLSearchParams` ([#317](https://github.com/axios/axios/pull/317)) +- Adding `maxRedirects` option ([#307](https://github.com/axios/axios/pull/307)) + +### 0.11.1 (May 17, 2016) + +- Fixing IE CORS support ([#313](https://github.com/axios/axios/pull/313)) +- Fixing detection of `FormData` ([#325](https://github.com/axios/axios/pull/325)) +- Adding `Axios` class to exports ([#321](https://github.com/axios/axios/pull/321)) + +### 0.11.0 (Apr 26, 2016) + +- Adding support for Stream with HTTP adapter ([#296](https://github.com/axios/axios/pull/296)) +- Adding support for custom HTTP status code error ranges ([#308](https://github.com/axios/axios/pull/308)) +- Fixing issue with ArrayBuffer ([#299](https://github.com/axios/axios/pull/299)) + +### 0.10.0 (Apr 20, 2016) + +- Fixing issue with some requests sending `undefined` instead of `null` ([#250](https://github.com/axios/axios/pull/250)) +- Fixing basic auth for HTTP adapter ([#252](https://github.com/axios/axios/pull/252)) +- Fixing request timeout for XHR adapter ([#227](https://github.com/axios/axios/pull/227)) +- Fixing IE8 support by using `onreadystatechange` instead of `onload` ([#249](https://github.com/axios/axios/pull/249)) +- Fixing IE9 cross domain requests ([#251](https://github.com/axios/axios/pull/251)) +- Adding `maxContentLength` option ([#275](https://github.com/axios/axios/pull/275)) +- Fixing XHR support for WebWorker environment ([#279](https://github.com/axios/axios/pull/279)) +- Adding request instance to response ([#200](https://github.com/axios/axios/pull/200)) + +### 0.9.1 (Jan 24, 2016) + +- Improving handling of request timeout in node ([#124](https://github.com/axios/axios/issues/124)) +- Fixing network errors not rejecting ([#205](https://github.com/axios/axios/pull/205)) +- Fixing issue with IE rejecting on HTTP 204 ([#201](https://github.com/axios/axios/issues/201)) +- Fixing host/port when following redirects ([#198](https://github.com/axios/axios/pull/198)) + +### 0.9.0 (Jan 18, 2016) + +- Adding support for custom adapters +- Fixing Content-Type header being removed when data is false ([#195](https://github.com/axios/axios/pull/195)) +- Improving XDomainRequest implementation ([#185](https://github.com/axios/axios/pull/185)) +- Improving config merging and order of precedence ([#183](https://github.com/axios/axios/pull/183)) +- Fixing XDomainRequest support for only <= IE9 ([#182](https://github.com/axios/axios/pull/182)) + +### 0.8.1 (Dec 14, 2015) + +- Adding support for passing XSRF token for cross domain requests when using `withCredentials` ([#168](https://github.com/axios/axios/pull/168)) +- Fixing error with format of basic auth header ([#178](https://github.com/axios/axios/pull/173)) +- Fixing error with JSON payloads throwing `InvalidStateError` in some cases ([#174](https://github.com/axios/axios/pull/174)) + +### 0.8.0 (Dec 11, 2015) + +- Adding support for creating instances of axios ([#123](https://github.com/axios/axios/pull/123)) +- Fixing http adapter to use `Buffer` instead of `String` in case of `responseType === 'arraybuffer'` ([#128](https://github.com/axios/axios/pull/128)) +- Adding support for using custom parameter serializer with `paramsSerializer` option ([#121](https://github.com/axios/axios/pull/121)) +- Fixing issue in IE8 caused by `forEach` on `arguments` ([#127](https://github.com/axios/axios/pull/127)) +- Adding support for following redirects in node ([#146](https://github.com/axios/axios/pull/146)) +- Adding support for transparent decompression if `content-encoding` is set ([#149](https://github.com/axios/axios/pull/149)) +- Adding support for transparent XDomainRequest to handle cross domain requests in IE9 ([#140](https://github.com/axios/axios/pull/140)) +- Adding support for HTTP basic auth via Authorization header ([#167](https://github.com/axios/axios/pull/167)) +- Adding support for baseURL option ([#160](https://github.com/axios/axios/pull/160)) + +### 0.7.0 (Sep 29, 2015) + +- Fixing issue with minified bundle in IE8 ([#87](https://github.com/axios/axios/pull/87)) +- Adding support for passing agent in node ([#102](https://github.com/axios/axios/pull/102)) +- Adding support for returning result from `axios.spread` for chaining ([#106](https://github.com/axios/axios/pull/106)) +- Fixing typescript definition ([#105](https://github.com/axios/axios/pull/105)) +- Fixing default timeout config for node ([#112](https://github.com/axios/axios/pull/112)) +- Adding support for use in web workers, and react-native ([#70](https://github.com/axios/axios/issue/70)), ([#98](https://github.com/axios/axios/pull/98)) +- Adding support for fetch like API `axios(url[, config])` ([#116](https://github.com/axios/axios/issues/116)) + +### 0.6.0 (Sep 21, 2015) + +- Removing deprecated success/error aliases +- Fixing issue with array params not being properly encoded ([#49](https://github.com/axios/axios/pull/49)) +- Fixing issue with User-Agent getting overridden ([#69](https://github.com/axios/axios/issues/69)) +- Adding support for timeout config ([#56](https://github.com/axios/axios/issues/56)) +- Removing es6-promise dependency +- Fixing issue preventing `length` to be used as a parameter ([#91](https://github.com/axios/axios/pull/91)) +- Fixing issue with IE8 ([#85](https://github.com/axios/axios/pull/85)) +- Converting build to UMD + +### 0.5.4 (Apr 08, 2015) + +- Fixing issue with FormData not being sent ([#53](https://github.com/axios/axios/issues/53)) + +### 0.5.3 (Apr 07, 2015) + +- Using JSON.parse unconditionally when transforming response string ([#55](https://github.com/axios/axios/issues/55)) + +### 0.5.2 (Mar 13, 2015) + +- Adding support for `statusText` in response ([#46](https://github.com/axios/axios/issues/46)) + +### 0.5.1 (Mar 10, 2015) + +- Fixing issue using strict mode ([#45](https://github.com/axios/axios/issues/45)) +- Fixing issue with standalone build ([#47](https://github.com/axios/axios/issues/47)) + +### 0.5.0 (Jan 23, 2015) + +- Adding support for intercepetors ([#14](https://github.com/axios/axios/issues/14)) +- Updating es6-promise dependency + +### 0.4.2 (Dec 10, 2014) + +- Fixing issue with `Content-Type` when using `FormData` ([#22](https://github.com/axios/axios/issues/22)) +- Adding support for TypeScript ([#25](https://github.com/axios/axios/issues/25)) +- Fixing issue with standalone build ([#29](https://github.com/axios/axios/issues/29)) +- Fixing issue with verbs needing to be capitalized in some browsers ([#30](https://github.com/axios/axios/issues/30)) + +### 0.4.1 (Oct 15, 2014) + +- Adding error handling to request for node.js ([#18](https://github.com/axios/axios/issues/18)) + +### 0.4.0 (Oct 03, 2014) + +- Adding support for `ArrayBuffer` and `ArrayBufferView` ([#10](https://github.com/axios/axios/issues/10)) +- Adding support for utf-8 for node.js ([#13](https://github.com/axios/axios/issues/13)) +- Adding support for SSL for node.js ([#12](https://github.com/axios/axios/issues/12)) +- Fixing incorrect `Content-Type` header ([#9](https://github.com/axios/axios/issues/9)) +- Adding standalone build without bundled es6-promise ([#11](https://github.com/axios/axios/issues/11)) +- Deprecating `success`/`error` in favor of `then`/`catch` + +### 0.3.1 (Sep 16, 2014) + +- Fixing missing post body when using node.js ([#3](https://github.com/axios/axios/issues/3)) + +### 0.3.0 (Sep 16, 2014) + +- Fixing `success` and `error` to properly receive response data as individual arguments ([#8](https://github.com/axios/axios/issues/8)) +- Updating `then` and `catch` to receive response data as a single object ([#6](https://github.com/axios/axios/issues/6)) +- Fixing issue with `all` not working ([#7](https://github.com/axios/axios/issues/7)) + +### 0.2.2 (Sep 14, 2014) + +- Fixing bundling with browserify ([#4](https://github.com/axios/axios/issues/4)) + +### 0.2.1 (Sep 12, 2014) + +- Fixing build problem causing ridiculous file sizes + +### 0.2.0 (Sep 12, 2014) + +- Adding support for `all` and `spread` +- Adding support for node.js ([#1](https://github.com/axios/axios/issues/1)) + +### 0.1.0 (Aug 29, 2014) + +- Initial release diff --git a/chat app/node_modules/axios/LICENSE b/chat app/node_modules/axios/LICENSE new file mode 100755 index 0000000..9876c2c --- /dev/null +++ b/chat app/node_modules/axios/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2014 Matt Zabriskie + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. diff --git a/chat app/node_modules/axios/README.md b/chat app/node_modules/axios/README.md new file mode 100755 index 0000000..95d91e7 --- /dev/null +++ b/chat app/node_modules/axios/README.md @@ -0,0 +1,612 @@ +# axios + +[![npm version](https://img.shields.io/npm/v/axios.svg?style=flat-square)](https://www.npmjs.org/package/axios) +[![build status](https://img.shields.io/travis/axios/axios.svg?style=flat-square)](https://travis-ci.org/axios/axios) +[![code coverage](https://img.shields.io/coveralls/mzabriskie/axios.svg?style=flat-square)](https://coveralls.io/r/mzabriskie/axios) +[![npm downloads](https://img.shields.io/npm/dm/axios.svg?style=flat-square)](http://npm-stat.com/charts.html?package=axios) +[![gitter chat](https://img.shields.io/gitter/room/mzabriskie/axios.svg?style=flat-square)](https://gitter.im/mzabriskie/axios) + +Promise based HTTP client for the browser and node.js + +## Features + +- Make [XMLHttpRequests](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) from the browser +- Make [http](http://nodejs.org/api/http.html) requests from node.js +- Supports the [Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise) API +- Intercept request and response +- Transform request and response data +- Cancel requests +- Automatic transforms for JSON data +- Client side support for protecting against [XSRF](http://en.wikipedia.org/wiki/Cross-site_request_forgery) + +## Browser Support + +![Chrome](https://raw.github.com/alrra/browser-logos/master/src/chrome/chrome_48x48.png) | ![Firefox](https://raw.github.com/alrra/browser-logos/master/src/firefox/firefox_48x48.png) | ![Safari](https://raw.github.com/alrra/browser-logos/master/src/safari/safari_48x48.png) | ![Opera](https://raw.github.com/alrra/browser-logos/master/src/opera/opera_48x48.png) | ![Edge](https://raw.github.com/alrra/browser-logos/master/src/edge/edge_48x48.png) | ![IE](https://raw.github.com/alrra/browser-logos/master/src/archive/internet-explorer_9-11/internet-explorer_9-11_48x48.png) | +--- | --- | --- | --- | --- | --- | +Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 8+ ✔ | + +[![Browser Matrix](https://saucelabs.com/open_sauce/build_matrix/axios.svg)](https://saucelabs.com/u/axios) + +## Installing + +Using npm: + +```bash +$ npm install axios +``` + +Using bower: + +```bash +$ bower install axios +``` + +Using cdn: + +```html + +``` + +## Example + +Performing a `GET` request + +```js +// Make a request for a user with a given ID +axios.get('/user?ID=12345') + .then(function (response) { + console.log(response); + }) + .catch(function (error) { + console.log(error); + }); + +// Optionally the request above could also be done as +axios.get('/user', { + params: { + ID: 12345 + } + }) + .then(function (response) { + console.log(response); + }) + .catch(function (error) { + console.log(error); + }); +``` + +Performing a `POST` request + +```js +axios.post('/user', { + firstName: 'Fred', + lastName: 'Flintstone' + }) + .then(function (response) { + console.log(response); + }) + .catch(function (error) { + console.log(error); + }); +``` + +Performing multiple concurrent requests + +```js +function getUserAccount() { + return axios.get('/user/12345'); +} + +function getUserPermissions() { + return axios.get('/user/12345/permissions'); +} + +axios.all([getUserAccount(), getUserPermissions()]) + .then(axios.spread(function (acct, perms) { + // Both requests are now complete + })); +``` + +## axios API + +Requests can be made by passing the relevant config to `axios`. + +##### axios(config) + +```js +// Send a POST request +axios({ + method: 'post', + url: '/user/12345', + data: { + firstName: 'Fred', + lastName: 'Flintstone' + } +}); +``` + +```js +// GET request for remote image +axios({ + method:'get', + url:'http://bit.ly/2mTM3nY', + responseType:'stream' +}) + .then(function(response) { + response.data.pipe(fs.createWriteStream('ada_lovelace.jpg')) +}); +``` + +##### axios(url[, config]) + +```js +// Send a GET request (default method) +axios('/user/12345'); +``` + +### Request method aliases + +For convenience aliases have been provided for all supported request methods. + +##### axios.request(config) +##### axios.get(url[, config]) +##### axios.delete(url[, config]) +##### axios.head(url[, config]) +##### axios.options(url[, config]) +##### axios.post(url[, data[, config]]) +##### axios.put(url[, data[, config]]) +##### axios.patch(url[, data[, config]]) + +###### NOTE +When using the alias methods `url`, `method`, and `data` properties don't need to be specified in config. + +### Concurrency + +Helper functions for dealing with concurrent requests. + +##### axios.all(iterable) +##### axios.spread(callback) + +### Creating an instance + +You can create a new instance of axios with a custom config. + +##### axios.create([config]) + +```js +var instance = axios.create({ + baseURL: 'https://some-domain.com/api/', + timeout: 1000, + headers: {'X-Custom-Header': 'foobar'} +}); +``` + +### Instance methods + +The available instance methods are listed below. The specified config will be merged with the instance config. + +##### axios#request(config) +##### axios#get(url[, config]) +##### axios#delete(url[, config]) +##### axios#head(url[, config]) +##### axios#options(url[, config]) +##### axios#post(url[, data[, config]]) +##### axios#put(url[, data[, config]]) +##### axios#patch(url[, data[, config]]) + +## Request Config + +These are the available config options for making requests. Only the `url` is required. Requests will default to `GET` if `method` is not specified. + +```js +{ + // `url` is the server URL that will be used for the request + url: '/user', + + // `method` is the request method to be used when making the request + method: 'get', // default + + // `baseURL` will be prepended to `url` unless `url` is absolute. + // It can be convenient to set `baseURL` for an instance of axios to pass relative URLs + // to methods of that instance. + baseURL: 'https://some-domain.com/api/', + + // `transformRequest` allows changes to the request data before it is sent to the server + // This is only applicable for request methods 'PUT', 'POST', and 'PATCH' + // The last function in the array must return a string or an instance of Buffer, ArrayBuffer, + // FormData or Stream + // You may modify the headers object. + transformRequest: [function (data, headers) { + // Do whatever you want to transform the data + + return data; + }], + + // `transformResponse` allows changes to the response data to be made before + // it is passed to then/catch + transformResponse: [function (data) { + // Do whatever you want to transform the data + + return data; + }], + + // `headers` are custom headers to be sent + headers: {'X-Requested-With': 'XMLHttpRequest'}, + + // `params` are the URL parameters to be sent with the request + // Must be a plain object or a URLSearchParams object + params: { + ID: 12345 + }, + + // `paramsSerializer` is an optional function in charge of serializing `params` + // (e.g. https://www.npmjs.com/package/qs, http://api.jquery.com/jquery.param/) + paramsSerializer: function(params) { + return Qs.stringify(params, {arrayFormat: 'brackets'}) + }, + + // `data` is the data to be sent as the request body + // Only applicable for request methods 'PUT', 'POST', and 'PATCH' + // When no `transformRequest` is set, must be of one of the following types: + // - string, plain object, ArrayBuffer, ArrayBufferView, URLSearchParams + // - Browser only: FormData, File, Blob + // - Node only: Stream, Buffer + data: { + firstName: 'Fred' + }, + + // `timeout` specifies the number of milliseconds before the request times out. + // If the request takes longer than `timeout`, the request will be aborted. + timeout: 1000, + + // `withCredentials` indicates whether or not cross-site Access-Control requests + // should be made using credentials + withCredentials: false, // default + + // `adapter` allows custom handling of requests which makes testing easier. + // Return a promise and supply a valid response (see lib/adapters/README.md). + adapter: function (config) { + /* ... */ + }, + + // `auth` indicates that HTTP Basic auth should be used, and supplies credentials. + // This will set an `Authorization` header, overwriting any existing + // `Authorization` custom headers you have set using `headers`. + auth: { + username: 'janedoe', + password: 's00pers3cret' + }, + + // `responseType` indicates the type of data that the server will respond with + // options are 'arraybuffer', 'blob', 'document', 'json', 'text', 'stream' + responseType: 'json', // default + + // `xsrfCookieName` is the name of the cookie to use as a value for xsrf token + xsrfCookieName: 'XSRF-TOKEN', // default + + // `xsrfHeaderName` is the name of the http header that carries the xsrf token value + xsrfHeaderName: 'X-XSRF-TOKEN', // default + + // `onUploadProgress` allows handling of progress events for uploads + onUploadProgress: function (progressEvent) { + // Do whatever you want with the native progress event + }, + + // `onDownloadProgress` allows handling of progress events for downloads + onDownloadProgress: function (progressEvent) { + // Do whatever you want with the native progress event + }, + + // `maxContentLength` defines the max size of the http response content allowed + maxContentLength: 2000, + + // `validateStatus` defines whether to resolve or reject the promise for a given + // HTTP response status code. If `validateStatus` returns `true` (or is set to `null` + // or `undefined`), the promise will be resolved; otherwise, the promise will be + // rejected. + validateStatus: function (status) { + return status >= 200 && status < 300; // default + }, + + // `maxRedirects` defines the maximum number of redirects to follow in node.js. + // If set to 0, no redirects will be followed. + maxRedirects: 5, // default + + // `httpAgent` and `httpsAgent` define a custom agent to be used when performing http + // and https requests, respectively, in node.js. This allows options to be added like + // `keepAlive` that are not enabled by default. + httpAgent: new http.Agent({ keepAlive: true }), + httpsAgent: new https.Agent({ keepAlive: true }), + + // 'proxy' defines the hostname and port of the proxy server + // Use `false` to disable proxies, ignoring environment variables. + // `auth` indicates that HTTP Basic auth should be used to connect to the proxy, and + // supplies credentials. + // This will set an `Proxy-Authorization` header, overwriting any existing + // `Proxy-Authorization` custom headers you have set using `headers`. + proxy: { + host: '127.0.0.1', + port: 9000, + auth: { + username: 'mikeymike', + password: 'rapunz3l' + } + }, + + // `cancelToken` specifies a cancel token that can be used to cancel the request + // (see Cancellation section below for details) + cancelToken: new CancelToken(function (cancel) { + }) +} +``` + +## Response Schema + +The response for a request contains the following information. + +```js +{ + // `data` is the response that was provided by the server + data: {}, + + // `status` is the HTTP status code from the server response + status: 200, + + // `statusText` is the HTTP status message from the server response + statusText: 'OK', + + // `headers` the headers that the server responded with + // All header names are lower cased + headers: {}, + + // `config` is the config that was provided to `axios` for the request + config: {}, + + // `request` is the request that generated this response + // It is the last ClientRequest instance in node.js (in redirects) + // and an XMLHttpRequest instance the browser + request: {} +} +``` + +When using `then`, you will receive the response as follows: + +```js +axios.get('/user/12345') + .then(function(response) { + console.log(response.data); + console.log(response.status); + console.log(response.statusText); + console.log(response.headers); + console.log(response.config); + }); +``` + +When using `catch`, or passing a [rejection callback](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/then) as second parameter of `then`, the response will be available through the `error` object as explained in the [Handling Errors](#handling-errors) section. + +## Config Defaults + +You can specify config defaults that will be applied to every request. + +### Global axios defaults + +```js +axios.defaults.baseURL = 'https://api.example.com'; +axios.defaults.headers.common['Authorization'] = AUTH_TOKEN; +axios.defaults.headers.post['Content-Type'] = 'application/x-www-form-urlencoded'; +``` + +### Custom instance defaults + +```js +// Set config defaults when creating the instance +var instance = axios.create({ + baseURL: 'https://api.example.com' +}); + +// Alter defaults after instance has been created +instance.defaults.headers.common['Authorization'] = AUTH_TOKEN; +``` + +### Config order of precedence + +Config will be merged with an order of precedence. The order is library defaults found in `lib/defaults.js`, then `defaults` property of the instance, and finally `config` argument for the request. The latter will take precedence over the former. Here's an example. + +```js +// Create an instance using the config defaults provided by the library +// At this point the timeout config value is `0` as is the default for the library +var instance = axios.create(); + +// Override timeout default for the library +// Now all requests will wait 2.5 seconds before timing out +instance.defaults.timeout = 2500; + +// Override timeout for this request as it's known to take a long time +instance.get('/longRequest', { + timeout: 5000 +}); +``` + +## Interceptors + +You can intercept requests or responses before they are handled by `then` or `catch`. + +```js +// Add a request interceptor +axios.interceptors.request.use(function (config) { + // Do something before request is sent + return config; + }, function (error) { + // Do something with request error + return Promise.reject(error); + }); + +// Add a response interceptor +axios.interceptors.response.use(function (response) { + // Do something with response data + return response; + }, function (error) { + // Do something with response error + return Promise.reject(error); + }); +``` + +If you may need to remove an interceptor later you can. + +```js +var myInterceptor = axios.interceptors.request.use(function () {/*...*/}); +axios.interceptors.request.eject(myInterceptor); +``` + +You can add interceptors to a custom instance of axios. + +```js +var instance = axios.create(); +instance.interceptors.request.use(function () {/*...*/}); +``` + +## Handling Errors + +```js +axios.get('/user/12345') + .catch(function (error) { + if (error.response) { + // The request was made and the server responded with a status code + // that falls out of the range of 2xx + console.log(error.response.data); + console.log(error.response.status); + console.log(error.response.headers); + } else if (error.request) { + // The request was made but no response was received + // `error.request` is an instance of XMLHttpRequest in the browser and an instance of + // http.ClientRequest in node.js + console.log(error.request); + } else { + // Something happened in setting up the request that triggered an Error + console.log('Error', error.message); + } + console.log(error.config); + }); +``` + +You can define a custom HTTP status code error range using the `validateStatus` config option. + +```js +axios.get('/user/12345', { + validateStatus: function (status) { + return status < 500; // Reject only if the status code is greater than or equal to 500 + } +}) +``` + +## Cancellation + +You can cancel a request using a *cancel token*. + +> The axios cancel token API is based on the withdrawn [cancelable promises proposal](https://github.com/tc39/proposal-cancelable-promises). + +You can create a cancel token using the `CancelToken.source` factory as shown below: + +```js +var CancelToken = axios.CancelToken; +var source = CancelToken.source(); + +axios.get('/user/12345', { + cancelToken: source.token +}).catch(function(thrown) { + if (axios.isCancel(thrown)) { + console.log('Request canceled', thrown.message); + } else { + // handle error + } +}); + +// cancel the request (the message parameter is optional) +source.cancel('Operation canceled by the user.'); +``` + +You can also create a cancel token by passing an executor function to the `CancelToken` constructor: + +```js +var CancelToken = axios.CancelToken; +var cancel; + +axios.get('/user/12345', { + cancelToken: new CancelToken(function executor(c) { + // An executor function receives a cancel function as a parameter + cancel = c; + }) +}); + +// cancel the request +cancel(); +``` + +> Note: you can cancel several requests with the same cancel token. + +## Using application/x-www-form-urlencoded format + +By default, axios serializes JavaScript objects to `JSON`. To send data in the `application/x-www-form-urlencoded` format instead, you can use one of the following options. + +### Browser + +In a browser, you can use the [`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) API as follows: + +```js +var params = new URLSearchParams(); +params.append('param1', 'value1'); +params.append('param2', 'value2'); +axios.post('/foo', params); +``` + +> Note that `URLSearchParams` is not supported by all browsers (see [caniuse.com](http://www.caniuse.com/#feat=urlsearchparams)), but there is a [polyfill](https://github.com/WebReflection/url-search-params) available (make sure to polyfill the global environment). + +Alternatively, you can encode data using the [`qs`](https://github.com/ljharb/qs) library: + +```js +var qs = require('qs'); +axios.post('/foo', qs.stringify({ 'bar': 123 })); +``` + +### Node.js + +In node.js, you can use the [`querystring`](https://nodejs.org/api/querystring.html) module as follows: + +```js +var querystring = require('querystring'); +axios.post('http://something.com/', querystring.stringify({ foo: 'bar' })); +``` + +You can also use the [`qs`](https://github.com/ljharb/qs) library. + +## Semver + +Until axios reaches a `1.0` release, breaking changes will be released with a new minor version. For example `0.5.1`, and `0.5.4` will have the same API, but `0.6.0` will have breaking changes. + +## Promises + +axios depends on a native ES6 Promise implementation to be [supported](http://caniuse.com/promises). +If your environment doesn't support ES6 Promises, you can [polyfill](https://github.com/jakearchibald/es6-promise). + +## TypeScript +axios includes [TypeScript](http://typescriptlang.org) definitions. +```typescript +import axios from 'axios'; +axios.get('/user?ID=12345'); +``` + +## Resources + +* [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md) +* [Upgrade Guide](https://github.com/axios/axios/blob/master/UPGRADE_GUIDE.md) +* [Ecosystem](https://github.com/axios/axios/blob/master/ECOSYSTEM.md) +* [Contributing Guide](https://github.com/axios/axios/blob/master/CONTRIBUTING.md) +* [Code of Conduct](https://github.com/axios/axios/blob/master/CODE_OF_CONDUCT.md) + +## Credits + +axios is heavily inspired by the [$http service](https://docs.angularjs.org/api/ng/service/$http) provided in [Angular](https://angularjs.org/). Ultimately axios is an effort to provide a standalone `$http`-like service for use outside of Angular. + +## License + +MIT diff --git a/chat app/node_modules/axios/UPGRADE_GUIDE.md b/chat app/node_modules/axios/UPGRADE_GUIDE.md new file mode 100755 index 0000000..eedb049 --- /dev/null +++ b/chat app/node_modules/axios/UPGRADE_GUIDE.md @@ -0,0 +1,162 @@ +# Upgrade Guide + +### 0.15.x -> 0.16.0 + +#### `Promise` Type Declarations + +The `Promise` type declarations have been removed from the axios typings in favor of the built-in type declarations. If you use axios in a TypeScript project that targets `ES5`, please make sure to include the `es2015.promise` lib. Please see [this post](https://blog.mariusschulz.com/2016/11/25/typescript-2-0-built-in-type-declarations) for details. + +### 0.13.x -> 0.14.0 + +#### TypeScript Definitions + +The axios TypeScript definitions have been updated to match the axios API and use the ES2015 module syntax. + +Please use the following `import` statement to import axios in TypeScript: + +```typescript +import axios from 'axios'; + +axios.get('/foo') + .then(response => console.log(response)) + .catch(error => console.log(error)); +``` + +#### `agent` Config Option + +The `agent` config option has been replaced with two new options: `httpAgent` and `httpsAgent`. Please use them instead. + +```js +{ + // Define a custom agent for HTTP + httpAgent: new http.Agent({ keepAlive: true }), + // Define a custom agent for HTTPS + httpsAgent: new https.Agent({ keepAlive: true }) +} +``` + +#### `progress` Config Option + +The `progress` config option has been replaced with the `onUploadProgress` and `onDownloadProgress` options. + +```js +{ + // Define a handler for upload progress events + onUploadProgress: function (progressEvent) { + // ... + }, + + // Define a handler for download progress events + onDownloadProgress: function (progressEvent) { + // ... + } +} +``` + +### 0.12.x -> 0.13.0 + +The `0.13.0` release contains several changes to custom adapters and error handling. + +#### Error Handling + +Previous to this release an error could either be a server response with bad status code or an actual `Error`. With this release Promise will always reject with an `Error`. In the case that a response was received, the `Error` will also include the response. + +```js +axios.get('/user/12345') + .catch((error) => { + console.log(error.message); + console.log(error.code); // Not always specified + console.log(error.config); // The config that was used to make the request + console.log(error.response); // Only available if response was received from the server + }); +``` + +#### Request Adapters + +This release changes a few things about how request adapters work. Please take note if you are using your own custom adapter. + +1. Response transformer is now called outside of adapter. +2. Request adapter returns a `Promise`. + +This means that you no longer need to invoke `transformData` on response data. You will also no longer receive `resolve` and `reject` as arguments in your adapter. + +Previous code: + +```js +function myAdapter(resolve, reject, config) { + var response = { + data: transformData( + responseData, + responseHeaders, + config.transformResponse + ), + status: request.status, + statusText: request.statusText, + headers: responseHeaders + }; + settle(resolve, reject, response); +} +``` + +New code: + +```js +function myAdapter(config) { + return new Promise(function (resolve, reject) { + var response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders + }; + settle(resolve, reject, response); + }); +} +``` + +See the related commits for more details: +- [Response transformers](https://github.com/axios/axios/commit/10eb23865101f9347570552c04e9d6211376e25e) +- [Request adapter Promise](https://github.com/axios/axios/commit/157efd5615890301824e3121cc6c9d2f9b21f94a) + +### 0.5.x -> 0.6.0 + +The `0.6.0` release contains mostly bug fixes, but there are a couple things to be aware of when upgrading. + +#### ES6 Promise Polyfill + +Up until the `0.6.0` release ES6 `Promise` was being polyfilled using [es6-promise](https://github.com/jakearchibald/es6-promise). With this release, the polyfill has been removed, and you will need to supply it yourself if your environment needs it. + +```js +require('es6-promise').polyfill(); +var axios = require('axios'); +``` + +This will polyfill the global environment, and only needs to be done once. + +#### `axios.success`/`axios.error` + +The `success`, and `error` aliases were deprectated in [0.4.0](https://github.com/axios/axios/blob/master/CHANGELOG.md#040-oct-03-2014). As of this release they have been removed entirely. Instead please use `axios.then`, and `axios.catch` respectively. + +```js +axios.get('some/url') + .then(function (res) { + /* ... */ + }) + .catch(function (err) { + /* ... */ + }); +``` + +#### UMD + +Previous versions of axios shipped with an AMD, CommonJS, and Global build. This has all been rolled into a single UMD build. + +```js +// AMD +require(['bower_components/axios/dist/axios'], function (axios) { + /* ... */ +}); + +// CommonJS +var axios = require('axios/dist/axios'); +``` diff --git a/chat app/node_modules/axios/dist/axios.js b/chat app/node_modules/axios/dist/axios.js new file mode 100755 index 0000000..4973268 --- /dev/null +++ b/chat app/node_modules/axios/dist/axios.js @@ -0,0 +1,1601 @@ +/* axios v0.17.1 | (c) 2017 by Matt Zabriskie */ +(function webpackUniversalModuleDefinition(root, factory) { + if(typeof exports === 'object' && typeof module === 'object') + module.exports = factory(); + else if(typeof define === 'function' && define.amd) + define([], factory); + else if(typeof exports === 'object') + exports["axios"] = factory(); + else + root["axios"] = factory(); +})(this, function() { +return /******/ (function(modules) { // webpackBootstrap +/******/ // The module cache +/******/ var installedModules = {}; +/******/ +/******/ // The require function +/******/ function __webpack_require__(moduleId) { +/******/ +/******/ // Check if module is in cache +/******/ if(installedModules[moduleId]) +/******/ return installedModules[moduleId].exports; +/******/ +/******/ // Create a new module (and put it into the cache) +/******/ var module = installedModules[moduleId] = { +/******/ exports: {}, +/******/ id: moduleId, +/******/ loaded: false +/******/ }; +/******/ +/******/ // Execute the module function +/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__); +/******/ +/******/ // Flag the module as loaded +/******/ module.loaded = true; +/******/ +/******/ // Return the exports of the module +/******/ return module.exports; +/******/ } +/******/ +/******/ +/******/ // expose the modules object (__webpack_modules__) +/******/ __webpack_require__.m = modules; +/******/ +/******/ // expose the module cache +/******/ __webpack_require__.c = installedModules; +/******/ +/******/ // __webpack_public_path__ +/******/ __webpack_require__.p = ""; +/******/ +/******/ // Load entry module and return exports +/******/ return __webpack_require__(0); +/******/ }) +/************************************************************************/ +/******/ ([ +/* 0 */ +/***/ (function(module, exports, __webpack_require__) { + + module.exports = __webpack_require__(1); + +/***/ }), +/* 1 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + var bind = __webpack_require__(3); + var Axios = __webpack_require__(5); + var defaults = __webpack_require__(6); + + /** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * @return {Axios} A new instance of Axios + */ + function createInstance(defaultConfig) { + var context = new Axios(defaultConfig); + var instance = bind(Axios.prototype.request, context); + + // Copy axios.prototype to instance + utils.extend(instance, Axios.prototype, context); + + // Copy context to instance + utils.extend(instance, context); + + return instance; + } + + // Create the default instance to be exported + var axios = createInstance(defaults); + + // Expose Axios class to allow class inheritance + axios.Axios = Axios; + + // Factory for creating new instances + axios.create = function create(instanceConfig) { + return createInstance(utils.merge(defaults, instanceConfig)); + }; + + // Expose Cancel & CancelToken + axios.Cancel = __webpack_require__(23); + axios.CancelToken = __webpack_require__(24); + axios.isCancel = __webpack_require__(20); + + // Expose all/spread + axios.all = function all(promises) { + return Promise.all(promises); + }; + axios.spread = __webpack_require__(25); + + module.exports = axios; + + // Allow use of default import syntax in TypeScript + module.exports.default = axios; + + +/***/ }), +/* 2 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var bind = __webpack_require__(3); + var isBuffer = __webpack_require__(4); + + /*global toString:true*/ + + // utils is a library of generic helper functions non-specific to axios + + var toString = Object.prototype.toString; + + /** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an Array, otherwise false + */ + function isArray(val) { + return toString.call(val) === '[object Array]'; + } + + /** + * Determine if a value is an ArrayBuffer + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ + function isArrayBuffer(val) { + return toString.call(val) === '[object ArrayBuffer]'; + } + + /** + * Determine if a value is a FormData + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an FormData, otherwise false + */ + function isFormData(val) { + return (typeof FormData !== 'undefined') && (val instanceof FormData); + } + + /** + * Determine if a value is a view on an ArrayBuffer + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ + function isArrayBufferView(val) { + var result; + if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { + result = ArrayBuffer.isView(val); + } else { + result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer); + } + return result; + } + + /** + * Determine if a value is a String + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a String, otherwise false + */ + function isString(val) { + return typeof val === 'string'; + } + + /** + * Determine if a value is a Number + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Number, otherwise false + */ + function isNumber(val) { + return typeof val === 'number'; + } + + /** + * Determine if a value is undefined + * + * @param {Object} val The value to test + * @returns {boolean} True if the value is undefined, otherwise false + */ + function isUndefined(val) { + return typeof val === 'undefined'; + } + + /** + * Determine if a value is an Object + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an Object, otherwise false + */ + function isObject(val) { + return val !== null && typeof val === 'object'; + } + + /** + * Determine if a value is a Date + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Date, otherwise false + */ + function isDate(val) { + return toString.call(val) === '[object Date]'; + } + + /** + * Determine if a value is a File + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a File, otherwise false + */ + function isFile(val) { + return toString.call(val) === '[object File]'; + } + + /** + * Determine if a value is a Blob + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Blob, otherwise false + */ + function isBlob(val) { + return toString.call(val) === '[object Blob]'; + } + + /** + * Determine if a value is a Function + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ + function isFunction(val) { + return toString.call(val) === '[object Function]'; + } + + /** + * Determine if a value is a Stream + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Stream, otherwise false + */ + function isStream(val) { + return isObject(val) && isFunction(val.pipe); + } + + /** + * Determine if a value is a URLSearchParams object + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ + function isURLSearchParams(val) { + return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams; + } + + /** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * @returns {String} The String freed of excess whitespace + */ + function trim(str) { + return str.replace(/^\s*/, '').replace(/\s*$/, ''); + } + + /** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + */ + function isStandardBrowserEnv() { + if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') { + return false; + } + return ( + typeof window !== 'undefined' && + typeof document !== 'undefined' + ); + } + + /** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + */ + function forEach(obj, fn) { + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + + // Force an array if not already something iterable + if (typeof obj !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + + if (isArray(obj)) { + // Iterate over array values + for (var i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) { + fn.call(null, obj[key], key, obj); + } + } + } + } + + /** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * @returns {Object} Result of all merge properties + */ + function merge(/* obj1, obj2, obj3, ... */) { + var result = {}; + function assignValue(val, key) { + if (typeof result[key] === 'object' && typeof val === 'object') { + result[key] = merge(result[key], val); + } else { + result[key] = val; + } + } + + for (var i = 0, l = arguments.length; i < l; i++) { + forEach(arguments[i], assignValue); + } + return result; + } + + /** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * @return {Object} The resulting value of object a + */ + function extend(a, b, thisArg) { + forEach(b, function assignValue(val, key) { + if (thisArg && typeof val === 'function') { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }); + return a; + } + + module.exports = { + isArray: isArray, + isArrayBuffer: isArrayBuffer, + isBuffer: isBuffer, + isFormData: isFormData, + isArrayBufferView: isArrayBufferView, + isString: isString, + isNumber: isNumber, + isObject: isObject, + isUndefined: isUndefined, + isDate: isDate, + isFile: isFile, + isBlob: isBlob, + isFunction: isFunction, + isStream: isStream, + isURLSearchParams: isURLSearchParams, + isStandardBrowserEnv: isStandardBrowserEnv, + forEach: forEach, + merge: merge, + extend: extend, + trim: trim + }; + + +/***/ }), +/* 3 */ +/***/ (function(module, exports) { + + 'use strict'; + + module.exports = function bind(fn, thisArg) { + return function wrap() { + var args = new Array(arguments.length); + for (var i = 0; i < args.length; i++) { + args[i] = arguments[i]; + } + return fn.apply(thisArg, args); + }; + }; + + +/***/ }), +/* 4 */ +/***/ (function(module, exports) { + + /*! + * Determine if an object is a Buffer + * + * @author Feross Aboukhadijeh + * @license MIT + */ + + // The _isBuffer check is for Safari 5-7 support, because it's missing + // Object.prototype.constructor. Remove this eventually + module.exports = function (obj) { + return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer) + } + + function isBuffer (obj) { + return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj) + } + + // For Node v0.10 support. Remove this eventually. + function isSlowBuffer (obj) { + return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0)) + } + + +/***/ }), +/* 5 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var defaults = __webpack_require__(6); + var utils = __webpack_require__(2); + var InterceptorManager = __webpack_require__(17); + var dispatchRequest = __webpack_require__(18); + + /** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + */ + function Axios(instanceConfig) { + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager(), + response: new InterceptorManager() + }; + } + + /** + * Dispatch a request + * + * @param {Object} config The config specific for this request (merged with this.defaults) + */ + Axios.prototype.request = function request(config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof config === 'string') { + config = utils.merge({ + url: arguments[0] + }, arguments[1]); + } + + config = utils.merge(defaults, this.defaults, { method: 'get' }, config); + config.method = config.method.toLowerCase(); + + // Hook up interceptors middleware + var chain = [dispatchRequest, undefined]; + var promise = Promise.resolve(config); + + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + chain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + chain.push(interceptor.fulfilled, interceptor.rejected); + }); + + while (chain.length) { + promise = promise.then(chain.shift(), chain.shift()); + } + + return promise; + }; + + // Provide aliases for supported request methods + utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, config) { + return this.request(utils.merge(config || {}, { + method: method, + url: url + })); + }; + }); + + utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, data, config) { + return this.request(utils.merge(config || {}, { + method: method, + url: url, + data: data + })); + }; + }); + + module.exports = Axios; + + +/***/ }), +/* 6 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + var normalizeHeaderName = __webpack_require__(7); + + var DEFAULT_CONTENT_TYPE = { + 'Content-Type': 'application/x-www-form-urlencoded' + }; + + function setContentTypeIfUnset(headers, value) { + if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) { + headers['Content-Type'] = value; + } + } + + function getDefaultAdapter() { + var adapter; + if (typeof XMLHttpRequest !== 'undefined') { + // For browsers use XHR adapter + adapter = __webpack_require__(8); + } else if (typeof process !== 'undefined') { + // For node use HTTP adapter + adapter = __webpack_require__(8); + } + return adapter; + } + + var defaults = { + adapter: getDefaultAdapter(), + + transformRequest: [function transformRequest(data, headers) { + normalizeHeaderName(headers, 'Content-Type'); + if (utils.isFormData(data) || + utils.isArrayBuffer(data) || + utils.isBuffer(data) || + utils.isStream(data) || + utils.isFile(data) || + utils.isBlob(data) + ) { + return data; + } + if (utils.isArrayBufferView(data)) { + return data.buffer; + } + if (utils.isURLSearchParams(data)) { + setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8'); + return data.toString(); + } + if (utils.isObject(data)) { + setContentTypeIfUnset(headers, 'application/json;charset=utf-8'); + return JSON.stringify(data); + } + return data; + }], + + transformResponse: [function transformResponse(data) { + /*eslint no-param-reassign:0*/ + if (typeof data === 'string') { + try { + data = JSON.parse(data); + } catch (e) { /* Ignore */ } + } + return data; + }], + + timeout: 0, + + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + + maxContentLength: -1, + + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + } + }; + + defaults.headers = { + common: { + 'Accept': 'application/json, text/plain, */*' + } + }; + + utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) { + defaults.headers[method] = {}; + }); + + utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE); + }); + + module.exports = defaults; + + +/***/ }), +/* 7 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + module.exports = function normalizeHeaderName(headers, normalizedName) { + utils.forEach(headers, function processHeader(value, name) { + if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) { + headers[normalizedName] = value; + delete headers[name]; + } + }); + }; + + +/***/ }), +/* 8 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + var settle = __webpack_require__(9); + var buildURL = __webpack_require__(12); + var parseHeaders = __webpack_require__(13); + var isURLSameOrigin = __webpack_require__(14); + var createError = __webpack_require__(10); + var btoa = (typeof window !== 'undefined' && window.btoa && window.btoa.bind(window)) || __webpack_require__(15); + + module.exports = function xhrAdapter(config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + var requestData = config.data; + var requestHeaders = config.headers; + + if (utils.isFormData(requestData)) { + delete requestHeaders['Content-Type']; // Let the browser set it + } + + var request = new XMLHttpRequest(); + var loadEvent = 'onreadystatechange'; + var xDomain = false; + + // For IE 8/9 CORS support + // Only supports POST and GET calls and doesn't returns the response headers. + // DON'T do this for testing b/c XMLHttpRequest is mocked, not XDomainRequest. + if (("production") !== 'test' && + typeof window !== 'undefined' && + window.XDomainRequest && !('withCredentials' in request) && + !isURLSameOrigin(config.url)) { + request = new window.XDomainRequest(); + loadEvent = 'onload'; + xDomain = true; + request.onprogress = function handleProgress() {}; + request.ontimeout = function handleTimeout() {}; + } + + // HTTP basic authentication + if (config.auth) { + var username = config.auth.username || ''; + var password = config.auth.password || ''; + requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password); + } + + request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true); + + // Set the request timeout in MS + request.timeout = config.timeout; + + // Listen for ready state + request[loadEvent] = function handleLoad() { + if (!request || (request.readyState !== 4 && !xDomain)) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + + // Prepare the response + var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null; + var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response; + var response = { + data: responseData, + // IE sends 1223 instead of 204 (https://github.com/axios/axios/issues/201) + status: request.status === 1223 ? 204 : request.status, + statusText: request.status === 1223 ? 'No Content' : request.statusText, + headers: responseHeaders, + config: config, + request: request + }; + + settle(resolve, reject, response); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(createError('Network Error', config, null, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED', + request)); + + // Clean up request + request = null; + }; + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + if (utils.isStandardBrowserEnv()) { + var cookies = __webpack_require__(16); + + // Add xsrf header + var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ? + cookies.read(config.xsrfCookieName) : + undefined; + + if (xsrfValue) { + requestHeaders[config.xsrfHeaderName] = xsrfValue; + } + } + + // Add headers to the request + if ('setRequestHeader' in request) { + utils.forEach(requestHeaders, function setRequestHeader(val, key) { + if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') { + // Remove Content-Type if data is undefined + delete requestHeaders[key]; + } else { + // Otherwise add header to the request + request.setRequestHeader(key, val); + } + }); + } + + // Add withCredentials to request if needed + if (config.withCredentials) { + request.withCredentials = true; + } + + // Add responseType to request if needed + if (config.responseType) { + try { + request.responseType = config.responseType; + } catch (e) { + // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2. + // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function. + if (config.responseType !== 'json') { + throw e; + } + } + } + + // Handle progress if needed + if (typeof config.onDownloadProgress === 'function') { + request.addEventListener('progress', config.onDownloadProgress); + } + + // Not all browsers support upload events + if (typeof config.onUploadProgress === 'function' && request.upload) { + request.upload.addEventListener('progress', config.onUploadProgress); + } + + if (config.cancelToken) { + // Handle cancellation + config.cancelToken.promise.then(function onCanceled(cancel) { + if (!request) { + return; + } + + request.abort(); + reject(cancel); + // Clean up request + request = null; + }); + } + + if (requestData === undefined) { + requestData = null; + } + + // Send the request + request.send(requestData); + }); + }; + + +/***/ }), +/* 9 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var createError = __webpack_require__(10); + + /** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + */ + module.exports = function settle(resolve, reject, response) { + var validateStatus = response.config.validateStatus; + // Note: status is not exposed by XDomainRequest + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(createError( + 'Request failed with status code ' + response.status, + response.config, + null, + response.request, + response + )); + } + }; + + +/***/ }), +/* 10 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var enhanceError = __webpack_require__(11); + + /** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {Object} config The config. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * @returns {Error} The created error. + */ + module.exports = function createError(message, config, code, request, response) { + var error = new Error(message); + return enhanceError(error, config, code, request, response); + }; + + +/***/ }), +/* 11 */ +/***/ (function(module, exports) { + + 'use strict'; + + /** + * Update an Error with the specified config, error code, and response. + * + * @param {Error} error The error to update. + * @param {Object} config The config. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * @returns {Error} The error. + */ + module.exports = function enhanceError(error, config, code, request, response) { + error.config = config; + if (code) { + error.code = code; + } + error.request = request; + error.response = response; + return error; + }; + + +/***/ }), +/* 12 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + function encode(val) { + return encodeURIComponent(val). + replace(/%40/gi, '@'). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%20/g, '+'). + replace(/%5B/gi, '['). + replace(/%5D/gi, ']'); + } + + /** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @returns {string} The formatted url + */ + module.exports = function buildURL(url, params, paramsSerializer) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + + var serializedParams; + if (paramsSerializer) { + serializedParams = paramsSerializer(params); + } else if (utils.isURLSearchParams(params)) { + serializedParams = params.toString(); + } else { + var parts = []; + + utils.forEach(params, function serialize(val, key) { + if (val === null || typeof val === 'undefined') { + return; + } + + if (utils.isArray(val)) { + key = key + '[]'; + } + + if (!utils.isArray(val)) { + val = [val]; + } + + utils.forEach(val, function parseValue(v) { + if (utils.isDate(v)) { + v = v.toISOString(); + } else if (utils.isObject(v)) { + v = JSON.stringify(v); + } + parts.push(encode(key) + '=' + encode(v)); + }); + }); + + serializedParams = parts.join('&'); + } + + if (serializedParams) { + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + + return url; + }; + + +/***/ }), +/* 13 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + // Headers whose duplicates are ignored by node + // c.f. https://nodejs.org/api/http.html#http_message_headers + var ignoreDuplicateOf = [ + 'age', 'authorization', 'content-length', 'content-type', 'etag', + 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', + 'last-modified', 'location', 'max-forwards', 'proxy-authorization', + 'referer', 'retry-after', 'user-agent' + ]; + + /** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} headers Headers needing to be parsed + * @returns {Object} Headers parsed into an object + */ + module.exports = function parseHeaders(headers) { + var parsed = {}; + var key; + var val; + var i; + + if (!headers) { return parsed; } + + utils.forEach(headers.split('\n'), function parser(line) { + i = line.indexOf(':'); + key = utils.trim(line.substr(0, i)).toLowerCase(); + val = utils.trim(line.substr(i + 1)); + + if (key) { + if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) { + return; + } + if (key === 'set-cookie') { + parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]); + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + } + }); + + return parsed; + }; + + +/***/ }), +/* 14 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + module.exports = ( + utils.isStandardBrowserEnv() ? + + // Standard browser envs have full support of the APIs needed to test + // whether the request URL is of the same origin as current location. + (function standardBrowserEnv() { + var msie = /(msie|trident)/i.test(navigator.userAgent); + var urlParsingNode = document.createElement('a'); + var originURL; + + /** + * Parse a URL to discover it's components + * + * @param {String} url The URL to be parsed + * @returns {Object} + */ + function resolveURL(url) { + var href = url; + + if (msie) { + // IE needs attribute set twice to normalize properties + urlParsingNode.setAttribute('href', href); + href = urlParsingNode.href; + } + + urlParsingNode.setAttribute('href', href); + + // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils + return { + href: urlParsingNode.href, + protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', + host: urlParsingNode.host, + search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', + hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', + hostname: urlParsingNode.hostname, + port: urlParsingNode.port, + pathname: (urlParsingNode.pathname.charAt(0) === '/') ? + urlParsingNode.pathname : + '/' + urlParsingNode.pathname + }; + } + + originURL = resolveURL(window.location.href); + + /** + * Determine if a URL shares the same origin as the current location + * + * @param {String} requestURL The URL to test + * @returns {boolean} True if URL shares the same origin, otherwise false + */ + return function isURLSameOrigin(requestURL) { + var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL; + return (parsed.protocol === originURL.protocol && + parsed.host === originURL.host); + }; + })() : + + // Non standard browser envs (web workers, react-native) lack needed support. + (function nonStandardBrowserEnv() { + return function isURLSameOrigin() { + return true; + }; + })() + ); + + +/***/ }), +/* 15 */ +/***/ (function(module, exports) { + + 'use strict'; + + // btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js + + var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + + function E() { + this.message = 'String contains an invalid character'; + } + E.prototype = new Error; + E.prototype.code = 5; + E.prototype.name = 'InvalidCharacterError'; + + function btoa(input) { + var str = String(input); + var output = ''; + for ( + // initialize result and counter + var block, charCode, idx = 0, map = chars; + // if the next str index does not exist: + // change the mapping table to "=" + // check if d has no fractional digits + str.charAt(idx | 0) || (map = '=', idx % 1); + // "8 - idx % 1 * 8" generates the sequence 2, 4, 6, 8 + output += map.charAt(63 & block >> 8 - idx % 1 * 8) + ) { + charCode = str.charCodeAt(idx += 3 / 4); + if (charCode > 0xFF) { + throw new E(); + } + block = block << 8 | charCode; + } + return output; + } + + module.exports = btoa; + + +/***/ }), +/* 16 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + module.exports = ( + utils.isStandardBrowserEnv() ? + + // Standard browser envs support document.cookie + (function standardBrowserEnv() { + return { + write: function write(name, value, expires, path, domain, secure) { + var cookie = []; + cookie.push(name + '=' + encodeURIComponent(value)); + + if (utils.isNumber(expires)) { + cookie.push('expires=' + new Date(expires).toGMTString()); + } + + if (utils.isString(path)) { + cookie.push('path=' + path); + } + + if (utils.isString(domain)) { + cookie.push('domain=' + domain); + } + + if (secure === true) { + cookie.push('secure'); + } + + document.cookie = cookie.join('; '); + }, + + read: function read(name) { + var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, + + remove: function remove(name) { + this.write(name, '', Date.now() - 86400000); + } + }; + })() : + + // Non standard browser env (web workers, react-native) lack needed support. + (function nonStandardBrowserEnv() { + return { + write: function write() {}, + read: function read() { return null; }, + remove: function remove() {} + }; + })() + ); + + +/***/ }), +/* 17 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + function InterceptorManager() { + this.handlers = []; + } + + /** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ + InterceptorManager.prototype.use = function use(fulfilled, rejected) { + this.handlers.push({ + fulfilled: fulfilled, + rejected: rejected + }); + return this.handlers.length - 1; + }; + + /** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + */ + InterceptorManager.prototype.eject = function eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } + }; + + /** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + */ + InterceptorManager.prototype.forEach = function forEach(fn) { + utils.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); + }; + + module.exports = InterceptorManager; + + +/***/ }), +/* 18 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + var transformData = __webpack_require__(19); + var isCancel = __webpack_require__(20); + var defaults = __webpack_require__(6); + var isAbsoluteURL = __webpack_require__(21); + var combineURLs = __webpack_require__(22); + + /** + * Throws a `Cancel` if cancellation has been requested. + */ + function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } + } + + /** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * @returns {Promise} The Promise to be fulfilled + */ + module.exports = function dispatchRequest(config) { + throwIfCancellationRequested(config); + + // Support baseURL config + if (config.baseURL && !isAbsoluteURL(config.url)) { + config.url = combineURLs(config.baseURL, config.url); + } + + // Ensure headers exist + config.headers = config.headers || {}; + + // Transform request data + config.data = transformData( + config.data, + config.headers, + config.transformRequest + ); + + // Flatten headers + config.headers = utils.merge( + config.headers.common || {}, + config.headers[config.method] || {}, + config.headers || {} + ); + + utils.forEach( + ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], + function cleanHeaderConfig(method) { + delete config.headers[method]; + } + ); + + var adapter = config.adapter || defaults.adapter; + + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData( + response.data, + response.headers, + config.transformResponse + ); + + return response; + }, function onAdapterRejection(reason) { + if (!isCancel(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData( + reason.response.data, + reason.response.headers, + config.transformResponse + ); + } + } + + return Promise.reject(reason); + }); + }; + + +/***/ }), +/* 19 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var utils = __webpack_require__(2); + + /** + * Transform the data for a request or a response + * + * @param {Object|String} data The data to be transformed + * @param {Array} headers The headers for the request or response + * @param {Array|Function} fns A single function or Array of functions + * @returns {*} The resulting transformed data + */ + module.exports = function transformData(data, headers, fns) { + /*eslint no-param-reassign:0*/ + utils.forEach(fns, function transform(fn) { + data = fn(data, headers); + }); + + return data; + }; + + +/***/ }), +/* 20 */ +/***/ (function(module, exports) { + + 'use strict'; + + module.exports = function isCancel(value) { + return !!(value && value.__CANCEL__); + }; + + +/***/ }), +/* 21 */ +/***/ (function(module, exports) { + + 'use strict'; + + /** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ + module.exports = function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(url); + }; + + +/***/ }), +/* 22 */ +/***/ (function(module, exports) { + + 'use strict'; + + /** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * @returns {string} The combined URL + */ + module.exports = function combineURLs(baseURL, relativeURL) { + return relativeURL + ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '') + : baseURL; + }; + + +/***/ }), +/* 23 */ +/***/ (function(module, exports) { + + 'use strict'; + + /** + * A `Cancel` is an object that is thrown when an operation is canceled. + * + * @class + * @param {string=} message The message. + */ + function Cancel(message) { + this.message = message; + } + + Cancel.prototype.toString = function toString() { + return 'Cancel' + (this.message ? ': ' + this.message : ''); + }; + + Cancel.prototype.__CANCEL__ = true; + + module.exports = Cancel; + + +/***/ }), +/* 24 */ +/***/ (function(module, exports, __webpack_require__) { + + 'use strict'; + + var Cancel = __webpack_require__(23); + + /** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @class + * @param {Function} executor The executor function. + */ + function CancelToken(executor) { + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + + var resolvePromise; + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + + var token = this; + executor(function cancel(message) { + if (token.reason) { + // Cancellation has already been requested + return; + } + + token.reason = new Cancel(message); + resolvePromise(token.reason); + }); + } + + /** + * Throws a `Cancel` if cancellation has been requested. + */ + CancelToken.prototype.throwIfRequested = function throwIfRequested() { + if (this.reason) { + throw this.reason; + } + }; + + /** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ + CancelToken.source = function source() { + var cancel; + var token = new CancelToken(function executor(c) { + cancel = c; + }); + return { + token: token, + cancel: cancel + }; + }; + + module.exports = CancelToken; + + +/***/ }), +/* 25 */ +/***/ (function(module, exports) { + + 'use strict'; + + /** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * @returns {Function} + */ + module.exports = function spread(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; + }; + + +/***/ }) +/******/ ]) +}); +; +//# sourceMappingURL=axios.map \ No newline at end of file diff --git a/chat app/node_modules/axios/dist/axios.map b/chat app/node_modules/axios/dist/axios.map new file mode 100755 index 0000000..991d6f4 --- /dev/null +++ b/chat app/node_modules/axios/dist/axios.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///webpack/bootstrap 7a72bd6f34f8c9d3e179","webpack:///./index.js","webpack:///./lib/axios.js","webpack:///./lib/utils.js","webpack:///./lib/helpers/bind.js","webpack:///./~/is-buffer/index.js","webpack:///./lib/core/Axios.js","webpack:///./lib/defaults.js","webpack:///./lib/helpers/normalizeHeaderName.js","webpack:///./lib/adapters/xhr.js","webpack:///./lib/core/settle.js","webpack:///./lib/core/createError.js","webpack:///./lib/core/enhanceError.js","webpack:///./lib/helpers/buildURL.js","webpack:///./lib/helpers/parseHeaders.js","webpack:///./lib/helpers/isURLSameOrigin.js","webpack:///./lib/helpers/btoa.js","webpack:///./lib/helpers/cookies.js","webpack:///./lib/core/InterceptorManager.js","webpack:///./lib/core/dispatchRequest.js","webpack:///./lib/core/transformData.js","webpack:///./lib/cancel/isCancel.js","webpack:///./lib/helpers/isAbsoluteURL.js","webpack:///./lib/helpers/combineURLs.js","webpack:///./lib/cancel/Cancel.js","webpack:///./lib/cancel/CancelToken.js","webpack:///./lib/helpers/spread.js"],"names":[],"mappings":"AAAA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,CAAC;AACD,O;ACVA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA,uBAAe;AACf;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;;;AAGA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;;;;;;ACtCA,yC;;;;;;ACAA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,aAAY,MAAM;AAClB;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;;;;;;ACnDA;;AAEA;AACA;;AAEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,OAAO;AACpB;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAW,aAAa;AACxB,YAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,oCAAmC,OAAO;AAC1C;AACA;AACA,IAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,wBAAuB,SAAS,GAAG,SAAS;AAC5C,4BAA2B;AAC3B;AACA;AACA,YAAW,OAAO;AAClB,cAAa,OAAO;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,MAAK;AACL;AACA;AACA;;AAEA,wCAAuC,OAAO;AAC9C;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,aAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA,MAAK;AACL;AACA;AACA,IAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;AC9SA;;AAEA;AACA;AACA;AACA,oBAAmB,iBAAiB;AACpC;AACA;AACA;AACA;AACA;;;;;;;ACVA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;;;;;;ACpBA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA;AACA,MAAK;AACL;;AAEA,kDAAiD,gBAAgB;AACjE;;AAEA;AACA;AACA;;AAEA;AACA;AACA,IAAG;;AAEH;AACA;AACA,IAAG;;AAEH;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA,iDAAgD;AAChD;AACA;AACA,MAAK;AACL;AACA,EAAC;;AAED;AACA;AACA;AACA,iDAAgD;AAChD;AACA;AACA;AACA,MAAK;AACL;AACA,EAAC;;AAED;;;;;;;AC9EA;;AAEA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,yEAAwE;AACxE;AACA;AACA;AACA,wDAAuD;AACvD;AACA;AACA;AACA,IAAG;;AAEH;AACA;AACA;AACA;AACA;AACA,QAAO,YAAY;AACnB;AACA;AACA,IAAG;;AAEH;;AAEA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,EAAC;;AAED;AACA;AACA,EAAC;;AAED;;;;;;;AC3FA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;;;;;;;ACXA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA,6CAA4C;AAC5C;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,UAAS;AACT;AACA;AACA;AACA,QAAO;AACP;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,QAAO;AACP;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA,QAAO;AACP;;AAEA;AACA;AACA;;AAEA;AACA;AACA,IAAG;AACH;;;;;;;ACnLA;;AAEA;;AAEA;AACA;AACA;AACA,YAAW,SAAS;AACpB,YAAW,SAAS;AACpB,YAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;ACzBA;;AAEA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,cAAa,MAAM;AACnB;AACA;AACA;AACA;AACA;;;;;;;ACjBA;;AAEA;AACA;AACA;AACA,YAAW,MAAM;AACjB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,cAAa,MAAM;AACnB;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;ACpBA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,cAAa,OAAO;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,IAAG;AACH;AACA,IAAG;AACH;;AAEA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,UAAS;AACT;AACA;AACA;AACA,QAAO;AACP,MAAK;;AAEL;AACA;;AAEA;AACA;AACA;;AAEA;AACA;;;;;;;ACnEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,OAAO;AACpB;AACA;AACA;AACA;AACA;AACA;;AAEA,kBAAiB,eAAe;;AAEhC;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,QAAO;AACP;AACA;AACA;AACA,IAAG;;AAEH;AACA;;;;;;;ACpDA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,eAAc,OAAO;AACrB,iBAAgB;AAChB;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;AACA;AACA,eAAc,OAAO;AACrB,iBAAgB,QAAQ;AACxB;AACA;AACA;AACA;AACA;AACA;AACA,IAAG;;AAEH;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;;;;;;;ACnEA;;AAEA;;AAEA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;;;;;;;ACnCA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;;AAEA,yCAAwC;AACxC,QAAO;;AAEP;AACA,2DAA0D,wBAAwB;AAClF;AACA,QAAO;;AAEP;AACA;AACA;AACA;AACA,IAAG;;AAEH;AACA;AACA;AACA,iCAAgC;AAChC,8BAA6B,aAAa,EAAE;AAC5C;AACA;AACA,IAAG;AACH;;;;;;;ACpDA;;AAEA;;AAEA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,SAAS;AACpB,YAAW,SAAS;AACpB;AACA,aAAY,OAAO;AACnB;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,YAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;;AAEA;;;;;;;ACnDA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;;AAEA;AACA;AACA;AACA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,gCAA+B;AAC/B,wCAAuC;AACvC;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;;AAEA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,IAAG;AACH;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA,IAAG;AACH;;;;;;;ACrFA;;AAEA;;AAEA;AACA;AACA;AACA,YAAW,cAAc;AACzB,YAAW,MAAM;AACjB,YAAW,eAAe;AAC1B,cAAa,EAAE;AACf;AACA;AACA;AACA;AACA;AACA,IAAG;;AAEH;AACA;;;;;;;ACnBA;;AAEA;AACA;AACA;;;;;;;ACJA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,cAAa,QAAQ;AACrB;AACA;AACA;AACA;AACA;AACA;AACA;;;;;;;ACbA;;AAEA;AACA;AACA;AACA,YAAW,OAAO;AAClB,YAAW,OAAO;AAClB,cAAa,OAAO;AACpB;AACA;AACA;AACA;AACA;AACA;;;;;;;ACbA;;AAEA;AACA;AACA;AACA;AACA,YAAW,QAAQ;AACnB;AACA;AACA;AACA;;AAEA;AACA;AACA;;AAEA;;AAEA;;;;;;;AClBA;;AAEA;;AAEA;AACA;AACA;AACA;AACA,YAAW,SAAS;AACpB;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA,IAAG;;AAEH;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA,IAAG;AACH;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,IAAG;AACH;AACA;AACA;AACA;AACA;;AAEA;;;;;;;ACxDA;;AAEA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,gCAA+B;AAC/B;AACA;AACA,YAAW,SAAS;AACpB,cAAa;AACb;AACA;AACA;AACA;AACA;AACA","file":"axios.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[\"axios\"] = factory();\n\telse\n\t\troot[\"axios\"] = 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 = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 7a72bd6f34f8c9d3e179","module.exports = require('./lib/axios');\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./index.js\n// module id = 0\n// module chunks = 0","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(utils.merge(defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/axios.js\n// module id = 1\n// module chunks = 0","'use strict';\n\nvar bind = require('./helpers/bind');\nvar isBuffer = require('is-buffer');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = merge(result[key], val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/utils.js\n// module id = 2\n// module chunks = 0","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/bind.js\n// module id = 3\n// module chunks = 0","/*!\n * Determine if an object is a Buffer\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n\n// The _isBuffer check is for Safari 5-7 support, because it's missing\n// Object.prototype.constructor. Remove this eventually\nmodule.exports = function (obj) {\n return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)\n}\n\nfunction isBuffer (obj) {\n return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n\n// For Node v0.10 support. Remove this eventually.\nfunction isSlowBuffer (obj) {\n return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))\n}\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/is-buffer/index.js\n// module id = 4\n// module chunks = 0","'use strict';\n\nvar defaults = require('./../defaults');\nvar utils = require('./../utils');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = utils.merge({\n url: arguments[0]\n }, arguments[1]);\n }\n\n config = utils.merge(defaults, this.defaults, { method: 'get' }, config);\n config.method = config.method.toLowerCase();\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/Axios.js\n// module id = 5\n// module chunks = 0","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/defaults.js\n// module id = 6\n// module chunks = 0","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/normalizeHeaderName.js\n// module id = 7\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\nvar btoa = (typeof window !== 'undefined' && window.btoa && window.btoa.bind(window)) || require('./../helpers/btoa');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n var loadEvent = 'onreadystatechange';\n var xDomain = false;\n\n // For IE 8/9 CORS support\n // Only supports POST and GET calls and doesn't returns the response headers.\n // DON'T do this for testing b/c XMLHttpRequest is mocked, not XDomainRequest.\n if (process.env.NODE_ENV !== 'test' &&\n typeof window !== 'undefined' &&\n window.XDomainRequest && !('withCredentials' in request) &&\n !isURLSameOrigin(config.url)) {\n request = new window.XDomainRequest();\n loadEvent = 'onload';\n xDomain = true;\n request.onprogress = function handleProgress() {};\n request.ontimeout = function handleTimeout() {};\n }\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password || '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request[loadEvent] = function handleLoad() {\n if (!request || (request.readyState !== 4 && !xDomain)) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n // IE sends 1223 instead of 204 (https://github.com/axios/axios/issues/201)\n status: request.status === 1223 ? 204 : request.status,\n statusText: request.status === 1223 ? 'No Content' : request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n var cookies = require('./../helpers/cookies');\n\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (config.withCredentials) {\n request.withCredentials = true;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (requestData === undefined) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/adapters/xhr.js\n// module id = 8\n// module chunks = 0","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n // Note: status is not exposed by XDomainRequest\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/settle.js\n// module id = 9\n// module chunks = 0","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/createError.js\n// module id = 10\n// module chunks = 0","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n error.request = request;\n error.response = response;\n return error;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/enhanceError.js\n// module id = 11\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%40/gi, '@').\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n }\n\n if (!utils.isArray(val)) {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/buildURL.js\n// module id = 12\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/parseHeaders.js\n// module id = 13\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/isURLSameOrigin.js\n// module id = 14\n// module chunks = 0","'use strict';\n\n// btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js\n\nvar chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\n\nfunction E() {\n this.message = 'String contains an invalid character';\n}\nE.prototype = new Error;\nE.prototype.code = 5;\nE.prototype.name = 'InvalidCharacterError';\n\nfunction btoa(input) {\n var str = String(input);\n var output = '';\n for (\n // initialize result and counter\n var block, charCode, idx = 0, map = chars;\n // if the next str index does not exist:\n // change the mapping table to \"=\"\n // check if d has no fractional digits\n str.charAt(idx | 0) || (map = '=', idx % 1);\n // \"8 - idx % 1 * 8\" generates the sequence 2, 4, 6, 8\n output += map.charAt(63 & block >> 8 - idx % 1 * 8)\n ) {\n charCode = str.charCodeAt(idx += 3 / 4);\n if (charCode > 0xFF) {\n throw new E();\n }\n block = block << 8 | charCode;\n }\n return output;\n}\n\nmodule.exports = btoa;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/btoa.js\n// module id = 15\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/cookies.js\n// module id = 16\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/InterceptorManager.js\n// module id = 17\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\nvar isAbsoluteURL = require('./../helpers/isAbsoluteURL');\nvar combineURLs = require('./../helpers/combineURLs');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Support baseURL config\n if (config.baseURL && !isAbsoluteURL(config.url)) {\n config.url = combineURLs(config.baseURL, config.url);\n }\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers || {}\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/dispatchRequest.js\n// module id = 18\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/transformData.js\n// module id = 19\n// module chunks = 0","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/cancel/isCancel.js\n// module id = 20\n// module chunks = 0","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/isAbsoluteURL.js\n// module id = 21\n// module chunks = 0","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/combineURLs.js\n// module id = 22\n// module chunks = 0","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/cancel/Cancel.js\n// module id = 23\n// module chunks = 0","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/cancel/CancelToken.js\n// module id = 24\n// module chunks = 0","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/spread.js\n// module id = 25\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/chat app/node_modules/axios/dist/axios.min.js b/chat app/node_modules/axios/dist/axios.min.js new file mode 100755 index 0000000..c27e70b --- /dev/null +++ b/chat app/node_modules/axios/dist/axios.min.js @@ -0,0 +1,9 @@ +/* axios v0.17.1 | (c) 2017 by Matt Zabriskie */ +!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports.axios=t():e.axios=t()}(this,function(){return function(e){function t(r){if(n[r])return n[r].exports;var o=n[r]={exports:{},id:r,loaded:!1};return e[r].call(o.exports,o,o.exports,t),o.loaded=!0,o.exports}var n={};return t.m=e,t.c=n,t.p="",t(0)}([function(e,t,n){e.exports=n(1)},function(e,t,n){"use strict";function r(e){var t=new s(e),n=i(s.prototype.request,t);return o.extend(n,s.prototype,t),o.extend(n,t),n}var o=n(2),i=n(3),s=n(5),u=n(6),a=r(u);a.Axios=s,a.create=function(e){return r(o.merge(u,e))},a.Cancel=n(23),a.CancelToken=n(24),a.isCancel=n(20),a.all=function(e){return Promise.all(e)},a.spread=n(25),e.exports=a,e.exports.default=a},function(e,t,n){"use strict";function r(e){return"[object Array]"===R.call(e)}function o(e){return"[object ArrayBuffer]"===R.call(e)}function i(e){return"undefined"!=typeof FormData&&e instanceof FormData}function s(e){var t;return t="undefined"!=typeof ArrayBuffer&&ArrayBuffer.isView?ArrayBuffer.isView(e):e&&e.buffer&&e.buffer instanceof ArrayBuffer}function u(e){return"string"==typeof e}function a(e){return"number"==typeof e}function c(e){return"undefined"==typeof e}function f(e){return null!==e&&"object"==typeof e}function p(e){return"[object Date]"===R.call(e)}function d(e){return"[object File]"===R.call(e)}function l(e){return"[object Blob]"===R.call(e)}function h(e){return"[object Function]"===R.call(e)}function m(e){return f(e)&&h(e.pipe)}function y(e){return"undefined"!=typeof URLSearchParams&&e instanceof URLSearchParams}function w(e){return e.replace(/^\s*/,"").replace(/\s*$/,"")}function g(){return("undefined"==typeof navigator||"ReactNative"!==navigator.product)&&("undefined"!=typeof window&&"undefined"!=typeof document)}function v(e,t){if(null!==e&&"undefined"!=typeof e)if("object"!=typeof e&&(e=[e]),r(e))for(var n=0,o=e.length;n + * @license MIT + */ +e.exports=function(e){return null!=e&&(n(e)||r(e)||!!e._isBuffer)}},function(e,t,n){"use strict";function r(e){this.defaults=e,this.interceptors={request:new s,response:new s}}var o=n(6),i=n(2),s=n(17),u=n(18);r.prototype.request=function(e){"string"==typeof e&&(e=i.merge({url:arguments[0]},arguments[1])),e=i.merge(o,this.defaults,{method:"get"},e),e.method=e.method.toLowerCase();var t=[u,void 0],n=Promise.resolve(e);for(this.interceptors.request.forEach(function(e){t.unshift(e.fulfilled,e.rejected)}),this.interceptors.response.forEach(function(e){t.push(e.fulfilled,e.rejected)});t.length;)n=n.then(t.shift(),t.shift());return n},i.forEach(["delete","get","head","options"],function(e){r.prototype[e]=function(t,n){return this.request(i.merge(n||{},{method:e,url:t}))}}),i.forEach(["post","put","patch"],function(e){r.prototype[e]=function(t,n,r){return this.request(i.merge(r||{},{method:e,url:t,data:n}))}}),e.exports=r},function(e,t,n){"use strict";function r(e,t){!i.isUndefined(e)&&i.isUndefined(e["Content-Type"])&&(e["Content-Type"]=t)}function o(){var e;return"undefined"!=typeof XMLHttpRequest?e=n(8):"undefined"!=typeof process&&(e=n(8)),e}var i=n(2),s=n(7),u={"Content-Type":"application/x-www-form-urlencoded"},a={adapter:o(),transformRequest:[function(e,t){return s(t,"Content-Type"),i.isFormData(e)||i.isArrayBuffer(e)||i.isBuffer(e)||i.isStream(e)||i.isFile(e)||i.isBlob(e)?e:i.isArrayBufferView(e)?e.buffer:i.isURLSearchParams(e)?(r(t,"application/x-www-form-urlencoded;charset=utf-8"),e.toString()):i.isObject(e)?(r(t,"application/json;charset=utf-8"),JSON.stringify(e)):e}],transformResponse:[function(e){if("string"==typeof e)try{e=JSON.parse(e)}catch(e){}return e}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,validateStatus:function(e){return e>=200&&e<300}};a.headers={common:{Accept:"application/json, text/plain, */*"}},i.forEach(["delete","get","head"],function(e){a.headers[e]={}}),i.forEach(["post","put","patch"],function(e){a.headers[e]=i.merge(u)}),e.exports=a},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t){r.forEach(e,function(n,r){r!==t&&r.toUpperCase()===t.toUpperCase()&&(e[t]=n,delete e[r])})}},function(e,t,n){"use strict";var r=n(2),o=n(9),i=n(12),s=n(13),u=n(14),a=n(10),c="undefined"!=typeof window&&window.btoa&&window.btoa.bind(window)||n(15);e.exports=function(e){return new Promise(function(t,f){var p=e.data,d=e.headers;r.isFormData(p)&&delete d["Content-Type"];var l=new XMLHttpRequest,h="onreadystatechange",m=!1;if("undefined"==typeof window||!window.XDomainRequest||"withCredentials"in l||u(e.url)||(l=new window.XDomainRequest,h="onload",m=!0,l.onprogress=function(){},l.ontimeout=function(){}),e.auth){var y=e.auth.username||"",w=e.auth.password||"";d.Authorization="Basic "+c(y+":"+w)}if(l.open(e.method.toUpperCase(),i(e.url,e.params,e.paramsSerializer),!0),l.timeout=e.timeout,l[h]=function(){if(l&&(4===l.readyState||m)&&(0!==l.status||l.responseURL&&0===l.responseURL.indexOf("file:"))){var n="getAllResponseHeaders"in l?s(l.getAllResponseHeaders()):null,r=e.responseType&&"text"!==e.responseType?l.response:l.responseText,i={data:r,status:1223===l.status?204:l.status,statusText:1223===l.status?"No Content":l.statusText,headers:n,config:e,request:l};o(t,f,i),l=null}},l.onerror=function(){f(a("Network Error",e,null,l)),l=null},l.ontimeout=function(){f(a("timeout of "+e.timeout+"ms exceeded",e,"ECONNABORTED",l)),l=null},r.isStandardBrowserEnv()){var g=n(16),v=(e.withCredentials||u(e.url))&&e.xsrfCookieName?g.read(e.xsrfCookieName):void 0;v&&(d[e.xsrfHeaderName]=v)}if("setRequestHeader"in l&&r.forEach(d,function(e,t){"undefined"==typeof p&&"content-type"===t.toLowerCase()?delete d[t]:l.setRequestHeader(t,e)}),e.withCredentials&&(l.withCredentials=!0),e.responseType)try{l.responseType=e.responseType}catch(t){if("json"!==e.responseType)throw t}"function"==typeof e.onDownloadProgress&&l.addEventListener("progress",e.onDownloadProgress),"function"==typeof e.onUploadProgress&&l.upload&&l.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then(function(e){l&&(l.abort(),f(e),l=null)}),void 0===p&&(p=null),l.send(p)})}},function(e,t,n){"use strict";var r=n(10);e.exports=function(e,t,n){var o=n.config.validateStatus;n.status&&o&&!o(n.status)?t(r("Request failed with status code "+n.status,n.config,null,n.request,n)):e(n)}},function(e,t,n){"use strict";var r=n(11);e.exports=function(e,t,n,o,i){var s=new Error(e);return r(s,t,n,o,i)}},function(e,t){"use strict";e.exports=function(e,t,n,r,o){return e.config=t,n&&(e.code=n),e.request=r,e.response=o,e}},function(e,t,n){"use strict";function r(e){return encodeURIComponent(e).replace(/%40/gi,"@").replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+").replace(/%5B/gi,"[").replace(/%5D/gi,"]")}var o=n(2);e.exports=function(e,t,n){if(!t)return e;var i;if(n)i=n(t);else if(o.isURLSearchParams(t))i=t.toString();else{var s=[];o.forEach(t,function(e,t){null!==e&&"undefined"!=typeof e&&(o.isArray(e)&&(t+="[]"),o.isArray(e)||(e=[e]),o.forEach(e,function(e){o.isDate(e)?e=e.toISOString():o.isObject(e)&&(e=JSON.stringify(e)),s.push(r(t)+"="+r(e))}))}),i=s.join("&")}return i&&(e+=(e.indexOf("?")===-1?"?":"&")+i),e}},function(e,t,n){"use strict";var r=n(2),o=["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"];e.exports=function(e){var t,n,i,s={};return e?(r.forEach(e.split("\n"),function(e){if(i=e.indexOf(":"),t=r.trim(e.substr(0,i)).toLowerCase(),n=r.trim(e.substr(i+1)),t){if(s[t]&&o.indexOf(t)>=0)return;"set-cookie"===t?s[t]=(s[t]?s[t]:[]).concat([n]):s[t]=s[t]?s[t]+", "+n:n}}),s):s}},function(e,t,n){"use strict";var r=n(2);e.exports=r.isStandardBrowserEnv()?function(){function e(e){var t=e;return n&&(o.setAttribute("href",t),t=o.href),o.setAttribute("href",t),{href:o.href,protocol:o.protocol?o.protocol.replace(/:$/,""):"",host:o.host,search:o.search?o.search.replace(/^\?/,""):"",hash:o.hash?o.hash.replace(/^#/,""):"",hostname:o.hostname,port:o.port,pathname:"/"===o.pathname.charAt(0)?o.pathname:"/"+o.pathname}}var t,n=/(msie|trident)/i.test(navigator.userAgent),o=document.createElement("a");return t=e(window.location.href),function(n){var o=r.isString(n)?e(n):n;return o.protocol===t.protocol&&o.host===t.host}}():function(){return function(){return!0}}()},function(e,t){"use strict";function n(){this.message="String contains an invalid character"}function r(e){for(var t,r,i=String(e),s="",u=0,a=o;i.charAt(0|u)||(a="=",u%1);s+=a.charAt(63&t>>8-u%1*8)){if(r=i.charCodeAt(u+=.75),r>255)throw new n;t=t<<8|r}return s}var o="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";n.prototype=new Error,n.prototype.code=5,n.prototype.name="InvalidCharacterError",e.exports=r},function(e,t,n){"use strict";var r=n(2);e.exports=r.isStandardBrowserEnv()?function(){return{write:function(e,t,n,o,i,s){var u=[];u.push(e+"="+encodeURIComponent(t)),r.isNumber(n)&&u.push("expires="+new Date(n).toGMTString()),r.isString(o)&&u.push("path="+o),r.isString(i)&&u.push("domain="+i),s===!0&&u.push("secure"),document.cookie=u.join("; ")},read:function(e){var t=document.cookie.match(new RegExp("(^|;\\s*)("+e+")=([^;]*)"));return t?decodeURIComponent(t[3]):null},remove:function(e){this.write(e,"",Date.now()-864e5)}}}():function(){return{write:function(){},read:function(){return null},remove:function(){}}}()},function(e,t,n){"use strict";function r(){this.handlers=[]}var o=n(2);r.prototype.use=function(e,t){return this.handlers.push({fulfilled:e,rejected:t}),this.handlers.length-1},r.prototype.eject=function(e){this.handlers[e]&&(this.handlers[e]=null)},r.prototype.forEach=function(e){o.forEach(this.handlers,function(t){null!==t&&e(t)})},e.exports=r},function(e,t,n){"use strict";function r(e){e.cancelToken&&e.cancelToken.throwIfRequested()}var o=n(2),i=n(19),s=n(20),u=n(6),a=n(21),c=n(22);e.exports=function(e){r(e),e.baseURL&&!a(e.url)&&(e.url=c(e.baseURL,e.url)),e.headers=e.headers||{},e.data=i(e.data,e.headers,e.transformRequest),e.headers=o.merge(e.headers.common||{},e.headers[e.method]||{},e.headers||{}),o.forEach(["delete","get","head","post","put","patch","common"],function(t){delete e.headers[t]});var t=e.adapter||u.adapter;return t(e).then(function(t){return r(e),t.data=i(t.data,t.headers,e.transformResponse),t},function(t){return s(t)||(r(e),t&&t.response&&(t.response.data=i(t.response.data,t.response.headers,e.transformResponse))),Promise.reject(t)})}},function(e,t,n){"use strict";var r=n(2);e.exports=function(e,t,n){return r.forEach(n,function(n){e=n(e,t)}),e}},function(e,t){"use strict";e.exports=function(e){return!(!e||!e.__CANCEL__)}},function(e,t){"use strict";e.exports=function(e){return/^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(e)}},function(e,t){"use strict";e.exports=function(e,t){return t?e.replace(/\/+$/,"")+"/"+t.replace(/^\/+/,""):e}},function(e,t){"use strict";function n(e){this.message=e}n.prototype.toString=function(){return"Cancel"+(this.message?": "+this.message:"")},n.prototype.__CANCEL__=!0,e.exports=n},function(e,t,n){"use strict";function r(e){if("function"!=typeof e)throw new TypeError("executor must be a function.");var t;this.promise=new Promise(function(e){t=e});var n=this;e(function(e){n.reason||(n.reason=new o(e),t(n.reason))})}var o=n(23);r.prototype.throwIfRequested=function(){if(this.reason)throw this.reason},r.source=function(){var e,t=new r(function(t){e=t});return{token:t,cancel:e}},e.exports=r},function(e,t){"use strict";e.exports=function(e){return function(t){return e.apply(null,t)}}}])}); +//# sourceMappingURL=axios.min.map \ No newline at end of file diff --git a/chat app/node_modules/axios/dist/axios.min.map b/chat app/node_modules/axios/dist/axios.min.map new file mode 100755 index 0000000..2b6b0f1 --- /dev/null +++ b/chat app/node_modules/axios/dist/axios.min.map @@ -0,0 +1 @@ +{"version":3,"sources":["webpack:///webpack/universalModuleDefinition","webpack:///axios.min.js","webpack:///webpack/bootstrap 99abf9ea5c2f99fe227c","webpack:///./index.js","webpack:///./lib/axios.js","webpack:///./lib/utils.js","webpack:///./lib/helpers/bind.js","webpack:///./~/is-buffer/index.js","webpack:///./lib/core/Axios.js","webpack:///./lib/defaults.js","webpack:///./lib/helpers/normalizeHeaderName.js","webpack:///./lib/adapters/xhr.js","webpack:///./lib/core/settle.js","webpack:///./lib/core/createError.js","webpack:///./lib/core/enhanceError.js","webpack:///./lib/helpers/buildURL.js","webpack:///./lib/helpers/parseHeaders.js","webpack:///./lib/helpers/isURLSameOrigin.js","webpack:///./lib/helpers/btoa.js","webpack:///./lib/helpers/cookies.js","webpack:///./lib/core/InterceptorManager.js","webpack:///./lib/core/dispatchRequest.js","webpack:///./lib/core/transformData.js","webpack:///./lib/cancel/isCancel.js","webpack:///./lib/helpers/isAbsoluteURL.js","webpack:///./lib/helpers/combineURLs.js","webpack:///./lib/cancel/Cancel.js","webpack:///./lib/cancel/CancelToken.js","webpack:///./lib/helpers/spread.js"],"names":["root","factory","exports","module","define","amd","this","modules","__webpack_require__","moduleId","installedModules","id","loaded","call","m","c","p","createInstance","defaultConfig","context","Axios","instance","bind","prototype","request","utils","extend","defaults","axios","create","instanceConfig","merge","Cancel","CancelToken","isCancel","all","promises","Promise","spread","default","isArray","val","toString","isArrayBuffer","isFormData","FormData","isArrayBufferView","result","ArrayBuffer","isView","buffer","isString","isNumber","isUndefined","isObject","isDate","isFile","isBlob","isFunction","isStream","pipe","isURLSearchParams","URLSearchParams","trim","str","replace","isStandardBrowserEnv","navigator","product","window","document","forEach","obj","fn","i","l","length","key","Object","hasOwnProperty","assignValue","arguments","a","b","thisArg","isBuffer","args","Array","apply","constructor","isSlowBuffer","readFloatLE","slice","_isBuffer","interceptors","InterceptorManager","response","dispatchRequest","config","url","method","toLowerCase","chain","undefined","promise","resolve","interceptor","unshift","fulfilled","rejected","push","then","shift","data","setContentTypeIfUnset","headers","value","getDefaultAdapter","adapter","XMLHttpRequest","process","normalizeHeaderName","DEFAULT_CONTENT_TYPE","Content-Type","transformRequest","JSON","stringify","transformResponse","parse","e","timeout","xsrfCookieName","xsrfHeaderName","maxContentLength","validateStatus","status","common","Accept","normalizedName","name","toUpperCase","settle","buildURL","parseHeaders","isURLSameOrigin","createError","btoa","reject","requestData","requestHeaders","loadEvent","xDomain","XDomainRequest","onprogress","ontimeout","auth","username","password","Authorization","open","params","paramsSerializer","readyState","responseURL","indexOf","responseHeaders","getAllResponseHeaders","responseData","responseType","responseText","statusText","onerror","cookies","xsrfValue","withCredentials","read","setRequestHeader","onDownloadProgress","addEventListener","onUploadProgress","upload","cancelToken","cancel","abort","send","enhanceError","message","code","error","Error","encode","encodeURIComponent","serializedParams","parts","v","toISOString","join","ignoreDuplicateOf","parsed","split","line","substr","concat","resolveURL","href","msie","urlParsingNode","setAttribute","protocol","host","search","hash","hostname","port","pathname","charAt","originURL","test","userAgent","createElement","location","requestURL","E","input","block","charCode","String","output","idx","map","chars","charCodeAt","write","expires","path","domain","secure","cookie","Date","toGMTString","match","RegExp","decodeURIComponent","remove","now","handlers","use","eject","h","throwIfCancellationRequested","throwIfRequested","transformData","isAbsoluteURL","combineURLs","baseURL","reason","fns","__CANCEL__","relativeURL","executor","TypeError","resolvePromise","token","source","callback","arr"],"mappings":"CAAA,SAAAA,EAAAC,GACA,gBAAAC,UAAA,gBAAAC,QACAA,OAAAD,QAAAD,IACA,kBAAAG,gBAAAC,IACAD,UAAAH,GACA,gBAAAC,SACAA,QAAA,MAAAD,IAEAD,EAAA,MAAAC,KACCK,KAAA,WACD,MCAgB,UAAUC,GCN1B,QAAAC,GAAAC,GAGA,GAAAC,EAAAD,GACA,MAAAC,GAAAD,GAAAP,OAGA,IAAAC,GAAAO,EAAAD,IACAP,WACAS,GAAAF,EACAG,QAAA,EAUA,OANAL,GAAAE,GAAAI,KAAAV,EAAAD,QAAAC,IAAAD,QAAAM,GAGAL,EAAAS,QAAA,EAGAT,EAAAD,QAvBA,GAAAQ,KAqCA,OATAF,GAAAM,EAAAP,EAGAC,EAAAO,EAAAL,EAGAF,EAAAQ,EAAA,GAGAR,EAAA,KDgBM,SAAUL,EAAQD,EAASM,GEtDjCL,EAAAD,QAAAM,EAAA,IF4DM,SAAUL,EAAQD,EAASM,GG5DjC,YAaA,SAAAS,GAAAC,GACA,GAAAC,GAAA,GAAAC,GAAAF,GACAG,EAAAC,EAAAF,EAAAG,UAAAC,QAAAL,EAQA,OALAM,GAAAC,OAAAL,EAAAD,EAAAG,UAAAJ,GAGAM,EAAAC,OAAAL,EAAAF,GAEAE,EArBA,GAAAI,GAAAjB,EAAA,GACAc,EAAAd,EAAA,GACAY,EAAAZ,EAAA,GACAmB,EAAAnB,EAAA,GAsBAoB,EAAAX,EAAAU,EAGAC,GAAAR,QAGAQ,EAAAC,OAAA,SAAAC,GACA,MAAAb,GAAAQ,EAAAM,MAAAJ,EAAAG,KAIAF,EAAAI,OAAAxB,EAAA,IACAoB,EAAAK,YAAAzB,EAAA,IACAoB,EAAAM,SAAA1B,EAAA,IAGAoB,EAAAO,IAAA,SAAAC,GACA,MAAAC,SAAAF,IAAAC,IAEAR,EAAAU,OAAA9B,EAAA,IAEAL,EAAAD,QAAA0B,EAGAzB,EAAAD,QAAAqC,QAAAX,GHmEM,SAAUzB,EAAQD,EAASM,GItHjC,YAiBA,SAAAgC,GAAAC,GACA,yBAAAC,EAAA7B,KAAA4B,GASA,QAAAE,GAAAF,GACA,+BAAAC,EAAA7B,KAAA4B,GASA,QAAAG,GAAAH,GACA,yBAAAI,WAAAJ,YAAAI,UASA,QAAAC,GAAAL,GACA,GAAAM,EAMA,OAJAA,GADA,mBAAAC,0BAAA,OACAA,YAAAC,OAAAR,GAEA,GAAAA,EAAA,QAAAA,EAAAS,iBAAAF,aAWA,QAAAG,GAAAV,GACA,sBAAAA,GASA,QAAAW,GAAAX,GACA,sBAAAA,GASA,QAAAY,GAAAZ,GACA,yBAAAA,GASA,QAAAa,GAAAb,GACA,cAAAA,GAAA,gBAAAA,GASA,QAAAc,GAAAd,GACA,wBAAAC,EAAA7B,KAAA4B,GASA,QAAAe,GAAAf,GACA,wBAAAC,EAAA7B,KAAA4B,GASA,QAAAgB,GAAAhB,GACA,wBAAAC,EAAA7B,KAAA4B,GASA,QAAAiB,GAAAjB,GACA,4BAAAC,EAAA7B,KAAA4B,GASA,QAAAkB,GAAAlB,GACA,MAAAa,GAAAb,IAAAiB,EAAAjB,EAAAmB,MASA,QAAAC,GAAApB,GACA,yBAAAqB,kBAAArB,YAAAqB,iBASA,QAAAC,GAAAC,GACA,MAAAA,GAAAC,QAAA,WAAAA,QAAA,WAgBA,QAAAC,KACA,0BAAAC,YAAA,gBAAAA,UAAAC,WAIA,mBAAAC,SACA,mBAAAC,WAgBA,QAAAC,GAAAC,EAAAC,GAEA,UAAAD,GAAA,mBAAAA,GAUA,GALA,gBAAAA,KAEAA,OAGAhC,EAAAgC,GAEA,OAAAE,GAAA,EAAAC,EAAAH,EAAAI,OAAmCF,EAAAC,EAAOD,IAC1CD,EAAA5D,KAAA,KAAA2D,EAAAE,KAAAF,OAIA,QAAAK,KAAAL,GACAM,OAAAvD,UAAAwD,eAAAlE,KAAA2D,EAAAK,IACAJ,EAAA5D,KAAA,KAAA2D,EAAAK,KAAAL,GAuBA,QAAAzC,KAEA,QAAAiD,GAAAvC,EAAAoC,GACA,gBAAA9B,GAAA8B,IAAA,gBAAApC,GACAM,EAAA8B,GAAA9C,EAAAgB,EAAA8B,GAAApC,GAEAM,EAAA8B,GAAApC,EAIA,OATAM,MASA2B,EAAA,EAAAC,EAAAM,UAAAL,OAAuCF,EAAAC,EAAOD,IAC9CH,EAAAU,UAAAP,GAAAM,EAEA,OAAAjC,GAWA,QAAArB,GAAAwD,EAAAC,EAAAC,GAQA,MAPAb,GAAAY,EAAA,SAAA1C,EAAAoC,GACAO,GAAA,kBAAA3C,GACAyC,EAAAL,GAAAvD,EAAAmB,EAAA2C,GAEAF,EAAAL,GAAApC,IAGAyC,EApRA,GAAA5D,GAAAd,EAAA,GACA6E,EAAA7E,EAAA,GAMAkC,EAAAoC,OAAAvD,UAAAmB,QAgRAvC,GAAAD,SACAsC,UACAG,gBACA0C,WACAzC,aACAE,oBACAK,WACAC,WACAE,WACAD,cACAE,SACAC,SACAC,SACAC,aACAC,WACAE,oBACAK,uBACAK,UACAxC,QACAL,SACAqC,SJ8HM,SAAU5D,EAAQD,GK3axB,YAEAC,GAAAD,QAAA,SAAAuE,EAAAW,GACA,kBAEA,OADAE,GAAA,GAAAC,OAAAN,UAAAL,QACAF,EAAA,EAAmBA,EAAAY,EAAAV,OAAiBF,IACpCY,EAAAZ,GAAAO,UAAAP,EAEA,OAAAD,GAAAe,MAAAJ,EAAAE,MLobM,SAAUnF,EAAQD,GM/axB,QAAAmF,GAAAb,GACA,QAAAA,EAAAiB,aAAA,kBAAAjB,GAAAiB,YAAAJ,UAAAb,EAAAiB,YAAAJ,SAAAb,GAIA,QAAAkB,GAAAlB,GACA,wBAAAA,GAAAmB,aAAA,kBAAAnB,GAAAoB,OAAAP,EAAAb,EAAAoB,MAAA;;;;;;AAVAzF,EAAAD,QAAA,SAAAsE,GACA,aAAAA,IAAAa,EAAAb,IAAAkB,EAAAlB,QAAAqB,aN6cM,SAAU1F,EAAQD,EAASM,GOvdjC,YAYA,SAAAY,GAAAU,GACAxB,KAAAqB,SAAAG,EACAxB,KAAAwF,cACAtE,QAAA,GAAAuE,GACAC,SAAA,GAAAD,IAdA,GAAApE,GAAAnB,EAAA,GACAiB,EAAAjB,EAAA,GACAuF,EAAAvF,EAAA,IACAyF,EAAAzF,EAAA,GAoBAY,GAAAG,UAAAC,QAAA,SAAA0E,GAGA,gBAAAA,KACAA,EAAAzE,EAAAM,OACAoE,IAAAlB,UAAA,IACKA,UAAA,KAGLiB,EAAAzE,EAAAM,MAAAJ,EAAArB,KAAAqB,UAAiDyE,OAAA,OAAgBF,GACjEA,EAAAE,OAAAF,EAAAE,OAAAC,aAGA,IAAAC,IAAAL,EAAAM,QACAC,EAAAnE,QAAAoE,QAAAP,EAUA,KARA5F,KAAAwF,aAAAtE,QAAA+C,QAAA,SAAAmC,GACAJ,EAAAK,QAAAD,EAAAE,UAAAF,EAAAG,YAGAvG,KAAAwF,aAAAE,SAAAzB,QAAA,SAAAmC,GACAJ,EAAAQ,KAAAJ,EAAAE,UAAAF,EAAAG,YAGAP,EAAA1B,QACA4B,IAAAO,KAAAT,EAAAU,QAAAV,EAAAU,QAGA,OAAAR,IAIA/E,EAAA8C,SAAA,0CAAA6B,GAEAhF,EAAAG,UAAA6E,GAAA,SAAAD,EAAAD,GACA,MAAA5F,MAAAkB,QAAAC,EAAAM,MAAAmE,OACAE,SACAD,YAKA1E,EAAA8C,SAAA,+BAAA6B,GAEAhF,EAAAG,UAAA6E,GAAA,SAAAD,EAAAc,EAAAf,GACA,MAAA5F,MAAAkB,QAAAC,EAAAM,MAAAmE,OACAE,SACAD,MACAc,aAKA9G,EAAAD,QAAAkB,GP8dM,SAAUjB,EAAQD,EAASM,GQ5iBjC,YASA,SAAA0G,GAAAC,EAAAC,IACA3F,EAAA4B,YAAA8D,IAAA1F,EAAA4B,YAAA8D,EAAA,mBACAA,EAAA,gBAAAC,GAIA,QAAAC,KACA,GAAAC,EAQA,OAPA,mBAAAC,gBAEAD,EAAA9G,EAAA,GACG,mBAAAgH,WAEHF,EAAA9G,EAAA,IAEA8G,EAtBA,GAAA7F,GAAAjB,EAAA,GACAiH,EAAAjH,EAAA,GAEAkH,GACAC,eAAA,qCAqBAhG,GACA2F,QAAAD,IAEAO,kBAAA,SAAAX,EAAAE,GAEA,MADAM,GAAAN,EAAA,gBACA1F,EAAAmB,WAAAqE,IACAxF,EAAAkB,cAAAsE,IACAxF,EAAA4D,SAAA4B,IACAxF,EAAAkC,SAAAsD,IACAxF,EAAA+B,OAAAyD,IACAxF,EAAAgC,OAAAwD,GAEAA,EAEAxF,EAAAqB,kBAAAmE,GACAA,EAAA/D,OAEAzB,EAAAoC,kBAAAoD,IACAC,EAAAC,EAAA,mDACAF,EAAAvE,YAEAjB,EAAA6B,SAAA2D,IACAC,EAAAC,EAAA,kCACAU,KAAAC,UAAAb,IAEAA,IAGAc,mBAAA,SAAAd,GAEA,mBAAAA,GACA,IACAA,EAAAY,KAAAG,MAAAf,GACO,MAAAgB,IAEP,MAAAhB,KAGAiB,QAAA,EAEAC,eAAA,aACAC,eAAA,eAEAC,kBAAA,EAEAC,eAAA,SAAAC,GACA,MAAAA,IAAA,KAAAA,EAAA,KAIA5G,GAAAwF,SACAqB,QACAC,OAAA,sCAIAhH,EAAA8C,SAAA,gCAAA6B,GACAzE,EAAAwF,QAAAf,QAGA3E,EAAA8C,SAAA,+BAAA6B,GACAzE,EAAAwF,QAAAf,GAAA3E,EAAAM,MAAA2F,KAGAvH,EAAAD,QAAAyB,GRmjBM,SAAUxB,EAAQD,EAASM,GS9oBjC,YAEA,IAAAiB,GAAAjB,EAAA,EAEAL,GAAAD,QAAA,SAAAiH,EAAAuB,GACAjH,EAAA8C,QAAA4C,EAAA,SAAAC,EAAAuB,GACAA,IAAAD,GAAAC,EAAAC,gBAAAF,EAAAE,gBACAzB,EAAAuB,GAAAtB,QACAD,GAAAwB,QTwpBM,SAAUxI,EAAQD,EAASM,GUhqBjC,YAEA,IAAAiB,GAAAjB,EAAA,GACAqI,EAAArI,EAAA,GACAsI,EAAAtI,EAAA,IACAuI,EAAAvI,EAAA,IACAwI,EAAAxI,EAAA,IACAyI,EAAAzI,EAAA,IACA0I,EAAA,mBAAA7E,gBAAA6E,MAAA7E,OAAA6E,KAAA5H,KAAA+C,SAAA7D,EAAA,GAEAL,GAAAD,QAAA,SAAAgG,GACA,UAAA7D,SAAA,SAAAoE,EAAA0C,GACA,GAAAC,GAAAlD,EAAAe,KACAoC,EAAAnD,EAAAiB,OAEA1F,GAAAmB,WAAAwG,UACAC,GAAA,eAGA,IAAA7H,GAAA,GAAA+F,gBACA+B,EAAA,qBACAC,GAAA,CAiBA,IAXA,mBAAAlF,UACAA,OAAAmF,gBAAA,mBAAAhI,IACAwH,EAAA9C,EAAAC,OACA3E,EAAA,GAAA6C,QAAAmF,eACAF,EAAA,SACAC,GAAA,EACA/H,EAAAiI,WAAA,aACAjI,EAAAkI,UAAA,cAIAxD,EAAAyD,KAAA,CACA,GAAAC,GAAA1D,EAAAyD,KAAAC,UAAA,GACAC,EAAA3D,EAAAyD,KAAAE,UAAA,EACAR,GAAAS,cAAA,SAAAZ,EAAAU,EAAA,IAAAC,GA+DA,GA5DArI,EAAAuI,KAAA7D,EAAAE,OAAAwC,cAAAE,EAAA5C,EAAAC,IAAAD,EAAA8D,OAAA9D,EAAA+D,mBAAA,GAGAzI,EAAA0G,QAAAhC,EAAAgC,QAGA1G,EAAA8H,GAAA,WACA,GAAA9H,IAAA,IAAAA,EAAA0I,YAAAX,KAQA,IAAA/H,EAAA+G,QAAA/G,EAAA2I,aAAA,IAAA3I,EAAA2I,YAAAC,QAAA,WAKA,GAAAC,GAAA,yBAAA7I,GAAAuH,EAAAvH,EAAA8I,yBAAA,KACAC,EAAArE,EAAAsE,cAAA,SAAAtE,EAAAsE,aAAAhJ,EAAAwE,SAAAxE,EAAAiJ,aACAzE,GACAiB,KAAAsD,EAEAhC,OAAA,OAAA/G,EAAA+G,OAAA,IAAA/G,EAAA+G,OACAmC,WAAA,OAAAlJ,EAAA+G,OAAA,aAAA/G,EAAAkJ,WACAvD,QAAAkD,EACAnE,SACA1E,UAGAqH,GAAApC,EAAA0C,EAAAnD,GAGAxE,EAAA,OAIAA,EAAAmJ,QAAA,WAGAxB,EAAAF,EAAA,gBAAA/C,EAAA,KAAA1E,IAGAA,EAAA,MAIAA,EAAAkI,UAAA,WACAP,EAAAF,EAAA,cAAA/C,EAAAgC,QAAA,cAAAhC,EAAA,eACA1E,IAGAA,EAAA,MAMAC,EAAAyC,uBAAA,CACA,GAAA0G,GAAApK,EAAA,IAGAqK,GAAA3E,EAAA4E,iBAAA9B,EAAA9C,EAAAC,OAAAD,EAAAiC,eACAyC,EAAAG,KAAA7E,EAAAiC,gBACA5B,MAEAsE,KACAxB,EAAAnD,EAAAkC,gBAAAyC,GAuBA,GAlBA,oBAAArJ,IACAC,EAAA8C,QAAA8E,EAAA,SAAA5G,EAAAoC,GACA,mBAAAuE,IAAA,iBAAAvE,EAAAwB,oBAEAgD,GAAAxE,GAGArD,EAAAwJ,iBAAAnG,EAAApC,KAMAyD,EAAA4E,kBACAtJ,EAAAsJ,iBAAA,GAIA5E,EAAAsE,aACA,IACAhJ,EAAAgJ,aAAAtE,EAAAsE,aACO,MAAAvC,GAGP,YAAA/B,EAAAsE,aACA,KAAAvC,GAMA,kBAAA/B,GAAA+E,oBACAzJ,EAAA0J,iBAAA,WAAAhF,EAAA+E,oBAIA,kBAAA/E,GAAAiF,kBAAA3J,EAAA4J,QACA5J,EAAA4J,OAAAF,iBAAA,WAAAhF,EAAAiF,kBAGAjF,EAAAmF,aAEAnF,EAAAmF,YAAA7E,QAAAO,KAAA,SAAAuE,GACA9J,IAIAA,EAAA+J,QACApC,EAAAmC,GAEA9J,EAAA,QAIA+E,SAAA6C,IACAA,EAAA,MAIA5H,EAAAgK,KAAApC,OVyqBM,SAAUjJ,EAAQD,EAASM,GW11BjC,YAEA,IAAAyI,GAAAzI,EAAA,GASAL,GAAAD,QAAA,SAAAuG,EAAA0C,EAAAnD,GACA,GAAAsC,GAAAtC,EAAAE,OAAAoC,cAEAtC,GAAAuC,QAAAD,MAAAtC,EAAAuC,QAGAY,EAAAF,EACA,mCAAAjD,EAAAuC,OACAvC,EAAAE,OACA,KACAF,EAAAxE,QACAwE,IAPAS,EAAAT,KX22BM,SAAU7F,EAAQD,EAASM,GY13BjC,YAEA,IAAAiL,GAAAjL,EAAA,GAYAL,GAAAD,QAAA,SAAAwL,EAAAxF,EAAAyF,EAAAnK,EAAAwE,GACA,GAAA4F,GAAA,GAAAC,OAAAH,EACA,OAAAD,GAAAG,EAAA1F,EAAAyF,EAAAnK,EAAAwE,KZk4BM,SAAU7F,EAAQD,Gal5BxB,YAYAC,GAAAD,QAAA,SAAA0L,EAAA1F,EAAAyF,EAAAnK,EAAAwE,GAOA,MANA4F,GAAA1F,SACAyF,IACAC,EAAAD,QAEAC,EAAApK,UACAoK,EAAA5F,WACA4F,Ib05BM,SAAUzL,EAAQD,EAASM,Gc76BjC,YAIA,SAAAsL,GAAArJ,GACA,MAAAsJ,oBAAAtJ,GACAwB,QAAA,aACAA,QAAA,aACAA,QAAA,YACAA,QAAA,aACAA,QAAA,YACAA,QAAA,aACAA,QAAA,aAVA,GAAAxC,GAAAjB,EAAA,EAoBAL,GAAAD,QAAA,SAAAiG,EAAA6D,EAAAC,GAEA,IAAAD,EACA,MAAA7D,EAGA,IAAA6F,EACA,IAAA/B,EACA+B,EAAA/B,EAAAD,OACG,IAAAvI,EAAAoC,kBAAAmG,GACHgC,EAAAhC,EAAAtH,eACG,CACH,GAAAuJ,KAEAxK,GAAA8C,QAAAyF,EAAA,SAAAvH,EAAAoC,GACA,OAAApC,GAAA,mBAAAA,KAIAhB,EAAAe,QAAAC,KACAoC,GAAA,MAGApD,EAAAe,QAAAC,KACAA,OAGAhB,EAAA8C,QAAA9B,EAAA,SAAAyJ,GACAzK,EAAA8B,OAAA2I,GACAA,IAAAC,cACS1K,EAAA6B,SAAA4I,KACTA,EAAArE,KAAAC,UAAAoE,IAEAD,EAAAnF,KAAAgF,EAAAjH,GAAA,IAAAiH,EAAAI,SAIAF,EAAAC,EAAAG,KAAA,KAOA,MAJAJ,KACA7F,MAAAiE,QAAA,mBAAA4B,GAGA7F,Idq7BM,SAAUhG,EAAQD,EAASM,Gev/BjC,YAEA,IAAAiB,GAAAjB,EAAA,GAIA6L,GACA,6DACA,kEACA,gEACA,qCAgBAlM,GAAAD,QAAA,SAAAiH,GACA,GACAtC,GACApC,EACAiC,EAHA4H,IAKA,OAAAnF,IAEA1F,EAAA8C,QAAA4C,EAAAoF,MAAA,eAAAC,GAKA,GAJA9H,EAAA8H,EAAApC,QAAA,KACAvF,EAAApD,EAAAsC,KAAAyI,EAAAC,OAAA,EAAA/H,IAAA2B,cACA5D,EAAAhB,EAAAsC,KAAAyI,EAAAC,OAAA/H,EAAA,IAEAG,EAAA,CACA,GAAAyH,EAAAzH,IAAAwH,EAAAjC,QAAAvF,IAAA,EACA,MAEA,gBAAAA,EACAyH,EAAAzH,IAAAyH,EAAAzH,GAAAyH,EAAAzH,OAAA6H,QAAAjK,IAEA6J,EAAAzH,GAAAyH,EAAAzH,GAAAyH,EAAAzH,GAAA,KAAApC,OAKA6J,GAnBiBA,IfkhCX,SAAUnM,EAAQD,EAASM,GgBljCjC,YAEA,IAAAiB,GAAAjB,EAAA,EAEAL,GAAAD,QACAuB,EAAAyC,uBAIA,WAWA,QAAAyI,GAAAxG,GACA,GAAAyG,GAAAzG,CAWA,OATA0G,KAEAC,EAAAC,aAAA,OAAAH,GACAA,EAAAE,EAAAF,MAGAE,EAAAC,aAAA,OAAAH,IAIAA,KAAAE,EAAAF,KACAI,SAAAF,EAAAE,SAAAF,EAAAE,SAAA/I,QAAA,YACAgJ,KAAAH,EAAAG,KACAC,OAAAJ,EAAAI,OAAAJ,EAAAI,OAAAjJ,QAAA,aACAkJ,KAAAL,EAAAK,KAAAL,EAAAK,KAAAlJ,QAAA,YACAmJ,SAAAN,EAAAM,SACAC,KAAAP,EAAAO,KACAC,SAAA,MAAAR,EAAAQ,SAAAC,OAAA,GACAT,EAAAQ,SACA,IAAAR,EAAAQ,UAhCA,GAEAE,GAFAX,EAAA,kBAAAY,KAAAtJ,UAAAuJ,WACAZ,EAAAxI,SAAAqJ,cAAA,IA2CA,OARAH,GAAAb,EAAAtI,OAAAuJ,SAAAhB,MAQA,SAAAiB,GACA,GAAAvB,GAAA7K,EAAA0B,SAAA0K,GAAAlB,EAAAkB,IACA,OAAAvB,GAAAU,WAAAQ,EAAAR,UACAV,EAAAW,OAAAO,EAAAP,SAKA,WACA,kBACA,chB4jCM,SAAU9M,EAAQD,GiB5nCxB,YAMA,SAAA4N,KACAxN,KAAAoL,QAAA,uCAMA,QAAAxC,GAAA6E,GAGA,IAEA,GAAAC,GAAAC,EAJAjK,EAAAkK,OAAAH,GACAI,EAAA,GAGAC,EAAA,EAAAC,EAAAC,EAIAtK,EAAAuJ,OAAA,EAAAa,KAAAC,EAAA,IAAAD,EAAA,GAEAD,GAAAE,EAAAd,OAAA,GAAAS,GAAA,EAAAI,EAAA,KACA,CAEA,GADAH,EAAAjK,EAAAuK,WAAAH,GAAA,KACAH,EAAA,IACA,SAAAH,EAEAE,MAAA,EAAAC,EAEA,MAAAE,GA5BA,GAAAG,GAAA,mEAKAR,GAAAvM,UAAA,GAAAsK,OACAiC,EAAAvM,UAAAoK,KAAA,EACAmC,EAAAvM,UAAAoH,KAAA,wBAwBAxI,EAAAD,QAAAgJ,GjBmoCM,SAAU/I,EAAQD,EAASM,GkBtqCjC,YAEA,IAAAiB,GAAAjB,EAAA,EAEAL,GAAAD,QACAuB,EAAAyC,uBAGA,WACA,OACAsK,MAAA,SAAA7F,EAAAvB,EAAAqH,EAAAC,EAAAC,EAAAC,GACA,GAAAC,KACAA,GAAA/H,KAAA6B,EAAA,IAAAoD,mBAAA3E,IAEA3F,EAAA2B,SAAAqL,IACAI,EAAA/H,KAAA,cAAAgI,MAAAL,GAAAM,eAGAtN,EAAA0B,SAAAuL,IACAG,EAAA/H,KAAA,QAAA4H,GAGAjN,EAAA0B,SAAAwL,IACAE,EAAA/H,KAAA,UAAA6H,GAGAC,KAAA,GACAC,EAAA/H,KAAA,UAGAxC,SAAAuK,SAAAzC,KAAA,OAGArB,KAAA,SAAApC,GACA,GAAAqG,GAAA1K,SAAAuK,OAAAG,MAAA,GAAAC,QAAA,aAA0DtG,EAAA,aAC1D,OAAAqG,GAAAE,mBAAAF,EAAA,UAGAG,OAAA,SAAAxG,GACArI,KAAAkO,MAAA7F,EAAA,GAAAmG,KAAAM,MAAA,YAMA,WACA,OACAZ,MAAA,aACAzD,KAAA,WAA6B,aAC7BoE,OAAA,kBlBgrCM,SAAUhP,EAAQD,EAASM,GmBjuCjC,YAIA,SAAAuF,KACAzF,KAAA+O,YAHA,GAAA5N,GAAAjB,EAAA,EAcAuF,GAAAxE,UAAA+N,IAAA,SAAA1I,EAAAC,GAKA,MAJAvG,MAAA+O,SAAAvI,MACAF,YACAC,aAEAvG,KAAA+O,SAAAzK,OAAA,GAQAmB,EAAAxE,UAAAgO,MAAA,SAAA5O,GACAL,KAAA+O,SAAA1O,KACAL,KAAA+O,SAAA1O,GAAA,OAYAoF,EAAAxE,UAAAgD,QAAA,SAAAE,GACAhD,EAAA8C,QAAAjE,KAAA+O,SAAA,SAAAG,GACA,OAAAA,GACA/K,EAAA+K,MAKArP,EAAAD,QAAA6F,GnBwuCM,SAAU5F,EAAQD,EAASM,GoB3xCjC,YAYA,SAAAiP,GAAAvJ,GACAA,EAAAmF,aACAnF,EAAAmF,YAAAqE,mBAZA,GAAAjO,GAAAjB,EAAA,GACAmP,EAAAnP,EAAA,IACA0B,EAAA1B,EAAA,IACAmB,EAAAnB,EAAA,GACAoP,EAAApP,EAAA,IACAqP,EAAArP,EAAA,GAiBAL,GAAAD,QAAA,SAAAgG,GACAuJ,EAAAvJ,GAGAA,EAAA4J,UAAAF,EAAA1J,EAAAC,OACAD,EAAAC,IAAA0J,EAAA3J,EAAA4J,QAAA5J,EAAAC,MAIAD,EAAAiB,QAAAjB,EAAAiB,YAGAjB,EAAAe,KAAA0I,EACAzJ,EAAAe,KACAf,EAAAiB,QACAjB,EAAA0B,kBAIA1B,EAAAiB,QAAA1F,EAAAM,MACAmE,EAAAiB,QAAAqB,WACAtC,EAAAiB,QAAAjB,EAAAE,YACAF,EAAAiB,aAGA1F,EAAA8C,SACA,qDACA,SAAA6B,SACAF,GAAAiB,QAAAf,IAIA,IAAAkB,GAAApB,EAAAoB,SAAA3F,EAAA2F,OAEA,OAAAA,GAAApB,GAAAa,KAAA,SAAAf,GAUA,MATAyJ,GAAAvJ,GAGAF,EAAAiB,KAAA0I,EACA3J,EAAAiB,KACAjB,EAAAmB,QACAjB,EAAA6B,mBAGA/B,GACG,SAAA+J,GAcH,MAbA7N,GAAA6N,KACAN,EAAAvJ,GAGA6J,KAAA/J,WACA+J,EAAA/J,SAAAiB,KAAA0I,EACAI,EAAA/J,SAAAiB,KACA8I,EAAA/J,SAAAmB,QACAjB,EAAA6B,qBAKA1F,QAAA8G,OAAA4G,OpBoyCM,SAAU5P,EAAQD,EAASM,GqBv3CjC,YAEA,IAAAiB,GAAAjB,EAAA,EAUAL,GAAAD,QAAA,SAAA+G,EAAAE,EAAA6I,GAMA,MAJAvO,GAAA8C,QAAAyL,EAAA,SAAAvL,GACAwC,EAAAxC,EAAAwC,EAAAE,KAGAF,IrB+3CM,SAAU9G,EAAQD,GsBj5CxB,YAEAC,GAAAD,QAAA,SAAAkH,GACA,SAAAA,MAAA6I,ctBy5CM,SAAU9P,EAAQD,GuB55CxB,YAQAC,GAAAD,QAAA,SAAAiG,GAIA,sCAAAsH,KAAAtH,KvBo6CM,SAAUhG,EAAQD,GwBh7CxB,YASAC,GAAAD,QAAA,SAAA4P,EAAAI,GACA,MAAAA,GACAJ,EAAA7L,QAAA,eAAAiM,EAAAjM,QAAA,WACA6L,IxBw7CM,SAAU3P,EAAQD,GyBp8CxB,YAQA,SAAA8B,GAAA0J,GACApL,KAAAoL,UAGA1J,EAAAT,UAAAmB,SAAA,WACA,gBAAApC,KAAAoL,QAAA,KAAApL,KAAAoL,QAAA,KAGA1J,EAAAT,UAAA0O,YAAA,EAEA9P,EAAAD,QAAA8B,GzB28CM,SAAU7B,EAAQD,EAASM,G0B79CjC,YAUA,SAAAyB,GAAAkO,GACA,qBAAAA,GACA,SAAAC,WAAA,+BAGA,IAAAC,EACA/P,MAAAkG,QAAA,GAAAnE,SAAA,SAAAoE,GACA4J,EAAA5J,GAGA,IAAA6J,GAAAhQ,IACA6P,GAAA,SAAAzE,GACA4E,EAAAP,SAKAO,EAAAP,OAAA,GAAA/N,GAAA0J,GACA2E,EAAAC,EAAAP,WA1BA,GAAA/N,GAAAxB,EAAA,GAiCAyB,GAAAV,UAAAmO,iBAAA,WACA,GAAApP,KAAAyP,OACA,KAAAzP,MAAAyP,QAQA9N,EAAAsO,OAAA,WACA,GAAAjF,GACAgF,EAAA,GAAArO,GAAA,SAAAlB,GACAuK,EAAAvK,GAEA,QACAuP,QACAhF,WAIAnL,EAAAD,QAAA+B,G1Bo+CM,SAAU9B,EAAQD,G2B5hDxB,YAsBAC,GAAAD,QAAA,SAAAsQ,GACA,gBAAAC,GACA,MAAAD,GAAAhL,MAAA,KAAAiL","file":"axios.min.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[\"axios\"] = factory();\n\telse\n\t\troot[\"axios\"] = factory();\n})(this, function() {\nreturn \n\n\n// WEBPACK FOOTER //\n// webpack/universalModuleDefinition","(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[\"axios\"] = factory();\n\telse\n\t\troot[\"axios\"] = factory();\n})(this, function() {\nreturn /******/ (function(modules) { // webpackBootstrap\n/******/ \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 = installedModules;\n/******/\n/******/ \t// __webpack_public_path__\n/******/ \t__webpack_require__.p = \"\";\n/******/\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(0);\n/******/ })\n/************************************************************************/\n/******/ ([\n/* 0 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\tmodule.exports = __webpack_require__(1);\n\n/***/ }),\n/* 1 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\tvar bind = __webpack_require__(3);\n\tvar Axios = __webpack_require__(5);\n\tvar defaults = __webpack_require__(6);\n\t\n\t/**\n\t * Create an instance of Axios\n\t *\n\t * @param {Object} defaultConfig The default config for the instance\n\t * @return {Axios} A new instance of Axios\n\t */\n\tfunction createInstance(defaultConfig) {\n\t var context = new Axios(defaultConfig);\n\t var instance = bind(Axios.prototype.request, context);\n\t\n\t // Copy axios.prototype to instance\n\t utils.extend(instance, Axios.prototype, context);\n\t\n\t // Copy context to instance\n\t utils.extend(instance, context);\n\t\n\t return instance;\n\t}\n\t\n\t// Create the default instance to be exported\n\tvar axios = createInstance(defaults);\n\t\n\t// Expose Axios class to allow class inheritance\n\taxios.Axios = Axios;\n\t\n\t// Factory for creating new instances\n\taxios.create = function create(instanceConfig) {\n\t return createInstance(utils.merge(defaults, instanceConfig));\n\t};\n\t\n\t// Expose Cancel & CancelToken\n\taxios.Cancel = __webpack_require__(23);\n\taxios.CancelToken = __webpack_require__(24);\n\taxios.isCancel = __webpack_require__(20);\n\t\n\t// Expose all/spread\n\taxios.all = function all(promises) {\n\t return Promise.all(promises);\n\t};\n\taxios.spread = __webpack_require__(25);\n\t\n\tmodule.exports = axios;\n\t\n\t// Allow use of default import syntax in TypeScript\n\tmodule.exports.default = axios;\n\n\n/***/ }),\n/* 2 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar bind = __webpack_require__(3);\n\tvar isBuffer = __webpack_require__(4);\n\t\n\t/*global toString:true*/\n\t\n\t// utils is a library of generic helper functions non-specific to axios\n\t\n\tvar toString = Object.prototype.toString;\n\t\n\t/**\n\t * Determine if a value is an Array\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is an Array, otherwise false\n\t */\n\tfunction isArray(val) {\n\t return toString.call(val) === '[object Array]';\n\t}\n\t\n\t/**\n\t * Determine if a value is an ArrayBuffer\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n\t */\n\tfunction isArrayBuffer(val) {\n\t return toString.call(val) === '[object ArrayBuffer]';\n\t}\n\t\n\t/**\n\t * Determine if a value is a FormData\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is an FormData, otherwise false\n\t */\n\tfunction isFormData(val) {\n\t return (typeof FormData !== 'undefined') && (val instanceof FormData);\n\t}\n\t\n\t/**\n\t * Determine if a value is a view on an ArrayBuffer\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n\t */\n\tfunction isArrayBufferView(val) {\n\t var result;\n\t if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n\t result = ArrayBuffer.isView(val);\n\t } else {\n\t result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n\t }\n\t return result;\n\t}\n\t\n\t/**\n\t * Determine if a value is a String\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a String, otherwise false\n\t */\n\tfunction isString(val) {\n\t return typeof val === 'string';\n\t}\n\t\n\t/**\n\t * Determine if a value is a Number\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a Number, otherwise false\n\t */\n\tfunction isNumber(val) {\n\t return typeof val === 'number';\n\t}\n\t\n\t/**\n\t * Determine if a value is undefined\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if the value is undefined, otherwise false\n\t */\n\tfunction isUndefined(val) {\n\t return typeof val === 'undefined';\n\t}\n\t\n\t/**\n\t * Determine if a value is an Object\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is an Object, otherwise false\n\t */\n\tfunction isObject(val) {\n\t return val !== null && typeof val === 'object';\n\t}\n\t\n\t/**\n\t * Determine if a value is a Date\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a Date, otherwise false\n\t */\n\tfunction isDate(val) {\n\t return toString.call(val) === '[object Date]';\n\t}\n\t\n\t/**\n\t * Determine if a value is a File\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a File, otherwise false\n\t */\n\tfunction isFile(val) {\n\t return toString.call(val) === '[object File]';\n\t}\n\t\n\t/**\n\t * Determine if a value is a Blob\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a Blob, otherwise false\n\t */\n\tfunction isBlob(val) {\n\t return toString.call(val) === '[object Blob]';\n\t}\n\t\n\t/**\n\t * Determine if a value is a Function\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a Function, otherwise false\n\t */\n\tfunction isFunction(val) {\n\t return toString.call(val) === '[object Function]';\n\t}\n\t\n\t/**\n\t * Determine if a value is a Stream\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a Stream, otherwise false\n\t */\n\tfunction isStream(val) {\n\t return isObject(val) && isFunction(val.pipe);\n\t}\n\t\n\t/**\n\t * Determine if a value is a URLSearchParams object\n\t *\n\t * @param {Object} val The value to test\n\t * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n\t */\n\tfunction isURLSearchParams(val) {\n\t return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n\t}\n\t\n\t/**\n\t * Trim excess whitespace off the beginning and end of a string\n\t *\n\t * @param {String} str The String to trim\n\t * @returns {String} The String freed of excess whitespace\n\t */\n\tfunction trim(str) {\n\t return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n\t}\n\t\n\t/**\n\t * Determine if we're running in a standard browser environment\n\t *\n\t * This allows axios to run in a web worker, and react-native.\n\t * Both environments support XMLHttpRequest, but not fully standard globals.\n\t *\n\t * web workers:\n\t * typeof window -> undefined\n\t * typeof document -> undefined\n\t *\n\t * react-native:\n\t * navigator.product -> 'ReactNative'\n\t */\n\tfunction isStandardBrowserEnv() {\n\t if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n\t return false;\n\t }\n\t return (\n\t typeof window !== 'undefined' &&\n\t typeof document !== 'undefined'\n\t );\n\t}\n\t\n\t/**\n\t * Iterate over an Array or an Object invoking a function for each item.\n\t *\n\t * If `obj` is an Array callback will be called passing\n\t * the value, index, and complete array for each item.\n\t *\n\t * If 'obj' is an Object callback will be called passing\n\t * the value, key, and complete object for each property.\n\t *\n\t * @param {Object|Array} obj The object to iterate\n\t * @param {Function} fn The callback to invoke for each item\n\t */\n\tfunction forEach(obj, fn) {\n\t // Don't bother if no value provided\n\t if (obj === null || typeof obj === 'undefined') {\n\t return;\n\t }\n\t\n\t // Force an array if not already something iterable\n\t if (typeof obj !== 'object') {\n\t /*eslint no-param-reassign:0*/\n\t obj = [obj];\n\t }\n\t\n\t if (isArray(obj)) {\n\t // Iterate over array values\n\t for (var i = 0, l = obj.length; i < l; i++) {\n\t fn.call(null, obj[i], i, obj);\n\t }\n\t } else {\n\t // Iterate over object keys\n\t for (var key in obj) {\n\t if (Object.prototype.hasOwnProperty.call(obj, key)) {\n\t fn.call(null, obj[key], key, obj);\n\t }\n\t }\n\t }\n\t}\n\t\n\t/**\n\t * Accepts varargs expecting each argument to be an object, then\n\t * immutably merges the properties of each object and returns result.\n\t *\n\t * When multiple objects contain the same key the later object in\n\t * the arguments list will take precedence.\n\t *\n\t * Example:\n\t *\n\t * ```js\n\t * var result = merge({foo: 123}, {foo: 456});\n\t * console.log(result.foo); // outputs 456\n\t * ```\n\t *\n\t * @param {Object} obj1 Object to merge\n\t * @returns {Object} Result of all merge properties\n\t */\n\tfunction merge(/* obj1, obj2, obj3, ... */) {\n\t var result = {};\n\t function assignValue(val, key) {\n\t if (typeof result[key] === 'object' && typeof val === 'object') {\n\t result[key] = merge(result[key], val);\n\t } else {\n\t result[key] = val;\n\t }\n\t }\n\t\n\t for (var i = 0, l = arguments.length; i < l; i++) {\n\t forEach(arguments[i], assignValue);\n\t }\n\t return result;\n\t}\n\t\n\t/**\n\t * Extends object a by mutably adding to it the properties of object b.\n\t *\n\t * @param {Object} a The object to be extended\n\t * @param {Object} b The object to copy properties from\n\t * @param {Object} thisArg The object to bind function to\n\t * @return {Object} The resulting value of object a\n\t */\n\tfunction extend(a, b, thisArg) {\n\t forEach(b, function assignValue(val, key) {\n\t if (thisArg && typeof val === 'function') {\n\t a[key] = bind(val, thisArg);\n\t } else {\n\t a[key] = val;\n\t }\n\t });\n\t return a;\n\t}\n\t\n\tmodule.exports = {\n\t isArray: isArray,\n\t isArrayBuffer: isArrayBuffer,\n\t isBuffer: isBuffer,\n\t isFormData: isFormData,\n\t isArrayBufferView: isArrayBufferView,\n\t isString: isString,\n\t isNumber: isNumber,\n\t isObject: isObject,\n\t isUndefined: isUndefined,\n\t isDate: isDate,\n\t isFile: isFile,\n\t isBlob: isBlob,\n\t isFunction: isFunction,\n\t isStream: isStream,\n\t isURLSearchParams: isURLSearchParams,\n\t isStandardBrowserEnv: isStandardBrowserEnv,\n\t forEach: forEach,\n\t merge: merge,\n\t extend: extend,\n\t trim: trim\n\t};\n\n\n/***/ }),\n/* 3 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\tmodule.exports = function bind(fn, thisArg) {\n\t return function wrap() {\n\t var args = new Array(arguments.length);\n\t for (var i = 0; i < args.length; i++) {\n\t args[i] = arguments[i];\n\t }\n\t return fn.apply(thisArg, args);\n\t };\n\t};\n\n\n/***/ }),\n/* 4 */\n/***/ (function(module, exports) {\n\n\t/*!\n\t * Determine if an object is a Buffer\n\t *\n\t * @author Feross Aboukhadijeh \n\t * @license MIT\n\t */\n\t\n\t// The _isBuffer check is for Safari 5-7 support, because it's missing\n\t// Object.prototype.constructor. Remove this eventually\n\tmodule.exports = function (obj) {\n\t return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)\n\t}\n\t\n\tfunction isBuffer (obj) {\n\t return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n\t}\n\t\n\t// For Node v0.10 support. Remove this eventually.\n\tfunction isSlowBuffer (obj) {\n\t return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))\n\t}\n\n\n/***/ }),\n/* 5 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar defaults = __webpack_require__(6);\n\tvar utils = __webpack_require__(2);\n\tvar InterceptorManager = __webpack_require__(17);\n\tvar dispatchRequest = __webpack_require__(18);\n\t\n\t/**\n\t * Create a new instance of Axios\n\t *\n\t * @param {Object} instanceConfig The default config for the instance\n\t */\n\tfunction Axios(instanceConfig) {\n\t this.defaults = instanceConfig;\n\t this.interceptors = {\n\t request: new InterceptorManager(),\n\t response: new InterceptorManager()\n\t };\n\t}\n\t\n\t/**\n\t * Dispatch a request\n\t *\n\t * @param {Object} config The config specific for this request (merged with this.defaults)\n\t */\n\tAxios.prototype.request = function request(config) {\n\t /*eslint no-param-reassign:0*/\n\t // Allow for axios('example/url'[, config]) a la fetch API\n\t if (typeof config === 'string') {\n\t config = utils.merge({\n\t url: arguments[0]\n\t }, arguments[1]);\n\t }\n\t\n\t config = utils.merge(defaults, this.defaults, { method: 'get' }, config);\n\t config.method = config.method.toLowerCase();\n\t\n\t // Hook up interceptors middleware\n\t var chain = [dispatchRequest, undefined];\n\t var promise = Promise.resolve(config);\n\t\n\t this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n\t chain.unshift(interceptor.fulfilled, interceptor.rejected);\n\t });\n\t\n\t this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n\t chain.push(interceptor.fulfilled, interceptor.rejected);\n\t });\n\t\n\t while (chain.length) {\n\t promise = promise.then(chain.shift(), chain.shift());\n\t }\n\t\n\t return promise;\n\t};\n\t\n\t// Provide aliases for supported request methods\n\tutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n\t /*eslint func-names:0*/\n\t Axios.prototype[method] = function(url, config) {\n\t return this.request(utils.merge(config || {}, {\n\t method: method,\n\t url: url\n\t }));\n\t };\n\t});\n\t\n\tutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n\t /*eslint func-names:0*/\n\t Axios.prototype[method] = function(url, data, config) {\n\t return this.request(utils.merge(config || {}, {\n\t method: method,\n\t url: url,\n\t data: data\n\t }));\n\t };\n\t});\n\t\n\tmodule.exports = Axios;\n\n\n/***/ }),\n/* 6 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\tvar normalizeHeaderName = __webpack_require__(7);\n\t\n\tvar DEFAULT_CONTENT_TYPE = {\n\t 'Content-Type': 'application/x-www-form-urlencoded'\n\t};\n\t\n\tfunction setContentTypeIfUnset(headers, value) {\n\t if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n\t headers['Content-Type'] = value;\n\t }\n\t}\n\t\n\tfunction getDefaultAdapter() {\n\t var adapter;\n\t if (typeof XMLHttpRequest !== 'undefined') {\n\t // For browsers use XHR adapter\n\t adapter = __webpack_require__(8);\n\t } else if (typeof process !== 'undefined') {\n\t // For node use HTTP adapter\n\t adapter = __webpack_require__(8);\n\t }\n\t return adapter;\n\t}\n\t\n\tvar defaults = {\n\t adapter: getDefaultAdapter(),\n\t\n\t transformRequest: [function transformRequest(data, headers) {\n\t normalizeHeaderName(headers, 'Content-Type');\n\t if (utils.isFormData(data) ||\n\t utils.isArrayBuffer(data) ||\n\t utils.isBuffer(data) ||\n\t utils.isStream(data) ||\n\t utils.isFile(data) ||\n\t utils.isBlob(data)\n\t ) {\n\t return data;\n\t }\n\t if (utils.isArrayBufferView(data)) {\n\t return data.buffer;\n\t }\n\t if (utils.isURLSearchParams(data)) {\n\t setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n\t return data.toString();\n\t }\n\t if (utils.isObject(data)) {\n\t setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n\t return JSON.stringify(data);\n\t }\n\t return data;\n\t }],\n\t\n\t transformResponse: [function transformResponse(data) {\n\t /*eslint no-param-reassign:0*/\n\t if (typeof data === 'string') {\n\t try {\n\t data = JSON.parse(data);\n\t } catch (e) { /* Ignore */ }\n\t }\n\t return data;\n\t }],\n\t\n\t timeout: 0,\n\t\n\t xsrfCookieName: 'XSRF-TOKEN',\n\t xsrfHeaderName: 'X-XSRF-TOKEN',\n\t\n\t maxContentLength: -1,\n\t\n\t validateStatus: function validateStatus(status) {\n\t return status >= 200 && status < 300;\n\t }\n\t};\n\t\n\tdefaults.headers = {\n\t common: {\n\t 'Accept': 'application/json, text/plain, */*'\n\t }\n\t};\n\t\n\tutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n\t defaults.headers[method] = {};\n\t});\n\t\n\tutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n\t defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n\t});\n\t\n\tmodule.exports = defaults;\n\n\n/***/ }),\n/* 7 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\tmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n\t utils.forEach(headers, function processHeader(value, name) {\n\t if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n\t headers[normalizedName] = value;\n\t delete headers[name];\n\t }\n\t });\n\t};\n\n\n/***/ }),\n/* 8 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\tvar settle = __webpack_require__(9);\n\tvar buildURL = __webpack_require__(12);\n\tvar parseHeaders = __webpack_require__(13);\n\tvar isURLSameOrigin = __webpack_require__(14);\n\tvar createError = __webpack_require__(10);\n\tvar btoa = (typeof window !== 'undefined' && window.btoa && window.btoa.bind(window)) || __webpack_require__(15);\n\t\n\tmodule.exports = function xhrAdapter(config) {\n\t return new Promise(function dispatchXhrRequest(resolve, reject) {\n\t var requestData = config.data;\n\t var requestHeaders = config.headers;\n\t\n\t if (utils.isFormData(requestData)) {\n\t delete requestHeaders['Content-Type']; // Let the browser set it\n\t }\n\t\n\t var request = new XMLHttpRequest();\n\t var loadEvent = 'onreadystatechange';\n\t var xDomain = false;\n\t\n\t // For IE 8/9 CORS support\n\t // Only supports POST and GET calls and doesn't returns the response headers.\n\t // DON'T do this for testing b/c XMLHttpRequest is mocked, not XDomainRequest.\n\t if ((\"production\") !== 'test' &&\n\t typeof window !== 'undefined' &&\n\t window.XDomainRequest && !('withCredentials' in request) &&\n\t !isURLSameOrigin(config.url)) {\n\t request = new window.XDomainRequest();\n\t loadEvent = 'onload';\n\t xDomain = true;\n\t request.onprogress = function handleProgress() {};\n\t request.ontimeout = function handleTimeout() {};\n\t }\n\t\n\t // HTTP basic authentication\n\t if (config.auth) {\n\t var username = config.auth.username || '';\n\t var password = config.auth.password || '';\n\t requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n\t }\n\t\n\t request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true);\n\t\n\t // Set the request timeout in MS\n\t request.timeout = config.timeout;\n\t\n\t // Listen for ready state\n\t request[loadEvent] = function handleLoad() {\n\t if (!request || (request.readyState !== 4 && !xDomain)) {\n\t return;\n\t }\n\t\n\t // The request errored out and we didn't get a response, this will be\n\t // handled by onerror instead\n\t // With one exception: request that using file: protocol, most browsers\n\t // will return status as 0 even though it's a successful request\n\t if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n\t return;\n\t }\n\t\n\t // Prepare the response\n\t var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n\t var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n\t var response = {\n\t data: responseData,\n\t // IE sends 1223 instead of 204 (https://github.com/axios/axios/issues/201)\n\t status: request.status === 1223 ? 204 : request.status,\n\t statusText: request.status === 1223 ? 'No Content' : request.statusText,\n\t headers: responseHeaders,\n\t config: config,\n\t request: request\n\t };\n\t\n\t settle(resolve, reject, response);\n\t\n\t // Clean up request\n\t request = null;\n\t };\n\t\n\t // Handle low level network errors\n\t request.onerror = function handleError() {\n\t // Real errors are hidden from us by the browser\n\t // onerror should only fire if it's a network error\n\t reject(createError('Network Error', config, null, request));\n\t\n\t // Clean up request\n\t request = null;\n\t };\n\t\n\t // Handle timeout\n\t request.ontimeout = function handleTimeout() {\n\t reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED',\n\t request));\n\t\n\t // Clean up request\n\t request = null;\n\t };\n\t\n\t // Add xsrf header\n\t // This is only done if running in a standard browser environment.\n\t // Specifically not if we're in a web worker, or react-native.\n\t if (utils.isStandardBrowserEnv()) {\n\t var cookies = __webpack_require__(16);\n\t\n\t // Add xsrf header\n\t var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ?\n\t cookies.read(config.xsrfCookieName) :\n\t undefined;\n\t\n\t if (xsrfValue) {\n\t requestHeaders[config.xsrfHeaderName] = xsrfValue;\n\t }\n\t }\n\t\n\t // Add headers to the request\n\t if ('setRequestHeader' in request) {\n\t utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n\t if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n\t // Remove Content-Type if data is undefined\n\t delete requestHeaders[key];\n\t } else {\n\t // Otherwise add header to the request\n\t request.setRequestHeader(key, val);\n\t }\n\t });\n\t }\n\t\n\t // Add withCredentials to request if needed\n\t if (config.withCredentials) {\n\t request.withCredentials = true;\n\t }\n\t\n\t // Add responseType to request if needed\n\t if (config.responseType) {\n\t try {\n\t request.responseType = config.responseType;\n\t } catch (e) {\n\t // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n\t // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n\t if (config.responseType !== 'json') {\n\t throw e;\n\t }\n\t }\n\t }\n\t\n\t // Handle progress if needed\n\t if (typeof config.onDownloadProgress === 'function') {\n\t request.addEventListener('progress', config.onDownloadProgress);\n\t }\n\t\n\t // Not all browsers support upload events\n\t if (typeof config.onUploadProgress === 'function' && request.upload) {\n\t request.upload.addEventListener('progress', config.onUploadProgress);\n\t }\n\t\n\t if (config.cancelToken) {\n\t // Handle cancellation\n\t config.cancelToken.promise.then(function onCanceled(cancel) {\n\t if (!request) {\n\t return;\n\t }\n\t\n\t request.abort();\n\t reject(cancel);\n\t // Clean up request\n\t request = null;\n\t });\n\t }\n\t\n\t if (requestData === undefined) {\n\t requestData = null;\n\t }\n\t\n\t // Send the request\n\t request.send(requestData);\n\t });\n\t};\n\n\n/***/ }),\n/* 9 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar createError = __webpack_require__(10);\n\t\n\t/**\n\t * Resolve or reject a Promise based on response status.\n\t *\n\t * @param {Function} resolve A function that resolves the promise.\n\t * @param {Function} reject A function that rejects the promise.\n\t * @param {object} response The response.\n\t */\n\tmodule.exports = function settle(resolve, reject, response) {\n\t var validateStatus = response.config.validateStatus;\n\t // Note: status is not exposed by XDomainRequest\n\t if (!response.status || !validateStatus || validateStatus(response.status)) {\n\t resolve(response);\n\t } else {\n\t reject(createError(\n\t 'Request failed with status code ' + response.status,\n\t response.config,\n\t null,\n\t response.request,\n\t response\n\t ));\n\t }\n\t};\n\n\n/***/ }),\n/* 10 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar enhanceError = __webpack_require__(11);\n\t\n\t/**\n\t * Create an Error with the specified message, config, error code, request and response.\n\t *\n\t * @param {string} message The error message.\n\t * @param {Object} config The config.\n\t * @param {string} [code] The error code (for example, 'ECONNABORTED').\n\t * @param {Object} [request] The request.\n\t * @param {Object} [response] The response.\n\t * @returns {Error} The created error.\n\t */\n\tmodule.exports = function createError(message, config, code, request, response) {\n\t var error = new Error(message);\n\t return enhanceError(error, config, code, request, response);\n\t};\n\n\n/***/ }),\n/* 11 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\t/**\n\t * Update an Error with the specified config, error code, and response.\n\t *\n\t * @param {Error} error The error to update.\n\t * @param {Object} config The config.\n\t * @param {string} [code] The error code (for example, 'ECONNABORTED').\n\t * @param {Object} [request] The request.\n\t * @param {Object} [response] The response.\n\t * @returns {Error} The error.\n\t */\n\tmodule.exports = function enhanceError(error, config, code, request, response) {\n\t error.config = config;\n\t if (code) {\n\t error.code = code;\n\t }\n\t error.request = request;\n\t error.response = response;\n\t return error;\n\t};\n\n\n/***/ }),\n/* 12 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\tfunction encode(val) {\n\t return encodeURIComponent(val).\n\t replace(/%40/gi, '@').\n\t replace(/%3A/gi, ':').\n\t replace(/%24/g, '$').\n\t replace(/%2C/gi, ',').\n\t replace(/%20/g, '+').\n\t replace(/%5B/gi, '[').\n\t replace(/%5D/gi, ']');\n\t}\n\t\n\t/**\n\t * Build a URL by appending params to the end\n\t *\n\t * @param {string} url The base of the url (e.g., http://www.google.com)\n\t * @param {object} [params] The params to be appended\n\t * @returns {string} The formatted url\n\t */\n\tmodule.exports = function buildURL(url, params, paramsSerializer) {\n\t /*eslint no-param-reassign:0*/\n\t if (!params) {\n\t return url;\n\t }\n\t\n\t var serializedParams;\n\t if (paramsSerializer) {\n\t serializedParams = paramsSerializer(params);\n\t } else if (utils.isURLSearchParams(params)) {\n\t serializedParams = params.toString();\n\t } else {\n\t var parts = [];\n\t\n\t utils.forEach(params, function serialize(val, key) {\n\t if (val === null || typeof val === 'undefined') {\n\t return;\n\t }\n\t\n\t if (utils.isArray(val)) {\n\t key = key + '[]';\n\t }\n\t\n\t if (!utils.isArray(val)) {\n\t val = [val];\n\t }\n\t\n\t utils.forEach(val, function parseValue(v) {\n\t if (utils.isDate(v)) {\n\t v = v.toISOString();\n\t } else if (utils.isObject(v)) {\n\t v = JSON.stringify(v);\n\t }\n\t parts.push(encode(key) + '=' + encode(v));\n\t });\n\t });\n\t\n\t serializedParams = parts.join('&');\n\t }\n\t\n\t if (serializedParams) {\n\t url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n\t }\n\t\n\t return url;\n\t};\n\n\n/***/ }),\n/* 13 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\t// Headers whose duplicates are ignored by node\n\t// c.f. https://nodejs.org/api/http.html#http_message_headers\n\tvar ignoreDuplicateOf = [\n\t 'age', 'authorization', 'content-length', 'content-type', 'etag',\n\t 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n\t 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n\t 'referer', 'retry-after', 'user-agent'\n\t];\n\t\n\t/**\n\t * Parse headers into an object\n\t *\n\t * ```\n\t * Date: Wed, 27 Aug 2014 08:58:49 GMT\n\t * Content-Type: application/json\n\t * Connection: keep-alive\n\t * Transfer-Encoding: chunked\n\t * ```\n\t *\n\t * @param {String} headers Headers needing to be parsed\n\t * @returns {Object} Headers parsed into an object\n\t */\n\tmodule.exports = function parseHeaders(headers) {\n\t var parsed = {};\n\t var key;\n\t var val;\n\t var i;\n\t\n\t if (!headers) { return parsed; }\n\t\n\t utils.forEach(headers.split('\\n'), function parser(line) {\n\t i = line.indexOf(':');\n\t key = utils.trim(line.substr(0, i)).toLowerCase();\n\t val = utils.trim(line.substr(i + 1));\n\t\n\t if (key) {\n\t if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n\t return;\n\t }\n\t if (key === 'set-cookie') {\n\t parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n\t } else {\n\t parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n\t }\n\t }\n\t });\n\t\n\t return parsed;\n\t};\n\n\n/***/ }),\n/* 14 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\tmodule.exports = (\n\t utils.isStandardBrowserEnv() ?\n\t\n\t // Standard browser envs have full support of the APIs needed to test\n\t // whether the request URL is of the same origin as current location.\n\t (function standardBrowserEnv() {\n\t var msie = /(msie|trident)/i.test(navigator.userAgent);\n\t var urlParsingNode = document.createElement('a');\n\t var originURL;\n\t\n\t /**\n\t * Parse a URL to discover it's components\n\t *\n\t * @param {String} url The URL to be parsed\n\t * @returns {Object}\n\t */\n\t function resolveURL(url) {\n\t var href = url;\n\t\n\t if (msie) {\n\t // IE needs attribute set twice to normalize properties\n\t urlParsingNode.setAttribute('href', href);\n\t href = urlParsingNode.href;\n\t }\n\t\n\t urlParsingNode.setAttribute('href', href);\n\t\n\t // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n\t return {\n\t href: urlParsingNode.href,\n\t protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n\t host: urlParsingNode.host,\n\t search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n\t hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n\t hostname: urlParsingNode.hostname,\n\t port: urlParsingNode.port,\n\t pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n\t urlParsingNode.pathname :\n\t '/' + urlParsingNode.pathname\n\t };\n\t }\n\t\n\t originURL = resolveURL(window.location.href);\n\t\n\t /**\n\t * Determine if a URL shares the same origin as the current location\n\t *\n\t * @param {String} requestURL The URL to test\n\t * @returns {boolean} True if URL shares the same origin, otherwise false\n\t */\n\t return function isURLSameOrigin(requestURL) {\n\t var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n\t return (parsed.protocol === originURL.protocol &&\n\t parsed.host === originURL.host);\n\t };\n\t })() :\n\t\n\t // Non standard browser envs (web workers, react-native) lack needed support.\n\t (function nonStandardBrowserEnv() {\n\t return function isURLSameOrigin() {\n\t return true;\n\t };\n\t })()\n\t);\n\n\n/***/ }),\n/* 15 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\t// btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js\n\t\n\tvar chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\n\t\n\tfunction E() {\n\t this.message = 'String contains an invalid character';\n\t}\n\tE.prototype = new Error;\n\tE.prototype.code = 5;\n\tE.prototype.name = 'InvalidCharacterError';\n\t\n\tfunction btoa(input) {\n\t var str = String(input);\n\t var output = '';\n\t for (\n\t // initialize result and counter\n\t var block, charCode, idx = 0, map = chars;\n\t // if the next str index does not exist:\n\t // change the mapping table to \"=\"\n\t // check if d has no fractional digits\n\t str.charAt(idx | 0) || (map = '=', idx % 1);\n\t // \"8 - idx % 1 * 8\" generates the sequence 2, 4, 6, 8\n\t output += map.charAt(63 & block >> 8 - idx % 1 * 8)\n\t ) {\n\t charCode = str.charCodeAt(idx += 3 / 4);\n\t if (charCode > 0xFF) {\n\t throw new E();\n\t }\n\t block = block << 8 | charCode;\n\t }\n\t return output;\n\t}\n\t\n\tmodule.exports = btoa;\n\n\n/***/ }),\n/* 16 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\tmodule.exports = (\n\t utils.isStandardBrowserEnv() ?\n\t\n\t // Standard browser envs support document.cookie\n\t (function standardBrowserEnv() {\n\t return {\n\t write: function write(name, value, expires, path, domain, secure) {\n\t var cookie = [];\n\t cookie.push(name + '=' + encodeURIComponent(value));\n\t\n\t if (utils.isNumber(expires)) {\n\t cookie.push('expires=' + new Date(expires).toGMTString());\n\t }\n\t\n\t if (utils.isString(path)) {\n\t cookie.push('path=' + path);\n\t }\n\t\n\t if (utils.isString(domain)) {\n\t cookie.push('domain=' + domain);\n\t }\n\t\n\t if (secure === true) {\n\t cookie.push('secure');\n\t }\n\t\n\t document.cookie = cookie.join('; ');\n\t },\n\t\n\t read: function read(name) {\n\t var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n\t return (match ? decodeURIComponent(match[3]) : null);\n\t },\n\t\n\t remove: function remove(name) {\n\t this.write(name, '', Date.now() - 86400000);\n\t }\n\t };\n\t })() :\n\t\n\t // Non standard browser env (web workers, react-native) lack needed support.\n\t (function nonStandardBrowserEnv() {\n\t return {\n\t write: function write() {},\n\t read: function read() { return null; },\n\t remove: function remove() {}\n\t };\n\t })()\n\t);\n\n\n/***/ }),\n/* 17 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\tfunction InterceptorManager() {\n\t this.handlers = [];\n\t}\n\t\n\t/**\n\t * Add a new interceptor to the stack\n\t *\n\t * @param {Function} fulfilled The function to handle `then` for a `Promise`\n\t * @param {Function} rejected The function to handle `reject` for a `Promise`\n\t *\n\t * @return {Number} An ID used to remove interceptor later\n\t */\n\tInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n\t this.handlers.push({\n\t fulfilled: fulfilled,\n\t rejected: rejected\n\t });\n\t return this.handlers.length - 1;\n\t};\n\t\n\t/**\n\t * Remove an interceptor from the stack\n\t *\n\t * @param {Number} id The ID that was returned by `use`\n\t */\n\tInterceptorManager.prototype.eject = function eject(id) {\n\t if (this.handlers[id]) {\n\t this.handlers[id] = null;\n\t }\n\t};\n\t\n\t/**\n\t * Iterate over all the registered interceptors\n\t *\n\t * This method is particularly useful for skipping over any\n\t * interceptors that may have become `null` calling `eject`.\n\t *\n\t * @param {Function} fn The function to call for each interceptor\n\t */\n\tInterceptorManager.prototype.forEach = function forEach(fn) {\n\t utils.forEach(this.handlers, function forEachHandler(h) {\n\t if (h !== null) {\n\t fn(h);\n\t }\n\t });\n\t};\n\t\n\tmodule.exports = InterceptorManager;\n\n\n/***/ }),\n/* 18 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\tvar transformData = __webpack_require__(19);\n\tvar isCancel = __webpack_require__(20);\n\tvar defaults = __webpack_require__(6);\n\tvar isAbsoluteURL = __webpack_require__(21);\n\tvar combineURLs = __webpack_require__(22);\n\t\n\t/**\n\t * Throws a `Cancel` if cancellation has been requested.\n\t */\n\tfunction throwIfCancellationRequested(config) {\n\t if (config.cancelToken) {\n\t config.cancelToken.throwIfRequested();\n\t }\n\t}\n\t\n\t/**\n\t * Dispatch a request to the server using the configured adapter.\n\t *\n\t * @param {object} config The config that is to be used for the request\n\t * @returns {Promise} The Promise to be fulfilled\n\t */\n\tmodule.exports = function dispatchRequest(config) {\n\t throwIfCancellationRequested(config);\n\t\n\t // Support baseURL config\n\t if (config.baseURL && !isAbsoluteURL(config.url)) {\n\t config.url = combineURLs(config.baseURL, config.url);\n\t }\n\t\n\t // Ensure headers exist\n\t config.headers = config.headers || {};\n\t\n\t // Transform request data\n\t config.data = transformData(\n\t config.data,\n\t config.headers,\n\t config.transformRequest\n\t );\n\t\n\t // Flatten headers\n\t config.headers = utils.merge(\n\t config.headers.common || {},\n\t config.headers[config.method] || {},\n\t config.headers || {}\n\t );\n\t\n\t utils.forEach(\n\t ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n\t function cleanHeaderConfig(method) {\n\t delete config.headers[method];\n\t }\n\t );\n\t\n\t var adapter = config.adapter || defaults.adapter;\n\t\n\t return adapter(config).then(function onAdapterResolution(response) {\n\t throwIfCancellationRequested(config);\n\t\n\t // Transform response data\n\t response.data = transformData(\n\t response.data,\n\t response.headers,\n\t config.transformResponse\n\t );\n\t\n\t return response;\n\t }, function onAdapterRejection(reason) {\n\t if (!isCancel(reason)) {\n\t throwIfCancellationRequested(config);\n\t\n\t // Transform response data\n\t if (reason && reason.response) {\n\t reason.response.data = transformData(\n\t reason.response.data,\n\t reason.response.headers,\n\t config.transformResponse\n\t );\n\t }\n\t }\n\t\n\t return Promise.reject(reason);\n\t });\n\t};\n\n\n/***/ }),\n/* 19 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar utils = __webpack_require__(2);\n\t\n\t/**\n\t * Transform the data for a request or a response\n\t *\n\t * @param {Object|String} data The data to be transformed\n\t * @param {Array} headers The headers for the request or response\n\t * @param {Array|Function} fns A single function or Array of functions\n\t * @returns {*} The resulting transformed data\n\t */\n\tmodule.exports = function transformData(data, headers, fns) {\n\t /*eslint no-param-reassign:0*/\n\t utils.forEach(fns, function transform(fn) {\n\t data = fn(data, headers);\n\t });\n\t\n\t return data;\n\t};\n\n\n/***/ }),\n/* 20 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\tmodule.exports = function isCancel(value) {\n\t return !!(value && value.__CANCEL__);\n\t};\n\n\n/***/ }),\n/* 21 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\t/**\n\t * Determines whether the specified URL is absolute\n\t *\n\t * @param {string} url The URL to test\n\t * @returns {boolean} True if the specified URL is absolute, otherwise false\n\t */\n\tmodule.exports = function isAbsoluteURL(url) {\n\t // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n\t // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n\t // by any combination of letters, digits, plus, period, or hyphen.\n\t return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n\t};\n\n\n/***/ }),\n/* 22 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\t/**\n\t * Creates a new URL by combining the specified URLs\n\t *\n\t * @param {string} baseURL The base URL\n\t * @param {string} relativeURL The relative URL\n\t * @returns {string} The combined URL\n\t */\n\tmodule.exports = function combineURLs(baseURL, relativeURL) {\n\t return relativeURL\n\t ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n\t : baseURL;\n\t};\n\n\n/***/ }),\n/* 23 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\t/**\n\t * A `Cancel` is an object that is thrown when an operation is canceled.\n\t *\n\t * @class\n\t * @param {string=} message The message.\n\t */\n\tfunction Cancel(message) {\n\t this.message = message;\n\t}\n\t\n\tCancel.prototype.toString = function toString() {\n\t return 'Cancel' + (this.message ? ': ' + this.message : '');\n\t};\n\t\n\tCancel.prototype.__CANCEL__ = true;\n\t\n\tmodule.exports = Cancel;\n\n\n/***/ }),\n/* 24 */\n/***/ (function(module, exports, __webpack_require__) {\n\n\t'use strict';\n\t\n\tvar Cancel = __webpack_require__(23);\n\t\n\t/**\n\t * A `CancelToken` is an object that can be used to request cancellation of an operation.\n\t *\n\t * @class\n\t * @param {Function} executor The executor function.\n\t */\n\tfunction CancelToken(executor) {\n\t if (typeof executor !== 'function') {\n\t throw new TypeError('executor must be a function.');\n\t }\n\t\n\t var resolvePromise;\n\t this.promise = new Promise(function promiseExecutor(resolve) {\n\t resolvePromise = resolve;\n\t });\n\t\n\t var token = this;\n\t executor(function cancel(message) {\n\t if (token.reason) {\n\t // Cancellation has already been requested\n\t return;\n\t }\n\t\n\t token.reason = new Cancel(message);\n\t resolvePromise(token.reason);\n\t });\n\t}\n\t\n\t/**\n\t * Throws a `Cancel` if cancellation has been requested.\n\t */\n\tCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n\t if (this.reason) {\n\t throw this.reason;\n\t }\n\t};\n\t\n\t/**\n\t * Returns an object that contains a new `CancelToken` and a function that, when called,\n\t * cancels the `CancelToken`.\n\t */\n\tCancelToken.source = function source() {\n\t var cancel;\n\t var token = new CancelToken(function executor(c) {\n\t cancel = c;\n\t });\n\t return {\n\t token: token,\n\t cancel: cancel\n\t };\n\t};\n\t\n\tmodule.exports = CancelToken;\n\n\n/***/ }),\n/* 25 */\n/***/ (function(module, exports) {\n\n\t'use strict';\n\t\n\t/**\n\t * Syntactic sugar for invoking a function and expanding an array for arguments.\n\t *\n\t * Common use case would be to use `Function.prototype.apply`.\n\t *\n\t * ```js\n\t * function f(x, y, z) {}\n\t * var args = [1, 2, 3];\n\t * f.apply(null, args);\n\t * ```\n\t *\n\t * With `spread` this example can be re-written.\n\t *\n\t * ```js\n\t * spread(function(x, y, z) {})([1, 2, 3]);\n\t * ```\n\t *\n\t * @param {Function} callback\n\t * @returns {Function}\n\t */\n\tmodule.exports = function spread(callback) {\n\t return function wrap(arr) {\n\t return callback.apply(null, arr);\n\t };\n\t};\n\n\n/***/ })\n/******/ ])\n});\n;\n\n\n// WEBPACK FOOTER //\n// axios.min.js"," \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 = installedModules;\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(0);\n\n\n\n// WEBPACK FOOTER //\n// webpack/bootstrap 99abf9ea5c2f99fe227c","module.exports = require('./lib/axios');\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./index.js\n// module id = 0\n// module chunks = 0","'use strict';\n\nvar utils = require('./utils');\nvar bind = require('./helpers/bind');\nvar Axios = require('./core/Axios');\nvar defaults = require('./defaults');\n\n/**\n * Create an instance of Axios\n *\n * @param {Object} defaultConfig The default config for the instance\n * @return {Axios} A new instance of Axios\n */\nfunction createInstance(defaultConfig) {\n var context = new Axios(defaultConfig);\n var instance = bind(Axios.prototype.request, context);\n\n // Copy axios.prototype to instance\n utils.extend(instance, Axios.prototype, context);\n\n // Copy context to instance\n utils.extend(instance, context);\n\n return instance;\n}\n\n// Create the default instance to be exported\nvar axios = createInstance(defaults);\n\n// Expose Axios class to allow class inheritance\naxios.Axios = Axios;\n\n// Factory for creating new instances\naxios.create = function create(instanceConfig) {\n return createInstance(utils.merge(defaults, instanceConfig));\n};\n\n// Expose Cancel & CancelToken\naxios.Cancel = require('./cancel/Cancel');\naxios.CancelToken = require('./cancel/CancelToken');\naxios.isCancel = require('./cancel/isCancel');\n\n// Expose all/spread\naxios.all = function all(promises) {\n return Promise.all(promises);\n};\naxios.spread = require('./helpers/spread');\n\nmodule.exports = axios;\n\n// Allow use of default import syntax in TypeScript\nmodule.exports.default = axios;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/axios.js\n// module id = 1\n// module chunks = 0","'use strict';\n\nvar bind = require('./helpers/bind');\nvar isBuffer = require('is-buffer');\n\n/*global toString:true*/\n\n// utils is a library of generic helper functions non-specific to axios\n\nvar toString = Object.prototype.toString;\n\n/**\n * Determine if a value is an Array\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Array, otherwise false\n */\nfunction isArray(val) {\n return toString.call(val) === '[object Array]';\n}\n\n/**\n * Determine if a value is an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an ArrayBuffer, otherwise false\n */\nfunction isArrayBuffer(val) {\n return toString.call(val) === '[object ArrayBuffer]';\n}\n\n/**\n * Determine if a value is a FormData\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an FormData, otherwise false\n */\nfunction isFormData(val) {\n return (typeof FormData !== 'undefined') && (val instanceof FormData);\n}\n\n/**\n * Determine if a value is a view on an ArrayBuffer\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false\n */\nfunction isArrayBufferView(val) {\n var result;\n if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) {\n result = ArrayBuffer.isView(val);\n } else {\n result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer);\n }\n return result;\n}\n\n/**\n * Determine if a value is a String\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a String, otherwise false\n */\nfunction isString(val) {\n return typeof val === 'string';\n}\n\n/**\n * Determine if a value is a Number\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Number, otherwise false\n */\nfunction isNumber(val) {\n return typeof val === 'number';\n}\n\n/**\n * Determine if a value is undefined\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if the value is undefined, otherwise false\n */\nfunction isUndefined(val) {\n return typeof val === 'undefined';\n}\n\n/**\n * Determine if a value is an Object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is an Object, otherwise false\n */\nfunction isObject(val) {\n return val !== null && typeof val === 'object';\n}\n\n/**\n * Determine if a value is a Date\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Date, otherwise false\n */\nfunction isDate(val) {\n return toString.call(val) === '[object Date]';\n}\n\n/**\n * Determine if a value is a File\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a File, otherwise false\n */\nfunction isFile(val) {\n return toString.call(val) === '[object File]';\n}\n\n/**\n * Determine if a value is a Blob\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Blob, otherwise false\n */\nfunction isBlob(val) {\n return toString.call(val) === '[object Blob]';\n}\n\n/**\n * Determine if a value is a Function\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Function, otherwise false\n */\nfunction isFunction(val) {\n return toString.call(val) === '[object Function]';\n}\n\n/**\n * Determine if a value is a Stream\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a Stream, otherwise false\n */\nfunction isStream(val) {\n return isObject(val) && isFunction(val.pipe);\n}\n\n/**\n * Determine if a value is a URLSearchParams object\n *\n * @param {Object} val The value to test\n * @returns {boolean} True if value is a URLSearchParams object, otherwise false\n */\nfunction isURLSearchParams(val) {\n return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams;\n}\n\n/**\n * Trim excess whitespace off the beginning and end of a string\n *\n * @param {String} str The String to trim\n * @returns {String} The String freed of excess whitespace\n */\nfunction trim(str) {\n return str.replace(/^\\s*/, '').replace(/\\s*$/, '');\n}\n\n/**\n * Determine if we're running in a standard browser environment\n *\n * This allows axios to run in a web worker, and react-native.\n * Both environments support XMLHttpRequest, but not fully standard globals.\n *\n * web workers:\n * typeof window -> undefined\n * typeof document -> undefined\n *\n * react-native:\n * navigator.product -> 'ReactNative'\n */\nfunction isStandardBrowserEnv() {\n if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') {\n return false;\n }\n return (\n typeof window !== 'undefined' &&\n typeof document !== 'undefined'\n );\n}\n\n/**\n * Iterate over an Array or an Object invoking a function for each item.\n *\n * If `obj` is an Array callback will be called passing\n * the value, index, and complete array for each item.\n *\n * If 'obj' is an Object callback will be called passing\n * the value, key, and complete object for each property.\n *\n * @param {Object|Array} obj The object to iterate\n * @param {Function} fn The callback to invoke for each item\n */\nfunction forEach(obj, fn) {\n // Don't bother if no value provided\n if (obj === null || typeof obj === 'undefined') {\n return;\n }\n\n // Force an array if not already something iterable\n if (typeof obj !== 'object') {\n /*eslint no-param-reassign:0*/\n obj = [obj];\n }\n\n if (isArray(obj)) {\n // Iterate over array values\n for (var i = 0, l = obj.length; i < l; i++) {\n fn.call(null, obj[i], i, obj);\n }\n } else {\n // Iterate over object keys\n for (var key in obj) {\n if (Object.prototype.hasOwnProperty.call(obj, key)) {\n fn.call(null, obj[key], key, obj);\n }\n }\n }\n}\n\n/**\n * Accepts varargs expecting each argument to be an object, then\n * immutably merges the properties of each object and returns result.\n *\n * When multiple objects contain the same key the later object in\n * the arguments list will take precedence.\n *\n * Example:\n *\n * ```js\n * var result = merge({foo: 123}, {foo: 456});\n * console.log(result.foo); // outputs 456\n * ```\n *\n * @param {Object} obj1 Object to merge\n * @returns {Object} Result of all merge properties\n */\nfunction merge(/* obj1, obj2, obj3, ... */) {\n var result = {};\n function assignValue(val, key) {\n if (typeof result[key] === 'object' && typeof val === 'object') {\n result[key] = merge(result[key], val);\n } else {\n result[key] = val;\n }\n }\n\n for (var i = 0, l = arguments.length; i < l; i++) {\n forEach(arguments[i], assignValue);\n }\n return result;\n}\n\n/**\n * Extends object a by mutably adding to it the properties of object b.\n *\n * @param {Object} a The object to be extended\n * @param {Object} b The object to copy properties from\n * @param {Object} thisArg The object to bind function to\n * @return {Object} The resulting value of object a\n */\nfunction extend(a, b, thisArg) {\n forEach(b, function assignValue(val, key) {\n if (thisArg && typeof val === 'function') {\n a[key] = bind(val, thisArg);\n } else {\n a[key] = val;\n }\n });\n return a;\n}\n\nmodule.exports = {\n isArray: isArray,\n isArrayBuffer: isArrayBuffer,\n isBuffer: isBuffer,\n isFormData: isFormData,\n isArrayBufferView: isArrayBufferView,\n isString: isString,\n isNumber: isNumber,\n isObject: isObject,\n isUndefined: isUndefined,\n isDate: isDate,\n isFile: isFile,\n isBlob: isBlob,\n isFunction: isFunction,\n isStream: isStream,\n isURLSearchParams: isURLSearchParams,\n isStandardBrowserEnv: isStandardBrowserEnv,\n forEach: forEach,\n merge: merge,\n extend: extend,\n trim: trim\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/utils.js\n// module id = 2\n// module chunks = 0","'use strict';\n\nmodule.exports = function bind(fn, thisArg) {\n return function wrap() {\n var args = new Array(arguments.length);\n for (var i = 0; i < args.length; i++) {\n args[i] = arguments[i];\n }\n return fn.apply(thisArg, args);\n };\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/bind.js\n// module id = 3\n// module chunks = 0","/*!\n * Determine if an object is a Buffer\n *\n * @author Feross Aboukhadijeh \n * @license MIT\n */\n\n// The _isBuffer check is for Safari 5-7 support, because it's missing\n// Object.prototype.constructor. Remove this eventually\nmodule.exports = function (obj) {\n return obj != null && (isBuffer(obj) || isSlowBuffer(obj) || !!obj._isBuffer)\n}\n\nfunction isBuffer (obj) {\n return !!obj.constructor && typeof obj.constructor.isBuffer === 'function' && obj.constructor.isBuffer(obj)\n}\n\n// For Node v0.10 support. Remove this eventually.\nfunction isSlowBuffer (obj) {\n return typeof obj.readFloatLE === 'function' && typeof obj.slice === 'function' && isBuffer(obj.slice(0, 0))\n}\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./~/is-buffer/index.js\n// module id = 4\n// module chunks = 0","'use strict';\n\nvar defaults = require('./../defaults');\nvar utils = require('./../utils');\nvar InterceptorManager = require('./InterceptorManager');\nvar dispatchRequest = require('./dispatchRequest');\n\n/**\n * Create a new instance of Axios\n *\n * @param {Object} instanceConfig The default config for the instance\n */\nfunction Axios(instanceConfig) {\n this.defaults = instanceConfig;\n this.interceptors = {\n request: new InterceptorManager(),\n response: new InterceptorManager()\n };\n}\n\n/**\n * Dispatch a request\n *\n * @param {Object} config The config specific for this request (merged with this.defaults)\n */\nAxios.prototype.request = function request(config) {\n /*eslint no-param-reassign:0*/\n // Allow for axios('example/url'[, config]) a la fetch API\n if (typeof config === 'string') {\n config = utils.merge({\n url: arguments[0]\n }, arguments[1]);\n }\n\n config = utils.merge(defaults, this.defaults, { method: 'get' }, config);\n config.method = config.method.toLowerCase();\n\n // Hook up interceptors middleware\n var chain = [dispatchRequest, undefined];\n var promise = Promise.resolve(config);\n\n this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) {\n chain.unshift(interceptor.fulfilled, interceptor.rejected);\n });\n\n this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) {\n chain.push(interceptor.fulfilled, interceptor.rejected);\n });\n\n while (chain.length) {\n promise = promise.then(chain.shift(), chain.shift());\n }\n\n return promise;\n};\n\n// Provide aliases for supported request methods\nutils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url\n }));\n };\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n /*eslint func-names:0*/\n Axios.prototype[method] = function(url, data, config) {\n return this.request(utils.merge(config || {}, {\n method: method,\n url: url,\n data: data\n }));\n };\n});\n\nmodule.exports = Axios;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/Axios.js\n// module id = 5\n// module chunks = 0","'use strict';\n\nvar utils = require('./utils');\nvar normalizeHeaderName = require('./helpers/normalizeHeaderName');\n\nvar DEFAULT_CONTENT_TYPE = {\n 'Content-Type': 'application/x-www-form-urlencoded'\n};\n\nfunction setContentTypeIfUnset(headers, value) {\n if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) {\n headers['Content-Type'] = value;\n }\n}\n\nfunction getDefaultAdapter() {\n var adapter;\n if (typeof XMLHttpRequest !== 'undefined') {\n // For browsers use XHR adapter\n adapter = require('./adapters/xhr');\n } else if (typeof process !== 'undefined') {\n // For node use HTTP adapter\n adapter = require('./adapters/http');\n }\n return adapter;\n}\n\nvar defaults = {\n adapter: getDefaultAdapter(),\n\n transformRequest: [function transformRequest(data, headers) {\n normalizeHeaderName(headers, 'Content-Type');\n if (utils.isFormData(data) ||\n utils.isArrayBuffer(data) ||\n utils.isBuffer(data) ||\n utils.isStream(data) ||\n utils.isFile(data) ||\n utils.isBlob(data)\n ) {\n return data;\n }\n if (utils.isArrayBufferView(data)) {\n return data.buffer;\n }\n if (utils.isURLSearchParams(data)) {\n setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8');\n return data.toString();\n }\n if (utils.isObject(data)) {\n setContentTypeIfUnset(headers, 'application/json;charset=utf-8');\n return JSON.stringify(data);\n }\n return data;\n }],\n\n transformResponse: [function transformResponse(data) {\n /*eslint no-param-reassign:0*/\n if (typeof data === 'string') {\n try {\n data = JSON.parse(data);\n } catch (e) { /* Ignore */ }\n }\n return data;\n }],\n\n timeout: 0,\n\n xsrfCookieName: 'XSRF-TOKEN',\n xsrfHeaderName: 'X-XSRF-TOKEN',\n\n maxContentLength: -1,\n\n validateStatus: function validateStatus(status) {\n return status >= 200 && status < 300;\n }\n};\n\ndefaults.headers = {\n common: {\n 'Accept': 'application/json, text/plain, */*'\n }\n};\n\nutils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) {\n defaults.headers[method] = {};\n});\n\nutils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) {\n defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE);\n});\n\nmodule.exports = defaults;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/defaults.js\n// module id = 6\n// module chunks = 0","'use strict';\n\nvar utils = require('../utils');\n\nmodule.exports = function normalizeHeaderName(headers, normalizedName) {\n utils.forEach(headers, function processHeader(value, name) {\n if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) {\n headers[normalizedName] = value;\n delete headers[name];\n }\n });\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/normalizeHeaderName.js\n// module id = 7\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\nvar settle = require('./../core/settle');\nvar buildURL = require('./../helpers/buildURL');\nvar parseHeaders = require('./../helpers/parseHeaders');\nvar isURLSameOrigin = require('./../helpers/isURLSameOrigin');\nvar createError = require('../core/createError');\nvar btoa = (typeof window !== 'undefined' && window.btoa && window.btoa.bind(window)) || require('./../helpers/btoa');\n\nmodule.exports = function xhrAdapter(config) {\n return new Promise(function dispatchXhrRequest(resolve, reject) {\n var requestData = config.data;\n var requestHeaders = config.headers;\n\n if (utils.isFormData(requestData)) {\n delete requestHeaders['Content-Type']; // Let the browser set it\n }\n\n var request = new XMLHttpRequest();\n var loadEvent = 'onreadystatechange';\n var xDomain = false;\n\n // For IE 8/9 CORS support\n // Only supports POST and GET calls and doesn't returns the response headers.\n // DON'T do this for testing b/c XMLHttpRequest is mocked, not XDomainRequest.\n if (process.env.NODE_ENV !== 'test' &&\n typeof window !== 'undefined' &&\n window.XDomainRequest && !('withCredentials' in request) &&\n !isURLSameOrigin(config.url)) {\n request = new window.XDomainRequest();\n loadEvent = 'onload';\n xDomain = true;\n request.onprogress = function handleProgress() {};\n request.ontimeout = function handleTimeout() {};\n }\n\n // HTTP basic authentication\n if (config.auth) {\n var username = config.auth.username || '';\n var password = config.auth.password || '';\n requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password);\n }\n\n request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true);\n\n // Set the request timeout in MS\n request.timeout = config.timeout;\n\n // Listen for ready state\n request[loadEvent] = function handleLoad() {\n if (!request || (request.readyState !== 4 && !xDomain)) {\n return;\n }\n\n // The request errored out and we didn't get a response, this will be\n // handled by onerror instead\n // With one exception: request that using file: protocol, most browsers\n // will return status as 0 even though it's a successful request\n if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) {\n return;\n }\n\n // Prepare the response\n var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null;\n var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response;\n var response = {\n data: responseData,\n // IE sends 1223 instead of 204 (https://github.com/axios/axios/issues/201)\n status: request.status === 1223 ? 204 : request.status,\n statusText: request.status === 1223 ? 'No Content' : request.statusText,\n headers: responseHeaders,\n config: config,\n request: request\n };\n\n settle(resolve, reject, response);\n\n // Clean up request\n request = null;\n };\n\n // Handle low level network errors\n request.onerror = function handleError() {\n // Real errors are hidden from us by the browser\n // onerror should only fire if it's a network error\n reject(createError('Network Error', config, null, request));\n\n // Clean up request\n request = null;\n };\n\n // Handle timeout\n request.ontimeout = function handleTimeout() {\n reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED',\n request));\n\n // Clean up request\n request = null;\n };\n\n // Add xsrf header\n // This is only done if running in a standard browser environment.\n // Specifically not if we're in a web worker, or react-native.\n if (utils.isStandardBrowserEnv()) {\n var cookies = require('./../helpers/cookies');\n\n // Add xsrf header\n var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ?\n cookies.read(config.xsrfCookieName) :\n undefined;\n\n if (xsrfValue) {\n requestHeaders[config.xsrfHeaderName] = xsrfValue;\n }\n }\n\n // Add headers to the request\n if ('setRequestHeader' in request) {\n utils.forEach(requestHeaders, function setRequestHeader(val, key) {\n if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') {\n // Remove Content-Type if data is undefined\n delete requestHeaders[key];\n } else {\n // Otherwise add header to the request\n request.setRequestHeader(key, val);\n }\n });\n }\n\n // Add withCredentials to request if needed\n if (config.withCredentials) {\n request.withCredentials = true;\n }\n\n // Add responseType to request if needed\n if (config.responseType) {\n try {\n request.responseType = config.responseType;\n } catch (e) {\n // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2.\n // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function.\n if (config.responseType !== 'json') {\n throw e;\n }\n }\n }\n\n // Handle progress if needed\n if (typeof config.onDownloadProgress === 'function') {\n request.addEventListener('progress', config.onDownloadProgress);\n }\n\n // Not all browsers support upload events\n if (typeof config.onUploadProgress === 'function' && request.upload) {\n request.upload.addEventListener('progress', config.onUploadProgress);\n }\n\n if (config.cancelToken) {\n // Handle cancellation\n config.cancelToken.promise.then(function onCanceled(cancel) {\n if (!request) {\n return;\n }\n\n request.abort();\n reject(cancel);\n // Clean up request\n request = null;\n });\n }\n\n if (requestData === undefined) {\n requestData = null;\n }\n\n // Send the request\n request.send(requestData);\n });\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/adapters/xhr.js\n// module id = 8\n// module chunks = 0","'use strict';\n\nvar createError = require('./createError');\n\n/**\n * Resolve or reject a Promise based on response status.\n *\n * @param {Function} resolve A function that resolves the promise.\n * @param {Function} reject A function that rejects the promise.\n * @param {object} response The response.\n */\nmodule.exports = function settle(resolve, reject, response) {\n var validateStatus = response.config.validateStatus;\n // Note: status is not exposed by XDomainRequest\n if (!response.status || !validateStatus || validateStatus(response.status)) {\n resolve(response);\n } else {\n reject(createError(\n 'Request failed with status code ' + response.status,\n response.config,\n null,\n response.request,\n response\n ));\n }\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/settle.js\n// module id = 9\n// module chunks = 0","'use strict';\n\nvar enhanceError = require('./enhanceError');\n\n/**\n * Create an Error with the specified message, config, error code, request and response.\n *\n * @param {string} message The error message.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The created error.\n */\nmodule.exports = function createError(message, config, code, request, response) {\n var error = new Error(message);\n return enhanceError(error, config, code, request, response);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/createError.js\n// module id = 10\n// module chunks = 0","'use strict';\n\n/**\n * Update an Error with the specified config, error code, and response.\n *\n * @param {Error} error The error to update.\n * @param {Object} config The config.\n * @param {string} [code] The error code (for example, 'ECONNABORTED').\n * @param {Object} [request] The request.\n * @param {Object} [response] The response.\n * @returns {Error} The error.\n */\nmodule.exports = function enhanceError(error, config, code, request, response) {\n error.config = config;\n if (code) {\n error.code = code;\n }\n error.request = request;\n error.response = response;\n return error;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/enhanceError.js\n// module id = 11\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nfunction encode(val) {\n return encodeURIComponent(val).\n replace(/%40/gi, '@').\n replace(/%3A/gi, ':').\n replace(/%24/g, '$').\n replace(/%2C/gi, ',').\n replace(/%20/g, '+').\n replace(/%5B/gi, '[').\n replace(/%5D/gi, ']');\n}\n\n/**\n * Build a URL by appending params to the end\n *\n * @param {string} url The base of the url (e.g., http://www.google.com)\n * @param {object} [params] The params to be appended\n * @returns {string} The formatted url\n */\nmodule.exports = function buildURL(url, params, paramsSerializer) {\n /*eslint no-param-reassign:0*/\n if (!params) {\n return url;\n }\n\n var serializedParams;\n if (paramsSerializer) {\n serializedParams = paramsSerializer(params);\n } else if (utils.isURLSearchParams(params)) {\n serializedParams = params.toString();\n } else {\n var parts = [];\n\n utils.forEach(params, function serialize(val, key) {\n if (val === null || typeof val === 'undefined') {\n return;\n }\n\n if (utils.isArray(val)) {\n key = key + '[]';\n }\n\n if (!utils.isArray(val)) {\n val = [val];\n }\n\n utils.forEach(val, function parseValue(v) {\n if (utils.isDate(v)) {\n v = v.toISOString();\n } else if (utils.isObject(v)) {\n v = JSON.stringify(v);\n }\n parts.push(encode(key) + '=' + encode(v));\n });\n });\n\n serializedParams = parts.join('&');\n }\n\n if (serializedParams) {\n url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams;\n }\n\n return url;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/buildURL.js\n// module id = 12\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\n// Headers whose duplicates are ignored by node\n// c.f. https://nodejs.org/api/http.html#http_message_headers\nvar ignoreDuplicateOf = [\n 'age', 'authorization', 'content-length', 'content-type', 'etag',\n 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since',\n 'last-modified', 'location', 'max-forwards', 'proxy-authorization',\n 'referer', 'retry-after', 'user-agent'\n];\n\n/**\n * Parse headers into an object\n *\n * ```\n * Date: Wed, 27 Aug 2014 08:58:49 GMT\n * Content-Type: application/json\n * Connection: keep-alive\n * Transfer-Encoding: chunked\n * ```\n *\n * @param {String} headers Headers needing to be parsed\n * @returns {Object} Headers parsed into an object\n */\nmodule.exports = function parseHeaders(headers) {\n var parsed = {};\n var key;\n var val;\n var i;\n\n if (!headers) { return parsed; }\n\n utils.forEach(headers.split('\\n'), function parser(line) {\n i = line.indexOf(':');\n key = utils.trim(line.substr(0, i)).toLowerCase();\n val = utils.trim(line.substr(i + 1));\n\n if (key) {\n if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) {\n return;\n }\n if (key === 'set-cookie') {\n parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]);\n } else {\n parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val;\n }\n }\n });\n\n return parsed;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/parseHeaders.js\n// module id = 13\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs have full support of the APIs needed to test\n // whether the request URL is of the same origin as current location.\n (function standardBrowserEnv() {\n var msie = /(msie|trident)/i.test(navigator.userAgent);\n var urlParsingNode = document.createElement('a');\n var originURL;\n\n /**\n * Parse a URL to discover it's components\n *\n * @param {String} url The URL to be parsed\n * @returns {Object}\n */\n function resolveURL(url) {\n var href = url;\n\n if (msie) {\n // IE needs attribute set twice to normalize properties\n urlParsingNode.setAttribute('href', href);\n href = urlParsingNode.href;\n }\n\n urlParsingNode.setAttribute('href', href);\n\n // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils\n return {\n href: urlParsingNode.href,\n protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '',\n host: urlParsingNode.host,\n search: urlParsingNode.search ? urlParsingNode.search.replace(/^\\?/, '') : '',\n hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '',\n hostname: urlParsingNode.hostname,\n port: urlParsingNode.port,\n pathname: (urlParsingNode.pathname.charAt(0) === '/') ?\n urlParsingNode.pathname :\n '/' + urlParsingNode.pathname\n };\n }\n\n originURL = resolveURL(window.location.href);\n\n /**\n * Determine if a URL shares the same origin as the current location\n *\n * @param {String} requestURL The URL to test\n * @returns {boolean} True if URL shares the same origin, otherwise false\n */\n return function isURLSameOrigin(requestURL) {\n var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL;\n return (parsed.protocol === originURL.protocol &&\n parsed.host === originURL.host);\n };\n })() :\n\n // Non standard browser envs (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return function isURLSameOrigin() {\n return true;\n };\n })()\n);\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/isURLSameOrigin.js\n// module id = 14\n// module chunks = 0","'use strict';\n\n// btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js\n\nvar chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=';\n\nfunction E() {\n this.message = 'String contains an invalid character';\n}\nE.prototype = new Error;\nE.prototype.code = 5;\nE.prototype.name = 'InvalidCharacterError';\n\nfunction btoa(input) {\n var str = String(input);\n var output = '';\n for (\n // initialize result and counter\n var block, charCode, idx = 0, map = chars;\n // if the next str index does not exist:\n // change the mapping table to \"=\"\n // check if d has no fractional digits\n str.charAt(idx | 0) || (map = '=', idx % 1);\n // \"8 - idx % 1 * 8\" generates the sequence 2, 4, 6, 8\n output += map.charAt(63 & block >> 8 - idx % 1 * 8)\n ) {\n charCode = str.charCodeAt(idx += 3 / 4);\n if (charCode > 0xFF) {\n throw new E();\n }\n block = block << 8 | charCode;\n }\n return output;\n}\n\nmodule.exports = btoa;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/btoa.js\n// module id = 15\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nmodule.exports = (\n utils.isStandardBrowserEnv() ?\n\n // Standard browser envs support document.cookie\n (function standardBrowserEnv() {\n return {\n write: function write(name, value, expires, path, domain, secure) {\n var cookie = [];\n cookie.push(name + '=' + encodeURIComponent(value));\n\n if (utils.isNumber(expires)) {\n cookie.push('expires=' + new Date(expires).toGMTString());\n }\n\n if (utils.isString(path)) {\n cookie.push('path=' + path);\n }\n\n if (utils.isString(domain)) {\n cookie.push('domain=' + domain);\n }\n\n if (secure === true) {\n cookie.push('secure');\n }\n\n document.cookie = cookie.join('; ');\n },\n\n read: function read(name) {\n var match = document.cookie.match(new RegExp('(^|;\\\\s*)(' + name + ')=([^;]*)'));\n return (match ? decodeURIComponent(match[3]) : null);\n },\n\n remove: function remove(name) {\n this.write(name, '', Date.now() - 86400000);\n }\n };\n })() :\n\n // Non standard browser env (web workers, react-native) lack needed support.\n (function nonStandardBrowserEnv() {\n return {\n write: function write() {},\n read: function read() { return null; },\n remove: function remove() {}\n };\n })()\n);\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/cookies.js\n// module id = 16\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\nfunction InterceptorManager() {\n this.handlers = [];\n}\n\n/**\n * Add a new interceptor to the stack\n *\n * @param {Function} fulfilled The function to handle `then` for a `Promise`\n * @param {Function} rejected The function to handle `reject` for a `Promise`\n *\n * @return {Number} An ID used to remove interceptor later\n */\nInterceptorManager.prototype.use = function use(fulfilled, rejected) {\n this.handlers.push({\n fulfilled: fulfilled,\n rejected: rejected\n });\n return this.handlers.length - 1;\n};\n\n/**\n * Remove an interceptor from the stack\n *\n * @param {Number} id The ID that was returned by `use`\n */\nInterceptorManager.prototype.eject = function eject(id) {\n if (this.handlers[id]) {\n this.handlers[id] = null;\n }\n};\n\n/**\n * Iterate over all the registered interceptors\n *\n * This method is particularly useful for skipping over any\n * interceptors that may have become `null` calling `eject`.\n *\n * @param {Function} fn The function to call for each interceptor\n */\nInterceptorManager.prototype.forEach = function forEach(fn) {\n utils.forEach(this.handlers, function forEachHandler(h) {\n if (h !== null) {\n fn(h);\n }\n });\n};\n\nmodule.exports = InterceptorManager;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/InterceptorManager.js\n// module id = 17\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\nvar transformData = require('./transformData');\nvar isCancel = require('../cancel/isCancel');\nvar defaults = require('../defaults');\nvar isAbsoluteURL = require('./../helpers/isAbsoluteURL');\nvar combineURLs = require('./../helpers/combineURLs');\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nfunction throwIfCancellationRequested(config) {\n if (config.cancelToken) {\n config.cancelToken.throwIfRequested();\n }\n}\n\n/**\n * Dispatch a request to the server using the configured adapter.\n *\n * @param {object} config The config that is to be used for the request\n * @returns {Promise} The Promise to be fulfilled\n */\nmodule.exports = function dispatchRequest(config) {\n throwIfCancellationRequested(config);\n\n // Support baseURL config\n if (config.baseURL && !isAbsoluteURL(config.url)) {\n config.url = combineURLs(config.baseURL, config.url);\n }\n\n // Ensure headers exist\n config.headers = config.headers || {};\n\n // Transform request data\n config.data = transformData(\n config.data,\n config.headers,\n config.transformRequest\n );\n\n // Flatten headers\n config.headers = utils.merge(\n config.headers.common || {},\n config.headers[config.method] || {},\n config.headers || {}\n );\n\n utils.forEach(\n ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'],\n function cleanHeaderConfig(method) {\n delete config.headers[method];\n }\n );\n\n var adapter = config.adapter || defaults.adapter;\n\n return adapter(config).then(function onAdapterResolution(response) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n response.data = transformData(\n response.data,\n response.headers,\n config.transformResponse\n );\n\n return response;\n }, function onAdapterRejection(reason) {\n if (!isCancel(reason)) {\n throwIfCancellationRequested(config);\n\n // Transform response data\n if (reason && reason.response) {\n reason.response.data = transformData(\n reason.response.data,\n reason.response.headers,\n config.transformResponse\n );\n }\n }\n\n return Promise.reject(reason);\n });\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/dispatchRequest.js\n// module id = 18\n// module chunks = 0","'use strict';\n\nvar utils = require('./../utils');\n\n/**\n * Transform the data for a request or a response\n *\n * @param {Object|String} data The data to be transformed\n * @param {Array} headers The headers for the request or response\n * @param {Array|Function} fns A single function or Array of functions\n * @returns {*} The resulting transformed data\n */\nmodule.exports = function transformData(data, headers, fns) {\n /*eslint no-param-reassign:0*/\n utils.forEach(fns, function transform(fn) {\n data = fn(data, headers);\n });\n\n return data;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/core/transformData.js\n// module id = 19\n// module chunks = 0","'use strict';\n\nmodule.exports = function isCancel(value) {\n return !!(value && value.__CANCEL__);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/cancel/isCancel.js\n// module id = 20\n// module chunks = 0","'use strict';\n\n/**\n * Determines whether the specified URL is absolute\n *\n * @param {string} url The URL to test\n * @returns {boolean} True if the specified URL is absolute, otherwise false\n */\nmodule.exports = function isAbsoluteURL(url) {\n // A URL is considered absolute if it begins with \"://\" or \"//\" (protocol-relative URL).\n // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed\n // by any combination of letters, digits, plus, period, or hyphen.\n return /^([a-z][a-z\\d\\+\\-\\.]*:)?\\/\\//i.test(url);\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/isAbsoluteURL.js\n// module id = 21\n// module chunks = 0","'use strict';\n\n/**\n * Creates a new URL by combining the specified URLs\n *\n * @param {string} baseURL The base URL\n * @param {string} relativeURL The relative URL\n * @returns {string} The combined URL\n */\nmodule.exports = function combineURLs(baseURL, relativeURL) {\n return relativeURL\n ? baseURL.replace(/\\/+$/, '') + '/' + relativeURL.replace(/^\\/+/, '')\n : baseURL;\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/combineURLs.js\n// module id = 22\n// module chunks = 0","'use strict';\n\n/**\n * A `Cancel` is an object that is thrown when an operation is canceled.\n *\n * @class\n * @param {string=} message The message.\n */\nfunction Cancel(message) {\n this.message = message;\n}\n\nCancel.prototype.toString = function toString() {\n return 'Cancel' + (this.message ? ': ' + this.message : '');\n};\n\nCancel.prototype.__CANCEL__ = true;\n\nmodule.exports = Cancel;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/cancel/Cancel.js\n// module id = 23\n// module chunks = 0","'use strict';\n\nvar Cancel = require('./Cancel');\n\n/**\n * A `CancelToken` is an object that can be used to request cancellation of an operation.\n *\n * @class\n * @param {Function} executor The executor function.\n */\nfunction CancelToken(executor) {\n if (typeof executor !== 'function') {\n throw new TypeError('executor must be a function.');\n }\n\n var resolvePromise;\n this.promise = new Promise(function promiseExecutor(resolve) {\n resolvePromise = resolve;\n });\n\n var token = this;\n executor(function cancel(message) {\n if (token.reason) {\n // Cancellation has already been requested\n return;\n }\n\n token.reason = new Cancel(message);\n resolvePromise(token.reason);\n });\n}\n\n/**\n * Throws a `Cancel` if cancellation has been requested.\n */\nCancelToken.prototype.throwIfRequested = function throwIfRequested() {\n if (this.reason) {\n throw this.reason;\n }\n};\n\n/**\n * Returns an object that contains a new `CancelToken` and a function that, when called,\n * cancels the `CancelToken`.\n */\nCancelToken.source = function source() {\n var cancel;\n var token = new CancelToken(function executor(c) {\n cancel = c;\n });\n return {\n token: token,\n cancel: cancel\n };\n};\n\nmodule.exports = CancelToken;\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/cancel/CancelToken.js\n// module id = 24\n// module chunks = 0","'use strict';\n\n/**\n * Syntactic sugar for invoking a function and expanding an array for arguments.\n *\n * Common use case would be to use `Function.prototype.apply`.\n *\n * ```js\n * function f(x, y, z) {}\n * var args = [1, 2, 3];\n * f.apply(null, args);\n * ```\n *\n * With `spread` this example can be re-written.\n *\n * ```js\n * spread(function(x, y, z) {})([1, 2, 3]);\n * ```\n *\n * @param {Function} callback\n * @returns {Function}\n */\nmodule.exports = function spread(callback) {\n return function wrap(arr) {\n return callback.apply(null, arr);\n };\n};\n\n\n\n//////////////////\n// WEBPACK FOOTER\n// ./lib/helpers/spread.js\n// module id = 25\n// module chunks = 0"],"sourceRoot":""} \ No newline at end of file diff --git a/chat app/node_modules/axios/index.d.ts b/chat app/node_modules/axios/index.d.ts new file mode 100755 index 0000000..5204a30 --- /dev/null +++ b/chat app/node_modules/axios/index.d.ts @@ -0,0 +1,127 @@ +export interface AxiosTransformer { + (data: any, headers?: any): any; +} + +export interface AxiosAdapter { + (config: AxiosRequestConfig): AxiosPromise; +} + +export interface AxiosBasicCredentials { + username: string; + password: string; +} + +export interface AxiosProxyConfig { + host: string; + port: number; +} + +export interface AxiosRequestConfig { + url?: string; + method?: string; + baseURL?: string; + transformRequest?: AxiosTransformer | AxiosTransformer[]; + transformResponse?: AxiosTransformer | AxiosTransformer[]; + headers?: any; + params?: any; + paramsSerializer?: (params: any) => string; + data?: any; + timeout?: number; + withCredentials?: boolean; + adapter?: AxiosAdapter; + auth?: AxiosBasicCredentials; + responseType?: string; + xsrfCookieName?: string; + xsrfHeaderName?: string; + onUploadProgress?: (progressEvent: any) => void; + onDownloadProgress?: (progressEvent: any) => void; + maxContentLength?: number; + validateStatus?: (status: number) => boolean; + maxRedirects?: number; + httpAgent?: any; + httpsAgent?: any; + proxy?: AxiosProxyConfig; + cancelToken?: CancelToken; +} + +export interface AxiosResponse { + data: T; + status: number; + statusText: string; + headers: any; + config: AxiosRequestConfig; + request?: any; +} + +export interface AxiosError extends Error { + config: AxiosRequestConfig; + code?: string; + request?: any; + response?: AxiosResponse; +} + +export interface AxiosPromise extends Promise> { +} + +export interface CancelStatic { + new (message?: string): Cancel; +} + +export interface Cancel { + message: string; +} + +export interface Canceler { + (message?: string): void; +} + +export interface CancelTokenStatic { + new (executor: (cancel: Canceler) => void): CancelToken; + source(): CancelTokenSource; +} + +export interface CancelToken { + promise: Promise; + reason?: Cancel; + throwIfRequested(): void; +} + +export interface CancelTokenSource { + token: CancelToken; + cancel: Canceler; +} + +export interface AxiosInterceptorManager { + use(onFulfilled?: (value: V) => V | Promise, onRejected?: (error: any) => any): number; + eject(id: number): void; +} + +export interface AxiosInstance { + defaults: AxiosRequestConfig; + interceptors: { + request: AxiosInterceptorManager; + response: AxiosInterceptorManager; + }; + request(config: AxiosRequestConfig): AxiosPromise; + get(url: string, config?: AxiosRequestConfig): AxiosPromise; + delete(url: string, config?: AxiosRequestConfig): AxiosPromise; + head(url: string, config?: AxiosRequestConfig): AxiosPromise; + post(url: string, data?: any, config?: AxiosRequestConfig): AxiosPromise; + put(url: string, data?: any, config?: AxiosRequestConfig): AxiosPromise; + patch(url: string, data?: any, config?: AxiosRequestConfig): AxiosPromise; +} + +export interface AxiosStatic extends AxiosInstance { + (config: AxiosRequestConfig): AxiosPromise; + (url: string, config?: AxiosRequestConfig): AxiosPromise; + create(config?: AxiosRequestConfig): AxiosInstance; + Cancel: CancelStatic; + CancelToken: CancelTokenStatic; + isCancel(value: any): boolean; + all(values: (T | Promise)[]): Promise; + spread(callback: (...args: T[]) => R): (array: T[]) => R; +} + +declare const Axios: AxiosStatic; + +export default Axios; diff --git a/chat app/node_modules/axios/index.js b/chat app/node_modules/axios/index.js new file mode 100755 index 0000000..79dfd09 --- /dev/null +++ b/chat app/node_modules/axios/index.js @@ -0,0 +1 @@ +module.exports = require('./lib/axios'); \ No newline at end of file diff --git a/chat app/node_modules/axios/lib/adapters/README.md b/chat app/node_modules/axios/lib/adapters/README.md new file mode 100755 index 0000000..68f1118 --- /dev/null +++ b/chat app/node_modules/axios/lib/adapters/README.md @@ -0,0 +1,37 @@ +# axios // adapters + +The modules under `adapters/` are modules that handle dispatching a request and settling a returned `Promise` once a response is received. + +## Example + +```js +var settle = require('./../core/settle'); + +module.exports = function myAdapter(config) { + // At this point: + // - config has been merged with defaults + // - request transformers have already run + // - request interceptors have already run + + // Make the request using config provided + // Upon response settle the Promise + + return new Promise(function(resolve, reject) { + + var response = { + data: responseData, + status: request.status, + statusText: request.statusText, + headers: responseHeaders, + config: config, + request: request + }; + + settle(resolve, reject, response); + + // From here: + // - response transformers will run + // - response interceptors will run + }); +} +``` diff --git a/chat app/node_modules/axios/lib/adapters/http.js b/chat app/node_modules/axios/lib/adapters/http.js new file mode 100755 index 0000000..f6d7067 --- /dev/null +++ b/chat app/node_modules/axios/lib/adapters/http.js @@ -0,0 +1,228 @@ +'use strict'; + +var utils = require('./../utils'); +var settle = require('./../core/settle'); +var buildURL = require('./../helpers/buildURL'); +var http = require('http'); +var https = require('https'); +var httpFollow = require('follow-redirects').http; +var httpsFollow = require('follow-redirects').https; +var url = require('url'); +var zlib = require('zlib'); +var pkg = require('./../../package.json'); +var createError = require('../core/createError'); +var enhanceError = require('../core/enhanceError'); + +/*eslint consistent-return:0*/ +module.exports = function httpAdapter(config) { + return new Promise(function dispatchHttpRequest(resolve, reject) { + var data = config.data; + var headers = config.headers; + var timer; + + // Set User-Agent (required by some servers) + // Only set header if it hasn't been set in config + // See https://github.com/axios/axios/issues/69 + if (!headers['User-Agent'] && !headers['user-agent']) { + headers['User-Agent'] = 'axios/' + pkg.version; + } + + if (data && !utils.isStream(data)) { + if (Buffer.isBuffer(data)) { + // Nothing to do... + } else if (utils.isArrayBuffer(data)) { + data = new Buffer(new Uint8Array(data)); + } else if (utils.isString(data)) { + data = new Buffer(data, 'utf-8'); + } else { + return reject(createError( + 'Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream', + config + )); + } + + // Add Content-Length header if data exists + headers['Content-Length'] = data.length; + } + + // HTTP basic authentication + var auth = undefined; + if (config.auth) { + var username = config.auth.username || ''; + var password = config.auth.password || ''; + auth = username + ':' + password; + } + + // Parse url + var parsed = url.parse(config.url); + var protocol = parsed.protocol || 'http:'; + + if (!auth && parsed.auth) { + var urlAuth = parsed.auth.split(':'); + var urlUsername = urlAuth[0] || ''; + var urlPassword = urlAuth[1] || ''; + auth = urlUsername + ':' + urlPassword; + } + + if (auth) { + delete headers.Authorization; + } + + var isHttps = protocol === 'https:'; + var agent = isHttps ? config.httpsAgent : config.httpAgent; + + var options = { + hostname: parsed.hostname, + port: parsed.port, + path: buildURL(parsed.path, config.params, config.paramsSerializer).replace(/^\?/, ''), + method: config.method, + headers: headers, + agent: agent, + auth: auth + }; + + var proxy = config.proxy; + if (!proxy && proxy !== false) { + var proxyEnv = protocol.slice(0, -1) + '_proxy'; + var proxyUrl = process.env[proxyEnv] || process.env[proxyEnv.toUpperCase()]; + if (proxyUrl) { + var parsedProxyUrl = url.parse(proxyUrl); + proxy = { + host: parsedProxyUrl.hostname, + port: parsedProxyUrl.port + }; + + if (parsedProxyUrl.auth) { + var proxyUrlAuth = parsedProxyUrl.auth.split(':'); + proxy.auth = { + username: proxyUrlAuth[0], + password: proxyUrlAuth[1] + }; + } + } + } + + if (proxy) { + options.hostname = proxy.host; + options.host = proxy.host; + options.headers.host = parsed.hostname + (parsed.port ? ':' + parsed.port : ''); + options.port = proxy.port; + options.path = protocol + '//' + parsed.hostname + (parsed.port ? ':' + parsed.port : '') + options.path; + + // Basic proxy authorization + if (proxy.auth) { + var base64 = new Buffer(proxy.auth.username + ':' + proxy.auth.password, 'utf8').toString('base64'); + options.headers['Proxy-Authorization'] = 'Basic ' + base64; + } + } + + var transport; + if (config.transport) { + transport = config.transport; + } else if (config.maxRedirects === 0) { + transport = isHttps ? https : http; + } else { + if (config.maxRedirects) { + options.maxRedirects = config.maxRedirects; + } + transport = isHttps ? httpsFollow : httpFollow; + } + + // Create the request + var req = transport.request(options, function handleResponse(res) { + if (req.aborted) return; + + // Response has been received so kill timer that handles request timeout + clearTimeout(timer); + timer = null; + + // uncompress the response body transparently if required + var stream = res; + switch (res.headers['content-encoding']) { + /*eslint default-case:0*/ + case 'gzip': + case 'compress': + case 'deflate': + // add the unzipper to the body stream processing pipeline + stream = stream.pipe(zlib.createUnzip()); + + // remove the content-encoding in order to not confuse downstream operations + delete res.headers['content-encoding']; + break; + } + + // return the last request in case of redirects + var lastRequest = res.req || req; + + var response = { + status: res.statusCode, + statusText: res.statusMessage, + headers: res.headers, + config: config, + request: lastRequest + }; + + if (config.responseType === 'stream') { + response.data = stream; + settle(resolve, reject, response); + } else { + var responseBuffer = []; + stream.on('data', function handleStreamData(chunk) { + responseBuffer.push(chunk); + + // make sure the content length is not over the maxContentLength if specified + if (config.maxContentLength > -1 && Buffer.concat(responseBuffer).length > config.maxContentLength) { + reject(createError('maxContentLength size of ' + config.maxContentLength + ' exceeded', + config, null, lastRequest)); + } + }); + + stream.on('error', function handleStreamError(err) { + if (req.aborted) return; + reject(enhanceError(err, config, null, lastRequest)); + }); + + stream.on('end', function handleStreamEnd() { + var responseData = Buffer.concat(responseBuffer); + if (config.responseType !== 'arraybuffer') { + responseData = responseData.toString('utf8'); + } + + response.data = responseData; + settle(resolve, reject, response); + }); + } + }); + + // Handle errors + req.on('error', function handleRequestError(err) { + if (req.aborted) return; + reject(enhanceError(err, config, null, req)); + }); + + // Handle request timeout + if (config.timeout && !timer) { + timer = setTimeout(function handleRequestTimeout() { + req.abort(); + reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED', req)); + }, config.timeout); + } + + if (config.cancelToken) { + // Handle cancellation + config.cancelToken.promise.then(function onCanceled(cancel) { + if (req.aborted) return; + + req.abort(); + reject(cancel); + }); + } + + // Send the request + if (utils.isStream(data)) { + data.pipe(req); + } else { + req.end(data); + } + }); +}; diff --git a/chat app/node_modules/axios/lib/adapters/xhr.js b/chat app/node_modules/axios/lib/adapters/xhr.js new file mode 100755 index 0000000..81364bd --- /dev/null +++ b/chat app/node_modules/axios/lib/adapters/xhr.js @@ -0,0 +1,180 @@ +'use strict'; + +var utils = require('./../utils'); +var settle = require('./../core/settle'); +var buildURL = require('./../helpers/buildURL'); +var parseHeaders = require('./../helpers/parseHeaders'); +var isURLSameOrigin = require('./../helpers/isURLSameOrigin'); +var createError = require('../core/createError'); +var btoa = (typeof window !== 'undefined' && window.btoa && window.btoa.bind(window)) || require('./../helpers/btoa'); + +module.exports = function xhrAdapter(config) { + return new Promise(function dispatchXhrRequest(resolve, reject) { + var requestData = config.data; + var requestHeaders = config.headers; + + if (utils.isFormData(requestData)) { + delete requestHeaders['Content-Type']; // Let the browser set it + } + + var request = new XMLHttpRequest(); + var loadEvent = 'onreadystatechange'; + var xDomain = false; + + // For IE 8/9 CORS support + // Only supports POST and GET calls and doesn't returns the response headers. + // DON'T do this for testing b/c XMLHttpRequest is mocked, not XDomainRequest. + if (process.env.NODE_ENV !== 'test' && + typeof window !== 'undefined' && + window.XDomainRequest && !('withCredentials' in request) && + !isURLSameOrigin(config.url)) { + request = new window.XDomainRequest(); + loadEvent = 'onload'; + xDomain = true; + request.onprogress = function handleProgress() {}; + request.ontimeout = function handleTimeout() {}; + } + + // HTTP basic authentication + if (config.auth) { + var username = config.auth.username || ''; + var password = config.auth.password || ''; + requestHeaders.Authorization = 'Basic ' + btoa(username + ':' + password); + } + + request.open(config.method.toUpperCase(), buildURL(config.url, config.params, config.paramsSerializer), true); + + // Set the request timeout in MS + request.timeout = config.timeout; + + // Listen for ready state + request[loadEvent] = function handleLoad() { + if (!request || (request.readyState !== 4 && !xDomain)) { + return; + } + + // The request errored out and we didn't get a response, this will be + // handled by onerror instead + // With one exception: request that using file: protocol, most browsers + // will return status as 0 even though it's a successful request + if (request.status === 0 && !(request.responseURL && request.responseURL.indexOf('file:') === 0)) { + return; + } + + // Prepare the response + var responseHeaders = 'getAllResponseHeaders' in request ? parseHeaders(request.getAllResponseHeaders()) : null; + var responseData = !config.responseType || config.responseType === 'text' ? request.responseText : request.response; + var response = { + data: responseData, + // IE sends 1223 instead of 204 (https://github.com/axios/axios/issues/201) + status: request.status === 1223 ? 204 : request.status, + statusText: request.status === 1223 ? 'No Content' : request.statusText, + headers: responseHeaders, + config: config, + request: request + }; + + settle(resolve, reject, response); + + // Clean up request + request = null; + }; + + // Handle low level network errors + request.onerror = function handleError() { + // Real errors are hidden from us by the browser + // onerror should only fire if it's a network error + reject(createError('Network Error', config, null, request)); + + // Clean up request + request = null; + }; + + // Handle timeout + request.ontimeout = function handleTimeout() { + reject(createError('timeout of ' + config.timeout + 'ms exceeded', config, 'ECONNABORTED', + request)); + + // Clean up request + request = null; + }; + + // Add xsrf header + // This is only done if running in a standard browser environment. + // Specifically not if we're in a web worker, or react-native. + if (utils.isStandardBrowserEnv()) { + var cookies = require('./../helpers/cookies'); + + // Add xsrf header + var xsrfValue = (config.withCredentials || isURLSameOrigin(config.url)) && config.xsrfCookieName ? + cookies.read(config.xsrfCookieName) : + undefined; + + if (xsrfValue) { + requestHeaders[config.xsrfHeaderName] = xsrfValue; + } + } + + // Add headers to the request + if ('setRequestHeader' in request) { + utils.forEach(requestHeaders, function setRequestHeader(val, key) { + if (typeof requestData === 'undefined' && key.toLowerCase() === 'content-type') { + // Remove Content-Type if data is undefined + delete requestHeaders[key]; + } else { + // Otherwise add header to the request + request.setRequestHeader(key, val); + } + }); + } + + // Add withCredentials to request if needed + if (config.withCredentials) { + request.withCredentials = true; + } + + // Add responseType to request if needed + if (config.responseType) { + try { + request.responseType = config.responseType; + } catch (e) { + // Expected DOMException thrown by browsers not compatible XMLHttpRequest Level 2. + // But, this can be suppressed for 'json' type as it can be parsed by default 'transformResponse' function. + if (config.responseType !== 'json') { + throw e; + } + } + } + + // Handle progress if needed + if (typeof config.onDownloadProgress === 'function') { + request.addEventListener('progress', config.onDownloadProgress); + } + + // Not all browsers support upload events + if (typeof config.onUploadProgress === 'function' && request.upload) { + request.upload.addEventListener('progress', config.onUploadProgress); + } + + if (config.cancelToken) { + // Handle cancellation + config.cancelToken.promise.then(function onCanceled(cancel) { + if (!request) { + return; + } + + request.abort(); + reject(cancel); + // Clean up request + request = null; + }); + } + + if (requestData === undefined) { + requestData = null; + } + + // Send the request + request.send(requestData); + }); +}; diff --git a/chat app/node_modules/axios/lib/axios.js b/chat app/node_modules/axios/lib/axios.js new file mode 100755 index 0000000..ed1f519 --- /dev/null +++ b/chat app/node_modules/axios/lib/axios.js @@ -0,0 +1,52 @@ +'use strict'; + +var utils = require('./utils'); +var bind = require('./helpers/bind'); +var Axios = require('./core/Axios'); +var defaults = require('./defaults'); + +/** + * Create an instance of Axios + * + * @param {Object} defaultConfig The default config for the instance + * @return {Axios} A new instance of Axios + */ +function createInstance(defaultConfig) { + var context = new Axios(defaultConfig); + var instance = bind(Axios.prototype.request, context); + + // Copy axios.prototype to instance + utils.extend(instance, Axios.prototype, context); + + // Copy context to instance + utils.extend(instance, context); + + return instance; +} + +// Create the default instance to be exported +var axios = createInstance(defaults); + +// Expose Axios class to allow class inheritance +axios.Axios = Axios; + +// Factory for creating new instances +axios.create = function create(instanceConfig) { + return createInstance(utils.merge(defaults, instanceConfig)); +}; + +// Expose Cancel & CancelToken +axios.Cancel = require('./cancel/Cancel'); +axios.CancelToken = require('./cancel/CancelToken'); +axios.isCancel = require('./cancel/isCancel'); + +// Expose all/spread +axios.all = function all(promises) { + return Promise.all(promises); +}; +axios.spread = require('./helpers/spread'); + +module.exports = axios; + +// Allow use of default import syntax in TypeScript +module.exports.default = axios; diff --git a/chat app/node_modules/axios/lib/cancel/Cancel.js b/chat app/node_modules/axios/lib/cancel/Cancel.js new file mode 100755 index 0000000..e0de400 --- /dev/null +++ b/chat app/node_modules/axios/lib/cancel/Cancel.js @@ -0,0 +1,19 @@ +'use strict'; + +/** + * A `Cancel` is an object that is thrown when an operation is canceled. + * + * @class + * @param {string=} message The message. + */ +function Cancel(message) { + this.message = message; +} + +Cancel.prototype.toString = function toString() { + return 'Cancel' + (this.message ? ': ' + this.message : ''); +}; + +Cancel.prototype.__CANCEL__ = true; + +module.exports = Cancel; diff --git a/chat app/node_modules/axios/lib/cancel/CancelToken.js b/chat app/node_modules/axios/lib/cancel/CancelToken.js new file mode 100755 index 0000000..6b46e66 --- /dev/null +++ b/chat app/node_modules/axios/lib/cancel/CancelToken.js @@ -0,0 +1,57 @@ +'use strict'; + +var Cancel = require('./Cancel'); + +/** + * A `CancelToken` is an object that can be used to request cancellation of an operation. + * + * @class + * @param {Function} executor The executor function. + */ +function CancelToken(executor) { + if (typeof executor !== 'function') { + throw new TypeError('executor must be a function.'); + } + + var resolvePromise; + this.promise = new Promise(function promiseExecutor(resolve) { + resolvePromise = resolve; + }); + + var token = this; + executor(function cancel(message) { + if (token.reason) { + // Cancellation has already been requested + return; + } + + token.reason = new Cancel(message); + resolvePromise(token.reason); + }); +} + +/** + * Throws a `Cancel` if cancellation has been requested. + */ +CancelToken.prototype.throwIfRequested = function throwIfRequested() { + if (this.reason) { + throw this.reason; + } +}; + +/** + * Returns an object that contains a new `CancelToken` and a function that, when called, + * cancels the `CancelToken`. + */ +CancelToken.source = function source() { + var cancel; + var token = new CancelToken(function executor(c) { + cancel = c; + }); + return { + token: token, + cancel: cancel + }; +}; + +module.exports = CancelToken; diff --git a/chat app/node_modules/axios/lib/cancel/isCancel.js b/chat app/node_modules/axios/lib/cancel/isCancel.js new file mode 100755 index 0000000..051f3ae --- /dev/null +++ b/chat app/node_modules/axios/lib/cancel/isCancel.js @@ -0,0 +1,5 @@ +'use strict'; + +module.exports = function isCancel(value) { + return !!(value && value.__CANCEL__); +}; diff --git a/chat app/node_modules/axios/lib/core/Axios.js b/chat app/node_modules/axios/lib/core/Axios.js new file mode 100755 index 0000000..f1af3e7 --- /dev/null +++ b/chat app/node_modules/axios/lib/core/Axios.js @@ -0,0 +1,79 @@ +'use strict'; + +var defaults = require('./../defaults'); +var utils = require('./../utils'); +var InterceptorManager = require('./InterceptorManager'); +var dispatchRequest = require('./dispatchRequest'); + +/** + * Create a new instance of Axios + * + * @param {Object} instanceConfig The default config for the instance + */ +function Axios(instanceConfig) { + this.defaults = instanceConfig; + this.interceptors = { + request: new InterceptorManager(), + response: new InterceptorManager() + }; +} + +/** + * Dispatch a request + * + * @param {Object} config The config specific for this request (merged with this.defaults) + */ +Axios.prototype.request = function request(config) { + /*eslint no-param-reassign:0*/ + // Allow for axios('example/url'[, config]) a la fetch API + if (typeof config === 'string') { + config = utils.merge({ + url: arguments[0] + }, arguments[1]); + } + + config = utils.merge(defaults, this.defaults, { method: 'get' }, config); + config.method = config.method.toLowerCase(); + + // Hook up interceptors middleware + var chain = [dispatchRequest, undefined]; + var promise = Promise.resolve(config); + + this.interceptors.request.forEach(function unshiftRequestInterceptors(interceptor) { + chain.unshift(interceptor.fulfilled, interceptor.rejected); + }); + + this.interceptors.response.forEach(function pushResponseInterceptors(interceptor) { + chain.push(interceptor.fulfilled, interceptor.rejected); + }); + + while (chain.length) { + promise = promise.then(chain.shift(), chain.shift()); + } + + return promise; +}; + +// Provide aliases for supported request methods +utils.forEach(['delete', 'get', 'head', 'options'], function forEachMethodNoData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, config) { + return this.request(utils.merge(config || {}, { + method: method, + url: url + })); + }; +}); + +utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + /*eslint func-names:0*/ + Axios.prototype[method] = function(url, data, config) { + return this.request(utils.merge(config || {}, { + method: method, + url: url, + data: data + })); + }; +}); + +module.exports = Axios; diff --git a/chat app/node_modules/axios/lib/core/InterceptorManager.js b/chat app/node_modules/axios/lib/core/InterceptorManager.js new file mode 100755 index 0000000..50d667b --- /dev/null +++ b/chat app/node_modules/axios/lib/core/InterceptorManager.js @@ -0,0 +1,52 @@ +'use strict'; + +var utils = require('./../utils'); + +function InterceptorManager() { + this.handlers = []; +} + +/** + * Add a new interceptor to the stack + * + * @param {Function} fulfilled The function to handle `then` for a `Promise` + * @param {Function} rejected The function to handle `reject` for a `Promise` + * + * @return {Number} An ID used to remove interceptor later + */ +InterceptorManager.prototype.use = function use(fulfilled, rejected) { + this.handlers.push({ + fulfilled: fulfilled, + rejected: rejected + }); + return this.handlers.length - 1; +}; + +/** + * Remove an interceptor from the stack + * + * @param {Number} id The ID that was returned by `use` + */ +InterceptorManager.prototype.eject = function eject(id) { + if (this.handlers[id]) { + this.handlers[id] = null; + } +}; + +/** + * Iterate over all the registered interceptors + * + * This method is particularly useful for skipping over any + * interceptors that may have become `null` calling `eject`. + * + * @param {Function} fn The function to call for each interceptor + */ +InterceptorManager.prototype.forEach = function forEach(fn) { + utils.forEach(this.handlers, function forEachHandler(h) { + if (h !== null) { + fn(h); + } + }); +}; + +module.exports = InterceptorManager; diff --git a/chat app/node_modules/axios/lib/core/README.md b/chat app/node_modules/axios/lib/core/README.md new file mode 100755 index 0000000..253bc48 --- /dev/null +++ b/chat app/node_modules/axios/lib/core/README.md @@ -0,0 +1,7 @@ +# axios // core + +The modules found in `core/` should be modules that are specific to the domain logic of axios. These modules would most likely not make sense to be consumed outside of the axios module, as their logic is too specific. Some examples of core modules are: + +- Dispatching requests +- Managing interceptors +- Handling config diff --git a/chat app/node_modules/axios/lib/core/createError.js b/chat app/node_modules/axios/lib/core/createError.js new file mode 100755 index 0000000..933680f --- /dev/null +++ b/chat app/node_modules/axios/lib/core/createError.js @@ -0,0 +1,18 @@ +'use strict'; + +var enhanceError = require('./enhanceError'); + +/** + * Create an Error with the specified message, config, error code, request and response. + * + * @param {string} message The error message. + * @param {Object} config The config. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * @returns {Error} The created error. + */ +module.exports = function createError(message, config, code, request, response) { + var error = new Error(message); + return enhanceError(error, config, code, request, response); +}; diff --git a/chat app/node_modules/axios/lib/core/dispatchRequest.js b/chat app/node_modules/axios/lib/core/dispatchRequest.js new file mode 100755 index 0000000..9ea70f2 --- /dev/null +++ b/chat app/node_modules/axios/lib/core/dispatchRequest.js @@ -0,0 +1,86 @@ +'use strict'; + +var utils = require('./../utils'); +var transformData = require('./transformData'); +var isCancel = require('../cancel/isCancel'); +var defaults = require('../defaults'); +var isAbsoluteURL = require('./../helpers/isAbsoluteURL'); +var combineURLs = require('./../helpers/combineURLs'); + +/** + * Throws a `Cancel` if cancellation has been requested. + */ +function throwIfCancellationRequested(config) { + if (config.cancelToken) { + config.cancelToken.throwIfRequested(); + } +} + +/** + * Dispatch a request to the server using the configured adapter. + * + * @param {object} config The config that is to be used for the request + * @returns {Promise} The Promise to be fulfilled + */ +module.exports = function dispatchRequest(config) { + throwIfCancellationRequested(config); + + // Support baseURL config + if (config.baseURL && !isAbsoluteURL(config.url)) { + config.url = combineURLs(config.baseURL, config.url); + } + + // Ensure headers exist + config.headers = config.headers || {}; + + // Transform request data + config.data = transformData( + config.data, + config.headers, + config.transformRequest + ); + + // Flatten headers + config.headers = utils.merge( + config.headers.common || {}, + config.headers[config.method] || {}, + config.headers || {} + ); + + utils.forEach( + ['delete', 'get', 'head', 'post', 'put', 'patch', 'common'], + function cleanHeaderConfig(method) { + delete config.headers[method]; + } + ); + + var adapter = config.adapter || defaults.adapter; + + return adapter(config).then(function onAdapterResolution(response) { + throwIfCancellationRequested(config); + + // Transform response data + response.data = transformData( + response.data, + response.headers, + config.transformResponse + ); + + return response; + }, function onAdapterRejection(reason) { + if (!isCancel(reason)) { + throwIfCancellationRequested(config); + + // Transform response data + if (reason && reason.response) { + reason.response.data = transformData( + reason.response.data, + reason.response.headers, + config.transformResponse + ); + } + } + + return Promise.reject(reason); + }); +}; diff --git a/chat app/node_modules/axios/lib/core/enhanceError.js b/chat app/node_modules/axios/lib/core/enhanceError.js new file mode 100755 index 0000000..8dfd5b4 --- /dev/null +++ b/chat app/node_modules/axios/lib/core/enhanceError.js @@ -0,0 +1,21 @@ +'use strict'; + +/** + * Update an Error with the specified config, error code, and response. + * + * @param {Error} error The error to update. + * @param {Object} config The config. + * @param {string} [code] The error code (for example, 'ECONNABORTED'). + * @param {Object} [request] The request. + * @param {Object} [response] The response. + * @returns {Error} The error. + */ +module.exports = function enhanceError(error, config, code, request, response) { + error.config = config; + if (code) { + error.code = code; + } + error.request = request; + error.response = response; + return error; +}; diff --git a/chat app/node_modules/axios/lib/core/settle.js b/chat app/node_modules/axios/lib/core/settle.js new file mode 100755 index 0000000..8db5e23 --- /dev/null +++ b/chat app/node_modules/axios/lib/core/settle.js @@ -0,0 +1,26 @@ +'use strict'; + +var createError = require('./createError'); + +/** + * Resolve or reject a Promise based on response status. + * + * @param {Function} resolve A function that resolves the promise. + * @param {Function} reject A function that rejects the promise. + * @param {object} response The response. + */ +module.exports = function settle(resolve, reject, response) { + var validateStatus = response.config.validateStatus; + // Note: status is not exposed by XDomainRequest + if (!response.status || !validateStatus || validateStatus(response.status)) { + resolve(response); + } else { + reject(createError( + 'Request failed with status code ' + response.status, + response.config, + null, + response.request, + response + )); + } +}; diff --git a/chat app/node_modules/axios/lib/core/transformData.js b/chat app/node_modules/axios/lib/core/transformData.js new file mode 100755 index 0000000..e065362 --- /dev/null +++ b/chat app/node_modules/axios/lib/core/transformData.js @@ -0,0 +1,20 @@ +'use strict'; + +var utils = require('./../utils'); + +/** + * Transform the data for a request or a response + * + * @param {Object|String} data The data to be transformed + * @param {Array} headers The headers for the request or response + * @param {Array|Function} fns A single function or Array of functions + * @returns {*} The resulting transformed data + */ +module.exports = function transformData(data, headers, fns) { + /*eslint no-param-reassign:0*/ + utils.forEach(fns, function transform(fn) { + data = fn(data, headers); + }); + + return data; +}; diff --git a/chat app/node_modules/axios/lib/defaults.js b/chat app/node_modules/axios/lib/defaults.js new file mode 100755 index 0000000..9587b28 --- /dev/null +++ b/chat app/node_modules/axios/lib/defaults.js @@ -0,0 +1,92 @@ +'use strict'; + +var utils = require('./utils'); +var normalizeHeaderName = require('./helpers/normalizeHeaderName'); + +var DEFAULT_CONTENT_TYPE = { + 'Content-Type': 'application/x-www-form-urlencoded' +}; + +function setContentTypeIfUnset(headers, value) { + if (!utils.isUndefined(headers) && utils.isUndefined(headers['Content-Type'])) { + headers['Content-Type'] = value; + } +} + +function getDefaultAdapter() { + var adapter; + if (typeof XMLHttpRequest !== 'undefined') { + // For browsers use XHR adapter + adapter = require('./adapters/xhr'); + } else if (typeof process !== 'undefined') { + // For node use HTTP adapter + adapter = require('./adapters/http'); + } + return adapter; +} + +var defaults = { + adapter: getDefaultAdapter(), + + transformRequest: [function transformRequest(data, headers) { + normalizeHeaderName(headers, 'Content-Type'); + if (utils.isFormData(data) || + utils.isArrayBuffer(data) || + utils.isBuffer(data) || + utils.isStream(data) || + utils.isFile(data) || + utils.isBlob(data) + ) { + return data; + } + if (utils.isArrayBufferView(data)) { + return data.buffer; + } + if (utils.isURLSearchParams(data)) { + setContentTypeIfUnset(headers, 'application/x-www-form-urlencoded;charset=utf-8'); + return data.toString(); + } + if (utils.isObject(data)) { + setContentTypeIfUnset(headers, 'application/json;charset=utf-8'); + return JSON.stringify(data); + } + return data; + }], + + transformResponse: [function transformResponse(data) { + /*eslint no-param-reassign:0*/ + if (typeof data === 'string') { + try { + data = JSON.parse(data); + } catch (e) { /* Ignore */ } + } + return data; + }], + + timeout: 0, + + xsrfCookieName: 'XSRF-TOKEN', + xsrfHeaderName: 'X-XSRF-TOKEN', + + maxContentLength: -1, + + validateStatus: function validateStatus(status) { + return status >= 200 && status < 300; + } +}; + +defaults.headers = { + common: { + 'Accept': 'application/json, text/plain, */*' + } +}; + +utils.forEach(['delete', 'get', 'head'], function forEachMethodNoData(method) { + defaults.headers[method] = {}; +}); + +utils.forEach(['post', 'put', 'patch'], function forEachMethodWithData(method) { + defaults.headers[method] = utils.merge(DEFAULT_CONTENT_TYPE); +}); + +module.exports = defaults; diff --git a/chat app/node_modules/axios/lib/helpers/README.md b/chat app/node_modules/axios/lib/helpers/README.md new file mode 100755 index 0000000..4ae3419 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/README.md @@ -0,0 +1,7 @@ +# axios // helpers + +The modules found in `helpers/` should be generic modules that are _not_ specific to the domain logic of axios. These modules could theoretically be published to npm on their own and consumed by other modules or apps. Some examples of generic modules are things like: + +- Browser polyfills +- Managing cookies +- Parsing HTTP headers diff --git a/chat app/node_modules/axios/lib/helpers/bind.js b/chat app/node_modules/axios/lib/helpers/bind.js new file mode 100755 index 0000000..6147c60 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/bind.js @@ -0,0 +1,11 @@ +'use strict'; + +module.exports = function bind(fn, thisArg) { + return function wrap() { + var args = new Array(arguments.length); + for (var i = 0; i < args.length; i++) { + args[i] = arguments[i]; + } + return fn.apply(thisArg, args); + }; +}; diff --git a/chat app/node_modules/axios/lib/helpers/btoa.js b/chat app/node_modules/axios/lib/helpers/btoa.js new file mode 100755 index 0000000..2fe5014 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/btoa.js @@ -0,0 +1,36 @@ +'use strict'; + +// btoa polyfill for IE<10 courtesy https://github.com/davidchambers/Base64.js + +var chars = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/='; + +function E() { + this.message = 'String contains an invalid character'; +} +E.prototype = new Error; +E.prototype.code = 5; +E.prototype.name = 'InvalidCharacterError'; + +function btoa(input) { + var str = String(input); + var output = ''; + for ( + // initialize result and counter + var block, charCode, idx = 0, map = chars; + // if the next str index does not exist: + // change the mapping table to "=" + // check if d has no fractional digits + str.charAt(idx | 0) || (map = '=', idx % 1); + // "8 - idx % 1 * 8" generates the sequence 2, 4, 6, 8 + output += map.charAt(63 & block >> 8 - idx % 1 * 8) + ) { + charCode = str.charCodeAt(idx += 3 / 4); + if (charCode > 0xFF) { + throw new E(); + } + block = block << 8 | charCode; + } + return output; +} + +module.exports = btoa; diff --git a/chat app/node_modules/axios/lib/helpers/buildURL.js b/chat app/node_modules/axios/lib/helpers/buildURL.js new file mode 100755 index 0000000..1e66456 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/buildURL.js @@ -0,0 +1,68 @@ +'use strict'; + +var utils = require('./../utils'); + +function encode(val) { + return encodeURIComponent(val). + replace(/%40/gi, '@'). + replace(/%3A/gi, ':'). + replace(/%24/g, '$'). + replace(/%2C/gi, ','). + replace(/%20/g, '+'). + replace(/%5B/gi, '['). + replace(/%5D/gi, ']'); +} + +/** + * Build a URL by appending params to the end + * + * @param {string} url The base of the url (e.g., http://www.google.com) + * @param {object} [params] The params to be appended + * @returns {string} The formatted url + */ +module.exports = function buildURL(url, params, paramsSerializer) { + /*eslint no-param-reassign:0*/ + if (!params) { + return url; + } + + var serializedParams; + if (paramsSerializer) { + serializedParams = paramsSerializer(params); + } else if (utils.isURLSearchParams(params)) { + serializedParams = params.toString(); + } else { + var parts = []; + + utils.forEach(params, function serialize(val, key) { + if (val === null || typeof val === 'undefined') { + return; + } + + if (utils.isArray(val)) { + key = key + '[]'; + } + + if (!utils.isArray(val)) { + val = [val]; + } + + utils.forEach(val, function parseValue(v) { + if (utils.isDate(v)) { + v = v.toISOString(); + } else if (utils.isObject(v)) { + v = JSON.stringify(v); + } + parts.push(encode(key) + '=' + encode(v)); + }); + }); + + serializedParams = parts.join('&'); + } + + if (serializedParams) { + url += (url.indexOf('?') === -1 ? '?' : '&') + serializedParams; + } + + return url; +}; diff --git a/chat app/node_modules/axios/lib/helpers/combineURLs.js b/chat app/node_modules/axios/lib/helpers/combineURLs.js new file mode 100755 index 0000000..f1b58a5 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/combineURLs.js @@ -0,0 +1,14 @@ +'use strict'; + +/** + * Creates a new URL by combining the specified URLs + * + * @param {string} baseURL The base URL + * @param {string} relativeURL The relative URL + * @returns {string} The combined URL + */ +module.exports = function combineURLs(baseURL, relativeURL) { + return relativeURL + ? baseURL.replace(/\/+$/, '') + '/' + relativeURL.replace(/^\/+/, '') + : baseURL; +}; diff --git a/chat app/node_modules/axios/lib/helpers/cookies.js b/chat app/node_modules/axios/lib/helpers/cookies.js new file mode 100755 index 0000000..e45a4f9 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/cookies.js @@ -0,0 +1,53 @@ +'use strict'; + +var utils = require('./../utils'); + +module.exports = ( + utils.isStandardBrowserEnv() ? + + // Standard browser envs support document.cookie + (function standardBrowserEnv() { + return { + write: function write(name, value, expires, path, domain, secure) { + var cookie = []; + cookie.push(name + '=' + encodeURIComponent(value)); + + if (utils.isNumber(expires)) { + cookie.push('expires=' + new Date(expires).toGMTString()); + } + + if (utils.isString(path)) { + cookie.push('path=' + path); + } + + if (utils.isString(domain)) { + cookie.push('domain=' + domain); + } + + if (secure === true) { + cookie.push('secure'); + } + + document.cookie = cookie.join('; '); + }, + + read: function read(name) { + var match = document.cookie.match(new RegExp('(^|;\\s*)(' + name + ')=([^;]*)')); + return (match ? decodeURIComponent(match[3]) : null); + }, + + remove: function remove(name) { + this.write(name, '', Date.now() - 86400000); + } + }; + })() : + + // Non standard browser env (web workers, react-native) lack needed support. + (function nonStandardBrowserEnv() { + return { + write: function write() {}, + read: function read() { return null; }, + remove: function remove() {} + }; + })() +); diff --git a/chat app/node_modules/axios/lib/helpers/deprecatedMethod.js b/chat app/node_modules/axios/lib/helpers/deprecatedMethod.js new file mode 100755 index 0000000..ed40965 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/deprecatedMethod.js @@ -0,0 +1,24 @@ +'use strict'; + +/*eslint no-console:0*/ + +/** + * Supply a warning to the developer that a method they are using + * has been deprecated. + * + * @param {string} method The name of the deprecated method + * @param {string} [instead] The alternate method to use if applicable + * @param {string} [docs] The documentation URL to get further details + */ +module.exports = function deprecatedMethod(method, instead, docs) { + try { + console.warn( + 'DEPRECATED method `' + method + '`.' + + (instead ? ' Use `' + instead + '` instead.' : '') + + ' This method will be removed in a future release.'); + + if (docs) { + console.warn('For more information about usage see ' + docs); + } + } catch (e) { /* Ignore */ } +}; diff --git a/chat app/node_modules/axios/lib/helpers/isAbsoluteURL.js b/chat app/node_modules/axios/lib/helpers/isAbsoluteURL.js new file mode 100755 index 0000000..d33e992 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/isAbsoluteURL.js @@ -0,0 +1,14 @@ +'use strict'; + +/** + * Determines whether the specified URL is absolute + * + * @param {string} url The URL to test + * @returns {boolean} True if the specified URL is absolute, otherwise false + */ +module.exports = function isAbsoluteURL(url) { + // A URL is considered absolute if it begins with "://" or "//" (protocol-relative URL). + // RFC 3986 defines scheme name as a sequence of characters beginning with a letter and followed + // by any combination of letters, digits, plus, period, or hyphen. + return /^([a-z][a-z\d\+\-\.]*:)?\/\//i.test(url); +}; diff --git a/chat app/node_modules/axios/lib/helpers/isURLSameOrigin.js b/chat app/node_modules/axios/lib/helpers/isURLSameOrigin.js new file mode 100755 index 0000000..e292745 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/isURLSameOrigin.js @@ -0,0 +1,68 @@ +'use strict'; + +var utils = require('./../utils'); + +module.exports = ( + utils.isStandardBrowserEnv() ? + + // Standard browser envs have full support of the APIs needed to test + // whether the request URL is of the same origin as current location. + (function standardBrowserEnv() { + var msie = /(msie|trident)/i.test(navigator.userAgent); + var urlParsingNode = document.createElement('a'); + var originURL; + + /** + * Parse a URL to discover it's components + * + * @param {String} url The URL to be parsed + * @returns {Object} + */ + function resolveURL(url) { + var href = url; + + if (msie) { + // IE needs attribute set twice to normalize properties + urlParsingNode.setAttribute('href', href); + href = urlParsingNode.href; + } + + urlParsingNode.setAttribute('href', href); + + // urlParsingNode provides the UrlUtils interface - http://url.spec.whatwg.org/#urlutils + return { + href: urlParsingNode.href, + protocol: urlParsingNode.protocol ? urlParsingNode.protocol.replace(/:$/, '') : '', + host: urlParsingNode.host, + search: urlParsingNode.search ? urlParsingNode.search.replace(/^\?/, '') : '', + hash: urlParsingNode.hash ? urlParsingNode.hash.replace(/^#/, '') : '', + hostname: urlParsingNode.hostname, + port: urlParsingNode.port, + pathname: (urlParsingNode.pathname.charAt(0) === '/') ? + urlParsingNode.pathname : + '/' + urlParsingNode.pathname + }; + } + + originURL = resolveURL(window.location.href); + + /** + * Determine if a URL shares the same origin as the current location + * + * @param {String} requestURL The URL to test + * @returns {boolean} True if URL shares the same origin, otherwise false + */ + return function isURLSameOrigin(requestURL) { + var parsed = (utils.isString(requestURL)) ? resolveURL(requestURL) : requestURL; + return (parsed.protocol === originURL.protocol && + parsed.host === originURL.host); + }; + })() : + + // Non standard browser envs (web workers, react-native) lack needed support. + (function nonStandardBrowserEnv() { + return function isURLSameOrigin() { + return true; + }; + })() +); diff --git a/chat app/node_modules/axios/lib/helpers/normalizeHeaderName.js b/chat app/node_modules/axios/lib/helpers/normalizeHeaderName.js new file mode 100755 index 0000000..738c9fe --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/normalizeHeaderName.js @@ -0,0 +1,12 @@ +'use strict'; + +var utils = require('../utils'); + +module.exports = function normalizeHeaderName(headers, normalizedName) { + utils.forEach(headers, function processHeader(value, name) { + if (name !== normalizedName && name.toUpperCase() === normalizedName.toUpperCase()) { + headers[normalizedName] = value; + delete headers[name]; + } + }); +}; diff --git a/chat app/node_modules/axios/lib/helpers/parseHeaders.js b/chat app/node_modules/axios/lib/helpers/parseHeaders.js new file mode 100755 index 0000000..8af2cc7 --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/parseHeaders.js @@ -0,0 +1,53 @@ +'use strict'; + +var utils = require('./../utils'); + +// Headers whose duplicates are ignored by node +// c.f. https://nodejs.org/api/http.html#http_message_headers +var ignoreDuplicateOf = [ + 'age', 'authorization', 'content-length', 'content-type', 'etag', + 'expires', 'from', 'host', 'if-modified-since', 'if-unmodified-since', + 'last-modified', 'location', 'max-forwards', 'proxy-authorization', + 'referer', 'retry-after', 'user-agent' +]; + +/** + * Parse headers into an object + * + * ``` + * Date: Wed, 27 Aug 2014 08:58:49 GMT + * Content-Type: application/json + * Connection: keep-alive + * Transfer-Encoding: chunked + * ``` + * + * @param {String} headers Headers needing to be parsed + * @returns {Object} Headers parsed into an object + */ +module.exports = function parseHeaders(headers) { + var parsed = {}; + var key; + var val; + var i; + + if (!headers) { return parsed; } + + utils.forEach(headers.split('\n'), function parser(line) { + i = line.indexOf(':'); + key = utils.trim(line.substr(0, i)).toLowerCase(); + val = utils.trim(line.substr(i + 1)); + + if (key) { + if (parsed[key] && ignoreDuplicateOf.indexOf(key) >= 0) { + return; + } + if (key === 'set-cookie') { + parsed[key] = (parsed[key] ? parsed[key] : []).concat([val]); + } else { + parsed[key] = parsed[key] ? parsed[key] + ', ' + val : val; + } + } + }); + + return parsed; +}; diff --git a/chat app/node_modules/axios/lib/helpers/spread.js b/chat app/node_modules/axios/lib/helpers/spread.js new file mode 100755 index 0000000..25e3cdd --- /dev/null +++ b/chat app/node_modules/axios/lib/helpers/spread.js @@ -0,0 +1,27 @@ +'use strict'; + +/** + * Syntactic sugar for invoking a function and expanding an array for arguments. + * + * Common use case would be to use `Function.prototype.apply`. + * + * ```js + * function f(x, y, z) {} + * var args = [1, 2, 3]; + * f.apply(null, args); + * ``` + * + * With `spread` this example can be re-written. + * + * ```js + * spread(function(x, y, z) {})([1, 2, 3]); + * ``` + * + * @param {Function} callback + * @returns {Function} + */ +module.exports = function spread(callback) { + return function wrap(arr) { + return callback.apply(null, arr); + }; +}; diff --git a/chat app/node_modules/axios/lib/utils.js b/chat app/node_modules/axios/lib/utils.js new file mode 100755 index 0000000..b3fd865 --- /dev/null +++ b/chat app/node_modules/axios/lib/utils.js @@ -0,0 +1,303 @@ +'use strict'; + +var bind = require('./helpers/bind'); +var isBuffer = require('is-buffer'); + +/*global toString:true*/ + +// utils is a library of generic helper functions non-specific to axios + +var toString = Object.prototype.toString; + +/** + * Determine if a value is an Array + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an Array, otherwise false + */ +function isArray(val) { + return toString.call(val) === '[object Array]'; +} + +/** + * Determine if a value is an ArrayBuffer + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an ArrayBuffer, otherwise false + */ +function isArrayBuffer(val) { + return toString.call(val) === '[object ArrayBuffer]'; +} + +/** + * Determine if a value is a FormData + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an FormData, otherwise false + */ +function isFormData(val) { + return (typeof FormData !== 'undefined') && (val instanceof FormData); +} + +/** + * Determine if a value is a view on an ArrayBuffer + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a view on an ArrayBuffer, otherwise false + */ +function isArrayBufferView(val) { + var result; + if ((typeof ArrayBuffer !== 'undefined') && (ArrayBuffer.isView)) { + result = ArrayBuffer.isView(val); + } else { + result = (val) && (val.buffer) && (val.buffer instanceof ArrayBuffer); + } + return result; +} + +/** + * Determine if a value is a String + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a String, otherwise false + */ +function isString(val) { + return typeof val === 'string'; +} + +/** + * Determine if a value is a Number + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Number, otherwise false + */ +function isNumber(val) { + return typeof val === 'number'; +} + +/** + * Determine if a value is undefined + * + * @param {Object} val The value to test + * @returns {boolean} True if the value is undefined, otherwise false + */ +function isUndefined(val) { + return typeof val === 'undefined'; +} + +/** + * Determine if a value is an Object + * + * @param {Object} val The value to test + * @returns {boolean} True if value is an Object, otherwise false + */ +function isObject(val) { + return val !== null && typeof val === 'object'; +} + +/** + * Determine if a value is a Date + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Date, otherwise false + */ +function isDate(val) { + return toString.call(val) === '[object Date]'; +} + +/** + * Determine if a value is a File + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a File, otherwise false + */ +function isFile(val) { + return toString.call(val) === '[object File]'; +} + +/** + * Determine if a value is a Blob + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Blob, otherwise false + */ +function isBlob(val) { + return toString.call(val) === '[object Blob]'; +} + +/** + * Determine if a value is a Function + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Function, otherwise false + */ +function isFunction(val) { + return toString.call(val) === '[object Function]'; +} + +/** + * Determine if a value is a Stream + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a Stream, otherwise false + */ +function isStream(val) { + return isObject(val) && isFunction(val.pipe); +} + +/** + * Determine if a value is a URLSearchParams object + * + * @param {Object} val The value to test + * @returns {boolean} True if value is a URLSearchParams object, otherwise false + */ +function isURLSearchParams(val) { + return typeof URLSearchParams !== 'undefined' && val instanceof URLSearchParams; +} + +/** + * Trim excess whitespace off the beginning and end of a string + * + * @param {String} str The String to trim + * @returns {String} The String freed of excess whitespace + */ +function trim(str) { + return str.replace(/^\s*/, '').replace(/\s*$/, ''); +} + +/** + * Determine if we're running in a standard browser environment + * + * This allows axios to run in a web worker, and react-native. + * Both environments support XMLHttpRequest, but not fully standard globals. + * + * web workers: + * typeof window -> undefined + * typeof document -> undefined + * + * react-native: + * navigator.product -> 'ReactNative' + */ +function isStandardBrowserEnv() { + if (typeof navigator !== 'undefined' && navigator.product === 'ReactNative') { + return false; + } + return ( + typeof window !== 'undefined' && + typeof document !== 'undefined' + ); +} + +/** + * Iterate over an Array or an Object invoking a function for each item. + * + * If `obj` is an Array callback will be called passing + * the value, index, and complete array for each item. + * + * If 'obj' is an Object callback will be called passing + * the value, key, and complete object for each property. + * + * @param {Object|Array} obj The object to iterate + * @param {Function} fn The callback to invoke for each item + */ +function forEach(obj, fn) { + // Don't bother if no value provided + if (obj === null || typeof obj === 'undefined') { + return; + } + + // Force an array if not already something iterable + if (typeof obj !== 'object') { + /*eslint no-param-reassign:0*/ + obj = [obj]; + } + + if (isArray(obj)) { + // Iterate over array values + for (var i = 0, l = obj.length; i < l; i++) { + fn.call(null, obj[i], i, obj); + } + } else { + // Iterate over object keys + for (var key in obj) { + if (Object.prototype.hasOwnProperty.call(obj, key)) { + fn.call(null, obj[key], key, obj); + } + } + } +} + +/** + * Accepts varargs expecting each argument to be an object, then + * immutably merges the properties of each object and returns result. + * + * When multiple objects contain the same key the later object in + * the arguments list will take precedence. + * + * Example: + * + * ```js + * var result = merge({foo: 123}, {foo: 456}); + * console.log(result.foo); // outputs 456 + * ``` + * + * @param {Object} obj1 Object to merge + * @returns {Object} Result of all merge properties + */ +function merge(/* obj1, obj2, obj3, ... */) { + var result = {}; + function assignValue(val, key) { + if (typeof result[key] === 'object' && typeof val === 'object') { + result[key] = merge(result[key], val); + } else { + result[key] = val; + } + } + + for (var i = 0, l = arguments.length; i < l; i++) { + forEach(arguments[i], assignValue); + } + return result; +} + +/** + * Extends object a by mutably adding to it the properties of object b. + * + * @param {Object} a The object to be extended + * @param {Object} b The object to copy properties from + * @param {Object} thisArg The object to bind function to + * @return {Object} The resulting value of object a + */ +function extend(a, b, thisArg) { + forEach(b, function assignValue(val, key) { + if (thisArg && typeof val === 'function') { + a[key] = bind(val, thisArg); + } else { + a[key] = val; + } + }); + return a; +} + +module.exports = { + isArray: isArray, + isArrayBuffer: isArrayBuffer, + isBuffer: isBuffer, + isFormData: isFormData, + isArrayBufferView: isArrayBufferView, + isString: isString, + isNumber: isNumber, + isObject: isObject, + isUndefined: isUndefined, + isDate: isDate, + isFile: isFile, + isBlob: isBlob, + isFunction: isFunction, + isStream: isStream, + isURLSearchParams: isURLSearchParams, + isStandardBrowserEnv: isStandardBrowserEnv, + forEach: forEach, + merge: merge, + extend: extend, + trim: trim +}; diff --git a/chat app/node_modules/axios/package.json b/chat app/node_modules/axios/package.json new file mode 100755 index 0000000..02bea58 --- /dev/null +++ b/chat app/node_modules/axios/package.json @@ -0,0 +1,112 @@ +{ + "_from": "axios@0.17.1", + "_id": "axios@0.17.1", + "_inBundle": false, + "_integrity": "sha1-LY4+XQvb1zJ/kbyBT1xXZg+Bgk0=", + "_location": "/axios", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "axios@0.17.1", + "name": "axios", + "escapedName": "axios", + "rawSpec": "0.17.1", + "saveSpec": null, + "fetchSpec": "0.17.1" + }, + "_requiredBy": [ + "/localtunnel" + ], + "_resolved": "https://registry.npmjs.org/axios/-/axios-0.17.1.tgz", + "_shasum": "2d8e3e5d0bdbd7327f91bc814f5c57660f81824d", + "_spec": "axios@0.17.1", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/localtunnel", + "author": { + "name": "Matt Zabriskie" + }, + "browser": { + "./lib/adapters/http.js": "./lib/adapters/xhr.js" + }, + "bugs": { + "url": "https://github.com/axios/axios/issues" + }, + "bundleDependencies": false, + "bundlesize": [ + { + "path": "./dist/axios.min.js", + "threshold": "5kB" + } + ], + "dependencies": { + "follow-redirects": "^1.2.5", + "is-buffer": "^1.1.5" + }, + "deprecated": false, + "description": "Promise based HTTP client for the browser and node.js", + "devDependencies": { + "bundlesize": "^0.5.7", + "coveralls": "^2.11.9", + "es6-promise": "^4.0.5", + "grunt": "^1.0.1", + "grunt-banner": "^0.6.0", + "grunt-cli": "^1.2.0", + "grunt-contrib-clean": "^1.0.0", + "grunt-contrib-nodeunit": "^1.0.0", + "grunt-contrib-watch": "^1.0.0", + "grunt-eslint": "^19.0.0", + "grunt-karma": "^2.0.0", + "grunt-ts": "^6.0.0-beta.3", + "grunt-webpack": "^1.0.18", + "istanbul-instrumenter-loader": "^1.0.0", + "jasmine-core": "^2.4.1", + "karma": "^1.3.0", + "karma-chrome-launcher": "^2.0.0", + "karma-coverage": "^1.0.0", + "karma-firefox-launcher": "^1.0.0", + "karma-jasmine": "^1.0.2", + "karma-jasmine-ajax": "^0.1.13", + "karma-opera-launcher": "^1.0.0", + "karma-phantomjs-launcher": "^1.0.0", + "karma-safari-launcher": "^1.0.0", + "karma-sauce-launcher": "^1.1.0", + "karma-sinon": "^1.0.5", + "karma-sourcemap-loader": "^0.3.7", + "karma-webpack": "^1.7.0", + "load-grunt-tasks": "^3.5.2", + "minimist": "^1.2.0", + "phantomjs-prebuilt": "^2.1.7", + "sinon": "^1.17.4", + "typescript": "^2.0.3", + "url-search-params": "^0.6.1", + "webpack": "^1.13.1", + "webpack-dev-server": "^1.14.1" + }, + "homepage": "https://github.com/axios/axios", + "keywords": [ + "xhr", + "http", + "ajax", + "promise", + "node" + ], + "license": "MIT", + "main": "index.js", + "name": "axios", + "repository": { + "type": "git", + "url": "git+https://github.com/axios/axios.git" + }, + "scripts": { + "build": "NODE_ENV=production grunt build", + "coveralls": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", + "examples": "node ./examples/server.js", + "postversion": "git push && git push --tags", + "preversion": "npm test", + "start": "node ./sandbox/server.js", + "test": "grunt test && bundlesize", + "version": "npm run build && grunt version && git add -A dist && git add CHANGELOG.md bower.json package.json" + }, + "typings": "./index.d.ts", + "version": "0.17.1" +} diff --git a/chat app/node_modules/backo2/.npmignore b/chat app/node_modules/backo2/.npmignore new file mode 100755 index 0000000..c2658d7 --- /dev/null +++ b/chat app/node_modules/backo2/.npmignore @@ -0,0 +1 @@ +node_modules/ diff --git a/chat app/node_modules/backo2/History.md b/chat app/node_modules/backo2/History.md new file mode 100755 index 0000000..8eb28b8 --- /dev/null +++ b/chat app/node_modules/backo2/History.md @@ -0,0 +1,12 @@ + +1.0.1 / 2014-02-17 +================== + + * go away decimal point + * history + +1.0.0 / 2014-02-17 +================== + + * add jitter option + * Initial commit diff --git a/chat app/node_modules/backo2/Makefile b/chat app/node_modules/backo2/Makefile new file mode 100755 index 0000000..9987df8 --- /dev/null +++ b/chat app/node_modules/backo2/Makefile @@ -0,0 +1,8 @@ + +test: + @./node_modules/.bin/mocha \ + --require should \ + --reporter dot \ + --bail + +.PHONY: test \ No newline at end of file diff --git a/chat app/node_modules/backo2/Readme.md b/chat app/node_modules/backo2/Readme.md new file mode 100755 index 0000000..0df2a39 --- /dev/null +++ b/chat app/node_modules/backo2/Readme.md @@ -0,0 +1,34 @@ +# backo + + Simple exponential backoff because the others seem to have weird abstractions. + +## Installation + +``` +$ npm install backo +``` + +## Options + + - `min` initial timeout in milliseconds [100] + - `max` max timeout [10000] + - `jitter` [0] + - `factor` [2] + +## Example + +```js +var Backoff = require('backo'); +var backoff = new Backoff({ min: 100, max: 20000 }); + +setTimeout(function(){ + something.reconnect(); +}, backoff.duration()); + +// later when something works +backoff.reset() +``` + +# License + + MIT diff --git a/chat app/node_modules/backo2/component.json b/chat app/node_modules/backo2/component.json new file mode 100755 index 0000000..994845a --- /dev/null +++ b/chat app/node_modules/backo2/component.json @@ -0,0 +1,11 @@ +{ + "name": "backo", + "repo": "segmentio/backo", + "dependencies": {}, + "version": "1.0.1", + "description": "simple backoff without the weird abstractions", + "keywords": ["backoff"], + "license": "MIT", + "scripts": ["index.js"], + "main": "index.js" +} diff --git a/chat app/node_modules/backo2/index.js b/chat app/node_modules/backo2/index.js new file mode 100755 index 0000000..fac4429 --- /dev/null +++ b/chat app/node_modules/backo2/index.js @@ -0,0 +1,85 @@ + +/** + * Expose `Backoff`. + */ + +module.exports = Backoff; + +/** + * Initialize backoff timer with `opts`. + * + * - `min` initial timeout in milliseconds [100] + * - `max` max timeout [10000] + * - `jitter` [0] + * - `factor` [2] + * + * @param {Object} opts + * @api public + */ + +function Backoff(opts) { + opts = opts || {}; + this.ms = opts.min || 100; + this.max = opts.max || 10000; + this.factor = opts.factor || 2; + this.jitter = opts.jitter > 0 && opts.jitter <= 1 ? opts.jitter : 0; + this.attempts = 0; +} + +/** + * Return the backoff duration. + * + * @return {Number} + * @api public + */ + +Backoff.prototype.duration = function(){ + var ms = this.ms * Math.pow(this.factor, this.attempts++); + if (this.jitter) { + var rand = Math.random(); + var deviation = Math.floor(rand * this.jitter * ms); + ms = (Math.floor(rand * 10) & 1) == 0 ? ms - deviation : ms + deviation; + } + return Math.min(ms, this.max) | 0; +}; + +/** + * Reset the number of attempts. + * + * @api public + */ + +Backoff.prototype.reset = function(){ + this.attempts = 0; +}; + +/** + * Set the minimum duration + * + * @api public + */ + +Backoff.prototype.setMin = function(min){ + this.ms = min; +}; + +/** + * Set the maximum duration + * + * @api public + */ + +Backoff.prototype.setMax = function(max){ + this.max = max; +}; + +/** + * Set the jitter + * + * @api public + */ + +Backoff.prototype.setJitter = function(jitter){ + this.jitter = jitter; +}; + diff --git a/chat app/node_modules/backo2/package.json b/chat app/node_modules/backo2/package.json new file mode 100755 index 0000000..63069c5 --- /dev/null +++ b/chat app/node_modules/backo2/package.json @@ -0,0 +1,47 @@ +{ + "_from": "backo2@1.0.2", + "_id": "backo2@1.0.2", + "_inBundle": false, + "_integrity": "sha1-MasayLEpNjRj41s+u2n038+6eUc=", + "_location": "/backo2", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "backo2@1.0.2", + "name": "backo2", + "escapedName": "backo2", + "rawSpec": "1.0.2", + "saveSpec": null, + "fetchSpec": "1.0.2" + }, + "_requiredBy": [ + "/socket.io-client" + ], + "_resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", + "_shasum": "31ab1ac8b129363463e35b3ebb69f4dfcfba7947", + "_spec": "backo2@1.0.2", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/socket.io-client", + "bugs": { + "url": "https://github.com/mokesmokes/backo/issues" + }, + "bundleDependencies": false, + "dependencies": {}, + "deprecated": false, + "description": "simple backoff based on segmentio/backo", + "devDependencies": { + "mocha": "*", + "should": "*" + }, + "homepage": "https://github.com/mokesmokes/backo#readme", + "keywords": [ + "backoff" + ], + "license": "MIT", + "name": "backo2", + "repository": { + "type": "git", + "url": "git+https://github.com/mokesmokes/backo.git" + }, + "version": "1.0.2" +} diff --git a/chat app/node_modules/backo2/test/index.js b/chat app/node_modules/backo2/test/index.js new file mode 100755 index 0000000..ea1f6de --- /dev/null +++ b/chat app/node_modules/backo2/test/index.js @@ -0,0 +1,18 @@ + +var Backoff = require('..'); +var assert = require('assert'); + +describe('.duration()', function(){ + it('should increase the backoff', function(){ + var b = new Backoff; + + assert(100 == b.duration()); + assert(200 == b.duration()); + assert(400 == b.duration()); + assert(800 == b.duration()); + + b.reset(); + assert(100 == b.duration()); + assert(200 == b.duration()); + }) +}) \ No newline at end of file diff --git a/chat app/node_modules/base64-arraybuffer/.npmignore b/chat app/node_modules/base64-arraybuffer/.npmignore new file mode 100755 index 0000000..332ee5a --- /dev/null +++ b/chat app/node_modules/base64-arraybuffer/.npmignore @@ -0,0 +1,3 @@ +/node_modules/ +Gruntfile.js +/test/ diff --git a/chat app/node_modules/base64-arraybuffer/.travis.yml b/chat app/node_modules/base64-arraybuffer/.travis.yml new file mode 100755 index 0000000..19259a5 --- /dev/null +++ b/chat app/node_modules/base64-arraybuffer/.travis.yml @@ -0,0 +1,19 @@ +language: node_js +node_js: +- '0.12' +- iojs-1 +- iojs-2 +- iojs-3 +- '4.1' +before_script: +- npm install +before_install: npm install -g npm@'>=2.13.5' +deploy: + provider: npm + email: niklasvh@gmail.com + api_key: + secure: oHV9ArprTj5WOk7MP1UF7QMJ70huXw+y7xXb5wF4+V2H8Hyfa5TfE0DiOmqrube1WXTeH1FLgq54shp/sJWi47Hkg/GyeoB5NnsPhYEaJkaON9UG5blML+ODiNVsEnq/1kNBQ8e0+0JItMPLGySKyFmuZ3yflulXKS8O88mfINo= + on: + tags: true + branch: master + repo: niklasvh/base64-arraybuffer diff --git a/chat app/node_modules/base64-arraybuffer/LICENSE-MIT b/chat app/node_modules/base64-arraybuffer/LICENSE-MIT new file mode 100755 index 0000000..ed27b41 --- /dev/null +++ b/chat app/node_modules/base64-arraybuffer/LICENSE-MIT @@ -0,0 +1,22 @@ +Copyright (c) 2012 Niklas von Hertzen + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/base64-arraybuffer/README.md b/chat app/node_modules/base64-arraybuffer/README.md new file mode 100755 index 0000000..50009e4 --- /dev/null +++ b/chat app/node_modules/base64-arraybuffer/README.md @@ -0,0 +1,20 @@ +# base64-arraybuffer + +[![Build Status](https://travis-ci.org/niklasvh/base64-arraybuffer.png)](https://travis-ci.org/niklasvh/base64-arraybuffer) +[![NPM Downloads](https://img.shields.io/npm/dm/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer) +[![NPM Version](https://img.shields.io/npm/v/base64-arraybuffer.svg)](https://www.npmjs.org/package/base64-arraybuffer) + +Encode/decode base64 data into ArrayBuffers + +## Getting Started +Install the module with: `npm install base64-arraybuffer` + +## API +The library encodes and decodes base64 to and from ArrayBuffers + + - __encode(buffer)__ - Encodes `ArrayBuffer` into base64 string + - __decode(str)__ - Decodes base64 string to `ArrayBuffer` + +## License +Copyright (c) 2012 Niklas von Hertzen +Licensed under the MIT license. diff --git a/chat app/node_modules/base64-arraybuffer/lib/base64-arraybuffer.js b/chat app/node_modules/base64-arraybuffer/lib/base64-arraybuffer.js new file mode 100755 index 0000000..e6b6306 --- /dev/null +++ b/chat app/node_modules/base64-arraybuffer/lib/base64-arraybuffer.js @@ -0,0 +1,67 @@ +/* + * base64-arraybuffer + * https://github.com/niklasvh/base64-arraybuffer + * + * Copyright (c) 2012 Niklas von Hertzen + * Licensed under the MIT license. + */ +(function(){ + "use strict"; + + var chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; + + // Use a lookup table to find the index. + var lookup = new Uint8Array(256); + for (var i = 0; i < chars.length; i++) { + lookup[chars.charCodeAt(i)] = i; + } + + exports.encode = function(arraybuffer) { + var bytes = new Uint8Array(arraybuffer), + i, len = bytes.length, base64 = ""; + + for (i = 0; i < len; i+=3) { + base64 += chars[bytes[i] >> 2]; + base64 += chars[((bytes[i] & 3) << 4) | (bytes[i + 1] >> 4)]; + base64 += chars[((bytes[i + 1] & 15) << 2) | (bytes[i + 2] >> 6)]; + base64 += chars[bytes[i + 2] & 63]; + } + + if ((len % 3) === 2) { + base64 = base64.substring(0, base64.length - 1) + "="; + } else if (len % 3 === 1) { + base64 = base64.substring(0, base64.length - 2) + "=="; + } + + return base64; + }; + + exports.decode = function(base64) { + var bufferLength = base64.length * 0.75, + len = base64.length, i, p = 0, + encoded1, encoded2, encoded3, encoded4; + + if (base64[base64.length - 1] === "=") { + bufferLength--; + if (base64[base64.length - 2] === "=") { + bufferLength--; + } + } + + var arraybuffer = new ArrayBuffer(bufferLength), + bytes = new Uint8Array(arraybuffer); + + for (i = 0; i < len; i+=4) { + encoded1 = lookup[base64.charCodeAt(i)]; + encoded2 = lookup[base64.charCodeAt(i+1)]; + encoded3 = lookup[base64.charCodeAt(i+2)]; + encoded4 = lookup[base64.charCodeAt(i+3)]; + + bytes[p++] = (encoded1 << 2) | (encoded2 >> 4); + bytes[p++] = ((encoded2 & 15) << 4) | (encoded3 >> 2); + bytes[p++] = ((encoded3 & 3) << 6) | (encoded4 & 63); + } + + return arraybuffer; + }; +})(); diff --git a/chat app/node_modules/base64-arraybuffer/package.json b/chat app/node_modules/base64-arraybuffer/package.json new file mode 100755 index 0000000..5247cd4 --- /dev/null +++ b/chat app/node_modules/base64-arraybuffer/package.json @@ -0,0 +1,65 @@ +{ + "_from": "base64-arraybuffer@0.1.5", + "_id": "base64-arraybuffer@0.1.5", + "_inBundle": false, + "_integrity": "sha1-c5JncZI7Whl0etZmqlzUv5xunOg=", + "_location": "/base64-arraybuffer", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "base64-arraybuffer@0.1.5", + "name": "base64-arraybuffer", + "escapedName": "base64-arraybuffer", + "rawSpec": "0.1.5", + "saveSpec": null, + "fetchSpec": "0.1.5" + }, + "_requiredBy": [ + "/engine.io-parser", + "/socket.io-client" + ], + "_resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", + "_shasum": "73926771923b5a19747ad666aa5cd4bf9c6e9ce8", + "_spec": "base64-arraybuffer@0.1.5", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/engine.io-parser", + "author": { + "name": "Niklas von Hertzen", + "email": "niklasvh@gmail.com", + "url": "http://hertzen.com" + }, + "bugs": { + "url": "https://github.com/niklasvh/base64-arraybuffer/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Encode/decode base64 data into ArrayBuffers", + "devDependencies": { + "grunt": "^0.4.5", + "grunt-cli": "^0.1.13", + "grunt-contrib-jshint": "^0.11.2", + "grunt-contrib-nodeunit": "^0.4.1", + "grunt-contrib-watch": "^0.6.1" + }, + "engines": { + "node": ">= 0.6.0" + }, + "homepage": "https://github.com/niklasvh/base64-arraybuffer", + "keywords": [], + "licenses": [ + { + "type": "MIT", + "url": "https://github.com/niklasvh/base64-arraybuffer/blob/master/LICENSE-MIT" + } + ], + "main": "lib/base64-arraybuffer", + "name": "base64-arraybuffer", + "repository": { + "type": "git", + "url": "git+https://github.com/niklasvh/base64-arraybuffer.git" + }, + "scripts": { + "test": "grunt nodeunit" + }, + "version": "0.1.5" +} diff --git a/chat app/node_modules/base64id/.npmignore b/chat app/node_modules/base64id/.npmignore new file mode 100755 index 0000000..39e9864 --- /dev/null +++ b/chat app/node_modules/base64id/.npmignore @@ -0,0 +1,3 @@ +support +test +examples diff --git a/chat app/node_modules/base64id/LICENSE b/chat app/node_modules/base64id/LICENSE new file mode 100755 index 0000000..0d03c83 --- /dev/null +++ b/chat app/node_modules/base64id/LICENSE @@ -0,0 +1,22 @@ +(The MIT License) + +Copyright (c) 2012-2016 Kristian Faeldt + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/chat app/node_modules/base64id/README.md b/chat app/node_modules/base64id/README.md new file mode 100755 index 0000000..17689e6 --- /dev/null +++ b/chat app/node_modules/base64id/README.md @@ -0,0 +1,18 @@ +base64id +======== + +Node.js module that generates a base64 id. + +Uses crypto.randomBytes when available, falls back to unsafe methods for node.js <= 0.4. + +To increase performance, random bytes are buffered to minimize the number of synchronous calls to crypto.randomBytes. + +## Installation + + $ npm install base64id + +## Usage + + var base64id = require('base64id'); + + var id = base64id.generateId(); diff --git a/chat app/node_modules/base64id/lib/base64id.js b/chat app/node_modules/base64id/lib/base64id.js new file mode 100755 index 0000000..f688159 --- /dev/null +++ b/chat app/node_modules/base64id/lib/base64id.js @@ -0,0 +1,103 @@ +/*! + * base64id v0.1.0 + */ + +/** + * Module dependencies + */ + +var crypto = require('crypto'); + +/** + * Constructor + */ + +var Base64Id = function() { }; + +/** + * Get random bytes + * + * Uses a buffer if available, falls back to crypto.randomBytes + */ + +Base64Id.prototype.getRandomBytes = function(bytes) { + + var BUFFER_SIZE = 4096 + var self = this; + + bytes = bytes || 12; + + if (bytes > BUFFER_SIZE) { + return crypto.randomBytes(bytes); + } + + var bytesInBuffer = parseInt(BUFFER_SIZE/bytes); + var threshold = parseInt(bytesInBuffer*0.85); + + if (!threshold) { + return crypto.randomBytes(bytes); + } + + if (this.bytesBufferIndex == null) { + this.bytesBufferIndex = -1; + } + + if (this.bytesBufferIndex == bytesInBuffer) { + this.bytesBuffer = null; + this.bytesBufferIndex = -1; + } + + // No buffered bytes available or index above threshold + if (this.bytesBufferIndex == -1 || this.bytesBufferIndex > threshold) { + + if (!this.isGeneratingBytes) { + this.isGeneratingBytes = true; + crypto.randomBytes(BUFFER_SIZE, function(err, bytes) { + self.bytesBuffer = bytes; + self.bytesBufferIndex = 0; + self.isGeneratingBytes = false; + }); + } + + // Fall back to sync call when no buffered bytes are available + if (this.bytesBufferIndex == -1) { + return crypto.randomBytes(bytes); + } + } + + var result = this.bytesBuffer.slice(bytes*this.bytesBufferIndex, bytes*(this.bytesBufferIndex+1)); + this.bytesBufferIndex++; + + return result; +} + +/** + * Generates a base64 id + * + * (Original version from socket.io ) + */ + +Base64Id.prototype.generateId = function () { + var rand = new Buffer(15); // multiple of 3 for base64 + if (!rand.writeInt32BE) { + return Math.abs(Math.random() * Math.random() * Date.now() | 0).toString() + + Math.abs(Math.random() * Math.random() * Date.now() | 0).toString(); + } + this.sequenceNumber = (this.sequenceNumber + 1) | 0; + rand.writeInt32BE(this.sequenceNumber, 11); + if (crypto.randomBytes) { + this.getRandomBytes(12).copy(rand); + } else { + // not secure for node 0.4 + [0, 4, 8].forEach(function(i) { + rand.writeInt32BE(Math.random() * Math.pow(2, 32) | 0, i); + }); + } + return rand.toString('base64').replace(/\//g, '_').replace(/\+/g, '-'); +}; + +/** + * Export + */ + +exports = module.exports = new Base64Id(); diff --git a/chat app/node_modules/base64id/package.json b/chat app/node_modules/base64id/package.json new file mode 100755 index 0000000..206fe01 --- /dev/null +++ b/chat app/node_modules/base64id/package.json @@ -0,0 +1,47 @@ +{ + "_from": "base64id@1.0.0", + "_id": "base64id@1.0.0", + "_inBundle": false, + "_integrity": "sha1-R2iMuZu2gE8OBtPnY7HDLlfY5rY=", + "_location": "/base64id", + "_phantomChildren": {}, + "_requested": { + "type": "version", + "registry": true, + "raw": "base64id@1.0.0", + "name": "base64id", + "escapedName": "base64id", + "rawSpec": "1.0.0", + "saveSpec": null, + "fetchSpec": "1.0.0" + }, + "_requiredBy": [ + "/engine.io" + ], + "_resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", + "_shasum": "47688cb99bb6804f0e06d3e763b1c32e57d8e6b6", + "_spec": "base64id@1.0.0", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/engine.io", + "author": { + "name": "Kristian Faeldt", + "email": "faeldt_kristian@cyberagent.co.jp" + }, + "bugs": { + "url": "https://github.com/faeldt/base64id/issues" + }, + "bundleDependencies": false, + "deprecated": false, + "description": "Generates a base64 id", + "engines": { + "node": ">= 0.4.0" + }, + "homepage": "https://github.com/faeldt/base64id#readme", + "license": "MIT", + "main": "./lib/base64id.js", + "name": "base64id", + "repository": { + "type": "git", + "url": "git+https://github.com/faeldt/base64id.git" + }, + "version": "1.0.0" +} diff --git a/chat app/node_modules/better-assert/.npmignore b/chat app/node_modules/better-assert/.npmignore new file mode 100755 index 0000000..f1250e5 --- /dev/null +++ b/chat app/node_modules/better-assert/.npmignore @@ -0,0 +1,4 @@ +support +test +examples +*.sock diff --git a/chat app/node_modules/better-assert/History.md b/chat app/node_modules/better-assert/History.md new file mode 100755 index 0000000..cbb579b --- /dev/null +++ b/chat app/node_modules/better-assert/History.md @@ -0,0 +1,15 @@ + +1.0.0 / 2013-02-03 +================== + + * Stop using the removed magic __stack global getter + +0.1.0 / 2012-10-04 +================== + + * add throwing of AssertionError for test frameworks etc + +0.0.1 / 2010-01-03 +================== + + * Initial release diff --git a/chat app/node_modules/better-assert/Makefile b/chat app/node_modules/better-assert/Makefile new file mode 100755 index 0000000..36a3ed7 --- /dev/null +++ b/chat app/node_modules/better-assert/Makefile @@ -0,0 +1,5 @@ + +test: + @echo "populate me" + +.PHONY: test \ No newline at end of file diff --git a/chat app/node_modules/better-assert/Readme.md b/chat app/node_modules/better-assert/Readme.md new file mode 100755 index 0000000..d8d3a63 --- /dev/null +++ b/chat app/node_modules/better-assert/Readme.md @@ -0,0 +1,61 @@ + +# better-assert + + Better c-style assertions using [callsite](https://github.com/visionmedia/callsite) for + self-documenting failure messages. + +## Installation + + $ npm install better-assert + +## Example + + By default assertions are enabled, however the __NO_ASSERT__ environment variable + will deactivate them when truthy. + +```js +var assert = require('better-assert'); + +test(); + +function test() { + var user = { name: 'tobi' }; + assert('tobi' == user.name); + assert('number' == typeof user.age); +} + +AssertionError: 'number' == typeof user.age + at test (/Users/tj/projects/better-assert/example.js:9:3) + at Object. (/Users/tj/projects/better-assert/example.js:4:1) + at Module._compile (module.js:449:26) + at Object.Module._extensions..js (module.js:467:10) + at Module.load (module.js:356:32) + at Function.Module._load (module.js:312:12) + at Module.runMain (module.js:492:10) + at process.startup.processNextTick.process._tickCallback (node.js:244:9) +``` + +## License + +(The MIT License) + +Copyright (c) 2012 TJ Holowaychuk <tj@vision-media.ca> + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +'Software'), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY +CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, +TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE +SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. \ No newline at end of file diff --git a/chat app/node_modules/better-assert/example.js b/chat app/node_modules/better-assert/example.js new file mode 100755 index 0000000..688c29e --- /dev/null +++ b/chat app/node_modules/better-assert/example.js @@ -0,0 +1,10 @@ + +var assert = require('./'); + +test(); + +function test() { + var user = { name: 'tobi' }; + assert('tobi' == user.name); + assert('number' == typeof user.age); +} \ No newline at end of file diff --git a/chat app/node_modules/better-assert/index.js b/chat app/node_modules/better-assert/index.js new file mode 100755 index 0000000..fd1c9b7 --- /dev/null +++ b/chat app/node_modules/better-assert/index.js @@ -0,0 +1,38 @@ +/** + * Module dependencies. + */ + +var AssertionError = require('assert').AssertionError + , callsite = require('callsite') + , fs = require('fs') + +/** + * Expose `assert`. + */ + +module.exports = process.env.NO_ASSERT + ? function(){} + : assert; + +/** + * Assert the given `expr`. + */ + +function assert(expr) { + if (expr) return; + + var stack = callsite(); + var call = stack[1]; + var file = call.getFileName(); + var lineno = call.getLineNumber(); + var src = fs.readFileSync(file, 'utf8'); + var line = src.split('\n')[lineno-1]; + var src = line.match(/assert\((.*)\)/)[1]; + + var err = new AssertionError({ + message: src, + stackStartFunction: stack[0].getFunction() + }); + + throw err; +} diff --git a/chat app/node_modules/better-assert/package.json b/chat app/node_modules/better-assert/package.json new file mode 100755 index 0000000..2c1f83c --- /dev/null +++ b/chat app/node_modules/better-assert/package.json @@ -0,0 +1,65 @@ +{ + "_from": "better-assert@~1.0.0", + "_id": "better-assert@1.0.2", + "_inBundle": false, + "_integrity": "sha1-QIZrnhueC1W0gYlDEeaPr/rrxSI=", + "_location": "/better-assert", + "_phantomChildren": {}, + "_requested": { + "type": "range", + "registry": true, + "raw": "better-assert@~1.0.0", + "name": "better-assert", + "escapedName": "better-assert", + "rawSpec": "~1.0.0", + "saveSpec": null, + "fetchSpec": "~1.0.0" + }, + "_requiredBy": [ + "/parseqs", + "/parseuri" + ], + "_resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", + "_shasum": "40866b9e1b9e0b55b481894311e68faffaebc522", + "_spec": "better-assert@~1.0.0", + "_where": "/Users/chhekur/Desktop/untitled folder/node_modules/parseqs", + "author": { + "name": "TJ Holowaychuk", + "email": "tj@vision-media.ca" + }, + "bugs": { + "url": "https://github.com/visionmedia/better-assert/issues" + }, + "bundleDependencies": false, + "contributors": [ + { + "name": "TonyHe", + "email": "coolhzb@163.com" + }, + { + "name": "ForbesLindesay" + } + ], + "dependencies": { + "callsite": "1.0.0" + }, + "deprecated": false, + "description": "Better assertions for node, reporting the expr, filename, lineno etc", + "engines": { + "node": "*" + }, + "homepage": "https://github.com/visionmedia/better-assert#readme", + "keywords": [ + "assert", + "stack", + "trace", + "debug" + ], + "main": "index", + "name": "better-assert", + "repository": { + "type": "git", + "url": "git+https://github.com/visionmedia/better-assert.git" + }, + "version": "1.0.2" +} diff --git a/chat app/node_modules/blob/.idea/blob.iml b/chat app/node_modules/blob/.idea/blob.iml new file mode 100755 index 0000000..0b872d8 --- /dev/null +++ b/chat app/node_modules/blob/.idea/blob.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml b/chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml new file mode 100755 index 0000000..0eefe32 --- /dev/null +++ b/chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/markdown-navigator.xml b/chat app/node_modules/blob/.idea/markdown-navigator.xml new file mode 100755 index 0000000..24281af --- /dev/null +++ b/chat app/node_modules/blob/.idea/markdown-navigator.xml @@ -0,0 +1,78 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml b/chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml new file mode 100755 index 0000000..9c51dfe --- /dev/null +++ b/chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/modules.xml b/chat app/node_modules/blob/.idea/modules.xml new file mode 100755 index 0000000..a24a2af --- /dev/null +++ b/chat app/node_modules/blob/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/vcs.xml b/chat app/node_modules/blob/.idea/vcs.xml new file mode 100755 index 0000000..9661ac7 --- /dev/null +++ b/chat app/node_modules/blob/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/workspace.xml b/chat app/node_modules/blob/.idea/workspace.xml new file mode 100755 index 0000000..31e803b --- /dev/null +++ b/chat app/node_modules/blob/.idea/workspace.xml @@ -0,0 +1,390 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + esprima-six + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From 24d44708682b9bf1494d0b4969fc6e1256ebe459 Mon Sep 17 00:00:00 2001 From: DeveshPankaj Date: Thu, 25 Apr 2019 17:32:16 +0530 Subject: [PATCH 2/2] Added: music app --- chat app/assets/icon/app3.png | Bin 5118 -> 0 bytes chat app/main.js | 62 - chat app/node_modules/after/.npmignore | 2 - chat app/node_modules/after/.travis.yml | 12 - .../node_modules/arraybuffer.slice/.npmignore | 17 - .../node_modules/async-limiter/.travis.yml | 7 - chat app/node_modules/backo2/.npmignore | 1 - .../base64-arraybuffer/.npmignore | 3 - .../base64-arraybuffer/.travis.yml | 19 - chat app/node_modules/base64id/.npmignore | 3 - .../node_modules/better-assert/.npmignore | 4 - .../inspectionProfiles/profiles_settings.xml | 5 - .../blob/.idea/markdown-navigator.xml | 78 - .../markdown-navigator/profiles_settings.xml | 3 - .../node_modules/blob/.idea/workspace.xml | 390 -- chat app/node_modules/blob/.zuul.yml | 14 - chat app/node_modules/callsite/.npmignore | 4 - .../node_modules/component-bind/.npmignore | 4 - .../node_modules/component-inherit/.npmignore | 3 - .../node_modules/debug/.coveralls.yml | 1 - .../node_modules/debug/.eslintrc | 14 - .../node_modules/debug/.npmignore | 9 - .../node_modules/debug/.travis.yml | 20 - .../node_modules/debug/.coveralls.yml | 1 - .../engine.io/node_modules/debug/.eslintrc | 14 - .../engine.io/node_modules/debug/.npmignore | 9 - .../engine.io/node_modules/debug/.travis.yml | 20 - chat app/node_modules/has-cors/.npmignore | 3 - chat app/node_modules/indexof/.npmignore | 2 - chat app/node_modules/ip/.jscsrc | 46 - chat app/node_modules/ip/.jshintrc | 89 - chat app/node_modules/ip/.npmignore | 2 - chat app/node_modules/ip/.travis.yml | 15 - .../node_modules/is-arrayish/.editorconfig | 18 - .../node_modules/is-arrayish/.istanbul.yml | 4 - chat app/node_modules/is-arrayish/.npmignore | 5 - chat app/node_modules/is-arrayish/.travis.yml | 17 - chat app/node_modules/json-buffer/.npmignore | 3 - chat app/node_modules/left-pad/.travis.yml | 6 - chat app/node_modules/localtunnel/.travis.yml | 6 - .../node_modules/debug/.coveralls.yml | 1 - .../localtunnel/node_modules/debug/.eslintrc | 11 - .../localtunnel/node_modules/debug/.npmignore | 9 - .../node_modules/debug/.travis.yml | 14 - .../node_modules/object-component/.npmignore | 3 - chat app/node_modules/openurl/.npmignore | 3 - chat app/node_modules/parseqs/.npmignore | 3 - chat app/node_modules/parseuri/.npmignore | 2 - chat app/node_modules/path-parse/.travis.yml | 9 - chat app/node_modules/pump/.travis.yml | 5 - .../node_modules/require-directory/.jshintrc | 67 - .../node_modules/require-directory/.npmignore | 1 - .../require-directory/.travis.yml | 3 - .../require-main-filename/.npmignore | 3 - .../require-main-filename/.travis.yml | 8 - chat app/node_modules/resolve/.editorconfig | 20 - chat app/node_modules/resolve/.eslintignore | 1 - chat app/node_modules/resolve/.eslintrc | 31 - chat app/node_modules/resolve/.travis.yml | 269 - chat app/node_modules/resolve/test/.eslintrc | 5 - .../resolver/symlinked/_/node_modules/foo.js | 0 .../symlinked/_/symlink_target/.gitkeep | 0 .../node_modules/socket.io-adapter/.npmignore | 1 - .../node_modules/debug/.coveralls.yml | 1 - .../node_modules/debug/.eslintrc | 14 - .../node_modules/debug/.npmignore | 9 - .../node_modules/debug/.travis.yml | 20 - .../node_modules/debug/.coveralls.yml | 1 - .../node_modules/debug/.eslintrc | 14 - .../node_modules/debug/.npmignore | 9 - .../node_modules/debug/.travis.yml | 20 - chat app/node_modules/to-array/.npmignore | 3 - chat app/package-lock.json | 963 --- chat app/views/index.html | 778 --- music app/.idea/app.iml | 11 + music app/.idea/misc.xml | 7 + .../blob => music app}/.idea/modules.xml | 14 +- music app/.idea/workspace.xml | 245 + {chat app => music app}/README.md | 0 .../assets/icon/courses-icon-10.png | Bin .../assets/icon/ic_launcher.png | Bin {chat app => music app}/assets/icon/icon.png | Bin .../assets/ipc/androidjs.js | 367 +- music app/main.js | 47 + .../@sindresorhus/is/dist/index.d.ts | 0 .../@sindresorhus/is/dist/index.js | 0 .../@sindresorhus/is/dist/index.js.map | 0 .../node_modules/@sindresorhus/is/license | 0 .../@sindresorhus/is/package.json | 2 +- .../node_modules/@sindresorhus/is/readme.md | 0 .../@szmarczak/http-timer/LICENSE | 0 .../@szmarczak/http-timer/README.md | 0 .../@szmarczak/http-timer/package.json | 2 +- .../@szmarczak/http-timer/source/index.js | 0 music app/node_modules/Buffer/README.md | 24 + music app/node_modules/Buffer/index.js | 98 + music app/node_modules/Buffer/package.json | 50 + .../node_modules/FileReader/FileReader.js | 302 + .../node_modules/FileReader/package.json | 48 + .../node_modules/accepts/HISTORY.md | 0 .../node_modules/accepts/LICENSE | 0 .../node_modules/accepts/README.md | 0 .../node_modules/accepts/index.js | 0 .../node_modules/accepts/package.json | 2 +- .../node_modules/after/LICENCE | 0 .../node_modules/after/README.md | 0 .../node_modules/after/index.js | 0 .../node_modules/after/package.json | 2 +- .../node_modules/after/test/after-test.js | 0 .../node_modules/androidjs/LICENSE | 0 .../node_modules/androidjs/example/index.html | 0 .../node_modules/androidjs/example/test.js | 0 .../node_modules/androidjs/index.js | 0 .../node_modules/androidjs/lib/back.js | 0 .../node_modules/androidjs/lib/front.js | 0 .../node_modules/androidjs/package.json | 15 +- .../node_modules/ansi-regex/index.js | 0 .../node_modules/ansi-regex/license | 0 .../node_modules/ansi-regex/package.json | 2 +- .../node_modules/ansi-regex/readme.md | 0 .../node_modules/arraybuffer.slice/LICENCE | 0 .../node_modules/arraybuffer.slice/Makefile | 0 .../node_modules/arraybuffer.slice/README.md | 0 .../node_modules/arraybuffer.slice/index.js | 0 .../arraybuffer.slice/package.json | 2 +- .../arraybuffer.slice/test/slice-buffer.js | 0 .../node_modules/async-limiter/LICENSE | 0 .../async-limiter/coverage/coverage.json | 0 .../lcov-report/async-throttle/index.html | 0 .../lcov-report/async-throttle/index.js.html | 0 .../coverage/lcov-report/base.css | 0 .../coverage/lcov-report/index.html | 0 .../coverage/lcov-report/prettify.css | 0 .../coverage/lcov-report/prettify.js | 0 .../lcov-report/sort-arrow-sprite.png | Bin .../coverage/lcov-report/sorter.js | 0 .../async-limiter/coverage/lcov.info | 0 .../node_modules/async-limiter/index.js | 0 .../node_modules/async-limiter/package.json | 2 +- .../node_modules/async-limiter/readme.md | 0 .../node_modules/axios/CHANGELOG.md | 0 .../node_modules/axios/LICENSE | 0 .../node_modules/axios/README.md | 0 .../node_modules/axios/UPGRADE_GUIDE.md | 0 .../node_modules/axios/dist/axios.js | 0 .../node_modules/axios/dist/axios.map | 0 .../node_modules/axios/dist/axios.min.js | 0 .../node_modules/axios/dist/axios.min.map | 0 .../node_modules/axios/index.d.ts | 0 .../node_modules/axios/index.js | 0 .../node_modules/axios/lib/adapters/README.md | 0 .../node_modules/axios/lib/adapters/http.js | 0 .../node_modules/axios/lib/adapters/xhr.js | 0 .../node_modules/axios/lib/axios.js | 0 .../node_modules/axios/lib/cancel/Cancel.js | 0 .../axios/lib/cancel/CancelToken.js | 0 .../node_modules/axios/lib/cancel/isCancel.js | 0 .../node_modules/axios/lib/core/Axios.js | 0 .../axios/lib/core/InterceptorManager.js | 0 .../node_modules/axios/lib/core/README.md | 0 .../axios/lib/core/createError.js | 0 .../axios/lib/core/dispatchRequest.js | 0 .../axios/lib/core/enhanceError.js | 0 .../node_modules/axios/lib/core/settle.js | 0 .../axios/lib/core/transformData.js | 0 .../node_modules/axios/lib/defaults.js | 0 .../node_modules/axios/lib/helpers/README.md | 0 .../node_modules/axios/lib/helpers/bind.js | 0 .../node_modules/axios/lib/helpers/btoa.js | 0 .../axios/lib/helpers/buildURL.js | 0 .../axios/lib/helpers/combineURLs.js | 0 .../node_modules/axios/lib/helpers/cookies.js | 0 .../axios/lib/helpers/deprecatedMethod.js | 0 .../axios/lib/helpers/isAbsoluteURL.js | 0 .../axios/lib/helpers/isURLSameOrigin.js | 0 .../axios/lib/helpers/normalizeHeaderName.js | 0 .../axios/lib/helpers/parseHeaders.js | 0 .../node_modules/axios/lib/helpers/spread.js | 0 .../node_modules/axios/lib/utils.js | 0 .../node_modules/axios/package.json | 2 +- .../node_modules/backo2/History.md | 0 .../node_modules/backo2/Makefile | 0 .../node_modules/backo2/Readme.md | 0 .../node_modules/backo2/component.json | 0 .../node_modules/backo2/index.js | 0 .../node_modules/backo2/package.json | 2 +- .../node_modules/backo2/test/index.js | 0 .../base64-arraybuffer/LICENSE-MIT | 0 .../node_modules/base64-arraybuffer/README.md | 0 .../lib/base64-arraybuffer.js | 0 .../base64-arraybuffer/package.json | 2 +- .../node_modules/base64id/LICENSE | 0 .../node_modules/base64id/README.md | 0 .../node_modules/base64id/lib/base64id.js | 0 .../node_modules/base64id/package.json | 2 +- .../node_modules/better-assert/History.md | 0 .../node_modules/better-assert/Makefile | 0 .../node_modules/better-assert/Readme.md | 0 .../node_modules/better-assert/example.js | 0 .../node_modules/better-assert/index.js | 0 .../node_modules/better-assert/package.json | 2 +- .../node_modules/blob/LICENSE | 0 .../node_modules/blob/Makefile | 0 .../node_modules/blob/README.md | 0 .../node_modules/blob/component.json | 0 .../node_modules/blob/index.js | 0 .../node_modules/blob/package.json | 2 +- .../node_modules/blob/test/index.js | 0 music app/node_modules/bluebird-co/.npmignore | 37 + .../node_modules/bluebird-co/.travis.yml | 16 + .../node_modules/bluebird-co/Gruntfile.js | 120 + music app/node_modules/bluebird-co/LICENSE | 21 + music app/node_modules/bluebird-co/README.md | 333 + .../bluebird-co/benchmark/README.md | 263 + .../bluebird-co/benchmark/build/arrays.js | 168 + .../bluebird-co/benchmark/build/errors.js | 165 + .../bluebird-co/benchmark/build/generators.js | 186 + .../bluebird-co/benchmark/build/iterables.js | 104 + .../bluebird-co/benchmark/build/objects.js | 169 + .../bluebird-co/benchmark/build/promises.js | 55 + .../bluebird-co/benchmark/build/thunks.js | 198 + .../bluebird-co/benchmark/co/index.js | 274 + .../bluebird-co/benchmark/results.csv | 64 + .../bluebird-co/benchmark/results.xlsx | Bin 0 -> 16883 bytes .../bluebird-co/build/yield_handler.js | 326 + music app/node_modules/bluebird-co/index.js | 10 + music app/node_modules/bluebird-co/manual.js | 5 + .../node_modules/bluebird-co/package.json | 98 + music app/node_modules/bluebird/LICENSE | 21 + music app/node_modules/bluebird/README.md | 57 + music app/node_modules/bluebird/changelog.md | 1 + .../bluebird/js/browser/bluebird.core.js | 3810 +++++++++++ .../bluebird/js/browser/bluebird.core.min.js | 31 + .../bluebird/js/browser/bluebird.js | 5652 +++++++++++++++++ .../bluebird/js/browser/bluebird.min.js | 31 + .../node_modules/bluebird/js/release/any.js | 21 + .../bluebird/js/release/assert.js | 55 + .../node_modules/bluebird/js/release/async.js | 165 + .../node_modules/bluebird/js/release/bind.js | 67 + .../bluebird/js/release/bluebird.js | 11 + .../bluebird/js/release/call_get.js | 123 + .../bluebird/js/release/cancel.js | 129 + .../bluebird/js/release/catch_filter.js | 42 + .../bluebird/js/release/context.js | 69 + .../bluebird/js/release/debuggability.js | 934 +++ .../bluebird/js/release/direct_resolve.js | 46 + .../node_modules/bluebird/js/release/each.js | 30 + .../bluebird/js/release/errors.js | 116 + .../node_modules/bluebird/js/release/es5.js | 80 + .../bluebird/js/release/filter.js | 12 + .../bluebird/js/release/finally.js | 146 + .../bluebird/js/release/generators.js | 223 + .../node_modules/bluebird/js/release/join.js | 168 + .../node_modules/bluebird/js/release/map.js | 168 + .../bluebird/js/release/method.js | 55 + .../bluebird/js/release/nodeback.js | 51 + .../bluebird/js/release/nodeify.js | 58 + .../bluebird/js/release/promise.js | 776 +++ .../bluebird/js/release/promise_array.js | 185 + .../bluebird/js/release/promisify.js | 314 + .../node_modules/bluebird/js/release/props.js | 118 + .../node_modules/bluebird/js/release/queue.js | 73 + .../node_modules/bluebird/js/release/race.js | 49 + .../bluebird/js/release/reduce.js | 172 + .../bluebird/js/release/schedule.js | 61 + .../bluebird/js/release/settle.js | 43 + .../node_modules/bluebird/js/release/some.js | 148 + .../js/release/synchronous_inspection.js | 103 + .../bluebird/js/release/thenables.js | 86 + .../bluebird/js/release/timers.js | 93 + .../node_modules/bluebird/js/release/using.js | 226 + .../node_modules/bluebird/js/release/util.js | 389 ++ music app/node_modules/bluebird/package.json | 102 + .../node_modules/cacheable-request/LICENSE | 0 .../node_modules/cacheable-request/README.md | 0 .../cacheable-request/package.json | 2 +- .../cacheable-request/src/index.js | 0 .../node_modules/callsite/History.md | 0 .../node_modules/callsite/Makefile | 0 .../node_modules/callsite/Readme.md | 0 .../node_modules/callsite/index.js | 0 .../node_modules/callsite/package.json | 2 +- .../node_modules/camelcase/index.js | 0 .../node_modules/camelcase/license | 0 .../node_modules/camelcase/package.json | 2 +- .../node_modules/camelcase/readme.md | 0 .../node_modules/cliui/CHANGELOG.md | 0 .../node_modules/cliui/LICENSE.txt | 0 .../node_modules/cliui/README.md | 0 .../node_modules/cliui/index.js | 0 .../node_modules/cliui/package.json | 2 +- .../node_modules/clone-response/LICENSE | 0 .../node_modules/clone-response/README.md | 0 .../node_modules/clone-response/package.json | 2 +- .../node_modules/clone-response/src/index.js | 0 .../node_modules/code-point-at/index.js | 0 .../node_modules/code-point-at/license | 0 .../node_modules/code-point-at/package.json | 2 +- .../node_modules/code-point-at/readme.md | 0 .../node_modules/component-bind/History.md | 0 .../node_modules/component-bind/Makefile | 0 .../node_modules/component-bind/Readme.md | 0 .../component-bind/component.json | 0 .../node_modules/component-bind/index.js | 0 .../node_modules/component-bind/package.json | 2 +- .../node_modules/component-emitter/History.md | 0 .../node_modules/component-emitter/LICENSE | 0 .../node_modules/component-emitter/Readme.md | 0 .../node_modules/component-emitter/index.js | 0 .../component-emitter/package.json | 2 +- .../node_modules/component-inherit/History.md | 0 .../node_modules/component-inherit/Makefile | 0 .../node_modules/component-inherit/Readme.md | 0 .../component-inherit/component.json | 0 .../node_modules/component-inherit/index.js | 0 .../component-inherit/package.json | 2 +- .../component-inherit/test/inherit.js | 0 .../node_modules/convert-seconds/.idea/.name | 1 + .../convert-seconds/.idea/convert-seconds.iml | 19 +- .../convert-seconds/.idea/encodings.xml | 6 + .../.idea/jsLibraryMappings.xml | 6 + .../convert_seconds_node_modules.xml | 14 + .../convert-seconds/.idea/misc.xml | 13 + .../convert-seconds/.idea/modules.xml | 8 + .../convert-seconds}/.idea/vcs.xml | 10 +- .../convert-seconds/.idea/workspace.xml | 301 + .../node_modules/convert-seconds/.npmignore | 27 + .../node_modules/convert-seconds/.travis.yml | 7 + .../node_modules/convert-seconds/LICENSE | 22 + .../node_modules/convert-seconds/README.md | 37 + .../node_modules/convert-seconds/index.js | 15 + .../node_modules/convert-seconds/package.json | 62 + .../node_modules/convert-seconds/test.js | 37 + .../node_modules/cookie/HISTORY.md | 0 .../node_modules/cookie/LICENSE | 0 .../node_modules/cookie/README.md | 0 .../node_modules/cookie/index.js | 0 .../node_modules/cookie/package.json | 2 +- .../node_modules/debug/CHANGELOG.md | 0 .../node_modules/debug/LICENSE | 0 .../node_modules/debug/README.md | 0 .../node_modules/debug/dist/debug.js | 0 .../node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../node_modules/debug/src/common.js | 0 .../node_modules/debug/src/index.js | 0 .../node_modules/debug/src/node.js | 0 .../node_modules/decamelize/index.js | 0 .../node_modules/decamelize/license | 0 .../node_modules/decamelize/package.json | 2 +- .../node_modules/decamelize/readme.md | 0 .../node_modules/decompress-response/index.js | 0 .../node_modules/decompress-response/license | 0 .../decompress-response/package.json | 2 +- .../decompress-response/readme.md | 0 .../node_modules/defer-to-connect/LICENSE | 0 .../node_modules/defer-to-connect/README.md | 0 .../node_modules/defer-to-connect/index.js | 0 .../defer-to-connect/package.json | 2 +- .../node_modules/dns-packet/CHANGELOG.md | 0 .../node_modules/dns-packet/LICENSE | 0 .../node_modules/dns-packet/README.md | 0 .../node_modules/dns-packet/classes.js | 0 .../node_modules/dns-packet/index.js | 0 .../node_modules/dns-packet/opcodes.js | 0 .../node_modules/dns-packet/optioncodes.js | 0 .../node_modules/dns-packet/package.json | 2 +- .../node_modules/dns-packet/rcodes.js | 0 .../node_modules/dns-packet/types.js | 0 .../node_modules/dns-socket/CHANGELOG.md | 0 .../node_modules/dns-socket/LICENSE | 0 .../node_modules/dns-socket/README.md | 0 .../node_modules/dns-socket/index.js | 0 .../node_modules/dns-socket/package.json | 2 +- .../node_modules/duplexer3/LICENSE.md | 0 .../node_modules/duplexer3/README.md | 0 .../node_modules/duplexer3/index.js | 0 .../node_modules/duplexer3/package.json | 2 +- .../node_modules/end-of-stream/LICENSE | 0 .../node_modules/end-of-stream/README.md | 0 .../node_modules/end-of-stream/index.js | 0 .../node_modules/end-of-stream/package.json | 2 +- .../node_modules/engine.io-client/LICENSE | 0 .../node_modules/engine.io-client/README.md | 0 .../engine.io-client/engine.io.js | 0 .../engine.io-client/lib/index.js | 0 .../engine.io-client/lib/socket.js | 0 .../engine.io-client/lib/transport.js | 0 .../engine.io-client/lib/transports/index.js | 0 .../lib/transports/polling-jsonp.js | 0 .../lib/transports/polling-xhr.js | 0 .../lib/transports/polling.js | 0 .../lib/transports/websocket.js | 0 .../engine.io-client/lib/xmlhttprequest.js | 0 .../node_modules/debug/CHANGELOG.md | 0 .../node_modules/debug/LICENSE | 0 .../node_modules/debug/Makefile | 0 .../node_modules/debug/README.md | 0 .../node_modules/debug/karma.conf.js | 0 .../node_modules/debug/node.js | 0 .../node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../node_modules/debug/src/debug.js | 0 .../node_modules/debug/src/index.js | 0 .../node_modules/debug/src/node.js | 0 .../engine.io-client/node_modules/ms/index.js | 0 .../node_modules/ms/license.md | 0 .../node_modules/ms/package.json | 2 +- .../node_modules/ms/readme.md | 0 .../engine.io-client/package.json | 2 +- .../node_modules/engine.io-parser/LICENSE | 0 .../node_modules/engine.io-parser/Readme.md | 0 .../engine.io-parser/lib/browser.js | 0 .../engine.io-parser/lib/index.js | 0 .../node_modules/engine.io-parser/lib/keys.js | 0 .../node_modules/engine.io-parser/lib/utf8.js | 0 .../engine.io-parser/package.json | 2 +- .../node_modules/engine.io/LICENSE | 0 .../node_modules/engine.io/README.md | 0 .../node_modules/engine.io/lib/engine.io.js | 0 .../node_modules/engine.io/lib/server.js | 0 .../node_modules/engine.io/lib/socket.js | 0 .../node_modules/engine.io/lib/transport.js | 0 .../engine.io/lib/transports/index.js | 0 .../engine.io/lib/transports/polling-jsonp.js | 0 .../engine.io/lib/transports/polling-xhr.js | 0 .../engine.io/lib/transports/polling.js | 0 .../engine.io/lib/transports/websocket.js | 0 .../engine.io/node_modules/debug/CHANGELOG.md | 0 .../engine.io/node_modules/debug/LICENSE | 0 .../engine.io/node_modules/debug/Makefile | 0 .../engine.io/node_modules/debug/README.md | 0 .../node_modules/debug/karma.conf.js | 0 .../engine.io/node_modules/debug/node.js | 0 .../engine.io/node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../engine.io/node_modules/debug/src/debug.js | 0 .../engine.io/node_modules/debug/src/index.js | 0 .../engine.io/node_modules/debug/src/node.js | 0 .../engine.io/node_modules/ms/index.js | 0 .../engine.io/node_modules/ms/license.md | 0 .../engine.io/node_modules/ms/package.json | 2 +- .../engine.io/node_modules/ms/readme.md | 0 .../node_modules/engine.io/package.json | 2 +- .../node_modules/error-ex/LICENSE | 0 .../node_modules/error-ex/README.md | 0 .../node_modules/error-ex/index.js | 0 .../node_modules/error-ex/package.json | 2 +- .../node_modules/find-up/index.js | 0 .../node_modules/find-up/license | 0 .../node_modules/find-up/package.json | 2 +- .../node_modules/find-up/readme.md | 0 .../node_modules/follow-redirects/LICENSE | 0 .../node_modules/follow-redirects/README.md | 0 .../node_modules/follow-redirects/http.js | 0 .../node_modules/follow-redirects/https.js | 0 .../node_modules/follow-redirects/index.js | 0 .../node_modules/debug/CHANGELOG.md | 0 .../node_modules/debug/LICENSE | 0 .../node_modules/debug/README.md | 0 .../node_modules/debug/dist/debug.js | 0 .../node_modules/debug/node.js | 0 .../node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../node_modules/debug/src/common.js | 0 .../node_modules/debug/src/index.js | 0 .../node_modules/debug/src/node.js | 0 .../follow-redirects/package.json | 2 +- .../node_modules/get-caller-file/LICENSE.md | 0 .../node_modules/get-caller-file/README.md | 0 .../node_modules/get-caller-file/index.js | 0 .../node_modules/get-caller-file/package.json | 2 +- .../node_modules/get-stream/buffer-stream.js | 0 .../node_modules/get-stream/index.js | 0 .../node_modules/get-stream/license | 0 .../node_modules/get-stream/package.json | 2 +- .../node_modules/get-stream/readme.md | 0 .../node_modules/got/license | 0 .../node_modules/got/package.json | 2 +- .../node_modules/got/readme.md | 0 .../node_modules/got/source/as-promise.js | 0 .../node_modules/got/source/as-stream.js | 0 .../node_modules/got/source/create.js | 0 .../node_modules/got/source/errors.js | 0 .../node_modules/got/source/get-response.js | 0 .../node_modules/got/source/index.js | 0 .../got/source/known-hook-events.js | 0 .../node_modules/got/source/merge.js | 0 .../got/source/normalize-arguments.js | 0 .../node_modules/got/source/progress.js | 0 .../got/source/request-as-event-emitter.js | 0 .../got/source/utils/deep-freeze.js | 0 .../got/source/utils/get-body-size.js | 0 .../got/source/utils/is-form-data.js | 0 .../got/source/utils/timed-out.js | 0 .../got/source/utils/url-to-options.js | 0 .../node_modules/graceful-fs/LICENSE | 0 .../node_modules/graceful-fs/README.md | 0 .../node_modules/graceful-fs/clone.js | 0 .../node_modules/graceful-fs/graceful-fs.js | 0 .../graceful-fs/legacy-streams.js | 0 .../node_modules/graceful-fs/package.json | 2 +- .../node_modules/graceful-fs/polyfills.js | 0 .../node_modules/has-binary2/History.md | 0 .../node_modules/has-binary2/LICENSE | 0 .../node_modules/has-binary2/README.md | 0 .../node_modules/has-binary2/index.js | 0 .../node_modules/has-binary2/package.json | 2 +- .../node_modules/has-cors/History.md | 0 .../node_modules/has-cors/Makefile | 0 .../node_modules/has-cors/Readme.md | 0 .../node_modules/has-cors/component.json | 0 .../node_modules/has-cors/index.js | 0 .../node_modules/has-cors/package.json | 2 +- .../node_modules/has-cors/test.js | 0 .../node_modules/hosted-git-info/CHANGELOG.md | 0 .../node_modules/hosted-git-info/LICENSE | 0 .../node_modules/hosted-git-info/README.md | 0 .../hosted-git-info/git-host-info.js | 0 .../node_modules/hosted-git-info/git-host.js | 0 .../node_modules/hosted-git-info/index.js | 0 .../node_modules/hosted-git-info/package.json | 2 +- .../node_modules/http-cache-semantics/LICENSE | 0 .../http-cache-semantics/README.md | 0 .../http-cache-semantics/index.js | 0 .../http-cache-semantics/package.json | 2 +- .../node_modules/indexof/Makefile | 0 .../node_modules/indexof/Readme.md | 0 .../node_modules/indexof/component.json | 0 .../node_modules/indexof/index.js | 0 .../node_modules/indexof/package.json | 2 +- .../node_modules/invert-kv/index.js | 0 .../node_modules/invert-kv/package.json | 2 +- .../node_modules/invert-kv/readme.md | 0 .../node_modules/ip-regex/index.js | 0 .../node_modules/ip-regex/license | 0 .../node_modules/ip-regex/package.json | 2 +- .../node_modules/ip-regex/readme.md | 0 .../node_modules/ip/README.md | 0 .../node_modules/ip/lib/ip.js | 0 .../node_modules/ip/package.json | 15 +- .../node_modules/ip/test/api-test.js | 0 .../node_modules/is-arrayish/LICENSE | 0 .../node_modules/is-arrayish/README.md | 0 .../node_modules/is-arrayish/index.js | 0 .../node_modules/is-arrayish/package.json | 2 +- .../node_modules/is-buffer/LICENSE | 0 .../node_modules/is-buffer/README.md | 0 .../node_modules/is-buffer/index.js | 0 .../node_modules/is-buffer/package.json | 2 +- .../node_modules/is-buffer/test/basic.js | 0 .../is-fullwidth-code-point/index.js | 0 .../is-fullwidth-code-point/license | 0 .../is-fullwidth-code-point/package.json | 2 +- .../is-fullwidth-code-point/readme.md | 0 .../node_modules/is-ip/index.js | 0 .../node_modules/is-ip/license | 0 .../node_modules/is-ip/package.json | 2 +- .../node_modules/is-ip/readme.md | 0 .../node_modules/is-utf8/LICENSE | 0 .../node_modules/is-utf8/README.md | 0 .../node_modules/is-utf8/is-utf8.js | 0 .../node_modules/is-utf8/package.json | 2 +- .../node_modules/isarray/README.md | 0 .../node_modules/isarray/index.js | 0 .../node_modules/isarray/package.json | 2 +- .../node_modules/json-buffer/LICENSE | 0 .../node_modules/json-buffer/README.md | 0 .../node_modules/json-buffer/index.js | 0 .../node_modules/json-buffer/package.json | 2 +- .../node_modules/json-buffer/test/index.js | 0 .../node_modules/keyv/LICENSE | 0 .../node_modules/keyv/README.md | 0 .../node_modules/keyv/package.json | 2 +- .../node_modules/keyv/src/index.js | 0 .../node_modules/lcid/index.js | 0 .../node_modules/lcid/lcid.json | 0 .../node_modules/lcid/license | 0 .../node_modules/lcid/package.json | 2 +- .../node_modules/lcid/readme.md | 0 .../node_modules/left-pad/COPYING | 0 .../node_modules/left-pad/README.md | 0 .../node_modules/left-pad/index.d.ts | 0 .../node_modules/left-pad/index.js | 0 .../node_modules/left-pad/package.json | 2 +- .../node_modules/left-pad/perf/O(n).js | 0 .../node_modules/left-pad/perf/es6Repeat.js | 0 .../node_modules/left-pad/perf/perf.js | 0 .../node_modules/left-pad/test.js | 0 .../node_modules/load-json-file/index.js | 0 .../node_modules/load-json-file/license | 0 .../node_modules/load-json-file/package.json | 2 +- .../node_modules/load-json-file/readme.md | 0 .../node_modules/localtunnel/History.md | 0 .../node_modules/localtunnel/LICENSE | 0 .../node_modules/localtunnel/README.md | 0 .../node_modules/localtunnel/bin/client | 0 .../node_modules/localtunnel/client.js | 0 .../localtunnel/lib/HeaderHostTransformer.js | 0 .../node_modules/localtunnel/lib/Tunnel.js | 0 .../localtunnel/lib/TunnelCluster.js | 0 .../node_modules/debug/CHANGELOG.md | 0 .../localtunnel/node_modules/debug/LICENSE | 0 .../localtunnel/node_modules/debug/Makefile | 0 .../localtunnel/node_modules/debug/README.md | 0 .../node_modules/debug/component.json | 0 .../node_modules/debug/karma.conf.js | 0 .../localtunnel/node_modules/debug/node.js | 0 .../node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../node_modules/debug/src/debug.js | 0 .../node_modules/debug/src/index.js | 0 .../node_modules/debug/src/inspector-log.js | 0 .../node_modules/debug/src/node.js | 0 .../localtunnel/node_modules/ms/index.js | 0 .../localtunnel/node_modules/ms/license.md | 0 .../localtunnel/node_modules/ms/package.json | 2 +- .../localtunnel/node_modules/ms/readme.md | 0 .../node_modules/localtunnel/package.json | 15 +- .../node_modules/localtunnel/test/index.js | 0 .../node_modules/localtunnel/yarn.lock | 0 .../node_modules/lowercase-keys/index.js | 0 .../node_modules/lowercase-keys/license | 0 .../node_modules/lowercase-keys/package.json | 2 +- .../node_modules/lowercase-keys/readme.md | 0 .../node_modules/mime-db/HISTORY.md | 0 .../node_modules/mime-db/LICENSE | 0 .../node_modules/mime-db/README.md | 0 .../node_modules/mime-db/db.json | 0 .../node_modules/mime-db/index.js | 0 .../node_modules/mime-db/package.json | 2 +- .../node_modules/mime-types/HISTORY.md | 0 .../node_modules/mime-types/LICENSE | 0 .../node_modules/mime-types/README.md | 0 .../node_modules/mime-types/index.js | 0 .../node_modules/mime-types/package.json | 2 +- .../node_modules/mimic-response/index.js | 0 .../node_modules/mimic-response/license | 0 .../node_modules/mimic-response/package.json | 2 +- .../node_modules/mimic-response/readme.md | 0 .../node_modules/mp3-duration/.npmignore | 3 + .../node_modules/mp3-duration}/.travis.yml | 2 +- music app/node_modules/mp3-duration/LICENSE | 21 + music app/node_modules/mp3-duration/README.md | 53 + music app/node_modules/mp3-duration/index.js | 224 + .../node_modules/mp3-duration/package.json | 65 + .../mp3-duration/tests/demo - cbr.mp3 | Bin 0 -> 1143117 bytes .../mp3-duration/tests/demo - vbr.mp3 | Bin 0 -> 6722560 bytes .../node_modules/mp3-duration/tests/test.js | 53 + .../node_modules/ms/index.js | 0 .../node_modules/ms/license.md | 0 .../node_modules/ms/package.json | 2 +- .../node_modules/ms/readme.md | 0 .../node_modules/negotiator/HISTORY.md | 0 .../node_modules/negotiator/LICENSE | 0 .../node_modules/negotiator/README.md | 0 .../node_modules/negotiator/index.js | 0 .../node_modules/negotiator/lib/charset.js | 0 .../node_modules/negotiator/lib/encoding.js | 0 .../node_modules/negotiator/lib/language.js | 0 .../node_modules/negotiator/lib/mediaType.js | 0 .../node_modules/negotiator/package.json | 2 +- .../normalize-package-data/AUTHORS | 0 .../normalize-package-data/LICENSE | 0 .../normalize-package-data/README.md | 0 .../lib/extract_description.js | 0 .../normalize-package-data/lib/fixer.js | 0 .../lib/make_warning.js | 0 .../normalize-package-data/lib/normalize.js | 0 .../normalize-package-data/lib/safe_format.js | 0 .../normalize-package-data/lib/typos.json | 0 .../lib/warning_messages.json | 0 .../normalize-package-data/package.json | 2 +- .../node_modules/normalize-url/index.js | 0 .../node_modules/normalize-url/license | 0 .../node_modules/normalize-url/package.json | 2 +- .../node_modules/normalize-url/readme.md | 0 .../node_modules/number-is-nan/index.js | 0 .../node_modules/number-is-nan/license | 0 .../node_modules/number-is-nan/package.json | 2 +- .../node_modules/number-is-nan/readme.md | 0 .../node_modules/object-component/History.md | 0 .../node_modules/object-component/Makefile | 0 .../node_modules/object-component/Readme.md | 0 .../object-component/component.json | 0 .../node_modules/object-component/index.js | 0 .../object-component/package.json | 2 +- .../object-component/test/object.js | 0 .../node_modules/once/LICENSE | 0 .../node_modules/once/README.md | 0 .../node_modules/once/once.js | 0 .../node_modules/once/package.json | 2 +- .../node_modules/openurl/README.md | 0 .../node_modules/openurl/openurl.js | 0 .../node_modules/openurl/package.json | 2 +- .../node_modules/os-locale/index.js | 0 .../node_modules/os-locale/license | 0 .../node_modules/os-locale/package.json | 2 +- .../node_modules/os-locale/readme.md | 0 .../node_modules/p-cancelable/index.d.ts | 0 .../node_modules/p-cancelable/index.js | 0 .../node_modules/p-cancelable/license | 0 .../node_modules/p-cancelable/package.json | 2 +- .../node_modules/p-cancelable/readme.md | 0 .../node_modules/parse-json/index.js | 0 .../node_modules/parse-json/license | 0 .../node_modules/parse-json/package.json | 2 +- .../node_modules/parse-json/readme.md | 0 .../node_modules/parse-json/vendor/parse.js | 0 .../node_modules/parse-json/vendor/unicode.js | 0 .../node_modules/parseqs/LICENSE | 0 .../node_modules/parseqs/Makefile | 0 .../node_modules/parseqs/README.md | 0 .../node_modules/parseqs/index.js | 0 .../node_modules/parseqs/package.json | 2 +- .../node_modules/parseqs/test.js | 0 .../node_modules/parseuri/History.md | 0 .../node_modules/parseuri/LICENSE | 0 .../node_modules/parseuri/Makefile | 0 .../node_modules/parseuri/README.md | 0 .../node_modules/parseuri/index.js | 0 .../node_modules/parseuri/package.json | 2 +- .../node_modules/parseuri/test.js | 0 .../node_modules/path-exists/index.js | 0 .../node_modules/path-exists/license | 0 .../node_modules/path-exists/package.json | 2 +- .../node_modules/path-exists/readme.md | 0 .../node_modules/path-parse/LICENSE | 0 .../node_modules/path-parse/README.md | 0 .../node_modules/path-parse/index.js | 0 .../node_modules/path-parse/package.json | 2 +- .../node_modules/path-parse/test.js | 0 .../node_modules/path-type/index.js | 0 .../node_modules/path-type/license | 0 .../node_modules/path-type/package.json | 2 +- .../node_modules/path-type/readme.md | 0 .../node_modules/pify/index.js | 0 .../node_modules/pify/license | 0 .../node_modules/pify/package.json | 2 +- .../node_modules/pify/readme.md | 0 .../node_modules/pinkie-promise/index.js | 0 .../node_modules/pinkie-promise/license | 0 .../node_modules/pinkie-promise/package.json | 2 +- .../node_modules/pinkie-promise/readme.md | 0 .../node_modules/pinkie/index.js | 0 .../node_modules/pinkie/license | 0 .../node_modules/pinkie/package.json | 2 +- .../node_modules/pinkie/readme.md | 0 .../node_modules/prepend-http/index.js | 0 .../node_modules/prepend-http/license | 0 .../node_modules/prepend-http/package.json | 2 +- .../node_modules/prepend-http/readme.md | 0 .../node_modules/public-ip/browser.js | 0 .../node_modules/public-ip/index.js | 0 .../node_modules/public-ip/license | 0 .../node_modules/public-ip/package.json | 15 +- .../node_modules/public-ip/readme.md | 0 .../node_modules/pump/LICENSE | 0 .../node_modules/pump/README.md | 0 .../node_modules/pump/index.js | 0 .../node_modules/pump/package.json | 2 +- .../node_modules/pump/test-browser.js | 0 .../node_modules/pump/test-node.js | 0 .../node_modules/read-pkg-up/index.js | 0 .../node_modules/read-pkg-up/license | 0 .../node_modules/read-pkg-up/package.json | 2 +- .../node_modules/read-pkg-up/readme.md | 0 .../node_modules/read-pkg/index.js | 0 .../node_modules/read-pkg/license | 0 .../node_modules/read-pkg/package.json | 2 +- .../node_modules/read-pkg/readme.md | 0 .../node_modules/require-directory/LICENSE | 0 .../require-directory/README.markdown | 0 .../node_modules/require-directory/index.js | 0 .../require-directory/package.json | 2 +- .../require-main-filename/LICENSE.txt | 0 .../require-main-filename/README.md | 0 .../require-main-filename/index.js | 0 .../require-main-filename/package.json | 2 +- .../require-main-filename/test.js | 0 .../node_modules/resolve/CHANGELOG.md | 0 .../node_modules/resolve/LICENSE | 0 .../node_modules/resolve/appveyor.yml | 0 .../node_modules/resolve/changelog.hbs | 0 .../node_modules/resolve/example/async.js | 0 .../node_modules/resolve/example/sync.js | 0 .../node_modules/resolve/index.js | 0 .../node_modules/resolve/lib/async.js | 0 .../node_modules/resolve/lib/caller.js | 0 .../node_modules/resolve/lib/core.js | 0 .../node_modules/resolve/lib/core.json | 0 .../resolve/lib/node-modules-paths.js | 0 .../resolve/lib/normalize-options.js | 0 .../node_modules/resolve/lib/sync.js | 0 .../node_modules/resolve/package.json | 2 +- .../node_modules/resolve/readme.markdown | 0 .../node_modules/resolve/test/core.js | 0 .../node_modules/resolve/test/dotdot.js | 0 .../resolve/test/dotdot/abc/index.js | 0 .../node_modules/resolve/test/dotdot/index.js | 0 .../resolve/test/faulty_basedir.js | 0 .../node_modules/resolve/test/filter.js | 0 .../node_modules/resolve/test/filter_sync.js | 0 .../node_modules/resolve/test/mock.js | 0 .../node_modules/resolve/test/mock_sync.js | 0 .../node_modules/resolve/test/module_dir.js | 0 .../test/module_dir/xmodules/aaa/index.js | 0 .../test/module_dir/ymodules/aaa/index.js | 0 .../test/module_dir/zmodules/bbb/main.js | 0 .../test/module_dir/zmodules/bbb/package.json | 0 .../resolve/test/node-modules-paths.js | 0 .../node_modules/resolve/test/node_path.js | 0 .../resolve/test/node_path/x/aaa/index.js | 0 .../resolve/test/node_path/x/ccc/index.js | 0 .../resolve/test/node_path/y/bbb/index.js | 0 .../resolve/test/node_path/y/ccc/index.js | 0 .../node_modules/resolve/test/nonstring.js | 0 .../node_modules/resolve/test/pathfilter.js | 0 .../resolve/test/pathfilter/deep_ref/main.js | 0 .../node_modules/resolve/test/precedence.js | 0 .../resolve/test/precedence/aaa.js | 0 .../resolve/test/precedence/aaa/index.js | 0 .../resolve/test/precedence/aaa/main.js | 0 .../resolve/test/precedence/bbb.js | 0 .../resolve/test/precedence/bbb/main.js | 0 .../node_modules/resolve/test/resolver.js | 0 .../resolve/test/resolver/baz/doom.js | 0 .../resolve/test/resolver/baz/package.json | 0 .../resolve/test/resolver/baz/quux.js | 0 .../resolve/test/resolver/browser_field/a.js | 0 .../resolve/test/resolver/browser_field/b.js | 0 .../test/resolver/browser_field/package.json | 0 .../resolve/test/resolver/cup.coffee | 0 .../resolve/test/resolver/dot_main/index.js | 0 .../test/resolver/dot_main/package.json | 0 .../test/resolver/dot_slash_main/index.js | 0 .../test/resolver/dot_slash_main/package.json | 0 .../node_modules/resolve/test/resolver/foo.js | 0 .../test/resolver/incorrect_main/index.js | 0 .../test/resolver/incorrect_main/package.json | 0 .../test/resolver/invalid_main/package.json | 0 .../resolve/test/resolver/mug.coffee | 0 .../node_modules/resolve/test/resolver/mug.js | 0 .../test/resolver/multirepo/lerna.json | 0 .../test/resolver/multirepo/package.json | 0 .../multirepo/packages/package-a/index.js | 0 .../multirepo/packages/package-a/package.json | 0 .../multirepo/packages/package-b/index.js | 0 .../multirepo/packages/package-b/package.json | 0 .../test/resolver/other_path/lib/other-lib.js | 0 .../resolve/test/resolver/other_path/root.js | 0 .../resolve/test/resolver/quux/foo/index.js | 0 .../resolve/test/resolver/same_names/foo.js | 0 .../test/resolver/same_names/foo/index.js | 0 .../test/resolver/without_basedir/main.js | 0 .../resolve/test/resolver_sync.js | 0 .../node_modules/resolve/test/subdirs.js | 0 .../node_modules/resolve/test/symlinks.js | 0 .../node_modules/responselike/LICENSE | 0 .../node_modules/responselike/README.md | 0 .../node_modules/responselike/package.json | 2 +- .../node_modules/responselike/src/index.js | 0 .../node_modules/semver/CHANGELOG.md | 0 .../node_modules/semver/LICENSE | 0 .../node_modules/semver/README.md | 0 .../node_modules/semver/bin/semver | 0 .../node_modules/semver/package.json | 2 +- .../node_modules/semver/range.bnf | 0 .../node_modules/semver/semver.js | 0 .../node_modules/set-blocking/CHANGELOG.md | 0 .../node_modules/set-blocking/LICENSE.txt | 0 .../node_modules/set-blocking/README.md | 0 .../node_modules/set-blocking/index.js | 0 .../node_modules/set-blocking/package.json | 2 +- .../node_modules/socket.io-adapter/LICENSE | 0 .../node_modules/socket.io-adapter/Readme.md | 0 .../node_modules/socket.io-adapter/index.js | 0 .../socket.io-adapter/package.json | 2 +- .../node_modules/socket.io-client/LICENSE | 0 .../node_modules/socket.io-client/README.md | 0 .../socket.io-client/dist/socket.io.dev.js | 0 .../dist/socket.io.dev.js.map | 0 .../socket.io-client/dist/socket.io.js | 0 .../socket.io-client/dist/socket.io.js.map | 0 .../dist/socket.io.slim.dev.js | 0 .../dist/socket.io.slim.dev.js.map | 0 .../socket.io-client/dist/socket.io.slim.js | 0 .../dist/socket.io.slim.js.map | 0 .../socket.io-client/lib/index.js | 0 .../socket.io-client/lib/manager.js | 0 .../node_modules/socket.io-client/lib/on.js | 0 .../socket.io-client/lib/socket.js | 0 .../node_modules/socket.io-client/lib/url.js | 0 .../node_modules/debug/CHANGELOG.md | 0 .../node_modules/debug/LICENSE | 0 .../node_modules/debug/Makefile | 0 .../node_modules/debug/README.md | 0 .../node_modules/debug/karma.conf.js | 0 .../node_modules/debug/node.js | 0 .../node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../node_modules/debug/src/debug.js | 0 .../node_modules/debug/src/index.js | 0 .../node_modules/debug/src/node.js | 0 .../socket.io-client/node_modules/ms/index.js | 0 .../node_modules/ms/license.md | 0 .../node_modules/ms/package.json | 2 +- .../node_modules/ms/readme.md | 0 .../socket.io-client/package.json | 2 +- .../node_modules/socket.io-parser/LICENSE | 0 .../node_modules/socket.io-parser/Readme.md | 0 .../node_modules/socket.io-parser/binary.js | 0 .../node_modules/socket.io-parser/index.js | 0 .../socket.io-parser/is-buffer.js | 0 .../node_modules/debug/CHANGELOG.md | 0 .../node_modules/debug/LICENSE | 0 .../node_modules/debug/Makefile | 0 .../node_modules/debug/README.md | 0 .../node_modules/debug/karma.conf.js | 0 .../node_modules/debug/node.js | 0 .../node_modules/debug/package.json | 2 +- .../node_modules/debug/src/browser.js | 0 .../node_modules/debug/src/debug.js | 0 .../node_modules/debug/src/index.js | 0 .../node_modules/debug/src/node.js | 0 .../socket.io-parser/node_modules/ms/index.js | 0 .../node_modules/ms/license.md | 0 .../node_modules/ms/package.json | 2 +- .../node_modules/ms/readme.md | 0 .../socket.io-parser/package.json | 2 +- .../node_modules/socket.io/LICENSE | 0 .../node_modules/socket.io/Readme.md | 0 .../node_modules/socket.io/lib/client.js | 0 .../node_modules/socket.io/lib/index.js | 0 .../node_modules/socket.io/lib/namespace.js | 0 .../socket.io/lib/parent-namespace.js | 0 .../node_modules/socket.io/lib/socket.js | 0 .../node_modules/socket.io/package.json | 2 +- .../node_modules/spdx-correct/LICENSE | 0 .../node_modules/spdx-correct/README.md | 0 .../node_modules/spdx-correct/index.js | 0 .../node_modules/spdx-correct/package.json | 2 +- .../node_modules/spdx-exceptions/README.md | 0 .../node_modules/spdx-exceptions/index.json | 0 .../node_modules/spdx-exceptions/package.json | 2 +- .../node_modules/spdx-exceptions/test.log | 0 .../spdx-expression-parse/AUTHORS | 0 .../spdx-expression-parse/LICENSE | 0 .../spdx-expression-parse/README.md | 0 .../spdx-expression-parse/index.js | 0 .../spdx-expression-parse/package.json | 2 +- .../spdx-expression-parse/parse.js | 0 .../spdx-expression-parse/scan.js | 0 .../node_modules/spdx-license-ids/README.md | 0 .../spdx-license-ids/deprecated.json | 0 .../node_modules/spdx-license-ids/index.json | 0 .../spdx-license-ids/package.json | 2 +- .../node_modules/string-width/index.js | 0 .../node_modules/string-width/license | 0 .../node_modules/string-width/package.json | 2 +- .../node_modules/string-width/readme.md | 0 .../node_modules/strip-ansi/index.js | 0 .../node_modules/strip-ansi/license | 0 .../node_modules/strip-ansi/package.json | 2 +- .../node_modules/strip-ansi/readme.md | 0 .../node_modules/strip-bom/index.js | 0 .../node_modules/strip-bom/license | 0 .../node_modules/strip-bom/package.json | 2 +- .../node_modules/strip-bom/readme.md | 0 .../node_modules/to-array/LICENCE | 0 .../node_modules/to-array/README.md | 0 .../node_modules/to-array/index.js | 0 .../node_modules/to-array/package.json | 2 +- .../node_modules/to-readable-stream/index.js | 0 .../node_modules/to-readable-stream/license | 0 .../to-readable-stream/package.json | 2 +- .../node_modules/to-readable-stream/readme.md | 0 .../node_modules/url-parse-lax/index.js | 0 .../node_modules/url-parse-lax/license | 0 .../node_modules/url-parse-lax/package.json | 2 +- .../node_modules/url-parse-lax/readme.md | 0 .../validate-npm-package-license/LICENSE | 0 .../validate-npm-package-license/README.md | 0 .../validate-npm-package-license/index.js | 0 .../validate-npm-package-license/package.json | 2 +- .../node_modules/which-module/CHANGELOG.md | 0 .../node_modules/which-module/LICENSE | 0 .../node_modules/which-module/README.md | 0 .../node_modules/which-module/index.js | 0 .../node_modules/which-module/package.json | 2 +- .../node_modules/wrap-ansi/index.js | 0 .../node_modules/wrap-ansi/license | 0 .../node_modules/wrap-ansi/package.json | 2 +- .../node_modules/wrap-ansi/readme.md | 0 .../node_modules/wrappy/LICENSE | 0 .../node_modules/wrappy/README.md | 0 .../node_modules/wrappy/package.json | 2 +- .../node_modules/wrappy/wrappy.js | 0 .../node_modules/ws/LICENSE | 0 .../node_modules/ws/README.md | 0 .../node_modules/ws/browser.js | 0 .../node_modules/ws/index.js | 0 .../node_modules/ws/lib/buffer-util.js | 0 .../node_modules/ws/lib/constants.js | 0 .../node_modules/ws/lib/event-target.js | 0 .../node_modules/ws/lib/extension.js | 0 .../node_modules/ws/lib/permessage-deflate.js | 0 .../node_modules/ws/lib/receiver.js | 0 .../node_modules/ws/lib/sender.js | 0 .../node_modules/ws/lib/validation.js | 0 .../node_modules/ws/lib/websocket-server.js | 0 .../node_modules/ws/lib/websocket.js | 0 .../node_modules/ws/package.json | 2 +- .../node_modules/xmlhttprequest-ssl/LICENSE | 0 .../node_modules/xmlhttprequest-ssl/README.md | 0 .../xmlhttprequest-ssl/autotest.watchr | 0 .../xmlhttprequest-ssl/example/demo.js | 0 .../xmlhttprequest-ssl/lib/XMLHttpRequest.js | 0 .../xmlhttprequest-ssl/package.json | 2 +- .../tests/test-constants.js | 0 .../xmlhttprequest-ssl/tests/test-events.js | 0 .../tests/test-exceptions.js | 0 .../xmlhttprequest-ssl/tests/test-headers.js | 0 .../tests/test-redirect-302.js | 0 .../tests/test-redirect-303.js | 0 .../tests/test-redirect-307.js | 0 .../tests/test-request-methods.js | 0 .../tests/test-request-protocols.js | 0 .../xmlhttprequest-ssl/tests/testdata.txt | 0 .../node_modules/y18n/LICENSE | 0 .../node_modules/y18n/README.md | 0 .../node_modules/y18n/index.js | 0 .../node_modules/y18n/package.json | 2 +- .../node_modules/yargs-parser/CHANGELOG.md | 0 .../node_modules/yargs-parser/LICENSE.txt | 0 .../node_modules/yargs-parser/README.md | 0 .../node_modules/yargs-parser/index.js | 0 .../yargs-parser/lib/tokenize-arg-string.js | 0 .../node_modules/yargs-parser/package.json | 2 +- .../node_modules/yargs/CHANGELOG.md | 0 .../node_modules/yargs/LICENSE | 0 .../node_modules/yargs/README.md | 0 .../node_modules/yargs/completion.sh.hbs | 0 .../node_modules/yargs/index.js | 0 .../node_modules/yargs/lib/assign.js | 0 .../node_modules/yargs/lib/command.js | 0 .../node_modules/yargs/lib/completion.js | 0 .../node_modules/yargs/lib/levenshtein.js | 0 .../node_modules/yargs/lib/obj-filter.js | 0 .../node_modules/yargs/lib/usage.js | 0 .../node_modules/yargs/lib/validation.js | 0 .../node_modules/yargs/locales/be.json | 0 .../node_modules/yargs/locales/de.json | 0 .../node_modules/yargs/locales/en.json | 0 .../node_modules/yargs/locales/es.json | 0 .../node_modules/yargs/locales/fr.json | 0 .../node_modules/yargs/locales/hi.json | 0 .../node_modules/yargs/locales/hu.json | 0 .../node_modules/yargs/locales/id.json | 0 .../node_modules/yargs/locales/it.json | 0 .../node_modules/yargs/locales/ja.json | 0 .../node_modules/yargs/locales/ko.json | 0 .../node_modules/yargs/locales/nb.json | 0 .../node_modules/yargs/locales/nl.json | 0 .../node_modules/yargs/locales/pirate.json | 0 .../node_modules/yargs/locales/pl.json | 0 .../node_modules/yargs/locales/pt.json | 0 .../node_modules/yargs/locales/pt_BR.json | 0 .../node_modules/yargs/locales/ru.json | 0 .../node_modules/yargs/locales/th.json | 0 .../node_modules/yargs/locales/tr.json | 0 .../node_modules/yargs/locales/zh_CN.json | 0 .../node_modules/yargs/package.json | 2 +- .../node_modules/yargs/yargs.js | 0 .../node_modules/yeast/LICENSE | 0 .../node_modules/yeast/README.md | 0 .../node_modules/yeast/index.js | 0 .../node_modules/yeast/package.json | 2 +- music app/package-lock.json | 372 ++ {chat app => music app}/package.json | 21 +- music app/perry.mp3 | Bin 0 -> 8841739 bytes music app/views/index.html | 458 ++ 1082 files changed, 21055 insertions(+), 3487 deletions(-) delete mode 100755 chat app/assets/icon/app3.png delete mode 100755 chat app/main.js delete mode 100755 chat app/node_modules/after/.npmignore delete mode 100755 chat app/node_modules/after/.travis.yml delete mode 100755 chat app/node_modules/arraybuffer.slice/.npmignore delete mode 100755 chat app/node_modules/async-limiter/.travis.yml delete mode 100755 chat app/node_modules/backo2/.npmignore delete mode 100755 chat app/node_modules/base64-arraybuffer/.npmignore delete mode 100755 chat app/node_modules/base64-arraybuffer/.travis.yml delete mode 100755 chat app/node_modules/base64id/.npmignore delete mode 100755 chat app/node_modules/better-assert/.npmignore delete mode 100755 chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml delete mode 100755 chat app/node_modules/blob/.idea/markdown-navigator.xml delete mode 100755 chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml delete mode 100755 chat app/node_modules/blob/.idea/workspace.xml delete mode 100755 chat app/node_modules/blob/.zuul.yml delete mode 100755 chat app/node_modules/callsite/.npmignore delete mode 100755 chat app/node_modules/component-bind/.npmignore delete mode 100755 chat app/node_modules/component-inherit/.npmignore delete mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.coveralls.yml delete mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.eslintrc delete mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.npmignore delete mode 100755 chat app/node_modules/engine.io-client/node_modules/debug/.travis.yml delete mode 100755 chat app/node_modules/engine.io/node_modules/debug/.coveralls.yml delete mode 100755 chat app/node_modules/engine.io/node_modules/debug/.eslintrc delete mode 100755 chat app/node_modules/engine.io/node_modules/debug/.npmignore delete mode 100755 chat app/node_modules/engine.io/node_modules/debug/.travis.yml delete mode 100755 chat app/node_modules/has-cors/.npmignore delete mode 100755 chat app/node_modules/indexof/.npmignore delete mode 100755 chat app/node_modules/ip/.jscsrc delete mode 100755 chat app/node_modules/ip/.jshintrc delete mode 100755 chat app/node_modules/ip/.npmignore delete mode 100755 chat app/node_modules/ip/.travis.yml delete mode 100755 chat app/node_modules/is-arrayish/.editorconfig delete mode 100755 chat app/node_modules/is-arrayish/.istanbul.yml delete mode 100755 chat app/node_modules/is-arrayish/.npmignore delete mode 100755 chat app/node_modules/is-arrayish/.travis.yml delete mode 100755 chat app/node_modules/json-buffer/.npmignore delete mode 100755 chat app/node_modules/left-pad/.travis.yml delete mode 100755 chat app/node_modules/localtunnel/.travis.yml delete mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.coveralls.yml delete mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.eslintrc delete mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.npmignore delete mode 100755 chat app/node_modules/localtunnel/node_modules/debug/.travis.yml delete mode 100755 chat app/node_modules/object-component/.npmignore delete mode 100755 chat app/node_modules/openurl/.npmignore delete mode 100755 chat app/node_modules/parseqs/.npmignore delete mode 100755 chat app/node_modules/parseuri/.npmignore delete mode 100755 chat app/node_modules/path-parse/.travis.yml delete mode 100755 chat app/node_modules/pump/.travis.yml delete mode 100755 chat app/node_modules/require-directory/.jshintrc delete mode 100755 chat app/node_modules/require-directory/.npmignore delete mode 100755 chat app/node_modules/require-directory/.travis.yml delete mode 100755 chat app/node_modules/require-main-filename/.npmignore delete mode 100755 chat app/node_modules/require-main-filename/.travis.yml delete mode 100755 chat app/node_modules/resolve/.editorconfig delete mode 100755 chat app/node_modules/resolve/.eslintignore delete mode 100755 chat app/node_modules/resolve/.eslintrc delete mode 100755 chat app/node_modules/resolve/.travis.yml delete mode 100755 chat app/node_modules/resolve/test/.eslintrc delete mode 100755 chat app/node_modules/resolve/test/resolver/symlinked/_/node_modules/foo.js delete mode 100755 chat app/node_modules/resolve/test/resolver/symlinked/_/symlink_target/.gitkeep delete mode 100755 chat app/node_modules/socket.io-adapter/.npmignore delete mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.coveralls.yml delete mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.eslintrc delete mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.npmignore delete mode 100755 chat app/node_modules/socket.io-client/node_modules/debug/.travis.yml delete mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.coveralls.yml delete mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.eslintrc delete mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.npmignore delete mode 100755 chat app/node_modules/socket.io-parser/node_modules/debug/.travis.yml delete mode 100755 chat app/node_modules/to-array/.npmignore delete mode 100755 chat app/package-lock.json delete mode 100755 chat app/views/index.html create mode 100755 music app/.idea/app.iml create mode 100755 music app/.idea/misc.xml rename {chat app/node_modules/blob => music app}/.idea/modules.xml (58%) create mode 100755 music app/.idea/workspace.xml rename {chat app => music app}/README.md (100%) rename {chat app => music app}/assets/icon/courses-icon-10.png (100%) mode change 100644 => 100755 rename {chat app => music app}/assets/icon/ic_launcher.png (100%) mode change 100644 => 100755 rename {chat app => music app}/assets/icon/icon.png (100%) mode change 100644 => 100755 rename chat app/assets/ipc/front.js => music app/assets/ipc/androidjs.js (90%) create mode 100755 music app/main.js rename {chat app => music app}/node_modules/@sindresorhus/is/dist/index.d.ts (100%) rename {chat app => music app}/node_modules/@sindresorhus/is/dist/index.js (100%) rename {chat app => music app}/node_modules/@sindresorhus/is/dist/index.js.map (100%) rename {chat app => music app}/node_modules/@sindresorhus/is/license (100%) rename {chat app => music app}/node_modules/@sindresorhus/is/package.json (97%) rename {chat app => music app}/node_modules/@sindresorhus/is/readme.md (100%) rename {chat app => music app}/node_modules/@szmarczak/http-timer/LICENSE (100%) rename {chat app => music app}/node_modules/@szmarczak/http-timer/README.md (100%) rename {chat app => music app}/node_modules/@szmarczak/http-timer/package.json (96%) rename {chat app => music app}/node_modules/@szmarczak/http-timer/source/index.js (100%) create mode 100755 music app/node_modules/Buffer/README.md create mode 100755 music app/node_modules/Buffer/index.js create mode 100755 music app/node_modules/Buffer/package.json create mode 100755 music app/node_modules/FileReader/FileReader.js create mode 100755 music app/node_modules/FileReader/package.json rename {chat app => music app}/node_modules/accepts/HISTORY.md (100%) rename {chat app => music app}/node_modules/accepts/LICENSE (100%) rename {chat app => music app}/node_modules/accepts/README.md (100%) rename {chat app => music app}/node_modules/accepts/index.js (100%) rename {chat app => music app}/node_modules/accepts/package.json (96%) rename {chat app => music app}/node_modules/after/LICENCE (100%) rename {chat app => music app}/node_modules/after/README.md (100%) rename {chat app => music app}/node_modules/after/index.js (100%) rename {chat app => music app}/node_modules/after/package.json (94%) rename {chat app => music app}/node_modules/after/test/after-test.js (100%) rename {chat app => music app}/node_modules/androidjs/LICENSE (100%) rename {chat app => music app}/node_modules/androidjs/example/index.html (100%) rename {chat app => music app}/node_modules/androidjs/example/test.js (100%) rename {chat app => music app}/node_modules/androidjs/index.js (100%) rename {chat app => music app}/node_modules/androidjs/lib/back.js (100%) rename {chat app => music app}/node_modules/androidjs/lib/front.js (100%) rename {chat app => music app}/node_modules/androidjs/package.json (73%) rename {chat app => music app}/node_modules/ansi-regex/index.js (100%) rename {chat app => music app}/node_modules/ansi-regex/license (100%) rename {chat app => music app}/node_modules/ansi-regex/package.json (96%) rename {chat app => music app}/node_modules/ansi-regex/readme.md (100%) rename {chat app => music app}/node_modules/arraybuffer.slice/LICENCE (100%) rename {chat app => music app}/node_modules/arraybuffer.slice/Makefile (100%) rename {chat app => music app}/node_modules/arraybuffer.slice/README.md (100%) rename {chat app => music app}/node_modules/arraybuffer.slice/index.js (100%) rename {chat app => music app}/node_modules/arraybuffer.slice/package.json (94%) rename {chat app => music app}/node_modules/arraybuffer.slice/test/slice-buffer.js (100%) rename {chat app => music app}/node_modules/async-limiter/LICENSE (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/coverage.json (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.html (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/async-throttle/index.js.html (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/base.css (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/index.html (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/prettify.css (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/prettify.js (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/sort-arrow-sprite.png (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov-report/sorter.js (100%) rename {chat app => music app}/node_modules/async-limiter/coverage/lcov.info (100%) rename {chat app => music app}/node_modules/async-limiter/index.js (100%) rename {chat app => music app}/node_modules/async-limiter/package.json (96%) rename {chat app => music app}/node_modules/async-limiter/readme.md (100%) rename {chat app => music app}/node_modules/axios/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/axios/LICENSE (100%) rename {chat app => music app}/node_modules/axios/README.md (100%) rename {chat app => music app}/node_modules/axios/UPGRADE_GUIDE.md (100%) rename {chat app => music app}/node_modules/axios/dist/axios.js (100%) rename {chat app => music app}/node_modules/axios/dist/axios.map (100%) rename {chat app => music app}/node_modules/axios/dist/axios.min.js (100%) rename {chat app => music app}/node_modules/axios/dist/axios.min.map (100%) rename {chat app => music app}/node_modules/axios/index.d.ts (100%) rename {chat app => music app}/node_modules/axios/index.js (100%) rename {chat app => music app}/node_modules/axios/lib/adapters/README.md (100%) rename {chat app => music app}/node_modules/axios/lib/adapters/http.js (100%) rename {chat app => music app}/node_modules/axios/lib/adapters/xhr.js (100%) rename {chat app => music app}/node_modules/axios/lib/axios.js (100%) rename {chat app => music app}/node_modules/axios/lib/cancel/Cancel.js (100%) rename {chat app => music app}/node_modules/axios/lib/cancel/CancelToken.js (100%) rename {chat app => music app}/node_modules/axios/lib/cancel/isCancel.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/Axios.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/InterceptorManager.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/README.md (100%) rename {chat app => music app}/node_modules/axios/lib/core/createError.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/dispatchRequest.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/enhanceError.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/settle.js (100%) rename {chat app => music app}/node_modules/axios/lib/core/transformData.js (100%) rename {chat app => music app}/node_modules/axios/lib/defaults.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/README.md (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/bind.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/btoa.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/buildURL.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/combineURLs.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/cookies.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/deprecatedMethod.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/isAbsoluteURL.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/isURLSameOrigin.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/normalizeHeaderName.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/parseHeaders.js (100%) rename {chat app => music app}/node_modules/axios/lib/helpers/spread.js (100%) rename {chat app => music app}/node_modules/axios/lib/utils.js (100%) rename {chat app => music app}/node_modules/axios/package.json (97%) rename {chat app => music app}/node_modules/backo2/History.md (100%) rename {chat app => music app}/node_modules/backo2/Makefile (100%) rename {chat app => music app}/node_modules/backo2/Readme.md (100%) rename {chat app => music app}/node_modules/backo2/component.json (100%) rename {chat app => music app}/node_modules/backo2/index.js (100%) rename {chat app => music app}/node_modules/backo2/package.json (93%) rename {chat app => music app}/node_modules/backo2/test/index.js (100%) rename {chat app => music app}/node_modules/base64-arraybuffer/LICENSE-MIT (100%) rename {chat app => music app}/node_modules/base64-arraybuffer/README.md (100%) rename {chat app => music app}/node_modules/base64-arraybuffer/lib/base64-arraybuffer.js (100%) rename {chat app => music app}/node_modules/base64-arraybuffer/package.json (95%) rename {chat app => music app}/node_modules/base64id/LICENSE (100%) rename {chat app => music app}/node_modules/base64id/README.md (100%) rename {chat app => music app}/node_modules/base64id/lib/base64id.js (100%) rename {chat app => music app}/node_modules/base64id/package.json (93%) rename {chat app => music app}/node_modules/better-assert/History.md (100%) rename {chat app => music app}/node_modules/better-assert/Makefile (100%) rename {chat app => music app}/node_modules/better-assert/Readme.md (100%) rename {chat app => music app}/node_modules/better-assert/example.js (100%) rename {chat app => music app}/node_modules/better-assert/index.js (100%) rename {chat app => music app}/node_modules/better-assert/package.json (95%) rename {chat app => music app}/node_modules/blob/LICENSE (100%) rename {chat app => music app}/node_modules/blob/Makefile (100%) rename {chat app => music app}/node_modules/blob/README.md (100%) rename {chat app => music app}/node_modules/blob/component.json (100%) rename {chat app => music app}/node_modules/blob/index.js (100%) rename {chat app => music app}/node_modules/blob/package.json (93%) rename {chat app => music app}/node_modules/blob/test/index.js (100%) create mode 100755 music app/node_modules/bluebird-co/.npmignore create mode 100755 music app/node_modules/bluebird-co/.travis.yml create mode 100755 music app/node_modules/bluebird-co/Gruntfile.js create mode 100755 music app/node_modules/bluebird-co/LICENSE create mode 100755 music app/node_modules/bluebird-co/README.md create mode 100755 music app/node_modules/bluebird-co/benchmark/README.md create mode 100755 music app/node_modules/bluebird-co/benchmark/build/arrays.js create mode 100755 music app/node_modules/bluebird-co/benchmark/build/errors.js create mode 100755 music app/node_modules/bluebird-co/benchmark/build/generators.js create mode 100755 music app/node_modules/bluebird-co/benchmark/build/iterables.js create mode 100755 music app/node_modules/bluebird-co/benchmark/build/objects.js create mode 100755 music app/node_modules/bluebird-co/benchmark/build/promises.js create mode 100755 music app/node_modules/bluebird-co/benchmark/build/thunks.js create mode 100755 music app/node_modules/bluebird-co/benchmark/co/index.js create mode 100755 music app/node_modules/bluebird-co/benchmark/results.csv create mode 100755 music app/node_modules/bluebird-co/benchmark/results.xlsx create mode 100755 music app/node_modules/bluebird-co/build/yield_handler.js create mode 100755 music app/node_modules/bluebird-co/index.js create mode 100755 music app/node_modules/bluebird-co/manual.js create mode 100755 music app/node_modules/bluebird-co/package.json create mode 100755 music app/node_modules/bluebird/LICENSE create mode 100755 music app/node_modules/bluebird/README.md create mode 100755 music app/node_modules/bluebird/changelog.md create mode 100755 music app/node_modules/bluebird/js/browser/bluebird.core.js create mode 100755 music app/node_modules/bluebird/js/browser/bluebird.core.min.js create mode 100755 music app/node_modules/bluebird/js/browser/bluebird.js create mode 100755 music app/node_modules/bluebird/js/browser/bluebird.min.js create mode 100755 music app/node_modules/bluebird/js/release/any.js create mode 100755 music app/node_modules/bluebird/js/release/assert.js create mode 100755 music app/node_modules/bluebird/js/release/async.js create mode 100755 music app/node_modules/bluebird/js/release/bind.js create mode 100755 music app/node_modules/bluebird/js/release/bluebird.js create mode 100755 music app/node_modules/bluebird/js/release/call_get.js create mode 100755 music app/node_modules/bluebird/js/release/cancel.js create mode 100755 music app/node_modules/bluebird/js/release/catch_filter.js create mode 100755 music app/node_modules/bluebird/js/release/context.js create mode 100755 music app/node_modules/bluebird/js/release/debuggability.js create mode 100755 music app/node_modules/bluebird/js/release/direct_resolve.js create mode 100755 music app/node_modules/bluebird/js/release/each.js create mode 100755 music app/node_modules/bluebird/js/release/errors.js create mode 100755 music app/node_modules/bluebird/js/release/es5.js create mode 100755 music app/node_modules/bluebird/js/release/filter.js create mode 100755 music app/node_modules/bluebird/js/release/finally.js create mode 100755 music app/node_modules/bluebird/js/release/generators.js create mode 100755 music app/node_modules/bluebird/js/release/join.js create mode 100755 music app/node_modules/bluebird/js/release/map.js create mode 100755 music app/node_modules/bluebird/js/release/method.js create mode 100755 music app/node_modules/bluebird/js/release/nodeback.js create mode 100755 music app/node_modules/bluebird/js/release/nodeify.js create mode 100755 music app/node_modules/bluebird/js/release/promise.js create mode 100755 music app/node_modules/bluebird/js/release/promise_array.js create mode 100755 music app/node_modules/bluebird/js/release/promisify.js create mode 100755 music app/node_modules/bluebird/js/release/props.js create mode 100755 music app/node_modules/bluebird/js/release/queue.js create mode 100755 music app/node_modules/bluebird/js/release/race.js create mode 100755 music app/node_modules/bluebird/js/release/reduce.js create mode 100755 music app/node_modules/bluebird/js/release/schedule.js create mode 100755 music app/node_modules/bluebird/js/release/settle.js create mode 100755 music app/node_modules/bluebird/js/release/some.js create mode 100755 music app/node_modules/bluebird/js/release/synchronous_inspection.js create mode 100755 music app/node_modules/bluebird/js/release/thenables.js create mode 100755 music app/node_modules/bluebird/js/release/timers.js create mode 100755 music app/node_modules/bluebird/js/release/using.js create mode 100755 music app/node_modules/bluebird/js/release/util.js create mode 100755 music app/node_modules/bluebird/package.json rename {chat app => music app}/node_modules/cacheable-request/LICENSE (100%) rename {chat app => music app}/node_modules/cacheable-request/README.md (100%) rename {chat app => music app}/node_modules/cacheable-request/package.json (97%) rename {chat app => music app}/node_modules/cacheable-request/src/index.js (100%) rename {chat app => music app}/node_modules/callsite/History.md (100%) rename {chat app => music app}/node_modules/callsite/Makefile (100%) rename {chat app => music app}/node_modules/callsite/Readme.md (100%) rename {chat app => music app}/node_modules/callsite/index.js (100%) rename {chat app => music app}/node_modules/callsite/package.json (92%) rename {chat app => music app}/node_modules/camelcase/index.js (100%) rename {chat app => music app}/node_modules/camelcase/license (100%) rename {chat app => music app}/node_modules/camelcase/package.json (95%) rename {chat app => music app}/node_modules/camelcase/readme.md (100%) rename {chat app => music app}/node_modules/cliui/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/cliui/LICENSE.txt (100%) rename {chat app => music app}/node_modules/cliui/README.md (100%) rename {chat app => music app}/node_modules/cliui/index.js (100%) rename {chat app => music app}/node_modules/cliui/package.json (96%) rename {chat app => music app}/node_modules/clone-response/LICENSE (100%) rename {chat app => music app}/node_modules/clone-response/README.md (100%) rename {chat app => music app}/node_modules/clone-response/package.json (95%) rename {chat app => music app}/node_modules/clone-response/src/index.js (100%) rename {chat app => music app}/node_modules/code-point-at/index.js (100%) rename {chat app => music app}/node_modules/code-point-at/license (100%) rename {chat app => music app}/node_modules/code-point-at/package.json (95%) rename {chat app => music app}/node_modules/code-point-at/readme.md (100%) rename {chat app => music app}/node_modules/component-bind/History.md (100%) rename {chat app => music app}/node_modules/component-bind/Makefile (100%) rename {chat app => music app}/node_modules/component-bind/Readme.md (100%) rename {chat app => music app}/node_modules/component-bind/component.json (100%) rename {chat app => music app}/node_modules/component-bind/index.js (100%) rename {chat app => music app}/node_modules/component-bind/package.json (93%) rename {chat app => music app}/node_modules/component-emitter/History.md (100%) rename {chat app => music app}/node_modules/component-emitter/LICENSE (100%) rename {chat app => music app}/node_modules/component-emitter/Readme.md (100%) rename {chat app => music app}/node_modules/component-emitter/index.js (100%) rename {chat app => music app}/node_modules/component-emitter/package.json (94%) rename {chat app => music app}/node_modules/component-inherit/History.md (100%) rename {chat app => music app}/node_modules/component-inherit/Makefile (100%) rename {chat app => music app}/node_modules/component-inherit/Readme.md (100%) rename {chat app => music app}/node_modules/component-inherit/component.json (100%) rename {chat app => music app}/node_modules/component-inherit/index.js (100%) rename {chat app => music app}/node_modules/component-inherit/package.json (93%) rename {chat app => music app}/node_modules/component-inherit/test/inherit.js (100%) create mode 100755 music app/node_modules/convert-seconds/.idea/.name rename chat app/node_modules/blob/.idea/blob.iml => music app/node_modules/convert-seconds/.idea/convert-seconds.iml (50%) create mode 100755 music app/node_modules/convert-seconds/.idea/encodings.xml create mode 100755 music app/node_modules/convert-seconds/.idea/jsLibraryMappings.xml create mode 100755 music app/node_modules/convert-seconds/.idea/libraries/convert_seconds_node_modules.xml create mode 100755 music app/node_modules/convert-seconds/.idea/misc.xml create mode 100755 music app/node_modules/convert-seconds/.idea/modules.xml rename {chat app/node_modules/blob => music app/node_modules/convert-seconds}/.idea/vcs.xml (97%) create mode 100755 music app/node_modules/convert-seconds/.idea/workspace.xml create mode 100755 music app/node_modules/convert-seconds/.npmignore create mode 100755 music app/node_modules/convert-seconds/.travis.yml create mode 100755 music app/node_modules/convert-seconds/LICENSE create mode 100755 music app/node_modules/convert-seconds/README.md create mode 100755 music app/node_modules/convert-seconds/index.js create mode 100755 music app/node_modules/convert-seconds/package.json create mode 100755 music app/node_modules/convert-seconds/test.js rename {chat app => music app}/node_modules/cookie/HISTORY.md (100%) rename {chat app => music app}/node_modules/cookie/LICENSE (100%) rename {chat app => music app}/node_modules/cookie/README.md (100%) rename {chat app => music app}/node_modules/cookie/index.js (100%) rename {chat app => music app}/node_modules/cookie/package.json (95%) rename {chat app => music app}/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/debug/dist/debug.js (100%) rename {chat app => music app}/node_modules/debug/package.json (97%) rename {chat app => music app}/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/debug/src/common.js (100%) rename {chat app => music app}/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/decamelize/index.js (100%) rename {chat app => music app}/node_modules/decamelize/license (100%) rename {chat app => music app}/node_modules/decamelize/package.json (95%) rename {chat app => music app}/node_modules/decamelize/readme.md (100%) rename {chat app => music app}/node_modules/decompress-response/index.js (100%) rename {chat app => music app}/node_modules/decompress-response/license (100%) rename {chat app => music app}/node_modules/decompress-response/package.json (96%) rename {chat app => music app}/node_modules/decompress-response/readme.md (100%) rename {chat app => music app}/node_modules/defer-to-connect/LICENSE (100%) rename {chat app => music app}/node_modules/defer-to-connect/README.md (100%) rename {chat app => music app}/node_modules/defer-to-connect/index.js (100%) rename {chat app => music app}/node_modules/defer-to-connect/package.json (94%) rename {chat app => music app}/node_modules/dns-packet/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/dns-packet/LICENSE (100%) rename {chat app => music app}/node_modules/dns-packet/README.md (100%) rename {chat app => music app}/node_modules/dns-packet/classes.js (100%) rename {chat app => music app}/node_modules/dns-packet/index.js (100%) rename {chat app => music app}/node_modules/dns-packet/opcodes.js (100%) rename {chat app => music app}/node_modules/dns-packet/optioncodes.js (100%) rename {chat app => music app}/node_modules/dns-packet/package.json (96%) rename {chat app => music app}/node_modules/dns-packet/rcodes.js (100%) rename {chat app => music app}/node_modules/dns-packet/types.js (100%) rename {chat app => music app}/node_modules/dns-socket/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/dns-socket/LICENSE (100%) rename {chat app => music app}/node_modules/dns-socket/README.md (100%) rename {chat app => music app}/node_modules/dns-socket/index.js (100%) rename {chat app => music app}/node_modules/dns-socket/package.json (95%) rename {chat app => music app}/node_modules/duplexer3/LICENSE.md (100%) rename {chat app => music app}/node_modules/duplexer3/README.md (100%) rename {chat app => music app}/node_modules/duplexer3/index.js (100%) rename {chat app => music app}/node_modules/duplexer3/package.json (95%) rename {chat app => music app}/node_modules/end-of-stream/LICENSE (100%) rename {chat app => music app}/node_modules/end-of-stream/README.md (100%) rename {chat app => music app}/node_modules/end-of-stream/index.js (100%) rename {chat app => music app}/node_modules/end-of-stream/package.json (95%) rename {chat app => music app}/node_modules/engine.io-client/LICENSE (100%) rename {chat app => music app}/node_modules/engine.io-client/README.md (100%) rename {chat app => music app}/node_modules/engine.io-client/engine.io.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/index.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/socket.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/transport.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/transports/index.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/transports/polling-jsonp.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/transports/polling-xhr.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/transports/polling.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/transports/websocket.js (100%) rename {chat app => music app}/node_modules/engine.io-client/lib/xmlhttprequest.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/Makefile (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/karma.conf.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/node.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/package.json (95%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/src/debug.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/ms/index.js (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/ms/license.md (100%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/ms/package.json (93%) rename {chat app => music app}/node_modules/engine.io-client/node_modules/ms/readme.md (100%) rename {chat app => music app}/node_modules/engine.io-client/package.json (97%) rename {chat app => music app}/node_modules/engine.io-parser/LICENSE (100%) rename {chat app => music app}/node_modules/engine.io-parser/Readme.md (100%) rename {chat app => music app}/node_modules/engine.io-parser/lib/browser.js (100%) rename {chat app => music app}/node_modules/engine.io-parser/lib/index.js (100%) rename {chat app => music app}/node_modules/engine.io-parser/lib/keys.js (100%) rename {chat app => music app}/node_modules/engine.io-parser/lib/utf8.js (100%) rename {chat app => music app}/node_modules/engine.io-parser/package.json (95%) rename {chat app => music app}/node_modules/engine.io/LICENSE (100%) rename {chat app => music app}/node_modules/engine.io/README.md (100%) rename {chat app => music app}/node_modules/engine.io/lib/engine.io.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/server.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/socket.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/transport.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/transports/index.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/transports/polling-jsonp.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/transports/polling-xhr.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/transports/polling.js (100%) rename {chat app => music app}/node_modules/engine.io/lib/transports/websocket.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/Makefile (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/karma.conf.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/node.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/package.json (96%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/src/debug.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/ms/index.js (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/ms/license.md (100%) rename {chat app => music app}/node_modules/engine.io/node_modules/ms/package.json (94%) rename {chat app => music app}/node_modules/engine.io/node_modules/ms/readme.md (100%) rename {chat app => music app}/node_modules/engine.io/package.json (96%) rename {chat app => music app}/node_modules/error-ex/LICENSE (100%) rename {chat app => music app}/node_modules/error-ex/README.md (100%) rename {chat app => music app}/node_modules/error-ex/index.js (100%) rename {chat app => music app}/node_modules/error-ex/package.json (96%) rename {chat app => music app}/node_modules/find-up/index.js (100%) rename {chat app => music app}/node_modules/find-up/license (100%) rename {chat app => music app}/node_modules/find-up/package.json (95%) rename {chat app => music app}/node_modules/find-up/readme.md (100%) rename {chat app => music app}/node_modules/follow-redirects/LICENSE (100%) rename {chat app => music app}/node_modules/follow-redirects/README.md (100%) rename {chat app => music app}/node_modules/follow-redirects/http.js (100%) rename {chat app => music app}/node_modules/follow-redirects/https.js (100%) rename {chat app => music app}/node_modules/follow-redirects/index.js (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/dist/debug.js (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/node.js (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/package.json (96%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/src/common.js (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/follow-redirects/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/follow-redirects/package.json (96%) rename {chat app => music app}/node_modules/get-caller-file/LICENSE.md (100%) rename {chat app => music app}/node_modules/get-caller-file/README.md (100%) rename {chat app => music app}/node_modules/get-caller-file/index.js (100%) rename {chat app => music app}/node_modules/get-caller-file/package.json (96%) rename {chat app => music app}/node_modules/get-stream/buffer-stream.js (100%) rename {chat app => music app}/node_modules/get-stream/index.js (100%) rename {chat app => music app}/node_modules/get-stream/license (100%) rename {chat app => music app}/node_modules/get-stream/package.json (96%) rename {chat app => music app}/node_modules/get-stream/readme.md (100%) rename {chat app => music app}/node_modules/got/license (100%) rename {chat app => music app}/node_modules/got/package.json (96%) rename {chat app => music app}/node_modules/got/readme.md (100%) rename {chat app => music app}/node_modules/got/source/as-promise.js (100%) rename {chat app => music app}/node_modules/got/source/as-stream.js (100%) rename {chat app => music app}/node_modules/got/source/create.js (100%) rename {chat app => music app}/node_modules/got/source/errors.js (100%) rename {chat app => music app}/node_modules/got/source/get-response.js (100%) rename {chat app => music app}/node_modules/got/source/index.js (100%) rename {chat app => music app}/node_modules/got/source/known-hook-events.js (100%) rename {chat app => music app}/node_modules/got/source/merge.js (100%) rename {chat app => music app}/node_modules/got/source/normalize-arguments.js (100%) rename {chat app => music app}/node_modules/got/source/progress.js (100%) rename {chat app => music app}/node_modules/got/source/request-as-event-emitter.js (100%) rename {chat app => music app}/node_modules/got/source/utils/deep-freeze.js (100%) rename {chat app => music app}/node_modules/got/source/utils/get-body-size.js (100%) rename {chat app => music app}/node_modules/got/source/utils/is-form-data.js (100%) rename {chat app => music app}/node_modules/got/source/utils/timed-out.js (100%) rename {chat app => music app}/node_modules/got/source/utils/url-to-options.js (100%) rename {chat app => music app}/node_modules/graceful-fs/LICENSE (100%) rename {chat app => music app}/node_modules/graceful-fs/README.md (100%) rename {chat app => music app}/node_modules/graceful-fs/clone.js (100%) rename {chat app => music app}/node_modules/graceful-fs/graceful-fs.js (100%) rename {chat app => music app}/node_modules/graceful-fs/legacy-streams.js (100%) rename {chat app => music app}/node_modules/graceful-fs/package.json (95%) rename {chat app => music app}/node_modules/graceful-fs/polyfills.js (100%) rename {chat app => music app}/node_modules/has-binary2/History.md (100%) rename {chat app => music app}/node_modules/has-binary2/LICENSE (100%) rename {chat app => music app}/node_modules/has-binary2/README.md (100%) rename {chat app => music app}/node_modules/has-binary2/index.js (100%) rename {chat app => music app}/node_modules/has-binary2/package.json (94%) rename {chat app => music app}/node_modules/has-cors/History.md (100%) rename {chat app => music app}/node_modules/has-cors/Makefile (100%) rename {chat app => music app}/node_modules/has-cors/Readme.md (100%) rename {chat app => music app}/node_modules/has-cors/component.json (100%) rename {chat app => music app}/node_modules/has-cors/index.js (100%) rename {chat app => music app}/node_modules/has-cors/package.json (94%) rename {chat app => music app}/node_modules/has-cors/test.js (100%) rename {chat app => music app}/node_modules/hosted-git-info/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/hosted-git-info/LICENSE (100%) rename {chat app => music app}/node_modules/hosted-git-info/README.md (100%) rename {chat app => music app}/node_modules/hosted-git-info/git-host-info.js (100%) rename {chat app => music app}/node_modules/hosted-git-info/git-host.js (100%) rename {chat app => music app}/node_modules/hosted-git-info/index.js (100%) rename {chat app => music app}/node_modules/hosted-git-info/package.json (95%) rename {chat app => music app}/node_modules/http-cache-semantics/LICENSE (100%) rename {chat app => music app}/node_modules/http-cache-semantics/README.md (100%) rename {chat app => music app}/node_modules/http-cache-semantics/index.js (100%) rename {chat app => music app}/node_modules/http-cache-semantics/package.json (95%) rename {chat app => music app}/node_modules/indexof/Makefile (100%) rename {chat app => music app}/node_modules/indexof/Readme.md (100%) rename {chat app => music app}/node_modules/indexof/component.json (100%) rename {chat app => music app}/node_modules/indexof/index.js (100%) rename {chat app => music app}/node_modules/indexof/package.json (91%) rename {chat app => music app}/node_modules/invert-kv/index.js (100%) rename {chat app => music app}/node_modules/invert-kv/package.json (95%) rename {chat app => music app}/node_modules/invert-kv/readme.md (100%) rename {chat app => music app}/node_modules/ip-regex/index.js (100%) rename {chat app => music app}/node_modules/ip-regex/license (100%) rename {chat app => music app}/node_modules/ip-regex/package.json (95%) rename {chat app => music app}/node_modules/ip-regex/readme.md (100%) rename {chat app => music app}/node_modules/ip/README.md (100%) rename {chat app => music app}/node_modules/ip/lib/ip.js (100%) rename {chat app => music app}/node_modules/ip/package.json (85%) rename {chat app => music app}/node_modules/ip/test/api-test.js (100%) rename {chat app => music app}/node_modules/is-arrayish/LICENSE (100%) rename {chat app => music app}/node_modules/is-arrayish/README.md (100%) rename {chat app => music app}/node_modules/is-arrayish/index.js (100%) rename {chat app => music app}/node_modules/is-arrayish/package.json (95%) rename {chat app => music app}/node_modules/is-buffer/LICENSE (100%) rename {chat app => music app}/node_modules/is-buffer/README.md (100%) rename {chat app => music app}/node_modules/is-buffer/index.js (100%) rename {chat app => music app}/node_modules/is-buffer/package.json (96%) rename {chat app => music app}/node_modules/is-buffer/test/basic.js (100%) rename {chat app => music app}/node_modules/is-fullwidth-code-point/index.js (100%) rename {chat app => music app}/node_modules/is-fullwidth-code-point/license (100%) rename {chat app => music app}/node_modules/is-fullwidth-code-point/package.json (95%) rename {chat app => music app}/node_modules/is-fullwidth-code-point/readme.md (100%) rename {chat app => music app}/node_modules/is-ip/index.js (100%) rename {chat app => music app}/node_modules/is-ip/license (100%) rename {chat app => music app}/node_modules/is-ip/package.json (95%) rename {chat app => music app}/node_modules/is-ip/readme.md (100%) rename {chat app => music app}/node_modules/is-utf8/LICENSE (100%) rename {chat app => music app}/node_modules/is-utf8/README.md (100%) rename {chat app => music app}/node_modules/is-utf8/is-utf8.js (100%) rename {chat app => music app}/node_modules/is-utf8/package.json (93%) rename {chat app => music app}/node_modules/isarray/README.md (100%) rename {chat app => music app}/node_modules/isarray/index.js (100%) rename {chat app => music app}/node_modules/isarray/package.json (95%) rename {chat app => music app}/node_modules/json-buffer/LICENSE (100%) rename {chat app => music app}/node_modules/json-buffer/README.md (100%) rename {chat app => music app}/node_modules/json-buffer/index.js (100%) rename {chat app => music app}/node_modules/json-buffer/package.json (95%) rename {chat app => music app}/node_modules/json-buffer/test/index.js (100%) rename {chat app => music app}/node_modules/keyv/LICENSE (100%) rename {chat app => music app}/node_modules/keyv/README.md (100%) rename {chat app => music app}/node_modules/keyv/package.json (95%) rename {chat app => music app}/node_modules/keyv/src/index.js (100%) rename {chat app => music app}/node_modules/lcid/index.js (100%) rename {chat app => music app}/node_modules/lcid/lcid.json (100%) rename {chat app => music app}/node_modules/lcid/license (100%) rename {chat app => music app}/node_modules/lcid/package.json (95%) rename {chat app => music app}/node_modules/lcid/readme.md (100%) rename {chat app => music app}/node_modules/left-pad/COPYING (100%) rename {chat app => music app}/node_modules/left-pad/README.md (100%) rename {chat app => music app}/node_modules/left-pad/index.d.ts (100%) rename {chat app => music app}/node_modules/left-pad/index.js (100%) rename {chat app => music app}/node_modules/left-pad/package.json (96%) rename {chat app => music app}/node_modules/left-pad/perf/O(n).js (100%) rename {chat app => music app}/node_modules/left-pad/perf/es6Repeat.js (100%) rename {chat app => music app}/node_modules/left-pad/perf/perf.js (100%) rename {chat app => music app}/node_modules/left-pad/test.js (100%) rename {chat app => music app}/node_modules/load-json-file/index.js (100%) rename {chat app => music app}/node_modules/load-json-file/license (100%) rename {chat app => music app}/node_modules/load-json-file/package.json (95%) rename {chat app => music app}/node_modules/load-json-file/readme.md (100%) rename {chat app => music app}/node_modules/localtunnel/History.md (100%) rename {chat app => music app}/node_modules/localtunnel/LICENSE (100%) rename {chat app => music app}/node_modules/localtunnel/README.md (100%) rename {chat app => music app}/node_modules/localtunnel/bin/client (100%) rename {chat app => music app}/node_modules/localtunnel/client.js (100%) rename {chat app => music app}/node_modules/localtunnel/lib/HeaderHostTransformer.js (100%) rename {chat app => music app}/node_modules/localtunnel/lib/Tunnel.js (100%) rename {chat app => music app}/node_modules/localtunnel/lib/TunnelCluster.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/Makefile (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/component.json (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/karma.conf.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/node.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/package.json (96%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/src/debug.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/src/inspector-log.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/ms/index.js (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/ms/license.md (100%) rename {chat app => music app}/node_modules/localtunnel/node_modules/ms/package.json (93%) rename {chat app => music app}/node_modules/localtunnel/node_modules/ms/readme.md (100%) rename {chat app => music app}/node_modules/localtunnel/package.json (85%) rename {chat app => music app}/node_modules/localtunnel/test/index.js (100%) rename {chat app => music app}/node_modules/localtunnel/yarn.lock (100%) rename {chat app => music app}/node_modules/lowercase-keys/index.js (100%) rename {chat app => music app}/node_modules/lowercase-keys/license (100%) rename {chat app => music app}/node_modules/lowercase-keys/package.json (95%) rename {chat app => music app}/node_modules/lowercase-keys/readme.md (100%) rename {chat app => music app}/node_modules/mime-db/HISTORY.md (100%) rename {chat app => music app}/node_modules/mime-db/LICENSE (100%) rename {chat app => music app}/node_modules/mime-db/README.md (100%) rename {chat app => music app}/node_modules/mime-db/db.json (100%) rename {chat app => music app}/node_modules/mime-db/index.js (100%) rename {chat app => music app}/node_modules/mime-db/package.json (97%) rename {chat app => music app}/node_modules/mime-types/HISTORY.md (100%) rename {chat app => music app}/node_modules/mime-types/LICENSE (100%) rename {chat app => music app}/node_modules/mime-types/README.md (100%) rename {chat app => music app}/node_modules/mime-types/index.js (100%) rename {chat app => music app}/node_modules/mime-types/package.json (96%) rename {chat app => music app}/node_modules/mimic-response/index.js (100%) rename {chat app => music app}/node_modules/mimic-response/license (100%) rename {chat app => music app}/node_modules/mimic-response/package.json (95%) rename {chat app => music app}/node_modules/mimic-response/readme.md (100%) create mode 100755 music app/node_modules/mp3-duration/.npmignore rename {chat app/node_modules/json-buffer => music app/node_modules/mp3-duration}/.travis.yml (71%) create mode 100755 music app/node_modules/mp3-duration/LICENSE create mode 100755 music app/node_modules/mp3-duration/README.md create mode 100755 music app/node_modules/mp3-duration/index.js create mode 100755 music app/node_modules/mp3-duration/package.json create mode 100755 music app/node_modules/mp3-duration/tests/demo - cbr.mp3 create mode 100755 music app/node_modules/mp3-duration/tests/demo - vbr.mp3 create mode 100755 music app/node_modules/mp3-duration/tests/test.js rename {chat app => music app}/node_modules/ms/index.js (100%) rename {chat app => music app}/node_modules/ms/license.md (100%) rename {chat app => music app}/node_modules/ms/package.json (95%) rename {chat app => music app}/node_modules/ms/readme.md (100%) rename {chat app => music app}/node_modules/negotiator/HISTORY.md (100%) rename {chat app => music app}/node_modules/negotiator/LICENSE (100%) rename {chat app => music app}/node_modules/negotiator/README.md (100%) rename {chat app => music app}/node_modules/negotiator/index.js (100%) rename {chat app => music app}/node_modules/negotiator/lib/charset.js (100%) rename {chat app => music app}/node_modules/negotiator/lib/encoding.js (100%) rename {chat app => music app}/node_modules/negotiator/lib/language.js (100%) rename {chat app => music app}/node_modules/negotiator/lib/mediaType.js (100%) rename {chat app => music app}/node_modules/negotiator/package.json (96%) rename {chat app => music app}/node_modules/normalize-package-data/AUTHORS (100%) rename {chat app => music app}/node_modules/normalize-package-data/LICENSE (100%) rename {chat app => music app}/node_modules/normalize-package-data/README.md (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/extract_description.js (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/fixer.js (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/make_warning.js (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/normalize.js (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/safe_format.js (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/typos.json (100%) rename {chat app => music app}/node_modules/normalize-package-data/lib/warning_messages.json (100%) rename {chat app => music app}/node_modules/normalize-package-data/package.json (96%) rename {chat app => music app}/node_modules/normalize-url/index.js (100%) rename {chat app => music app}/node_modules/normalize-url/license (100%) rename {chat app => music app}/node_modules/normalize-url/package.json (95%) rename {chat app => music app}/node_modules/normalize-url/readme.md (100%) rename {chat app => music app}/node_modules/number-is-nan/index.js (100%) rename {chat app => music app}/node_modules/number-is-nan/license (100%) rename {chat app => music app}/node_modules/number-is-nan/package.json (94%) rename {chat app => music app}/node_modules/number-is-nan/readme.md (100%) rename {chat app => music app}/node_modules/object-component/History.md (100%) rename {chat app => music app}/node_modules/object-component/Makefile (100%) rename {chat app => music app}/node_modules/object-component/Readme.md (100%) rename {chat app => music app}/node_modules/object-component/component.json (100%) rename {chat app => music app}/node_modules/object-component/index.js (100%) rename {chat app => music app}/node_modules/object-component/package.json (92%) rename {chat app => music app}/node_modules/object-component/test/object.js (100%) rename {chat app => music app}/node_modules/once/LICENSE (100%) rename {chat app => music app}/node_modules/once/README.md (100%) rename {chat app => music app}/node_modules/once/once.js (100%) rename {chat app => music app}/node_modules/once/package.json (95%) rename {chat app => music app}/node_modules/openurl/README.md (100%) rename {chat app => music app}/node_modules/openurl/openurl.js (100%) rename {chat app => music app}/node_modules/openurl/package.json (93%) rename {chat app => music app}/node_modules/os-locale/index.js (100%) rename {chat app => music app}/node_modules/os-locale/license (100%) rename {chat app => music app}/node_modules/os-locale/package.json (95%) rename {chat app => music app}/node_modules/os-locale/readme.md (100%) rename {chat app => music app}/node_modules/p-cancelable/index.d.ts (100%) rename {chat app => music app}/node_modules/p-cancelable/index.js (100%) rename {chat app => music app}/node_modules/p-cancelable/license (100%) rename {chat app => music app}/node_modules/p-cancelable/package.json (96%) rename {chat app => music app}/node_modules/p-cancelable/readme.md (100%) rename {chat app => music app}/node_modules/parse-json/index.js (100%) rename {chat app => music app}/node_modules/parse-json/license (100%) rename {chat app => music app}/node_modules/parse-json/package.json (95%) rename {chat app => music app}/node_modules/parse-json/readme.md (100%) rename {chat app => music app}/node_modules/parse-json/vendor/parse.js (100%) rename {chat app => music app}/node_modules/parse-json/vendor/unicode.js (100%) rename {chat app => music app}/node_modules/parseqs/LICENSE (100%) rename {chat app => music app}/node_modules/parseqs/Makefile (100%) rename {chat app => music app}/node_modules/parseqs/README.md (100%) rename {chat app => music app}/node_modules/parseqs/index.js (100%) rename {chat app => music app}/node_modules/parseqs/package.json (93%) rename {chat app => music app}/node_modules/parseqs/test.js (100%) rename {chat app => music app}/node_modules/parseuri/History.md (100%) rename {chat app => music app}/node_modules/parseuri/LICENSE (100%) rename {chat app => music app}/node_modules/parseuri/Makefile (100%) rename {chat app => music app}/node_modules/parseuri/README.md (100%) rename {chat app => music app}/node_modules/parseuri/index.js (100%) rename {chat app => music app}/node_modules/parseuri/package.json (93%) rename {chat app => music app}/node_modules/parseuri/test.js (100%) rename {chat app => music app}/node_modules/path-exists/index.js (100%) rename {chat app => music app}/node_modules/path-exists/license (100%) rename {chat app => music app}/node_modules/path-exists/package.json (95%) rename {chat app => music app}/node_modules/path-exists/readme.md (100%) rename {chat app => music app}/node_modules/path-parse/LICENSE (100%) rename {chat app => music app}/node_modules/path-parse/README.md (100%) rename {chat app => music app}/node_modules/path-parse/index.js (100%) rename {chat app => music app}/node_modules/path-parse/package.json (95%) rename {chat app => music app}/node_modules/path-parse/test.js (100%) rename {chat app => music app}/node_modules/path-type/index.js (100%) rename {chat app => music app}/node_modules/path-type/license (100%) rename {chat app => music app}/node_modules/path-type/package.json (95%) rename {chat app => music app}/node_modules/path-type/readme.md (100%) rename {chat app => music app}/node_modules/pify/index.js (100%) rename {chat app => music app}/node_modules/pify/license (100%) rename {chat app => music app}/node_modules/pify/package.json (95%) rename {chat app => music app}/node_modules/pify/readme.md (100%) rename {chat app => music app}/node_modules/pinkie-promise/index.js (100%) rename {chat app => music app}/node_modules/pinkie-promise/license (100%) rename {chat app => music app}/node_modules/pinkie-promise/package.json (95%) rename {chat app => music app}/node_modules/pinkie-promise/readme.md (100%) rename {chat app => music app}/node_modules/pinkie/index.js (100%) rename {chat app => music app}/node_modules/pinkie/license (100%) rename {chat app => music app}/node_modules/pinkie/package.json (95%) rename {chat app => music app}/node_modules/pinkie/readme.md (100%) rename {chat app => music app}/node_modules/prepend-http/index.js (100%) rename {chat app => music app}/node_modules/prepend-http/license (100%) rename {chat app => music app}/node_modules/prepend-http/package.json (95%) rename {chat app => music app}/node_modules/prepend-http/readme.md (100%) rename {chat app => music app}/node_modules/public-ip/browser.js (100%) rename {chat app => music app}/node_modules/public-ip/index.js (100%) rename {chat app => music app}/node_modules/public-ip/license (100%) rename {chat app => music app}/node_modules/public-ip/package.json (88%) rename {chat app => music app}/node_modules/public-ip/readme.md (100%) rename {chat app => music app}/node_modules/pump/LICENSE (100%) rename {chat app => music app}/node_modules/pump/README.md (100%) rename {chat app => music app}/node_modules/pump/index.js (100%) rename {chat app => music app}/node_modules/pump/package.json (94%) rename {chat app => music app}/node_modules/pump/test-browser.js (100%) rename {chat app => music app}/node_modules/pump/test-node.js (100%) rename {chat app => music app}/node_modules/read-pkg-up/index.js (100%) rename {chat app => music app}/node_modules/read-pkg-up/license (100%) rename {chat app => music app}/node_modules/read-pkg-up/package.json (96%) rename {chat app => music app}/node_modules/read-pkg-up/readme.md (100%) rename {chat app => music app}/node_modules/read-pkg/index.js (100%) rename {chat app => music app}/node_modules/read-pkg/license (100%) rename {chat app => music app}/node_modules/read-pkg/package.json (95%) rename {chat app => music app}/node_modules/read-pkg/readme.md (100%) rename {chat app => music app}/node_modules/require-directory/LICENSE (100%) rename {chat app => music app}/node_modules/require-directory/README.markdown (100%) rename {chat app => music app}/node_modules/require-directory/index.js (100%) rename {chat app => music app}/node_modules/require-directory/package.json (96%) rename {chat app => music app}/node_modules/require-main-filename/LICENSE.txt (100%) rename {chat app => music app}/node_modules/require-main-filename/README.md (100%) rename {chat app => music app}/node_modules/require-main-filename/index.js (100%) rename {chat app => music app}/node_modules/require-main-filename/package.json (95%) rename {chat app => music app}/node_modules/require-main-filename/test.js (100%) rename {chat app => music app}/node_modules/resolve/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/resolve/LICENSE (100%) rename {chat app => music app}/node_modules/resolve/appveyor.yml (100%) rename {chat app => music app}/node_modules/resolve/changelog.hbs (100%) rename {chat app => music app}/node_modules/resolve/example/async.js (100%) rename {chat app => music app}/node_modules/resolve/example/sync.js (100%) rename {chat app => music app}/node_modules/resolve/index.js (100%) rename {chat app => music app}/node_modules/resolve/lib/async.js (100%) rename {chat app => music app}/node_modules/resolve/lib/caller.js (100%) rename {chat app => music app}/node_modules/resolve/lib/core.js (100%) rename {chat app => music app}/node_modules/resolve/lib/core.json (100%) rename {chat app => music app}/node_modules/resolve/lib/node-modules-paths.js (100%) rename {chat app => music app}/node_modules/resolve/lib/normalize-options.js (100%) rename {chat app => music app}/node_modules/resolve/lib/sync.js (100%) rename {chat app => music app}/node_modules/resolve/package.json (95%) rename {chat app => music app}/node_modules/resolve/readme.markdown (100%) rename {chat app => music app}/node_modules/resolve/test/core.js (100%) rename {chat app => music app}/node_modules/resolve/test/dotdot.js (100%) rename {chat app => music app}/node_modules/resolve/test/dotdot/abc/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/dotdot/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/faulty_basedir.js (100%) rename {chat app => music app}/node_modules/resolve/test/filter.js (100%) rename {chat app => music app}/node_modules/resolve/test/filter_sync.js (100%) rename {chat app => music app}/node_modules/resolve/test/mock.js (100%) rename {chat app => music app}/node_modules/resolve/test/mock_sync.js (100%) rename {chat app => music app}/node_modules/resolve/test/module_dir.js (100%) rename {chat app => music app}/node_modules/resolve/test/module_dir/xmodules/aaa/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/module_dir/ymodules/aaa/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/module_dir/zmodules/bbb/main.js (100%) rename {chat app => music app}/node_modules/resolve/test/module_dir/zmodules/bbb/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/node-modules-paths.js (100%) rename {chat app => music app}/node_modules/resolve/test/node_path.js (100%) rename {chat app => music app}/node_modules/resolve/test/node_path/x/aaa/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/node_path/x/ccc/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/node_path/y/bbb/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/node_path/y/ccc/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/nonstring.js (100%) rename {chat app => music app}/node_modules/resolve/test/pathfilter.js (100%) rename {chat app => music app}/node_modules/resolve/test/pathfilter/deep_ref/main.js (100%) rename {chat app => music app}/node_modules/resolve/test/precedence.js (100%) rename {chat app => music app}/node_modules/resolve/test/precedence/aaa.js (100%) rename {chat app => music app}/node_modules/resolve/test/precedence/aaa/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/precedence/aaa/main.js (100%) rename {chat app => music app}/node_modules/resolve/test/precedence/bbb.js (100%) rename {chat app => music app}/node_modules/resolve/test/precedence/bbb/main.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/baz/doom.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/baz/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/baz/quux.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/browser_field/a.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/browser_field/b.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/browser_field/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/cup.coffee (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/dot_main/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/dot_main/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/dot_slash_main/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/dot_slash_main/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/foo.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/incorrect_main/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/incorrect_main/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/invalid_main/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/mug.coffee (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/mug.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/multirepo/lerna.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/multirepo/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/multirepo/packages/package-a/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/multirepo/packages/package-a/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/multirepo/packages/package-b/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/multirepo/packages/package-b/package.json (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/other_path/lib/other-lib.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/other_path/root.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/quux/foo/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/same_names/foo.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/same_names/foo/index.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver/without_basedir/main.js (100%) rename {chat app => music app}/node_modules/resolve/test/resolver_sync.js (100%) rename {chat app => music app}/node_modules/resolve/test/subdirs.js (100%) rename {chat app => music app}/node_modules/resolve/test/symlinks.js (100%) rename {chat app => music app}/node_modules/responselike/LICENSE (100%) rename {chat app => music app}/node_modules/responselike/README.md (100%) rename {chat app => music app}/node_modules/responselike/package.json (95%) rename {chat app => music app}/node_modules/responselike/src/index.js (100%) rename {chat app => music app}/node_modules/semver/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/semver/LICENSE (100%) rename {chat app => music app}/node_modules/semver/README.md (100%) rename {chat app => music app}/node_modules/semver/bin/semver (100%) rename {chat app => music app}/node_modules/semver/package.json (94%) rename {chat app => music app}/node_modules/semver/range.bnf (100%) rename {chat app => music app}/node_modules/semver/semver.js (100%) rename {chat app => music app}/node_modules/set-blocking/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/set-blocking/LICENSE.txt (100%) rename {chat app => music app}/node_modules/set-blocking/README.md (100%) rename {chat app => music app}/node_modules/set-blocking/index.js (100%) rename {chat app => music app}/node_modules/set-blocking/package.json (95%) rename {chat app => music app}/node_modules/socket.io-adapter/LICENSE (100%) rename {chat app => music app}/node_modules/socket.io-adapter/Readme.md (100%) rename {chat app => music app}/node_modules/socket.io-adapter/index.js (100%) rename {chat app => music app}/node_modules/socket.io-adapter/package.json (93%) rename {chat app => music app}/node_modules/socket.io-client/LICENSE (100%) rename {chat app => music app}/node_modules/socket.io-client/README.md (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.dev.js (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.dev.js.map (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.js (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.js.map (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.slim.dev.js (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.slim.dev.js.map (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.slim.js (100%) rename {chat app => music app}/node_modules/socket.io-client/dist/socket.io.slim.js.map (100%) rename {chat app => music app}/node_modules/socket.io-client/lib/index.js (100%) rename {chat app => music app}/node_modules/socket.io-client/lib/manager.js (100%) rename {chat app => music app}/node_modules/socket.io-client/lib/on.js (100%) rename {chat app => music app}/node_modules/socket.io-client/lib/socket.js (100%) rename {chat app => music app}/node_modules/socket.io-client/lib/url.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/Makefile (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/karma.conf.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/node.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/package.json (95%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/src/debug.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/ms/index.js (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/ms/license.md (100%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/ms/package.json (93%) rename {chat app => music app}/node_modules/socket.io-client/node_modules/ms/readme.md (100%) rename {chat app => music app}/node_modules/socket.io-client/package.json (97%) rename {chat app => music app}/node_modules/socket.io-parser/LICENSE (100%) rename {chat app => music app}/node_modules/socket.io-parser/Readme.md (100%) rename {chat app => music app}/node_modules/socket.io-parser/binary.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/index.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/is-buffer.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/LICENSE (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/Makefile (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/README.md (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/karma.conf.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/node.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/package.json (95%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/src/browser.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/src/debug.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/src/index.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/debug/src/node.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/ms/index.js (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/ms/license.md (100%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/ms/package.json (93%) rename {chat app => music app}/node_modules/socket.io-parser/node_modules/ms/readme.md (100%) rename {chat app => music app}/node_modules/socket.io-parser/package.json (95%) rename {chat app => music app}/node_modules/socket.io/LICENSE (100%) rename {chat app => music app}/node_modules/socket.io/Readme.md (100%) rename {chat app => music app}/node_modules/socket.io/lib/client.js (100%) rename {chat app => music app}/node_modules/socket.io/lib/index.js (100%) rename {chat app => music app}/node_modules/socket.io/lib/namespace.js (100%) rename {chat app => music app}/node_modules/socket.io/lib/parent-namespace.js (100%) rename {chat app => music app}/node_modules/socket.io/lib/socket.js (100%) rename {chat app => music app}/node_modules/socket.io/package.json (97%) rename {chat app => music app}/node_modules/spdx-correct/LICENSE (100%) rename {chat app => music app}/node_modules/spdx-correct/README.md (100%) rename {chat app => music app}/node_modules/spdx-correct/index.js (100%) rename {chat app => music app}/node_modules/spdx-correct/package.json (95%) rename {chat app => music app}/node_modules/spdx-exceptions/README.md (100%) rename {chat app => music app}/node_modules/spdx-exceptions/index.json (100%) rename {chat app => music app}/node_modules/spdx-exceptions/package.json (94%) rename {chat app => music app}/node_modules/spdx-exceptions/test.log (100%) rename {chat app => music app}/node_modules/spdx-expression-parse/AUTHORS (100%) rename {chat app => music app}/node_modules/spdx-expression-parse/LICENSE (100%) rename {chat app => music app}/node_modules/spdx-expression-parse/README.md (100%) rename {chat app => music app}/node_modules/spdx-expression-parse/index.js (100%) rename {chat app => music app}/node_modules/spdx-expression-parse/package.json (96%) rename {chat app => music app}/node_modules/spdx-expression-parse/parse.js (100%) rename {chat app => music app}/node_modules/spdx-expression-parse/scan.js (100%) rename {chat app => music app}/node_modules/spdx-license-ids/README.md (100%) rename {chat app => music app}/node_modules/spdx-license-ids/deprecated.json (100%) rename {chat app => music app}/node_modules/spdx-license-ids/index.json (100%) rename {chat app => music app}/node_modules/spdx-license-ids/package.json (95%) rename {chat app => music app}/node_modules/string-width/index.js (100%) rename {chat app => music app}/node_modules/string-width/license (100%) rename {chat app => music app}/node_modules/string-width/package.json (96%) rename {chat app => music app}/node_modules/string-width/readme.md (100%) rename {chat app => music app}/node_modules/strip-ansi/index.js (100%) rename {chat app => music app}/node_modules/strip-ansi/license (100%) rename {chat app => music app}/node_modules/strip-ansi/package.json (96%) rename {chat app => music app}/node_modules/strip-ansi/readme.md (100%) rename {chat app => music app}/node_modules/strip-bom/index.js (100%) rename {chat app => music app}/node_modules/strip-bom/license (100%) rename {chat app => music app}/node_modules/strip-bom/package.json (95%) rename {chat app => music app}/node_modules/strip-bom/readme.md (100%) rename {chat app => music app}/node_modules/to-array/LICENCE (100%) rename {chat app => music app}/node_modules/to-array/README.md (100%) rename {chat app => music app}/node_modules/to-array/index.js (100%) rename {chat app => music app}/node_modules/to-array/package.json (94%) rename {chat app => music app}/node_modules/to-readable-stream/index.js (100%) rename {chat app => music app}/node_modules/to-readable-stream/license (100%) rename {chat app => music app}/node_modules/to-readable-stream/package.json (96%) rename {chat app => music app}/node_modules/to-readable-stream/readme.md (100%) rename {chat app => music app}/node_modules/url-parse-lax/index.js (100%) rename {chat app => music app}/node_modules/url-parse-lax/license (100%) rename {chat app => music app}/node_modules/url-parse-lax/package.json (95%) rename {chat app => music app}/node_modules/url-parse-lax/readme.md (100%) rename {chat app => music app}/node_modules/validate-npm-package-license/LICENSE (100%) rename {chat app => music app}/node_modules/validate-npm-package-license/README.md (100%) rename {chat app => music app}/node_modules/validate-npm-package-license/index.js (100%) rename {chat app => music app}/node_modules/validate-npm-package-license/package.json (95%) rename {chat app => music app}/node_modules/which-module/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/which-module/LICENSE (100%) rename {chat app => music app}/node_modules/which-module/README.md (100%) rename {chat app => music app}/node_modules/which-module/index.js (100%) rename {chat app => music app}/node_modules/which-module/package.json (95%) rename {chat app => music app}/node_modules/wrap-ansi/index.js (100%) rename {chat app => music app}/node_modules/wrap-ansi/license (100%) rename {chat app => music app}/node_modules/wrap-ansi/package.json (97%) rename {chat app => music app}/node_modules/wrap-ansi/readme.md (100%) rename {chat app => music app}/node_modules/wrappy/LICENSE (100%) rename {chat app => music app}/node_modules/wrappy/README.md (100%) rename {chat app => music app}/node_modules/wrappy/package.json (94%) rename {chat app => music app}/node_modules/wrappy/wrappy.js (100%) rename {chat app => music app}/node_modules/ws/LICENSE (100%) rename {chat app => music app}/node_modules/ws/README.md (100%) rename {chat app => music app}/node_modules/ws/browser.js (100%) rename {chat app => music app}/node_modules/ws/index.js (100%) rename {chat app => music app}/node_modules/ws/lib/buffer-util.js (100%) rename {chat app => music app}/node_modules/ws/lib/constants.js (100%) rename {chat app => music app}/node_modules/ws/lib/event-target.js (100%) rename {chat app => music app}/node_modules/ws/lib/extension.js (100%) rename {chat app => music app}/node_modules/ws/lib/permessage-deflate.js (100%) rename {chat app => music app}/node_modules/ws/lib/receiver.js (100%) rename {chat app => music app}/node_modules/ws/lib/sender.js (100%) rename {chat app => music app}/node_modules/ws/lib/validation.js (100%) rename {chat app => music app}/node_modules/ws/lib/websocket-server.js (100%) rename {chat app => music app}/node_modules/ws/lib/websocket.js (100%) rename {chat app => music app}/node_modules/ws/package.json (96%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/LICENSE (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/README.md (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/autotest.watchr (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/example/demo.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/lib/XMLHttpRequest.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/package.json (95%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-constants.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-events.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-exceptions.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-headers.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-redirect-302.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-redirect-303.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-redirect-307.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-request-methods.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/test-request-protocols.js (100%) rename {chat app => music app}/node_modules/xmlhttprequest-ssl/tests/testdata.txt (100%) rename {chat app => music app}/node_modules/y18n/LICENSE (100%) rename {chat app => music app}/node_modules/y18n/README.md (100%) rename {chat app => music app}/node_modules/y18n/index.js (100%) rename {chat app => music app}/node_modules/y18n/package.json (95%) rename {chat app => music app}/node_modules/yargs-parser/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/yargs-parser/LICENSE.txt (100%) rename {chat app => music app}/node_modules/yargs-parser/README.md (100%) rename {chat app => music app}/node_modules/yargs-parser/index.js (100%) rename {chat app => music app}/node_modules/yargs-parser/lib/tokenize-arg-string.js (100%) rename {chat app => music app}/node_modules/yargs-parser/package.json (95%) rename {chat app => music app}/node_modules/yargs/CHANGELOG.md (100%) rename {chat app => music app}/node_modules/yargs/LICENSE (100%) rename {chat app => music app}/node_modules/yargs/README.md (100%) rename {chat app => music app}/node_modules/yargs/completion.sh.hbs (100%) rename {chat app => music app}/node_modules/yargs/index.js (100%) rename {chat app => music app}/node_modules/yargs/lib/assign.js (100%) rename {chat app => music app}/node_modules/yargs/lib/command.js (100%) rename {chat app => music app}/node_modules/yargs/lib/completion.js (100%) rename {chat app => music app}/node_modules/yargs/lib/levenshtein.js (100%) rename {chat app => music app}/node_modules/yargs/lib/obj-filter.js (100%) rename {chat app => music app}/node_modules/yargs/lib/usage.js (100%) rename {chat app => music app}/node_modules/yargs/lib/validation.js (100%) rename {chat app => music app}/node_modules/yargs/locales/be.json (100%) rename {chat app => music app}/node_modules/yargs/locales/de.json (100%) rename {chat app => music app}/node_modules/yargs/locales/en.json (100%) rename {chat app => music app}/node_modules/yargs/locales/es.json (100%) rename {chat app => music app}/node_modules/yargs/locales/fr.json (100%) rename {chat app => music app}/node_modules/yargs/locales/hi.json (100%) rename {chat app => music app}/node_modules/yargs/locales/hu.json (100%) rename {chat app => music app}/node_modules/yargs/locales/id.json (100%) rename {chat app => music app}/node_modules/yargs/locales/it.json (100%) rename {chat app => music app}/node_modules/yargs/locales/ja.json (100%) rename {chat app => music app}/node_modules/yargs/locales/ko.json (100%) rename {chat app => music app}/node_modules/yargs/locales/nb.json (100%) rename {chat app => music app}/node_modules/yargs/locales/nl.json (100%) rename {chat app => music app}/node_modules/yargs/locales/pirate.json (100%) rename {chat app => music app}/node_modules/yargs/locales/pl.json (100%) rename {chat app => music app}/node_modules/yargs/locales/pt.json (100%) rename {chat app => music app}/node_modules/yargs/locales/pt_BR.json (100%) rename {chat app => music app}/node_modules/yargs/locales/ru.json (100%) rename {chat app => music app}/node_modules/yargs/locales/th.json (100%) rename {chat app => music app}/node_modules/yargs/locales/tr.json (100%) rename {chat app => music app}/node_modules/yargs/locales/zh_CN.json (100%) rename {chat app => music app}/node_modules/yargs/package.json (96%) rename {chat app => music app}/node_modules/yargs/yargs.js (100%) rename {chat app => music app}/node_modules/yeast/LICENSE (100%) rename {chat app => music app}/node_modules/yeast/README.md (100%) rename {chat app => music app}/node_modules/yeast/index.js (100%) rename {chat app => music app}/node_modules/yeast/package.json (95%) create mode 100755 music app/package-lock.json rename {chat app => music app}/package.json (52%) create mode 100755 music app/perry.mp3 create mode 100755 music app/views/index.html diff --git a/chat app/assets/icon/app3.png b/chat app/assets/icon/app3.png deleted file mode 100755 index f61e19eb9708de4e4b9dd30e9c50f1dc3aefcfe8..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5118 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 diff --git a/chat app/main.js b/chat app/main.js deleted file mode 100755 index 1ad44ca..0000000 --- a/chat app/main.js +++ /dev/null @@ -1,62 +0,0 @@ -const {back} = require('androidjs'); -const http = require('http').createServer(); -const io = require("socket.io")(http); -const publicIp = require('public-ip'); -const ip_npm = require('ip'); - -var localtunnel = require('localtunnel'); - - -http.listen(3001); - - -let ip = undefined; -//ip = ip_npm.address(); -// (async () => { -// ip = await publicIp.v4(); -// })(); - - var tunnel = localtunnel(3001, function(err, tunnel) { - if (err) throw err; - console.log(tunnel.url); - ip = tunnel.url; - }); - - tunnel.on('close', function() { - console.log('tunnel, closed'); - }); - - - -// MY CHAT APP -back.on('get-ip', function () { - setTimeout(()=>{ - if(ip !== undefined){ - back.send('ip', ip); - }else{ - back.send('ip', "Failed: to get url"); - } - }, 4000); -}); - - -io.on('connection', function (socket) { - console.log('a user2 connected'); - - socket.emit('hide-modal'); - front.send('hide-modal'); - - socket.on('msg', (text) => { - console.log('msg from second user', text); - back.send('msg', text); - }); - - back.on('msg', (text)=>{ - socket.emit('msg', text); - }); - - socket.on('disconnect', function () { - console.log('user2 disconnected'); - front.send('open-modal'); - }); -}); \ No newline at end of file diff --git a/chat app/node_modules/after/.npmignore b/chat app/node_modules/after/.npmignore deleted file mode 100755 index 6c78602..0000000 --- a/chat app/node_modules/after/.npmignore +++ /dev/null @@ -1,2 +0,0 @@ -node_modules -.monitor diff --git a/chat app/node_modules/after/.travis.yml b/chat app/node_modules/after/.travis.yml deleted file mode 100755 index afd72d0..0000000 --- a/chat app/node_modules/after/.travis.yml +++ /dev/null @@ -1,12 +0,0 @@ -language: node_js -node_js: - - 0.6 - - 0.8 - - 0.9 - - 0.10 - - 0.12 - - 4.2.4 - - 5.4.1 - - iojs-1 - - iojs-2 - - iojs-3 diff --git a/chat app/node_modules/arraybuffer.slice/.npmignore b/chat app/node_modules/arraybuffer.slice/.npmignore deleted file mode 100755 index cfbee8d..0000000 --- a/chat app/node_modules/arraybuffer.slice/.npmignore +++ /dev/null @@ -1,17 +0,0 @@ -lib-cov -lcov.info -*.seed -*.log -*.csv -*.dat -*.out -*.pid -*.gz - -pids -logs -results -build -.grunt - -node_modules diff --git a/chat app/node_modules/async-limiter/.travis.yml b/chat app/node_modules/async-limiter/.travis.yml deleted file mode 100755 index 6cf4a7a..0000000 --- a/chat app/node_modules/async-limiter/.travis.yml +++ /dev/null @@ -1,7 +0,0 @@ -language: node_js -node_js: - - "6" - - "node" -script: npm run travis -cache: - yarn: true diff --git a/chat app/node_modules/backo2/.npmignore b/chat app/node_modules/backo2/.npmignore deleted file mode 100755 index c2658d7..0000000 --- a/chat app/node_modules/backo2/.npmignore +++ /dev/null @@ -1 +0,0 @@ -node_modules/ diff --git a/chat app/node_modules/base64-arraybuffer/.npmignore b/chat app/node_modules/base64-arraybuffer/.npmignore deleted file mode 100755 index 332ee5a..0000000 --- a/chat app/node_modules/base64-arraybuffer/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -/node_modules/ -Gruntfile.js -/test/ diff --git a/chat app/node_modules/base64-arraybuffer/.travis.yml b/chat app/node_modules/base64-arraybuffer/.travis.yml deleted file mode 100755 index 19259a5..0000000 --- a/chat app/node_modules/base64-arraybuffer/.travis.yml +++ /dev/null @@ -1,19 +0,0 @@ -language: node_js -node_js: -- '0.12' -- iojs-1 -- iojs-2 -- iojs-3 -- '4.1' -before_script: -- npm install -before_install: npm install -g npm@'>=2.13.5' -deploy: - provider: npm - email: niklasvh@gmail.com - api_key: - secure: oHV9ArprTj5WOk7MP1UF7QMJ70huXw+y7xXb5wF4+V2H8Hyfa5TfE0DiOmqrube1WXTeH1FLgq54shp/sJWi47Hkg/GyeoB5NnsPhYEaJkaON9UG5blML+ODiNVsEnq/1kNBQ8e0+0JItMPLGySKyFmuZ3yflulXKS8O88mfINo= - on: - tags: true - branch: master - repo: niklasvh/base64-arraybuffer diff --git a/chat app/node_modules/base64id/.npmignore b/chat app/node_modules/base64id/.npmignore deleted file mode 100755 index 39e9864..0000000 --- a/chat app/node_modules/base64id/.npmignore +++ /dev/null @@ -1,3 +0,0 @@ -support -test -examples diff --git a/chat app/node_modules/better-assert/.npmignore b/chat app/node_modules/better-assert/.npmignore deleted file mode 100755 index f1250e5..0000000 --- a/chat app/node_modules/better-assert/.npmignore +++ /dev/null @@ -1,4 +0,0 @@ -support -test -examples -*.sock diff --git a/chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml b/chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100755 index 0eefe32..0000000 --- a/chat app/node_modules/blob/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/markdown-navigator.xml b/chat app/node_modules/blob/.idea/markdown-navigator.xml deleted file mode 100755 index 24281af..0000000 --- a/chat app/node_modules/blob/.idea/markdown-navigator.xml +++ /dev/null @@ -1,78 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml b/chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml deleted file mode 100755 index 9c51dfe..0000000 --- a/chat app/node_modules/blob/.idea/markdown-navigator/profiles_settings.xml +++ /dev/null @@ -1,3 +0,0 @@ - - - \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/workspace.xml b/chat app/node_modules/blob/.idea/workspace.xml deleted file mode 100755 index 31e803b..0000000 --- a/chat app/node_modules/blob/.idea/workspace.xml +++ /dev/null @@ -1,390 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - esprima-six - - - - - - - - - - - - - - true - DEFINITION_ORDER - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/music app/.idea/app.iml b/music app/.idea/app.iml new file mode 100755 index 0000000..6711606 --- /dev/null +++ b/music app/.idea/app.iml @@ -0,0 +1,11 @@ + + + + + + + + + + \ No newline at end of file diff --git a/music app/.idea/misc.xml b/music app/.idea/misc.xml new file mode 100755 index 0000000..2012045 --- /dev/null +++ b/music app/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/chat app/node_modules/blob/.idea/modules.xml b/music app/.idea/modules.xml similarity index 58% rename from chat app/node_modules/blob/.idea/modules.xml rename to music app/.idea/modules.xml index a24a2af..8c4259d 100755 --- a/chat app/node_modules/blob/.idea/modules.xml +++ b/music app/.idea/modules.xml @@ -1,8 +1,8 @@ - - - - - - - + + + + + + + \ No newline at end of file diff --git a/music app/.idea/workspace.xml b/music app/.idea/workspace.xml new file mode 100755 index 0000000..5a37cf4 --- /dev/null +++ b/music app/.idea/workspace.xml @@ -0,0 +1,245 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + true + DEFINITION_ORDER + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +