From 6a7d106922da8c86e73a8695060367dc966d4240 Mon Sep 17 00:00:00 2001 From: jadson179 Date: Thu, 11 Jun 2020 19:04:46 -0300 Subject: [PATCH 1/6] =?UTF-8?q?Adicionado=20variaveis=20de=20ambiente=20pa?= =?UTF-8?q?ra=20o=20docker=20compose,=20op=C3=A7=C3=A3o=20de=20menu=20anda?= =?UTF-8?q?r,=20refatora=C3=A7=C3=A3o=20do=20c=C3=B3digo(backend,frontend)?= =?UTF-8?q?=20e=20instalado=20lib=20redux=20para=20gerenciamento=20de=20es?= =?UTF-8?q?tado,=20usado=20atualmente=20para=20gerenciamento=20do=20menu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 6 +- backend/build/asset-manifest.json | 22 +-- backend/build/index.html | 2 +- ...nifest.0d492041081865a5b19272bf33af25b5.js | 26 +++ ...nifest.37c33adf82113e9e05d7e033f480b397.js | 26 +++ ...nifest.3b4b18523f9b9f693a7ff4f78363f9cc.js | 26 +++ ...nifest.43968b3a5029ea39236fa632ce262029.js | 26 +++ ...nifest.7e56dca67d971eee469d05a7c7ea77c4.js | 26 +++ ...nifest.9ec7f6d4da60eedf7eac5676d8ef3c83.js | 26 +++ ...nifest.b2810bdb4ecf4059f58eb37c1798448d.js | 26 +++ ...nifest.d75858a69f1b8a2a2a150bba8ea2b397.js | 26 +++ ...nifest.d8cb26ccdc5d64dcf3f2ef81d401d523.js | 26 +++ ...nifest.e14406e4a0fa994dd534e27adf58d82e.js | 26 +++ ...nifest.e5731b3f22b320348b730f1a71d3a17b.js | 26 +++ ...nifest.e6f3847dfe8645af75879599f6c51483.js | 26 +++ ...nifest.f71b506ece73b4f2d28d99949f91e897.js | 26 +++ ...nifest.f800133991fa3e0bc52ae3dc69126c8e.js | 26 +++ backend/build/service-worker.js | 2 +- .../build/static/css/main.07beb1d1.chunk.css | 4 +- .../static/css/main.07beb1d1.chunk.css.map | 1 + .../build/static/css/main.10a7dfc8.chunk.css | 2 + .../static/css/main.10a7dfc8.chunk.css.map | 1 + backend/build/static/js/2.14780ccd.chunk.js | 3 + .../static/js/2.14780ccd.chunk.js.LICENSE.txt | 0 .../build/static/js/2.14780ccd.chunk.js.map | 1 + backend/build/static/js/2.c7dc53fc.chunk.js | 3 + .../static/js/2.c7dc53fc.chunk.js.LICENSE.txt | 54 ++++++ .../build/static/js/2.c7dc53fc.chunk.js.map | 1 + .../build/static/js/main.0dd0ef57.chunk.js | 2 + .../static/js/main.0dd0ef57.chunk.js.map | 1 + .../build/static/js/main.1f3436d4.chunk.js | 2 + .../static/js/main.1f3436d4.chunk.js.map | 1 + .../build/static/js/main.3cdb6b91.chunk.js | 2 + .../static/js/main.3cdb6b91.chunk.js.map | 1 + .../build/static/js/main.607da80d.chunk.js | 2 + .../static/js/main.607da80d.chunk.js.map | 1 + .../build/static/js/main.6616a40c.chunk.js | 2 + .../static/js/main.6616a40c.chunk.js.map | 1 + .../build/static/js/main.739469c0.chunk.js | 2 + .../static/js/main.739469c0.chunk.js.map | 1 + .../build/static/js/main.7f8a005c.chunk.js | 2 + .../static/js/main.7f8a005c.chunk.js.map | 1 + .../build/static/js/main.8b510022.chunk.js | 2 + .../static/js/main.8b510022.chunk.js.map | 1 + .../build/static/js/main.c4ff5ef0.chunk.js | 2 + .../static/js/main.c4ff5ef0.chunk.js.map | 1 + .../build/static/js/main.c75043b7.chunk.js | 2 + .../static/js/main.c75043b7.chunk.js.map | 1 + .../build/static/js/main.d49a7899.chunk.js | 2 + .../static/js/main.d49a7899.chunk.js.map | 1 + .../build/static/js/main.d5f2fd7e.chunk.js | 2 + .../static/js/main.d5f2fd7e.chunk.js.map | 1 + .../build/static/js/main.d92aab34.chunk.js | 2 + .../static/js/main.d92aab34.chunk.js.map | 1 + .../build/static/js/main.dd4324ab.chunk.js | 2 + .../static/js/main.dd4324ab.chunk.js.map | 1 + backend/controllers/FloorController.js | 64 +++++-- backend/controllers/RoomController.js | 49 ++--- backend/controllers/UserController.js | 4 +- backend/database/database.db | Bin 40960 -> 40960 bytes .../20200513170157_create_table_rooms.js | 2 + .../20200513170233_create_table_floors.js | 5 +- backend/database/seeds/001_rooms.js | 153 --------------- .../seeds/{002_users.js => 001_users.js} | 0 backend/database/seeds/002_floors.js | 22 +++ backend/database/seeds/003_floors.js | 154 ---------------- backend/database/seeds/003_rooms.js | 153 +++++++++++++++ ...e-c2d6767e-79e2-45fb-a86b-5c575c0baccd.jpg | Bin 0 -> 86514 bytes ...66-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes backend/imgs/1.gif | Bin 0 -> 2477 bytes backend/imgs/10.gif | Bin 0 -> 2465 bytes backend/imgs/11.gif | Bin 0 -> 2336 bytes backend/imgs/12.gif | Bin 0 -> 2358 bytes backend/imgs/13.gif | Bin 0 -> 2004 bytes backend/imgs/14.gif | Bin 0 -> 2251 bytes backend/imgs/15.gif | Bin 0 -> 1834 bytes backend/imgs/16.gif | Bin 0 -> 2483 bytes backend/imgs/17.gif | Bin 0 -> 2694 bytes backend/imgs/18.gif | Bin 0 -> 2459 bytes backend/imgs/19.gif | Bin 0 -> 2066 bytes backend/imgs/2.gif | Bin 0 -> 2477 bytes backend/imgs/20.gif | Bin 0 -> 1858 bytes backend/imgs/21.gif | Bin 0 -> 2102 bytes ...92-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes backend/imgs/22.gif | Bin 0 -> 2182 bytes backend/imgs/23.gif | Bin 0 -> 1857 bytes backend/imgs/24.gif | Bin 0 -> 1857 bytes backend/imgs/25.gif | Bin 0 -> 2034 bytes backend/imgs/26.gif | Bin 0 -> 2127 bytes backend/imgs/27.gif | Bin 0 -> 2777 bytes backend/imgs/28.gif | Bin 0 -> 2675 bytes backend/imgs/29.gif | Bin 0 -> 2443 bytes ...4-c81e16ce-dc07-41b0-9869-64c48532bbfb.jpg | Bin 0 -> 135834 bytes backend/imgs/3.gif | Bin 0 -> 2694 bytes backend/imgs/30.gif | Bin 0 -> 2480 bytes backend/imgs/31.gif | Bin 0 -> 2764 bytes backend/imgs/32.gif | Bin 0 -> 2389 bytes backend/imgs/33.gif | Bin 0 -> 2874 bytes backend/imgs/34.gif | Bin 0 -> 2417 bytes ...35-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes backend/imgs/35.gif | Bin 0 -> 2694 bytes backend/imgs/36.gif | Bin 0 -> 2424 bytes backend/imgs/37.gif | Bin 0 -> 2400 bytes backend/imgs/38.gif | Bin 0 -> 2400 bytes backend/imgs/39.gif | Bin 0 -> 2358 bytes backend/imgs/4.gif | Bin 0 -> 2694 bytes backend/imgs/40.gif | Bin 0 -> 2358 bytes backend/imgs/41.gif | Bin 0 -> 2483 bytes backend/imgs/42.gif | Bin 0 -> 2483 bytes backend/imgs/43.gif | Bin 0 -> 2789 bytes backend/imgs/44.gif | Bin 0 -> 2480 bytes backend/imgs/45.gif | Bin 0 -> 980 bytes backend/imgs/46.gif | Bin 0 -> 996 bytes backend/imgs/47.gif | Bin 0 -> 972 bytes backend/imgs/5.gif | Bin 0 -> 2393 bytes ...f66ec3c0de310b37b76811bfb36ab-white144.png | Bin 0 -> 1353 bytes backend/imgs/6.gif | Bin 0 -> 2459 bytes backend/imgs/7.gif | Bin 0 -> 2523 bytes backend/imgs/8.gif | Bin 0 -> 2145 bytes ...94-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes backend/imgs/9.gif | Bin 0 -> 2041 bytes ...c9-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...6264cecf3ad06a0fea1659bda48fc-white144.png | Bin 0 -> 1353 bytes ...5-c2d6767e-79e2-45fb-a86b-5c575c0baccd.jpg | Bin 0 -> 72578 bytes ...35ae5aa8cc86604b431df6e26d237-white144.png | Bin 0 -> 1353 bytes ...c2-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...3a-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...6c-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...36-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...c4-Screenshot-from-2020-06-09-08-31-44.png | Bin 0 -> 125763 bytes ...07-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...42-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...17-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes ...9-ba870951-cd59-4c50-9d20-2ff4abe8bf7f.jpg | Bin 0 -> 95642 bytes ...ab-Screenshot-from-2020-06-09-08-30-56.png | Bin 0 -> 125359 bytes backend/imgs/index.js | 12 ++ backend/index.js | 8 +- backend/middlewares/validatejwt.js | 1 - backend/routes.js | 12 +- frontend/build/asset-manifest.json | 22 +-- frontend/build/index.html | 2 +- ...nifest.ca88da5e340ea324f602ae4fb2bbb9c6.js | 26 --- ...nifest.e6f3847dfe8645af75879599f6c51483.js | 26 +++ frontend/build/service-worker.js | 2 +- .../build/static/css/main.10a7dfc8.chunk.css | 2 + .../static/css/main.10a7dfc8.chunk.css.map | 1 + .../static/css/main.d752ac21.chunk.css.map | 1 - frontend/build/static/js/2.14780ccd.chunk.js | 3 + .../static/js/2.14780ccd.chunk.js.LICENSE.txt | 54 ++++++ .../build/static/js/2.14780ccd.chunk.js.map | 1 + frontend/build/static/js/2.cee3160d.chunk.js | 3 - .../build/static/js/2.cee3160d.chunk.js.map | 1 - .../build/static/js/main.8b510022.chunk.js | 2 + .../static/js/main.8b510022.chunk.js.map | 1 + .../build/static/js/main.9146634a.chunk.js | 2 - .../static/js/main.9146634a.chunk.js.map | 1 - frontend/package.json | 2 + frontend/src/App.js | 9 +- .../src/components/Administration/index2.js | 174 +++++++++++++----- .../src/components/AlterPassword/index.js | 2 +- frontend/src/components/CreateFloor/index.js | 42 +++++ frontend/src/components/CreateFloor/style.css | 39 ++++ frontend/src/components/CreateUser/index.js | 2 +- frontend/src/components/DeleteFloor/index.js | 44 +++++ frontend/src/components/DeleteFloor/style.css | 39 ++++ frontend/src/components/Weather/index.js | 2 +- frontend/src/store/Administration/index.js | 33 ++++ frontend/src/store/index.js | 11 ++ frontend/yarn.lock | 28 ++- 169 files changed, 1228 insertions(+), 496 deletions(-) create mode 100644 backend/build/precache-manifest.0d492041081865a5b19272bf33af25b5.js create mode 100644 backend/build/precache-manifest.37c33adf82113e9e05d7e033f480b397.js create mode 100644 backend/build/precache-manifest.3b4b18523f9b9f693a7ff4f78363f9cc.js create mode 100644 backend/build/precache-manifest.43968b3a5029ea39236fa632ce262029.js create mode 100644 backend/build/precache-manifest.7e56dca67d971eee469d05a7c7ea77c4.js create mode 100644 backend/build/precache-manifest.9ec7f6d4da60eedf7eac5676d8ef3c83.js create mode 100644 backend/build/precache-manifest.b2810bdb4ecf4059f58eb37c1798448d.js create mode 100644 backend/build/precache-manifest.d75858a69f1b8a2a2a150bba8ea2b397.js create mode 100644 backend/build/precache-manifest.d8cb26ccdc5d64dcf3f2ef81d401d523.js create mode 100644 backend/build/precache-manifest.e14406e4a0fa994dd534e27adf58d82e.js create mode 100644 backend/build/precache-manifest.e5731b3f22b320348b730f1a71d3a17b.js create mode 100644 backend/build/precache-manifest.e6f3847dfe8645af75879599f6c51483.js create mode 100644 backend/build/precache-manifest.f71b506ece73b4f2d28d99949f91e897.js create mode 100644 backend/build/precache-manifest.f800133991fa3e0bc52ae3dc69126c8e.js rename frontend/build/static/css/main.d752ac21.chunk.css => backend/build/static/css/main.07beb1d1.chunk.css (87%) create mode 100644 backend/build/static/css/main.07beb1d1.chunk.css.map create mode 100644 backend/build/static/css/main.10a7dfc8.chunk.css create mode 100644 backend/build/static/css/main.10a7dfc8.chunk.css.map create mode 100644 backend/build/static/js/2.14780ccd.chunk.js rename frontend/build/static/js/2.cee3160d.chunk.js.LICENSE.txt => backend/build/static/js/2.14780ccd.chunk.js.LICENSE.txt (100%) create mode 100644 backend/build/static/js/2.14780ccd.chunk.js.map create mode 100644 backend/build/static/js/2.c7dc53fc.chunk.js create mode 100644 backend/build/static/js/2.c7dc53fc.chunk.js.LICENSE.txt create mode 100644 backend/build/static/js/2.c7dc53fc.chunk.js.map create mode 100644 backend/build/static/js/main.0dd0ef57.chunk.js create mode 100644 backend/build/static/js/main.0dd0ef57.chunk.js.map create mode 100644 backend/build/static/js/main.1f3436d4.chunk.js create mode 100644 backend/build/static/js/main.1f3436d4.chunk.js.map create mode 100644 backend/build/static/js/main.3cdb6b91.chunk.js create mode 100644 backend/build/static/js/main.3cdb6b91.chunk.js.map create mode 100644 backend/build/static/js/main.607da80d.chunk.js create mode 100644 backend/build/static/js/main.607da80d.chunk.js.map create mode 100644 backend/build/static/js/main.6616a40c.chunk.js create mode 100644 backend/build/static/js/main.6616a40c.chunk.js.map create mode 100644 backend/build/static/js/main.739469c0.chunk.js create mode 100644 backend/build/static/js/main.739469c0.chunk.js.map create mode 100644 backend/build/static/js/main.7f8a005c.chunk.js create mode 100644 backend/build/static/js/main.7f8a005c.chunk.js.map create mode 100644 backend/build/static/js/main.8b510022.chunk.js create mode 100644 backend/build/static/js/main.8b510022.chunk.js.map create mode 100644 backend/build/static/js/main.c4ff5ef0.chunk.js create mode 100644 backend/build/static/js/main.c4ff5ef0.chunk.js.map create mode 100644 backend/build/static/js/main.c75043b7.chunk.js create mode 100644 backend/build/static/js/main.c75043b7.chunk.js.map create mode 100644 backend/build/static/js/main.d49a7899.chunk.js create mode 100644 backend/build/static/js/main.d49a7899.chunk.js.map create mode 100644 backend/build/static/js/main.d5f2fd7e.chunk.js create mode 100644 backend/build/static/js/main.d5f2fd7e.chunk.js.map create mode 100644 backend/build/static/js/main.d92aab34.chunk.js create mode 100644 backend/build/static/js/main.d92aab34.chunk.js.map create mode 100644 backend/build/static/js/main.dd4324ab.chunk.js create mode 100644 backend/build/static/js/main.dd4324ab.chunk.js.map delete mode 100644 backend/database/seeds/001_rooms.js rename backend/database/seeds/{002_users.js => 001_users.js} (100%) create mode 100644 backend/database/seeds/002_floors.js delete mode 100644 backend/database/seeds/003_floors.js create mode 100644 backend/database/seeds/003_rooms.js create mode 100644 backend/imgs/04835ac34bc856d65f03811b4f750c0e-c2d6767e-79e2-45fb-a86b-5c575c0baccd.jpg create mode 100644 backend/imgs/0d42af5654d73d26731e6cbe41f19866-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/1.gif create mode 100644 backend/imgs/10.gif create mode 100644 backend/imgs/11.gif create mode 100644 backend/imgs/12.gif create mode 100644 backend/imgs/13.gif create mode 100644 backend/imgs/14.gif create mode 100644 backend/imgs/15.gif create mode 100644 backend/imgs/16.gif create mode 100644 backend/imgs/17.gif create mode 100644 backend/imgs/18.gif create mode 100644 backend/imgs/19.gif create mode 100644 backend/imgs/2.gif create mode 100644 backend/imgs/20.gif create mode 100644 backend/imgs/21.gif create mode 100644 backend/imgs/218def957d55d0d34b7bed671c46bf92-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/22.gif create mode 100644 backend/imgs/23.gif create mode 100644 backend/imgs/24.gif create mode 100644 backend/imgs/25.gif create mode 100644 backend/imgs/26.gif create mode 100644 backend/imgs/27.gif create mode 100644 backend/imgs/28.gif create mode 100644 backend/imgs/29.gif create mode 100644 backend/imgs/2b8beeafd7d14d3a1c63a6a60465ec64-c81e16ce-dc07-41b0-9869-64c48532bbfb.jpg create mode 100644 backend/imgs/3.gif create mode 100644 backend/imgs/30.gif create mode 100644 backend/imgs/31.gif create mode 100644 backend/imgs/32.gif create mode 100644 backend/imgs/33.gif create mode 100644 backend/imgs/34.gif create mode 100644 backend/imgs/3430719161dc62bf30a842795588e035-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/35.gif create mode 100644 backend/imgs/36.gif create mode 100644 backend/imgs/37.gif create mode 100644 backend/imgs/38.gif create mode 100644 backend/imgs/39.gif create mode 100644 backend/imgs/4.gif create mode 100644 backend/imgs/40.gif create mode 100644 backend/imgs/41.gif create mode 100644 backend/imgs/42.gif create mode 100644 backend/imgs/43.gif create mode 100644 backend/imgs/44.gif create mode 100644 backend/imgs/45.gif create mode 100644 backend/imgs/46.gif create mode 100644 backend/imgs/47.gif create mode 100644 backend/imgs/5.gif create mode 100644 backend/imgs/5baf66ec3c0de310b37b76811bfb36ab-white144.png create mode 100644 backend/imgs/6.gif create mode 100644 backend/imgs/7.gif create mode 100644 backend/imgs/8.gif create mode 100644 backend/imgs/85c180c0ecddd06a780d7a77de644094-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/9.gif create mode 100644 backend/imgs/935f34425733f8b020e6cc9d857429c9-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/97a6264cecf3ad06a0fea1659bda48fc-white144.png create mode 100644 backend/imgs/a13bc87d22c63b337d34b35c4c60e525-c2d6767e-79e2-45fb-a86b-5c575c0baccd.jpg create mode 100644 backend/imgs/aeb35ae5aa8cc86604b431df6e26d237-white144.png create mode 100644 backend/imgs/b42208e99cfa13317fc166b54367b6c2-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/be86038b6a75bb75c9f908730f46763a-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/bf0158cd494777bbf81f6ba87467526c-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/d420e4de9b687fbee221574f1378d636-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/d557a43e848bc27e671e9663a7326cc4-Screenshot-from-2020-06-09-08-31-44.png create mode 100644 backend/imgs/df90f7009d0f77f746479aaf69f5ab07-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/f24927b0c37c019d68f832b1b8bd5842-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/f38015f97b0328d2899217e69b55c717-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/f64723006405f10b5ff2dfd47f583469-ba870951-cd59-4c50-9d20-2ff4abe8bf7f.jpg create mode 100644 backend/imgs/f66359283eacde4ad4760bc0de33f6ab-Screenshot-from-2020-06-09-08-30-56.png create mode 100644 backend/imgs/index.js delete mode 100644 frontend/build/precache-manifest.ca88da5e340ea324f602ae4fb2bbb9c6.js create mode 100644 frontend/build/precache-manifest.e6f3847dfe8645af75879599f6c51483.js create mode 100644 frontend/build/static/css/main.10a7dfc8.chunk.css create mode 100644 frontend/build/static/css/main.10a7dfc8.chunk.css.map delete mode 100644 frontend/build/static/css/main.d752ac21.chunk.css.map create mode 100644 frontend/build/static/js/2.14780ccd.chunk.js create mode 100644 frontend/build/static/js/2.14780ccd.chunk.js.LICENSE.txt create mode 100644 frontend/build/static/js/2.14780ccd.chunk.js.map delete mode 100644 frontend/build/static/js/2.cee3160d.chunk.js delete mode 100644 frontend/build/static/js/2.cee3160d.chunk.js.map create mode 100644 frontend/build/static/js/main.8b510022.chunk.js create mode 100644 frontend/build/static/js/main.8b510022.chunk.js.map delete mode 100644 frontend/build/static/js/main.9146634a.chunk.js delete mode 100644 frontend/build/static/js/main.9146634a.chunk.js.map create mode 100644 frontend/src/components/CreateFloor/index.js create mode 100644 frontend/src/components/CreateFloor/style.css create mode 100644 frontend/src/components/DeleteFloor/index.js create mode 100644 frontend/src/components/DeleteFloor/style.css create mode 100644 frontend/src/store/Administration/index.js create mode 100644 frontend/src/store/index.js diff --git a/Dockerfile b/Dockerfile index 4a10444cc..dc7818a28 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,9 +2,8 @@ FROM node:10-alpine #BEGIN BACKEND -RUN mkdir -p /backend +#RUN mkdir -p /backend COPY ./backend /backend -WORKDIR /backend RUN yarn global add sqlite3 && yarn global add node-pre-gyp && yarn && yarn add axios body-parser cors express jsonwebtoken knex multer socket.io sqlite sqlite3 #END BACKEND @@ -13,7 +12,8 @@ RUN mkdir -p /frontend COPY ./frontend /frontend RUN cd /frontend && yarn && yarn build && rm -rf /frontend #END FRONTEND - EXPOSE 3333 +WORKDIR /backend + CMD [ "yarn","start"] \ No newline at end of file diff --git a/backend/build/asset-manifest.json b/backend/build/asset-manifest.json index 2b848041f..71bb793a2 100644 --- a/backend/build/asset-manifest.json +++ b/backend/build/asset-manifest.json @@ -1,22 +1,22 @@ { "files": { - "main.css": "/static/css/main.d752ac21.chunk.css", - "main.js": "/static/js/main.9146634a.chunk.js", - "main.js.map": "/static/js/main.9146634a.chunk.js.map", + "main.css": "/static/css/main.10a7dfc8.chunk.css", + "main.js": "/static/js/main.8b510022.chunk.js", + "main.js.map": "/static/js/main.8b510022.chunk.js.map", "runtime-main.js": "/static/js/runtime-main.fc75219d.js", "runtime-main.js.map": "/static/js/runtime-main.fc75219d.js.map", - "static/js/2.cee3160d.chunk.js": "/static/js/2.cee3160d.chunk.js", - "static/js/2.cee3160d.chunk.js.map": "/static/js/2.cee3160d.chunk.js.map", + "static/js/2.14780ccd.chunk.js": "/static/js/2.14780ccd.chunk.js", + "static/js/2.14780ccd.chunk.js.map": "/static/js/2.14780ccd.chunk.js.map", "index.html": "/index.html", - "precache-manifest.ca88da5e340ea324f602ae4fb2bbb9c6.js": "/precache-manifest.ca88da5e340ea324f602ae4fb2bbb9c6.js", + "precache-manifest.e6f3847dfe8645af75879599f6c51483.js": "/precache-manifest.e6f3847dfe8645af75879599f6c51483.js", "service-worker.js": "/service-worker.js", - "static/css/main.d752ac21.chunk.css.map": "/static/css/main.d752ac21.chunk.css.map", - "static/js/2.cee3160d.chunk.js.LICENSE.txt": "/static/js/2.cee3160d.chunk.js.LICENSE.txt" + "static/css/main.10a7dfc8.chunk.css.map": "/static/css/main.10a7dfc8.chunk.css.map", + "static/js/2.14780ccd.chunk.js.LICENSE.txt": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" }, "entrypoints": [ "static/js/runtime-main.fc75219d.js", - "static/js/2.cee3160d.chunk.js", - "static/css/main.d752ac21.chunk.css", - "static/js/main.9146634a.chunk.js" + "static/js/2.14780ccd.chunk.js", + "static/css/main.10a7dfc8.chunk.css", + "static/js/main.8b510022.chunk.js" ] } \ No newline at end of file diff --git a/backend/build/index.html b/backend/build/index.html index ec316ddca..c94ad6a37 100644 --- a/backend/build/index.html +++ b/backend/build/index.html @@ -1 +1 @@ -Painel de Salas
\ No newline at end of file +Painel de Salas
\ No newline at end of file diff --git a/backend/build/precache-manifest.0d492041081865a5b19272bf33af25b5.js b/backend/build/precache-manifest.0d492041081865a5b19272bf33af25b5.js new file mode 100644 index 000000000..90e2424f5 --- /dev/null +++ b/backend/build/precache-manifest.0d492041081865a5b19272bf33af25b5.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "84f8b09753e2008d437ba254a9026c3b", + "url": "/index.html" + }, + { + "revision": "ad59d9d756f822220f67", + "url": "/static/css/main.07beb1d1.chunk.css" + }, + { + "revision": "521e7788b8bcb8340b81", + "url": "/static/js/2.c7dc53fc.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.c7dc53fc.chunk.js.LICENSE.txt" + }, + { + "revision": "ad59d9d756f822220f67", + "url": "/static/js/main.d92aab34.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.37c33adf82113e9e05d7e033f480b397.js b/backend/build/precache-manifest.37c33adf82113e9e05d7e033f480b397.js new file mode 100644 index 000000000..c876b4bc5 --- /dev/null +++ b/backend/build/precache-manifest.37c33adf82113e9e05d7e033f480b397.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "75fc9d03de9ab1c43acc766e79397692", + "url": "/index.html" + }, + { + "revision": "f33ce3936b0cfde74162", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "f33ce3936b0cfde74162", + "url": "/static/js/main.6616a40c.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.3b4b18523f9b9f693a7ff4f78363f9cc.js b/backend/build/precache-manifest.3b4b18523f9b9f693a7ff4f78363f9cc.js new file mode 100644 index 000000000..0b4a45a13 --- /dev/null +++ b/backend/build/precache-manifest.3b4b18523f9b9f693a7ff4f78363f9cc.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "7605a7ff0b0e52c489fa9652798b4844", + "url": "/index.html" + }, + { + "revision": "73fcbd4b45e32d50ccf9", + "url": "/static/css/main.07beb1d1.chunk.css" + }, + { + "revision": "521e7788b8bcb8340b81", + "url": "/static/js/2.c7dc53fc.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.c7dc53fc.chunk.js.LICENSE.txt" + }, + { + "revision": "73fcbd4b45e32d50ccf9", + "url": "/static/js/main.d49a7899.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.43968b3a5029ea39236fa632ce262029.js b/backend/build/precache-manifest.43968b3a5029ea39236fa632ce262029.js new file mode 100644 index 000000000..7bfa94034 --- /dev/null +++ b/backend/build/precache-manifest.43968b3a5029ea39236fa632ce262029.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "7e5e2e35bb57c1948f5a781b813022d8", + "url": "/index.html" + }, + { + "revision": "0d1c5b7092b25431202a", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "0d1c5b7092b25431202a", + "url": "/static/js/main.607da80d.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.7e56dca67d971eee469d05a7c7ea77c4.js b/backend/build/precache-manifest.7e56dca67d971eee469d05a7c7ea77c4.js new file mode 100644 index 000000000..e7d0bf693 --- /dev/null +++ b/backend/build/precache-manifest.7e56dca67d971eee469d05a7c7ea77c4.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "a562670a95d058d9742dacc1682ae6cb", + "url": "/index.html" + }, + { + "revision": "1038e6ecc309d9b2d2a7", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "1038e6ecc309d9b2d2a7", + "url": "/static/js/main.d5f2fd7e.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.9ec7f6d4da60eedf7eac5676d8ef3c83.js b/backend/build/precache-manifest.9ec7f6d4da60eedf7eac5676d8ef3c83.js new file mode 100644 index 000000000..af68259ec --- /dev/null +++ b/backend/build/precache-manifest.9ec7f6d4da60eedf7eac5676d8ef3c83.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "d97b13359238119fcdf6b31a82c176e5", + "url": "/index.html" + }, + { + "revision": "a3d941671ce3dce70488", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "a3d941671ce3dce70488", + "url": "/static/js/main.c75043b7.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.b2810bdb4ecf4059f58eb37c1798448d.js b/backend/build/precache-manifest.b2810bdb4ecf4059f58eb37c1798448d.js new file mode 100644 index 000000000..7128f3500 --- /dev/null +++ b/backend/build/precache-manifest.b2810bdb4ecf4059f58eb37c1798448d.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "73877fe11f4c4acc00f8c49b905e6e2b", + "url": "/index.html" + }, + { + "revision": "599ed5d69e06120abe92", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "599ed5d69e06120abe92", + "url": "/static/js/main.7f8a005c.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.d75858a69f1b8a2a2a150bba8ea2b397.js b/backend/build/precache-manifest.d75858a69f1b8a2a2a150bba8ea2b397.js new file mode 100644 index 000000000..cdff0accd --- /dev/null +++ b/backend/build/precache-manifest.d75858a69f1b8a2a2a150bba8ea2b397.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "fe1f13e5df5e18bb3fde0d7f4324c502", + "url": "/index.html" + }, + { + "revision": "29157614f9223f363f1a", + "url": "/static/css/main.07beb1d1.chunk.css" + }, + { + "revision": "521e7788b8bcb8340b81", + "url": "/static/js/2.c7dc53fc.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.c7dc53fc.chunk.js.LICENSE.txt" + }, + { + "revision": "29157614f9223f363f1a", + "url": "/static/js/main.0dd0ef57.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.d8cb26ccdc5d64dcf3f2ef81d401d523.js b/backend/build/precache-manifest.d8cb26ccdc5d64dcf3f2ef81d401d523.js new file mode 100644 index 000000000..0dcee6209 --- /dev/null +++ b/backend/build/precache-manifest.d8cb26ccdc5d64dcf3f2ef81d401d523.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "eef2255ff4d6467aa16cc8eb8ef9751c", + "url": "/index.html" + }, + { + "revision": "16dc6092a693299de589", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "16dc6092a693299de589", + "url": "/static/js/main.739469c0.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.e14406e4a0fa994dd534e27adf58d82e.js b/backend/build/precache-manifest.e14406e4a0fa994dd534e27adf58d82e.js new file mode 100644 index 000000000..0be158f26 --- /dev/null +++ b/backend/build/precache-manifest.e14406e4a0fa994dd534e27adf58d82e.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "27b432db5afe13a0732b281bdb0e7d32", + "url": "/index.html" + }, + { + "revision": "97ad5d8f46093f621638", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "97ad5d8f46093f621638", + "url": "/static/js/main.dd4324ab.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.e5731b3f22b320348b730f1a71d3a17b.js b/backend/build/precache-manifest.e5731b3f22b320348b730f1a71d3a17b.js new file mode 100644 index 000000000..62f821bf9 --- /dev/null +++ b/backend/build/precache-manifest.e5731b3f22b320348b730f1a71d3a17b.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "f25858d47d223bf6f390edf177a2418b", + "url": "/index.html" + }, + { + "revision": "8522d2b8aa47f8c844e6", + "url": "/static/css/main.07beb1d1.chunk.css" + }, + { + "revision": "521e7788b8bcb8340b81", + "url": "/static/js/2.c7dc53fc.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.c7dc53fc.chunk.js.LICENSE.txt" + }, + { + "revision": "8522d2b8aa47f8c844e6", + "url": "/static/js/main.3cdb6b91.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.e6f3847dfe8645af75879599f6c51483.js b/backend/build/precache-manifest.e6f3847dfe8645af75879599f6c51483.js new file mode 100644 index 000000000..4e8462443 --- /dev/null +++ b/backend/build/precache-manifest.e6f3847dfe8645af75879599f6c51483.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "68284c115082111766320d8144750951", + "url": "/index.html" + }, + { + "revision": "05ddd1b5e71835220581", + "url": "/static/css/main.10a7dfc8.chunk.css" + }, + { + "revision": "c52f24b82e2985846aa9", + "url": "/static/js/2.14780ccd.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.14780ccd.chunk.js.LICENSE.txt" + }, + { + "revision": "05ddd1b5e71835220581", + "url": "/static/js/main.8b510022.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.f71b506ece73b4f2d28d99949f91e897.js b/backend/build/precache-manifest.f71b506ece73b4f2d28d99949f91e897.js new file mode 100644 index 000000000..6ec2d6d28 --- /dev/null +++ b/backend/build/precache-manifest.f71b506ece73b4f2d28d99949f91e897.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "228d797975ba3fd990fc4ef9dd8b15a8", + "url": "/index.html" + }, + { + "revision": "4c09d41611cd88fa28a5", + "url": "/static/css/main.07beb1d1.chunk.css" + }, + { + "revision": "521e7788b8bcb8340b81", + "url": "/static/js/2.c7dc53fc.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.c7dc53fc.chunk.js.LICENSE.txt" + }, + { + "revision": "4c09d41611cd88fa28a5", + "url": "/static/js/main.1f3436d4.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/precache-manifest.f800133991fa3e0bc52ae3dc69126c8e.js b/backend/build/precache-manifest.f800133991fa3e0bc52ae3dc69126c8e.js new file mode 100644 index 000000000..585e5ac49 --- /dev/null +++ b/backend/build/precache-manifest.f800133991fa3e0bc52ae3dc69126c8e.js @@ -0,0 +1,26 @@ +self.__precacheManifest = (self.__precacheManifest || []).concat([ + { + "revision": "c3305a8b58cfb15b8332d06b8e43e6ad", + "url": "/index.html" + }, + { + "revision": "d4a6d2fa5f4cc8c11560", + "url": "/static/css/main.07beb1d1.chunk.css" + }, + { + "revision": "521e7788b8bcb8340b81", + "url": "/static/js/2.c7dc53fc.chunk.js" + }, + { + "revision": "d99dc0b0a88053e0f18d3e0d5e386ee4", + "url": "/static/js/2.c7dc53fc.chunk.js.LICENSE.txt" + }, + { + "revision": "d4a6d2fa5f4cc8c11560", + "url": "/static/js/main.c4ff5ef0.chunk.js" + }, + { + "revision": "68a9665f6992de0c4239", + "url": "/static/js/runtime-main.fc75219d.js" + } +]); \ No newline at end of file diff --git a/backend/build/service-worker.js b/backend/build/service-worker.js index 175422b9e..1e132dd0b 100644 --- a/backend/build/service-worker.js +++ b/backend/build/service-worker.js @@ -14,7 +14,7 @@ importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js"); importScripts( - "/precache-manifest.ca88da5e340ea324f602ae4fb2bbb9c6.js" + "/precache-manifest.e6f3847dfe8645af75879599f6c51483.js" ); self.addEventListener('message', (event) => { diff --git a/frontend/build/static/css/main.d752ac21.chunk.css b/backend/build/static/css/main.07beb1d1.chunk.css similarity index 87% rename from frontend/build/static/css/main.d752ac21.chunk.css rename to backend/build/static/css/main.07beb1d1.chunk.css index ca740a20f..93f3033fd 100644 --- a/frontend/build/static/css/main.d752ac21.chunk.css +++ b/backend/build/static/css/main.07beb1d1.chunk.css @@ -1,2 +1,2 @@ -@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);*{box-sizing:border-box;border:0}#root,.containerLogin,body,html{height:100%;width:100%;display:flex;background-color:var(--primary-background-color);flex:1 1}.containerLogin{display:flex;flex-direction:column}#box-login,.containerLogin{justify-content:center;align-items:center}#box-login{width:500px;height:50%;background-color:rgba(218,217,236,0);border-radius:10px}header{width:100%;height:45px;display:flex;align-items:center;padding-left:20px;border-radius:5px 5px 0 0;color:#060242}h2{color:#fff;font-size:25px;text-align:center;border-bottom:1px solid #000}main{width:100%;height:200px;justify-content:center;align-items:center;display:flex;flex-direction:column}input{height:40px;width:90%;margin-top:20px;border-radius:.3em;border:.5px solid var(--inputs-border-color)}#area-buttons{width:100%;height:70px;justify-content:space-between;align-items:center;display:flex}button{width:90%;height:40px;border-radius:5px;font-size:15px;background-color:var(--button-background-color);color:#fff;cursor:pointer;margin-left:24px}a{text-decoration:none}span{color:var(--text-sidebar-color);font-size:small}@media only screen and (max-width:599px){#box-login{width:100%}}.containerHours{width:100%;background-color:var(--primary-background-color);height:70px;display:flex;align-items:center;justify-content:space-around;flex-direction:column;border-radius:10px 0 0 180px}.containerHours h3,.containerHours p{font-family:"Roboto",sans-serif;color:#fff;font-size:15}.containerHours p{text-align:center;width:100%}.containerHours p:nth-child(3){text-align:right;padding-right:10px}.containerPrice{width:100%;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--primary-background-color)}.containerPrice p{margin-top:5px;margin-right:10px;font-size:small;color:#fff}.containerPrice div{display:flex;flex-direction:row;justify-content:space-evenly}.ask{color:#fff;font-family:"Roboto"}.containerWeather{position:absolute;width:14.2%;min-width:245.52px;height:434px;right:0;bottom:0;background:#fff;display:flex;flex-direction:column}.containerWeather .item-list{display:flex;justify-content:space-between}.containerWeather .item-list p{font-family:"Roboto",sans-serif}.containerWeather .item-list img{object-fit:scale-down}.contianerCostumer{width:100%;height:100%;display:none;align-items:center;justify-content:center;background-color:#fff;position:absolute}.logoConstumer{max-width:350px;max-height:150px;object-fit:scale-down}*{padding:0;margin:0;box-sizing:0;font-family:"Roboto",sans-serif}#container,#root,body,html{height:100%;width:100%;overflow-x:visible}.blue{background:#0957a0}.darkblue{background:var(--primary-background-color)}#container{display:flex;flex-direction:row;background-color:#fff;overflow:auto;zoom:var(--zoom-page-view)}#container .floors{width:100%;display:flex;flex-direction:column;align-items:center}#container .title{padding-bottom:13px;width:100%;font-size:20px;color:#fff;font-weight:900;height:45px;text-align:center;line-height:45px}#container .imageCostumer{width:120px;height:65px;margin-bottom:5px;object-fit:scale-down}#container .numberCostumer{color:#09004e;font-weight:600}#container .containerRoom{display:flex;flex-direction:column;margin:0 0 5px 5px}@media only screen and (max-width:699px){#container ul.floors{width:400px}}.container-administration{width:100%;height:100%;display:flex;align-items:flex-start}.container-sidebar{height:100%;background-color:var(--sidebar-background-color);width:290px;display:flex;flex-direction:column;border-right:.8px solid #d3d3d3}.container-sidebar header{width:100%;height:90px;background-color:ivory;border-bottom:.9px solid #ececec}.container-navbar .button-show-sidebar,.container-sidebar header i{display:none}.container-sidebar header h2{color:#000;font-family:"Roboto",sans-serif;font-size:20px;text-align:center;width:100%}.container-sidebar nav{height:100%;display:flex;flex-direction:column;justify-content:space-between}.container-sidebar nav ul li{width:100%;height:50px;display:flex;margin-top:5px;margin-bottom:5px;flex-direction:row;align-items:center;font-weight:600;font-size:17px;font-family:"Roboto",sans-serif;color:var(--text-sidebar-color);cursor:pointer}.container-sidebar nav ul li:hover{background-color:var(--hover-item-sidebar-color)}.container-sidebar nav ul li ul{width:100px}.container-sidebar nav ul li i{width:40px;height:100%;padding-top:10px;margin-left:20px;margin-right:20px;text-align:center;color:var(--icons-sidebar-color);font-size:25px}.container-main{height:100%;flex-direction:column}.container-main,.container-navbar{width:100%;justify-content:space-between}.container-navbar{height:80px;display:flex;background-color:--navbar-background-color;background-color:var(--primary-background-color,--navbar-background-color)}.container-navbar ul{width:150px;height:100%;display:flex;align-items:flex-end;justify-content:space-around}.container-navbar ul li{list-style-type:none;cursor:pointer;height:100%;padding-bottom:10px;text-align:center;width:30px;display:flex;flex-direction:column;flex-direction:column-reverse}.container-navbar ul li:hover{border-bottom:1px solid #fff}.container-navbar ul li i{font-size:20px;color:var(--icons-navebar-color)}.main{height:100%;width:100%;background-color:var(--main-background-color)}.primary-text-color{color:var(--primary-text-color);text-align:center}@media only screen and (max-width:700px){.container-sidebar{position:fixed;left:-300px;-webkit-animation:sidebar 1s ease-in-out;animation:sidebar 1s ease-in-out}.container-sidebar header{align-items:center}.container-sidebar header i{display:block;font-size:30px;margin:10px;position:relative;cursor:pointer}.container-navbar .button-show-sidebar{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;font-size:25px;color:#fff;margin-right:20px}.container-navbar .button-show-sidebar i{cursor:pointer}}.contianerCreateUser{flex:1 1;margin:auto;width:600px;height:100%;display:flex;align-items:center;flex-direction:column;padding-top:40px}.inputs{border:0 solid;border:1px solid var(--inputs-border-color);color:0}.primary-color{width:90%;text-align:start;border:none}.contianerCreateUser div{width:100%;height:150px;display:flex;justify-content:center;align-items:flex-end}#verify{color:#128d06}#incorret{color:#880c0c}.options-admin{margin:13px;width:90%;height:25px}@media only screen and (max-width:600px){.contianerCreateUser div button{margin:0}.contianerCreateUser{width:100%}}.contianerAlterPassword{flex:1 1;height:100%;width:600px;padding-top:40px;margin:auto;display:flex;align-items:center;flex-direction:column}.contianerAlterPassword div{width:100%;height:150px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){.contianerAlterPassword div button{margin:0}.contianerAlterPassword{width:100%}}.contianerListUsers{float:1;height:100%;display:flex}h2{border-bottom:none;margin-bottom:10px}#list{width:100%;height:400px;overflow-y:auto}.item-list{color:var(--primary-text-color);display:block;text-align:center;height:30px;font-weight:700}#list table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}#list td,th{border:1px solid #ddd;text-align:left;padding:8px;color:var(--primary-text-color);font-family:"Roboto",sans-serif}#list tr:nth-child(2n){background-color:#8f8f8f}@media only screen and (max-width:599px){.contianerListUsers,.contianerListUsers #list{width:100%}}#contianerAddRoom{flex:1 1;height:100%;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px;margin:auto;width:600px}#contianerAddRoom h2{text-align:start}input[type=file]::-webkit-file-upload-button{visibility:hidden;opacity:0}input[type=file]:before{content:"Enviar imagem";display:inline-block;height:80%;width:120px;background:#e3e3e3;border-radius:.5em;padding:5px 10px 0 50px;z-index:1;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:900;line-height:30px;font-size:10pt}input[type=file]{border:#00f}#contianerAddRoom div{width:100%;height:150px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){#contianerAddRoom div button{margin:0}#contianerAddRoom{width:100%}}.contianerUpdateRoom{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-left:20px}.contianerUpdateRoom h2{text-align:center;margin-top:40px}.contianerUpdateRoom div{display:flex;width:100%;justify-content:center;align-items:center;height:200px}.contianerUpdateRoom div button{width:90%}@media only screen and (max-width:600px){.contianerUpdateRoom div button{margin:0}.contianerUpdateRoom{width:100%}}.contianerDeleteRoom{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteRoom h2{text-align:center}.contianerDeleteRoom div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteRoom div button{margin:0}.contianerDeleteRoom{width:100%}}.contianerDeleteUser{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteUser h2{text-align:start}.contianerDeleteUser div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteUser div button{margin:0}.contianerDeleteUser{width:100%}}.containerActionAlert{position:absolute;width:200px;height:50px;right:5px;background:var(--actionalert-background-color);-webkit-animation:showalert 3s;animation:showalert 3s;border-radius:.3em;display:none;flex-direction:column;align-items:center;justify-content:center}.containerActionAlert p{color:#f0f8ff}@-webkit-keyframes showalert{0%{top:0;opacity:0}to{top:50px;opacity:1}}@keyframes showalert{0%{top:0;opacity:0}to{top:50px;opacity:1}}:root{--primary-background-color:#076963;--actionalert-background-color:#005703;--button-background-color:#010b3d;--inputs-border-color:#909090;--sidebar-background-color:#fff;--primary-text-color:#02013b;--main-background-color:#fbfbfb;--icons-sidebar-color:#6d6d6d;--icons-navebar-color:#fff;--hover-item-sidebar-color:hsla(0,0%,86.7%,0.727);--text-sidebar-color:#6d6d6d;--navbar-background-color:#025e50;--zoom-page-view:85%} -/*# sourceMappingURL=main.d752ac21.chunk.css.map */ \ No newline at end of file +@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);*{box-sizing:border-box;border:0}#root,.containerLogin,body,html{height:100%;width:100%;display:flex;background-color:var(--primary-background-color);flex:1 1}.containerLogin{display:flex;flex-direction:column}#box-login,.containerLogin{justify-content:center;align-items:center}#box-login{width:500px;height:50%;background-color:rgba(218,217,236,0);border-radius:10px}header{width:100%;height:45px;display:flex;align-items:center;padding-left:20px;border-radius:5px 5px 0 0;color:#060242}h2{color:#fff;font-size:25px;text-align:center;border-bottom:1px solid #000}main{width:100%;height:200px;justify-content:center;align-items:center;display:flex;flex-direction:column}input{height:40px;width:90%;margin-top:20px;border-radius:.3em;border:.5px solid var(--inputs-border-color)}#area-buttons{width:100%;height:70px;justify-content:space-between;align-items:center;display:flex}button{width:90%;height:40px;border-radius:5px;font-size:15px;background-color:var(--button-background-color);color:#fff;cursor:pointer;margin-left:24px}a{text-decoration:none}span{color:var(--text-sidebar-color);font-size:small}@media only screen and (max-width:599px){#box-login{width:100%}}.containerHours{width:100%;background-color:var(--primary-background-color);height:70px;display:flex;align-items:center;justify-content:space-around;flex-direction:column;border-radius:10px 0 0 180px}.containerHours h3,.containerHours p{font-family:"Roboto",sans-serif;color:#fff;font-size:15}.containerHours p{text-align:center;width:100%}.containerHours p:nth-child(3){text-align:right;padding-right:10px}.containerPrice{width:100%;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--primary-background-color)}.containerPrice p{margin-top:5px;margin-right:10px;font-size:small;color:#fff}.containerPrice div{display:flex;flex-direction:row;justify-content:space-evenly}.ask{color:#fff;font-family:"Roboto"}.containerWeather{position:absolute;width:14.2%;min-width:245.52px;height:434px;right:0;bottom:0;background:#fff;display:flex;flex-direction:column}.containerWeather .item-list{display:flex;justify-content:space-between}.containerWeather .item-list p{font-family:"Roboto",sans-serif}.containerWeather .item-list img{object-fit:scale-down}.contianerCostumer{width:100%;height:100%;display:none;align-items:center;justify-content:center;background-color:#fff;position:absolute}.logoConstumer{max-width:350px;max-height:150px;object-fit:scale-down}*{padding:0;margin:0;box-sizing:0;font-family:"Roboto",sans-serif}#container,#root,body,html{height:100%;width:100%;overflow-x:visible}.blue{background:#0957a0}.darkblue{background:var(--primary-background-color)}#container{display:flex;flex-direction:row;background-color:#fff;overflow:auto;zoom:var(--zoom-page-view)}#container .floors{width:100%;display:flex;flex-direction:column;align-items:center}#container .title{padding-bottom:13px;width:100%;font-size:20px;color:#fff;font-weight:900;height:45px;text-align:center;line-height:45px}#container .imageCostumer{width:120px;height:65px;margin-bottom:5px;object-fit:scale-down}#container .numberCostumer{color:#09004e;font-weight:600}#container .containerRoom{display:flex;flex-direction:column;margin:0 0 5px 5px}@media only screen and (max-width:699px){#container ul.floors{width:400px}}.container-administration{width:100%;height:100%;display:flex;align-items:flex-start}.container-sidebar{height:100%;background-color:var(--sidebar-background-color);width:290px;display:flex;flex-direction:column;border-right:.8px solid #d3d3d3}.container-sidebar header{width:100%;height:90px;background-color:ivory;border-bottom:.9px solid #ececec}.container-navbar .button-show-sidebar,.container-sidebar header i{display:none}.container-sidebar header h2{color:#000;font-family:"Roboto",sans-serif;font-size:20px;text-align:center;width:100%}.container-sidebar nav{height:100%;display:flex;flex-direction:column;justify-content:space-between}.container-sidebar nav ul li{width:100%;height:50px;display:flex;margin-top:5px;margin-bottom:5px;flex-direction:row;align-items:center;font-weight:600;font-size:17px;font-family:"Roboto",sans-serif;color:var(--text-sidebar-color);cursor:pointer}.container-sidebar nav ul li:hover{background-color:var(--hover-item-sidebar-color)}.container-sidebar nav ul li ul{width:100px}.container-sidebar nav ul li i{width:40px;height:100%;padding-top:10px;margin-left:20px;margin-right:20px;text-align:center;color:var(--icons-sidebar-color);font-size:25px}.container-main{height:100%;flex-direction:column}.container-main,.container-navbar{width:100%;justify-content:space-between}.container-navbar{height:80px;display:flex;background-color:--navbar-background-color;background-color:var(--primary-background-color,--navbar-background-color)}.container-navbar ul{width:150px;height:100%;display:flex;align-items:flex-end;justify-content:space-around}.container-navbar ul li{list-style-type:none;cursor:pointer;height:100%;padding-bottom:10px;text-align:center;width:30px;display:flex;flex-direction:column;flex-direction:column-reverse}.container-navbar ul li:hover{border-bottom:1px solid #fff}.container-navbar ul li i{font-size:20px;color:var(--icons-navebar-color)}.main{height:100%;width:100%;background-color:var(--main-background-color)}.primary-text-color{color:var(--primary-text-color);text-align:center}@media only screen and (max-width:700px){.container-sidebar{position:fixed;left:-300px;-webkit-animation:sidebar 1s ease-in-out;animation:sidebar 1s ease-in-out}.container-sidebar header{align-items:center}.container-sidebar header i{display:block;font-size:30px;margin:10px;position:relative;cursor:pointer}.container-navbar .button-show-sidebar{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;font-size:25px;color:#fff;margin-right:20px}.container-navbar .button-show-sidebar i{cursor:pointer}}.contianerCreateUser{flex:1 1;margin:auto;width:600px;height:100%;display:flex;align-items:center;flex-direction:column;padding-top:40px}.inputs{border:0 solid;border:1px solid var(--inputs-border-color);color:0}.primary-color{width:90%;text-align:start;border:none}.contianerCreateUser div{width:100%;height:150px;display:flex;justify-content:center;align-items:flex-end}#verify{color:#128d06}#incorret{color:#880c0c}.options-admin{margin:13px;width:90%;height:25px}@media only screen and (max-width:600px){.contianerCreateUser div button{margin:0}.contianerCreateUser{width:100%}}.contianerAlterPassword{flex:1 1;height:100%;width:600px;padding-top:40px;margin:auto;display:flex;align-items:center;flex-direction:column}.contianerAlterPassword div{width:100%;height:150px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){.contianerAlterPassword div button{margin:0}.contianerAlterPassword{width:100%}}.contianerListUsers{float:1;height:100%;display:flex}h2{border-bottom:none;margin-bottom:10px}#list{width:100%;height:400px;overflow-y:auto}.item-list{color:var(--primary-text-color);display:block;text-align:center;height:30px;font-weight:700}#list table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}#list td,th{border:1px solid #ddd;text-align:left;padding:8px;color:var(--primary-text-color);font-family:"Roboto",sans-serif}#list tr:nth-child(2n){background-color:#8f8f8f}@media only screen and (max-width:599px){.contianerListUsers,.contianerListUsers #list{width:100%}}#contianerAddRoom{flex:1 1;height:100%;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px;margin:auto;width:600px}#contianerAddRoom h2{text-align:start}input[type=file]::-webkit-file-upload-button{visibility:hidden;opacity:0}input[type=file]:before{content:"Enviar imagem";display:inline-block;height:80%;width:120px;background:#e3e3e3;border-radius:.5em;padding:5px 10px 0 50px;z-index:1;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:900;line-height:30px;font-size:10pt}input[type=file]{border:#00f}#contianerAddRoom div{width:100%;height:150px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){#contianerAddRoom div button{margin:0}#contianerAddRoom{width:100%}}.contianerUpdateRoom{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-left:20px}.contianerUpdateRoom h2{text-align:center;margin-top:40px}.contianerUpdateRoom div{display:flex;width:100%;justify-content:center;align-items:center;height:200px}.contianerUpdateRoom div button{width:90%}@media only screen and (max-width:600px){.contianerUpdateRoom div button{margin:0}.contianerUpdateRoom{width:100%}}.contianerDeleteRoom{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteRoom h2{text-align:center}.contianerDeleteRoom div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteRoom div button{margin:0}.contianerDeleteRoom{width:100%}}.contianerDeleteUser{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteUser h2{text-align:start}.contianerDeleteUser div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteUser div button{margin:0}.contianerDeleteUser{width:100%}}.contianerCreateFloor{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerCreateFloor h2{text-align:start}.contianerCreateFloor div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerCreateFloor div button{margin:0}.contianerCreateFloor{width:100%}}.containerActionAlert{position:absolute;width:200px;height:50px;right:5px;background:var(--actionalert-background-color);-webkit-animation:showalert 3s;animation:showalert 3s;border-radius:.3em;display:none;flex-direction:column;align-items:center;justify-content:center}.containerActionAlert p{color:#f0f8ff}@-webkit-keyframes showalert{0%{top:0;opacity:0}to{top:50px;opacity:1}}@keyframes showalert{0%{top:0;opacity:0}to{top:50px;opacity:1}}:root{--primary-background-color:#076963;--actionalert-background-color:#005703;--button-background-color:#010b3d;--inputs-border-color:#909090;--sidebar-background-color:#fff;--primary-text-color:#02013b;--main-background-color:#fbfbfb;--icons-sidebar-color:#6d6d6d;--icons-navebar-color:#fff;--hover-item-sidebar-color:hsla(0,0%,86.7%,0.727);--text-sidebar-color:#6d6d6d;--navbar-background-color:#025e50;--zoom-page-view:85%} +/*# sourceMappingURL=main.07beb1d1.chunk.css.map */ \ No newline at end of file diff --git a/backend/build/static/css/main.07beb1d1.chunk.css.map b/backend/build/static/css/main.07beb1d1.chunk.css.map new file mode 100644 index 000000000..3a0d95aa5 --- /dev/null +++ b/backend/build/static/css/main.07beb1d1.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["main.07beb1d1.chunk.css","style.css","style2.css","styles.css","global.css"],"names":[],"mappings":"AACA,wEAAwE,CCExE,EACI,qBAAsB,CAGtB,QAEJ,CAEA,gCACI,WAAY,CACZ,UAAW,CACX,YAAa,CACb,gDAAiD,CACjD,QACJ,CAGA,gBACI,YAAa,CAGb,qBACJ,CACA,2BAJI,sBAAuB,CACvB,kBAUJ,CAPA,WACI,WAAY,CACZ,UAAW,CACX,oCAAwC,CACxC,kBAGJ,CACA,OACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,yBAA0B,CAC1B,aACJ,CACA,GACI,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,4BACJ,CACA,KACI,UAAW,CACX,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,YAAa,CACb,qBACJ,CACA,MACI,WAAY,CACZ,SAAU,CACV,eAAgB,CAChB,kBAAoB,CACpB,4CACJ,CACA,cACI,UAAW,CACX,WAAY,CACZ,6BAA8B,CAC9B,kBAAmB,CACnB,YACJ,CACA,OACI,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,cAAe,CACf,+CAAiD,CACjD,UAAW,CACX,cAAe,CACf,gBACJ,CAEA,EACI,oBACJ,CAEA,KACI,+BAAgC,CAChC,eACJ,CAEA,yCACI,WACI,UACJ,CAEJ,CAhGA,gBACE,UAAW,CACX,gDAAiD,CACjD,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CAC7B,qBAAsB,CAEtB,4BACF,CAOA,qCALE,+BAAgC,CAChC,UAAW,CACX,YASF,CANA,kBAIE,iBAAkB,CAClB,UACF,CACA,+BACE,gBAAiB,CACjB,kBAEF,CA5BA,gBACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,gDAEJ,CAEA,kBACI,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACJ,CAEA,oBACI,YAAa,CACb,kBAAmB,CACnB,4BACJ,CAEA,KACI,UAAyB,CACzB,oBACJ,CA3BE,kBACA,iBAAkB,CAClB,WAAY,CACZ,kBAAmB,CACnB,YAAa,CACb,OAAU,CACV,QAAW,CACX,eAAgB,CAChB,YAAa,CACb,qBACF,CACA,6BACE,YAAa,CACb,6BAEF,CACA,+BACE,+BACF,CAEA,iCACE,qBACF,CAtBA,mBACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,qBAAoC,CACpC,iBACJ,CAEA,eACI,eAAgB,CAChB,gBAAiB,CACjB,qBACJ,CAbA,EACE,SAAU,CACV,QAAS,CACT,YAAa,CACb,+BACF,CAEA,2BACE,WAAW,CACX,UAAW,CACX,kBAEF,CAEA,MACE,kBACF,CACA,UACE,0CACF,CAEA,WACE,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,aAAc,CACd,0BAEF,CACA,mBACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBACF,CAEA,kBACE,mBAAoB,CACpB,UAAW,CACX,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CAClB,gBACF,CAEA,0BACE,WAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,qBACF,CACA,2BACE,aAAoB,CACpB,eACF,CAEA,0BACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CAGA,yCACE,qBACE,WACF,CAEF,CCvEA,0BACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,sBACJ,CAEA,mBACI,WAAY,CACZ,gDAAiD,CACjD,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,+BACJ,CACA,0BACI,UAAW,CACX,WAAY,CACZ,sBAAuB,CACvB,gCACJ,CAKA,mEACI,YACJ,CACA,6BACI,UAAY,CACZ,+BAAgC,CAChC,cAAe,CACf,iBAAkB,CAClB,UACJ,CACA,uBACI,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,6BACJ,CAEA,6BACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,cAAe,CACf,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,+BAAgC,CAChC,+BAAgC,CAChC,cAEJ,CACA,mCACI,gDACJ,CACA,gCACI,WACJ,CACA,+BACI,UAAW,CACX,WAAY,CACZ,gBAAiB,CACjB,gBAAiB,CACjB,iBAAkB,CAClB,iBAAkB,CAClB,gCAAiC,CACjC,cACJ,CAEA,gBAEI,WAAY,CACZ,qBAEJ,CAEA,kCANI,UAAW,CAGX,6BASJ,CANA,kBACI,WAAY,CAEZ,YAAa,CAEb,0CAA2E,CAA3E,0EACJ,CACA,qBACI,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,oBAAqB,CACrB,4BACJ,CACA,wBACI,oBAAqB,CACrB,cAAe,CACf,WAAY,CACZ,mBAAoB,CACpB,iBAAkB,CAClB,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,6BAEJ,CACA,8BACI,4BACJ,CACA,0BACI,cAAe,CACf,gCACJ,CAEA,MACA,WAAY,CACZ,UAAW,CACX,6CACA,CAEA,oBACI,+BAAiC,CACjC,iBACJ,CAGA,yCACI,mBACI,cAAe,CACf,WAAY,CACZ,wCAAiC,CAAjC,gCACJ,CACA,0BACI,kBAEJ,CACA,4BACI,aAAc,CACd,cAAe,CACf,WAA2B,CAC3B,iBAAkB,CAClB,cACJ,CACA,uCACI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,oBAAsB,CACtB,cAAe,CACf,UAAW,CACX,iBAEJ,CACA,yCACI,cACJ,CACJ,CD7JA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,gBACH,CAED,QACI,cAAwB,CAGxB,2CAAwC,CACxC,OACJ,CAEA,eACI,SAAU,CACV,gBAAiB,CACjB,WAEJ,CACA,yBACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,oBACJ,CAEA,QACI,aACJ,CACA,UACI,aACJ,CACA,eACI,WAAY,CACZ,SAAU,CACV,WACJ,CAEA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CApDA,wBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,gBAAiB,CACjB,WAAY,CACZ,YAAa,CACb,kBAAkB,CAClB,qBACJ,CAEA,4BACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,kBACJ,CAEA,yCACI,mCACE,QACF,CACA,wBACI,UACJ,CACJ,CA1BA,oBACI,OAAQ,CACR,WAAY,CACZ,YAEJ,CACA,GACI,kBAAmB,CACnB,kBAEJ,CACA,MACI,UAAW,CACX,YAAa,CACb,eACJ,CACA,WACI,+BAAgC,CAChC,aAAc,CACd,iBAAkB,CAClB,WAAY,CACZ,eAEJ,CAEA,YACI,4BAA8B,CAC9B,wBAAyB,CACzB,UACF,CAEF,YACE,qBAAyB,CACzB,eAAgB,CAChB,WAAY,CACZ,+BAAgC,CAChC,+BACF,CAEA,uBACI,wBACJ,CAEA,yCAII,8CACI,UACJ,CACJ,CAjDA,kBACI,QAAO,CACP,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBAAkB,CAClB,WAAY,CACZ,WACJ,CAEA,qBACI,gBACJ,CAEA,6CACI,iBAAkB,CAClB,SACJ,CAEA,wBACI,uBAAwB,CACxB,oBAAqB,CACrB,UAAW,CACX,WAAY,CACZ,kBAAmB,CACnB,kBAAoB,CACpB,uBAA0B,CAC1B,SAAU,CACV,kBAAmB,CACnB,wBAAyB,CACzB,cAAe,CACf,wBAAyB,CACzB,eAAgB,CAChB,gBAAiB,CACjB,cACJ,CAEA,iBACI,WACJ,CAEA,sBACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,kBACJ,CAGA,yCACI,6BACE,QACF,CACA,kBACI,UACJ,CACJ,CA5DA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBAGJ,CACA,wBACI,iBAAkB,CAClB,eACJ,CACA,yBACI,YAAa,CACb,UAAW,CACX,sBAAuB,CACvB,kBAAmB,CACnB,YACJ,CACA,gCACI,SACJ,CAEA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CAjCA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACH,CAED,wBACI,iBACJ,CAEA,yBACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CArCA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACJ,CAEA,wBACI,gBACJ,CAEA,yBACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CArCA,sBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACJ,CAEA,yBACI,gBACJ,CAEA,0BACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,iCACE,QACF,CACA,sBACI,UACJ,CACJ,CEtCA,sBACI,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,SAAU,CACV,8CAA+C,CAC/C,8BAAuB,CAAvB,sBAAuB,CACvB,kBAAoB,CACpB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACJ,CACA,wBACI,aACJ,CAEA,6BACI,GACI,KAAQ,CACR,SACJ,CACA,GACI,QAAS,CACT,SAEJ,CACJ,CAVA,qBACI,GACI,KAAQ,CACR,SACJ,CACA,GACI,QAAS,CACT,SAEJ,CACJ,CC3BA,MACI,kCAAmC,CACnC,sCAA6C,CAC7C,iCAAkC,CAClC,6BAAyC,CACzC,+BAAgC,CAChC,4BAAmC,CACnC,+BAA2C,CAC3C,6BAA0C,CAC1C,0BAA0B,CAC1B,iDAAqD,CACrD,4BAAwC,CACxC,iCAAyC,CACzC,oBACJ","file":"main.07beb1d1.chunk.css","sourcesContent":["@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);\n@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);\n* {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n border: 0;\n font-family: 'Roboto', sans-serif;\n}\n\nhtml, body, #root, .containerLogin {\n height: 100%;\n width: 100%;\n display: flex;\n background-color: var(--primary-background-color);\n flex: 1 1;\n}\n\n\n.containerLogin {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n}\n#box-login {\n width: 500px;\n height: 50%;\n background-color: rgba(218, 217, 236, 0);\n border-radius: 10px;\n align-items: center;\n justify-content: center;\n}\nheader {\n width: 100%;\n height: 45px;\n display: flex;\n align-items: center;\n padding-left: 20px;\n border-radius: 5px 5px 0 0;\n color: rgb(6, 2, 66);\n}\nh2 {\n color: #fff;\n font-size: 25px;\n text-align: center;\n border-bottom: 1px solid #000;\n}\nmain {\n width: 100%;\n height: 200px;\n justify-content: center;\n align-items: center;\n display: flex;\n flex-direction: column;\n}\ninput {\n height: 40px;\n width: 90%;\n margin-top: 20px;\n border-radius: 0.3em; \n border: 0.5px solid var(--inputs-border-color); \n}\n#area-buttons {\n width: 100%;\n height: 70px;\n justify-content: space-between;\n align-items: center;\n display: flex;\n}\nbutton {\n width: 90%;\n height: 40px;\n border-radius: 5px;\n font-size: 15px;\n background-color: var(--button-background-color) ;\n color: #fff;\n cursor: pointer;\n margin-left: 24px;\n}\n\na {\n text-decoration: none;\n}\n\nspan {\n color: var(--text-sidebar-color);\n font-size: small;\n}\n\n@media only screen and (max-width: 599px){\n #box-login {\n width: 100%;\n }\n \n}\n\n\n.containerHours {\n width: 100%;\n background-color: var(--primary-background-color);\n height: 70px;\n display: flex;\n align-items: center;\n justify-content: space-around;\n flex-direction: column;\n\n border-radius: 10px 0px 0px 180px ;\n}\n.containerHours h3 {\n font-family: 'Roboto',sans-serif;\n color: #fff;\n font-size: 15;\n}\n\n.containerHours p {\n font-family: 'Roboto',sans-serif;\n color: #fff;\n font-size: 15;\n text-align: center;\n width: 100%;\n} \n.containerHours p:nth-child(3){\n text-align: right;\n padding-right: 10px;\n\n}\n.containerPrice {\n width: 100%;\n height: 200px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background-color: var(--primary-background-color);\n\n}\n\n.containerPrice p{ \n margin-top: 5px;\n margin-right: 10px;\n font-size: small;\n color: #fff;\n}\n\n.containerPrice div {\n display: flex;\n flex-direction: row;\n justify-content: space-evenly;\n}\n\n.ask {\n color: rgb(255, 255, 255);\n font-family: 'Roboto';\n}\n\n .containerWeather {\n position: absolute;\n width: 14.2%;\n min-width: 245.52px;\n height: 434px;\n right: 0px;\n bottom: 0px;\n background: #fff;\n display: flex;\n flex-direction: column;\n}\n.containerWeather .item-list {\n display: flex;\n justify-content: space-between;\n\n}\n.containerWeather .item-list p {\n font-family: 'Roboto',sans-serif;\n}\n\n.containerWeather .item-list img {\n object-fit: scale-down;\n}\n\n.contianerCostumer {\n width: 100%;\n height: 100%;\n display: none;\n align-items: center;\n justify-content: center;\n background-color: rgb(255, 255, 255);\n position: absolute;\n}\n\n.logoConstumer {\n max-width: 350px;\n max-height: 150px;\n object-fit: scale-down;\n}\n\n* {\n padding: 0;\n margin: 0;\n box-sizing: 0;\n font-family: 'Roboto', sans-serif;\n}\n\nhtml, body, #root, #container {\n height:100%;\n width: 100%;\n overflow-x: visible;\n\n}\n\n.blue {\n background: rgb(9, 87, 160);\n}\n.darkblue {\n background: var(--primary-background-color);\n}\n\n#container {\n display: flex;\n flex-direction: row;\n background-color: #fff;\n overflow: auto;\n zoom: var(--zoom-page-view);\n \n}\n#container .floors {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n#container .title {\n padding-bottom: 13px;\n width: 100%;\n font-size: 20px;\n color: #fff;\n font-weight: 900;\n height: 45px;\n text-align: center;\n line-height: 45px;\n}\n\n#container .imageCostumer {\n width: 120px;\n height: 65px;\n margin-bottom: 5px;\n object-fit: scale-down;\n}\n#container .numberCostumer {\n color: rgb(9, 0, 78);\n font-weight: 600;\n}\n\n#container .containerRoom {\n display: flex;\n flex-direction: column;\n margin: 0px 0px 5px 5px;\n}\n\n\n@media only screen and (max-width: 699px){\n #container ul.floors {\n width: 400px;\n }\n \n}\n\n.container-administration {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: flex-start;\n}\n\n.container-sidebar {\n height: 100%;\n background-color: var(--sidebar-background-color);\n width: 290px;\n display: flex;\n flex-direction: column;\n border-right: 0.8px solid rgb(211, 211, 211);\n}\n.container-sidebar header {\n width: 100%;\n height: 90px;\n background-color: ivory;\n border-bottom: 0.9px solid rgb(236, 236, 236);\n}\n\n.container-sidebar header i {\n display: none;\n}\n.container-navbar .button-show-sidebar {\n display: none;\n}\n.container-sidebar header h2 {\n color: black;\n font-family: 'Roboto',sans-serif;\n font-size: 20px;\n text-align: center;\n width: 100%;\n}\n.container-sidebar nav {\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-sidebar nav ul li {\n width: 100%;\n height: 50px;\n display: flex;\n margin-top: 5px;\n margin-bottom: 5px;\n flex-direction: row;\n align-items: center;\n font-weight: 600;\n font-size: 17px;\n font-family: 'Roboto',sans-serif;\n color: var(--text-sidebar-color);\n cursor: pointer;\n\n}\n.container-sidebar nav ul li:hover {\n background-color: var(--hover-item-sidebar-color);\n}\n.container-sidebar nav ul li ul {\n width: 100px;\n}\n.container-sidebar nav ul li i {\n width: 40px;\n height: 100%;\n padding-top: 10px;\n margin-left: 20px;\n margin-right: 20px;\n text-align: center;\n color: var(--icons-sidebar-color);\n font-size: 25px;\n}\n\n.container-main {\n width: 100%;\n height: 100%;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-navbar {\n height: 80px;\n width: 100%;\n display: flex;\n justify-content: space-between;\n background-color: --navbar-background-color;\n background-color: var(--primary-background-color,--navbar-background-color);\n}\n.container-navbar ul {\n width: 150px;\n height: 100%;\n display: flex;\n align-items: flex-end;\n justify-content: space-around;\n}\n.container-navbar ul li {\n list-style-type: none;\n cursor: pointer;\n height: 100%;\n padding-bottom: 10px;\n text-align: center;\n width: 30px;\n display: flex;\n flex-direction: column;\n flex-direction: column-reverse;\n \n}\n.container-navbar ul li:hover {\n border-bottom: 1px solid #fff;\n} \n.container-navbar ul li i {\n font-size: 20px;\n color: var(--icons-navebar-color);\n}\n\n.main {\nheight: 100%;\nwidth: 100%;\nbackground-color: var(--main-background-color);\n}\n\n.primary-text-color{\n color: var(--primary-text-color) ;\n text-align: center;\n}\n\n\n@media only screen and (max-width: 700px){\n .container-sidebar {\n position: fixed;\n left: -300px;\n -webkit-animation: sidebar 1s ease-in-out;\n animation: sidebar 1s ease-in-out;\n }\n .container-sidebar header {\n align-items: center;\n\n }\n .container-sidebar header i {\n display: block;\n font-size: 30px;\n margin: 10px 10px 10px 10px;\n position: relative;\n cursor: pointer;\n }\n .container-navbar .button-show-sidebar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-end ;\n font-size: 25px;\n color: #fff;\n margin-right: 20px;\n\n }\n .container-navbar .button-show-sidebar i {\n cursor: pointer;\n }\n}\n.contianerCreateUser {\n flex: 1 1;\n margin: auto;\n width: 600px;\n height: 100%;\n display: flex;\n align-items:center ;\n flex-direction: column;\n padding-top: 40px; \n }\n\n.inputs {\n border: 0.1px solid .000;\n border-width: 1px;\n border-style: solid;\n border-color: var(--inputs-border-color);\n color: .000;\n}\n\n.primary-color {\n width: 90%;\n text-align: start;\n border: none;\n\n}\n.contianerCreateUser div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n}\n\n#verify {\n color: rgb(18, 141, 6);\n}\n#incorret {\n color: rgb(136, 12, 12);\n}\n.options-admin {\n margin: 13px;\n width: 90%;\n height: 25px;\n}\n\n@media only screen and (max-width: 600px){\n .contianerCreateUser div button {\n margin: 0px; \n }\n .contianerCreateUser {\n width: 100%;\n }\n}\n.contianerAlterPassword {\n flex: 1 1;\n height: 100%; \n width: 600px;\n padding-top: 40px;\n margin: auto;\n display: flex;\n align-items:center;\n flex-direction: column;\n}\n\n.contianerAlterPassword div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@media only screen and (max-width: 600px){\n .contianerAlterPassword div button {\n margin: 0px; \n }\n .contianerAlterPassword {\n width: 100%;\n }\n}\n\n.contianerListUsers{ \n float: 1;\n height: 100%;\n display: flex;\n \n}\nh2 {\n border-bottom: none;\n margin-bottom: 10px ;\n\n}\n#list {\n width: 100%;\n height: 400px;\n overflow-y: auto;\n}\n.item-list {\n color: var(--primary-text-color);\n display: block;\n text-align: center;\n height: 30px;\n font-weight: bold;\n \n}\n\n#list table {\n font-family: arial, sans-serif;\n border-collapse: collapse;\n width: 100%;\n }\n\n#list td, th {\n border: 1px solid #dddddd;\n text-align: left;\n padding: 8px;\n color: var(--primary-text-color);\n font-family: \"Roboto\",sans-serif;\n}\n\n#list tr:nth-child(even) {\n background-color: #8f8f8f;\n}\n\n@media only screen and (max-width: 599px){\n .contianerListUsers {\n width: 100%;\n } \n .contianerListUsers #list {\n width: 100%;\n }\n}\n\n#contianerAddRoom {\n flex: 1 1;\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n margin: auto;\n width: 600px;\n}\n\n#contianerAddRoom h2 { \n text-align: start;\n}\n\ninput[type=\"file\"]::-webkit-file-upload-button{\n visibility: hidden;\n opacity: 0;\n}\n\ninput[type=\"file\"]::before {\n content: 'Enviar imagem';\n display: inline-block;\n height: 80%;\n width: 120px;\n background: #e3e3e3;\n border-radius: 0.5em;\n padding: 5px 10px 0px 50px;\n z-index: 1;\n white-space: nowrap;\n -webkit-user-select: none;\n cursor: pointer;\n text-shadow: 1px 1px #fff;\n font-weight: 900;\n line-height: 30px;\n font-size: 10pt;\n}\n\ninput[type=\"file\"]{\n border: blue;\n}\n\n#contianerAddRoom div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n\n@media only screen and (max-width: 600px){\n #contianerAddRoom div button {\n margin: 0px; \n }\n #contianerAddRoom {\n width: 100%;\n }\n}\n.contianerUpdateRoom {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-left: 20px;\n \n\n}\n.contianerUpdateRoom h2 {\n text-align: center;\n margin-top: 40px;\n}\n.contianerUpdateRoom div {\n display: flex;\n width: 100%;\n justify-content: center;\n align-items: center;\n height: 200px;\n}\n.contianerUpdateRoom div button {\n width: 90%;\n}\n\n@media only screen and (max-width: 600px){\n .contianerUpdateRoom div button {\n margin: 0px; \n }\n .contianerUpdateRoom {\n width: 100%;\n }\n}\n\n.contianerDeleteRoom {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n }\n\n.contianerDeleteRoom h2 { \n text-align: center;\n}\n\n.contianerDeleteRoom div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerDeleteRoom div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerDeleteRoom div button {\n margin: 0px; \n }\n .contianerDeleteRoom {\n width: 100%;\n }\n}\n\n\n.contianerDeleteUser {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerDeleteUser h2 { \n text-align: start;\n}\n\n.contianerDeleteUser div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerDeleteUser div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerDeleteUser div button {\n margin: 0px; \n }\n .contianerDeleteUser {\n width: 100%;\n }\n}\n\n\n.contianerCreateFloor {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerCreateFloor h2 { \n text-align: start;\n}\n\n.contianerCreateFloor div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerCreateFloor div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerCreateFloor div button {\n margin: 0px; \n }\n .contianerCreateFloor {\n width: 100%;\n }\n}\n\n.containerActionAlert {\n position: absolute;\n width: 200px;\n height: 50px;\n right: 5px;\n background: var(--actionalert-background-color);\n -webkit-animation: showalert 3s;\n animation: showalert 3s;\n border-radius: 0.3em;\n display: none;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.containerActionAlert p {\n color: aliceblue;\n}\n\n@-webkit-keyframes showalert {\n from {\n top: 0px;\n opacity: 0;\n }\n to {\n top: 50px;\n opacity: 1;\n\n }\n}\n\n@keyframes showalert {\n from {\n top: 0px;\n opacity: 0;\n }\n to {\n top: 50px;\n opacity: 1;\n\n }\n}\n:root{\n --primary-background-color: #076963;\n --actionalert-background-color: rgb(0, 87, 3);\n --button-background-color: #010b3d;\n --inputs-border-color: rgb(144, 144, 144);\n --sidebar-background-color: #fff;\n --primary-text-color: rgb(2, 1, 59);\n --main-background-color: rgb(251, 251, 251);\n --icons-sidebar-color: rgb(109, 109, 109) ;\n --icons-navebar-color:#fff;\n --hover-item-sidebar-color:rgba(221, 221, 221, 0.727);\n --text-sidebar-color: rgb(109, 109, 109);\n --navbar-background-color: rgb(2, 94, 80);\n --zoom-page-view: 85%\n}\n\n\n","\n.contianerCreateFloor {\n flex: 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerCreateFloor h2 { \n text-align: start;\n}\n\n.contianerCreateFloor div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerCreateFloor div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerCreateFloor div button {\n margin: 0px; \n }\n .contianerCreateFloor {\n width: 100%;\n }\n}\n",".container-administration {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: flex-start;\n}\n\n.container-sidebar {\n height: 100%;\n background-color: var(--sidebar-background-color);\n width: 290px;\n display: flex;\n flex-direction: column;\n border-right: 0.8px solid rgb(211, 211, 211);\n}\n.container-sidebar header {\n width: 100%;\n height: 90px;\n background-color: ivory;\n border-bottom: 0.9px solid rgb(236, 236, 236);\n}\n\n.container-sidebar header i {\n display: none;\n}\n.container-navbar .button-show-sidebar {\n display: none;\n}\n.container-sidebar header h2 {\n color: black;\n font-family: 'Roboto',sans-serif;\n font-size: 20px;\n text-align: center;\n width: 100%;\n}\n.container-sidebar nav {\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-sidebar nav ul li {\n width: 100%;\n height: 50px;\n display: flex;\n margin-top: 5px;\n margin-bottom: 5px;\n flex-direction: row;\n align-items: center;\n font-weight: 600;\n font-size: 17px;\n font-family: 'Roboto',sans-serif;\n color: var(--text-sidebar-color);\n cursor: pointer;\n\n}\n.container-sidebar nav ul li:hover {\n background-color: var(--hover-item-sidebar-color);\n}\n.container-sidebar nav ul li ul {\n width: 100px;\n}\n.container-sidebar nav ul li i {\n width: 40px;\n height: 100%;\n padding-top: 10px;\n margin-left: 20px;\n margin-right: 20px;\n text-align: center;\n color: var(--icons-sidebar-color);\n font-size: 25px;\n}\n\n.container-main {\n width: 100%;\n height: 100%;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-navbar {\n height: 80px;\n width: 100%;\n display: flex;\n justify-content: space-between;\n background-color: var(--primary-background-color,--navbar-background-color);\n}\n.container-navbar ul {\n width: 150px;\n height: 100%;\n display: flex;\n align-items: flex-end;\n justify-content: space-around;\n}\n.container-navbar ul li {\n list-style-type: none;\n cursor: pointer;\n height: 100%;\n padding-bottom: 10px;\n text-align: center;\n width: 30px;\n display: flex;\n flex-direction: column;\n flex-direction: column-reverse;\n \n}\n.container-navbar ul li:hover {\n border-bottom: 1px solid #fff;\n} \n.container-navbar ul li i {\n font-size: 20px;\n color: var(--icons-navebar-color);\n}\n\n.main {\nheight: 100%;\nwidth: 100%;\nbackground-color: var(--main-background-color);\n}\n\n.primary-text-color{\n color: var(--primary-text-color) ;\n text-align: center;\n}\n\n\n@media only screen and (max-width: 700px){\n .container-sidebar {\n position: fixed;\n left: -300px;\n animation: sidebar 1s ease-in-out;\n }\n .container-sidebar header {\n align-items: center;\n\n }\n .container-sidebar header i {\n display: block;\n font-size: 30px;\n margin: 10px 10px 10px 10px;\n position: relative;\n cursor: pointer;\n }\n .container-navbar .button-show-sidebar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-end ;\n font-size: 25px;\n color: #fff;\n margin-right: 20px;\n\n }\n .container-navbar .button-show-sidebar i {\n cursor: pointer;\n }\n}",".containerActionAlert {\n position: absolute;\n width: 200px;\n height: 50px;\n right: 5px;\n background: var(--actionalert-background-color);\n animation: showalert 3s;\n border-radius: 0.3em;\n display: none;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.containerActionAlert p {\n color: aliceblue;\n}\n\n@keyframes showalert {\n from {\n top: 0px;\n opacity: 0;\n }\n to {\n top: 50px;\n opacity: 1;\n\n }\n}",":root{\n --primary-background-color: #076963;\n --actionalert-background-color: rgb(0, 87, 3);\n --button-background-color: #010b3d;\n --inputs-border-color: rgb(144, 144, 144);\n --sidebar-background-color: #fff;\n --primary-text-color: rgb(2, 1, 59);\n --main-background-color: rgb(251, 251, 251);\n --icons-sidebar-color: rgb(109, 109, 109) ;\n --icons-navebar-color:#fff;\n --hover-item-sidebar-color:rgba(221, 221, 221, 0.727);\n --text-sidebar-color: rgb(109, 109, 109);\n --navbar-background-color: rgb(2, 94, 80);\n --zoom-page-view: 85%\n}\n\n"]} \ No newline at end of file diff --git a/backend/build/static/css/main.10a7dfc8.chunk.css b/backend/build/static/css/main.10a7dfc8.chunk.css new file mode 100644 index 000000000..6e2b0f72d --- /dev/null +++ b/backend/build/static/css/main.10a7dfc8.chunk.css @@ -0,0 +1,2 @@ +@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);*{box-sizing:border-box;border:0}#root,.containerLogin,body,html{height:100%;width:100%;display:flex;background-color:var(--primary-background-color);flex:1 1}.containerLogin{display:flex;flex-direction:column}#box-login,.containerLogin{justify-content:center;align-items:center}#box-login{width:500px;height:50%;background-color:rgba(218,217,236,0);border-radius:10px}header{width:100%;height:45px;display:flex;align-items:center;padding-left:20px;border-radius:5px 5px 0 0;color:#060242}h2{color:#fff;font-size:25px;text-align:center;border-bottom:1px solid #000}main{width:100%;height:200px;justify-content:center;align-items:center;display:flex;flex-direction:column}input{height:40px;width:90%;margin-top:20px;border-radius:.3em;border:.5px solid var(--inputs-border-color)}#area-buttons{width:100%;height:70px;justify-content:space-between;align-items:center;display:flex}button{width:90%;height:40px;border-radius:5px;font-size:15px;background-color:var(--button-background-color);color:#fff;cursor:pointer;margin-left:24px}a{text-decoration:none}span{color:var(--text-sidebar-color);font-size:small}@media only screen and (max-width:599px){#box-login{width:100%}}.containerHours{width:100%;background-color:var(--primary-background-color);height:70px;display:flex;align-items:center;justify-content:space-around;flex-direction:column;border-radius:10px 0 0 180px}.containerHours h3,.containerHours p{font-family:"Roboto",sans-serif;color:#fff;font-size:15}.containerHours p{text-align:center;width:100%}.containerHours p:nth-child(3){text-align:right;padding-right:10px}.containerPrice{width:100%;height:200px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--primary-background-color)}.containerPrice p{margin-top:5px;margin-right:10px;font-size:small;color:#fff}.containerPrice div{display:flex;flex-direction:row;justify-content:space-evenly}.ask{color:#fff;font-family:"Roboto"}.containerWeather{position:absolute;width:14.2%;min-width:245.52px;height:434px;right:0;bottom:0;background:#fff;display:flex;flex-direction:column}.containerWeather .item-list{display:flex;justify-content:space-between}.containerWeather .item-list p{font-family:"Roboto",sans-serif}.containerWeather .item-list img{object-fit:scale-down}.contianerCostumer{width:100%;height:100%;display:none;align-items:center;justify-content:center;background-color:#fff;position:absolute}.logoConstumer{max-width:350px;max-height:150px;object-fit:scale-down}*{padding:0;margin:0;box-sizing:0;font-family:"Roboto",sans-serif}#container,#root,body,html{height:100%;width:100%;overflow-x:visible}.blue{background:#0957a0}.darkblue{background:var(--primary-background-color)}#container{display:flex;flex-direction:row;background-color:#fff;overflow:auto;zoom:var(--zoom-page-view)}#container .floors{width:100%;display:flex;flex-direction:column;align-items:center}#container .title{padding-bottom:13px;width:100%;font-size:20px;color:#fff;font-weight:900;height:45px;text-align:center;line-height:45px}#container .imageCostumer{width:120px;height:65px;margin-bottom:5px;object-fit:scale-down}#container .numberCostumer{color:#09004e;font-weight:600}#container .containerRoom{display:flex;flex-direction:column;margin:0 0 5px 5px}@media only screen and (max-width:699px){#container ul.floors{width:400px}}.container-administration{width:100%;height:100%;display:flex;align-items:flex-start}.container-sidebar{height:100%;background-color:var(--sidebar-background-color);width:290px;display:flex;flex-direction:column;border-right:.8px solid #d3d3d3}.container-sidebar header{width:100%;height:90px;background-color:ivory;border-bottom:.9px solid #ececec}.container-navbar .button-show-sidebar,.container-sidebar header i{display:none}.container-sidebar header h2{color:#000;font-family:"Roboto",sans-serif;font-size:20px;text-align:center;width:100%}.container-sidebar nav{height:100%;display:flex;flex-direction:column;justify-content:space-between}.container-sidebar nav ul li{width:100%;height:50px;display:flex;margin-top:5px;margin-bottom:5px;flex-direction:row;align-items:center;font-weight:600;font-size:17px;font-family:"Roboto",sans-serif;color:var(--text-sidebar-color);cursor:pointer}.container-sidebar nav ul li:hover{background-color:var(--hover-item-sidebar-color)}.container-sidebar nav ul li ul{width:100px}.container-sidebar nav ul li i{width:40px;height:100%;padding-top:10px;margin-left:20px;margin-right:20px;text-align:center;color:var(--icons-sidebar-color);font-size:25px}.container-main{height:100%;flex-direction:column}.container-main,.container-navbar{width:100%;justify-content:space-between}.container-navbar{height:80px;display:flex;background-color:--navbar-background-color;background-color:var(--primary-background-color,--navbar-background-color)}.container-navbar ul{width:150px;height:100%;display:flex;align-items:flex-end;justify-content:space-around}.container-navbar ul li{list-style-type:none;cursor:pointer;height:100%;padding-bottom:10px;text-align:center;width:30px;display:flex;flex-direction:column;flex-direction:column-reverse}.container-navbar ul li:hover{border-bottom:1px solid #fff}.container-navbar ul li i{font-size:20px;color:var(--icons-navebar-color)}.main{height:100%;width:100%;background-color:var(--main-background-color)}.primary-text-color{color:var(--primary-text-color);text-align:center}@media only screen and (max-width:700px){.container-sidebar{position:fixed;left:-300px;-webkit-animation:sidebar 1s ease-in-out;animation:sidebar 1s ease-in-out}.container-sidebar header{align-items:center}.container-sidebar header i{display:block;font-size:30px;margin:10px;position:relative;cursor:pointer}.container-navbar .button-show-sidebar{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;font-size:25px;color:#fff;margin-right:20px}.container-navbar .button-show-sidebar i{cursor:pointer}}.contianerCreateUser{flex:1 1;margin:auto;width:600px;height:100%;display:flex;align-items:center;flex-direction:column;padding-top:40px}.inputs{border:0 solid;border:1px solid var(--inputs-border-color);color:0}.primary-color{width:90%;text-align:start;border:none}.contianerCreateUser div{width:100%;height:150px;display:flex;justify-content:center;align-items:flex-end}#verify{color:#128d06}#incorret{color:#880c0c}.options-admin{margin:13px;width:90%;height:25px}@media only screen and (max-width:600px){.contianerCreateUser div button{margin:0}.contianerCreateUser{width:100%}}.contianerAlterPassword{flex:1 1;height:100%;width:600px;padding-top:40px;margin:auto;display:flex;align-items:center;flex-direction:column}.contianerAlterPassword div{width:100%;height:150px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){.contianerAlterPassword div button{margin:0}.contianerAlterPassword{width:100%}}.contianerListUsers{float:1;height:100%;display:flex}h2{border-bottom:none;margin-bottom:10px}#list{width:100%;height:400px;overflow-y:auto}.item-list{color:var(--primary-text-color);display:block;text-align:center;height:30px;font-weight:700}#list table{font-family:arial,sans-serif;border-collapse:collapse;width:100%}#list td,th{border:1px solid #ddd;text-align:left;padding:8px;color:var(--primary-text-color);font-family:"Roboto",sans-serif}#list tr:nth-child(2n){background-color:#8f8f8f}@media only screen and (max-width:599px){.contianerListUsers,.contianerListUsers #list{width:100%}}#contianerAddRoom{flex:1 1;height:100%;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px;margin:auto;width:600px}#contianerAddRoom h2{text-align:start}input[type=file]::-webkit-file-upload-button{visibility:hidden;opacity:0}input[type=file]:before{content:"Enviar imagem";display:inline-block;height:80%;width:120px;background:#e3e3e3;border-radius:.5em;padding:5px 10px 0 50px;z-index:1;white-space:nowrap;-webkit-user-select:none;cursor:pointer;text-shadow:1px 1px #fff;font-weight:900;line-height:30px;font-size:10pt}input[type=file]{border:#00f}#contianerAddRoom div{width:100%;height:150px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){#contianerAddRoom div button{margin:0}#contianerAddRoom{width:100%}}.contianerUpdateRoom{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-left:20px}.contianerUpdateRoom h2{text-align:center;margin-top:40px}.contianerUpdateRoom div{display:flex;width:100%;justify-content:center;align-items:center;height:200px}.contianerUpdateRoom div button{width:90%}@media only screen and (max-width:600px){.contianerUpdateRoom div button{margin:0}.contianerUpdateRoom{width:100%}}.contianerDeleteRoom{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteRoom h2{text-align:center}.contianerDeleteRoom div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteRoom div button{margin:0}.contianerDeleteRoom{width:100%}}.contianerDeleteUser{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteUser h2{text-align:start}.contianerDeleteUser div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteUser div button{margin:0}.contianerDeleteUser{width:100%}}.contianerCreateFloor{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerCreateFloor h2{text-align:start}.contianerCreateFloor div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerCreateFloor div button{margin:0}.contianerCreateFloor{width:100%}}.contianerDeleteFloor{flex:1 1;height:100%;width:600px;margin:auto;display:flex;flex-direction:column;align-items:center;padding-top:40px;padding-left:20px}.contianerDeleteFloor h2{text-align:start}.contianerDeleteFloor div{width:100%;height:150px;justify-content:left;align-items:flex-end;display:flex;justify-content:center}@media only screen and (max-width:600px){.contianerDeleteFloor div button{margin:0}.contianerDeleteFloor{width:100%}}.containerActionAlert{position:absolute;width:200px;height:50px;right:5px;background:var(--actionalert-background-color);-webkit-animation:showalert 3s;animation:showalert 3s;border-radius:.3em;display:none;flex-direction:column;align-items:center;justify-content:center}.containerActionAlert p{color:#f0f8ff}@-webkit-keyframes showalert{0%{top:0;opacity:0}to{top:50px;opacity:1}}@keyframes showalert{0%{top:0;opacity:0}to{top:50px;opacity:1}}:root{--primary-background-color:#076963;--actionalert-background-color:#005703;--button-background-color:#010b3d;--inputs-border-color:#909090;--sidebar-background-color:#fff;--primary-text-color:#02013b;--main-background-color:#fbfbfb;--icons-sidebar-color:#6d6d6d;--icons-navebar-color:#fff;--hover-item-sidebar-color:hsla(0,0%,86.7%,0.727);--text-sidebar-color:#6d6d6d;--navbar-background-color:#025e50;--zoom-page-view:85%} +/*# sourceMappingURL=main.10a7dfc8.chunk.css.map */ \ No newline at end of file diff --git a/backend/build/static/css/main.10a7dfc8.chunk.css.map b/backend/build/static/css/main.10a7dfc8.chunk.css.map new file mode 100644 index 000000000..b68a246e5 --- /dev/null +++ b/backend/build/static/css/main.10a7dfc8.chunk.css.map @@ -0,0 +1 @@ +{"version":3,"sources":["main.10a7dfc8.chunk.css","style.css","style2.css","styles.css","global.css"],"names":[],"mappings":"AACA,wEAAwE,CCExE,EACI,qBAAsB,CAGtB,QAEJ,CAEA,gCACI,WAAY,CACZ,UAAW,CACX,YAAa,CACb,gDAAiD,CACjD,QACJ,CAGA,gBACI,YAAa,CAGb,qBACJ,CACA,2BAJI,sBAAuB,CACvB,kBAUJ,CAPA,WACI,WAAY,CACZ,UAAW,CACX,oCAAwC,CACxC,kBAGJ,CACA,OACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,iBAAkB,CAClB,yBAA0B,CAC1B,aACJ,CACA,GACI,UAAW,CACX,cAAe,CACf,iBAAkB,CAClB,4BACJ,CACA,KACI,UAAW,CACX,YAAa,CACb,sBAAuB,CACvB,kBAAmB,CACnB,YAAa,CACb,qBACJ,CACA,MACI,WAAY,CACZ,SAAU,CACV,eAAgB,CAChB,kBAAoB,CACpB,4CACJ,CACA,cACI,UAAW,CACX,WAAY,CACZ,6BAA8B,CAC9B,kBAAmB,CACnB,YACJ,CACA,OACI,SAAU,CACV,WAAY,CACZ,iBAAkB,CAClB,cAAe,CACf,+CAAiD,CACjD,UAAW,CACX,cAAe,CACf,gBACJ,CAEA,EACI,oBACJ,CAEA,KACI,+BAAgC,CAChC,eACJ,CAEA,yCACI,WACI,UACJ,CAEJ,CAhGA,gBACE,UAAW,CACX,gDAAiD,CACjD,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,4BAA6B,CAC7B,qBAAsB,CAEtB,4BACF,CAOA,qCALE,+BAAgC,CAChC,UAAW,CACX,YASF,CANA,kBAIE,iBAAkB,CAClB,UACF,CACA,+BACE,gBAAiB,CACjB,kBAEF,CA5BA,gBACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,kBAAmB,CACnB,gDAEJ,CAEA,kBACI,cAAe,CACf,iBAAkB,CAClB,eAAgB,CAChB,UACJ,CAEA,oBACI,YAAa,CACb,kBAAmB,CACnB,4BACJ,CAEA,KACI,UAAyB,CACzB,oBACJ,CA3BE,kBACA,iBAAkB,CAClB,WAAY,CACZ,kBAAmB,CACnB,YAAa,CACb,OAAU,CACV,QAAW,CACX,eAAgB,CAChB,YAAa,CACb,qBACF,CACA,6BACE,YAAa,CACb,6BAEF,CACA,+BACE,+BACF,CAEA,iCACE,qBACF,CAtBA,mBACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,sBAAuB,CACvB,qBAAoC,CACpC,iBACJ,CAEA,eACI,eAAgB,CAChB,gBAAiB,CACjB,qBACJ,CAbA,EACE,SAAU,CACV,QAAS,CACT,YAAa,CACb,+BACF,CAEA,2BACE,WAAW,CACX,UAAW,CACX,kBAEF,CAEA,MACE,kBACF,CACA,UACE,0CACF,CAEA,WACE,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,aAAc,CACd,0BAEF,CACA,mBACE,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,kBACF,CAEA,kBACE,mBAAoB,CACpB,UAAW,CACX,cAAe,CACf,UAAW,CACX,eAAgB,CAChB,WAAY,CACZ,iBAAkB,CAClB,gBACF,CAEA,0BACE,WAAY,CACZ,WAAY,CACZ,iBAAkB,CAClB,qBACF,CACA,2BACE,aAAoB,CACpB,eACF,CAEA,0BACE,YAAa,CACb,qBAAsB,CACtB,kBACF,CAGA,yCACE,qBACE,WACF,CAEF,CCvEA,0BACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,sBACJ,CAEA,mBACI,WAAY,CACZ,gDAAiD,CACjD,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,+BACJ,CACA,0BACI,UAAW,CACX,WAAY,CACZ,sBAAuB,CACvB,gCACJ,CAKA,mEACI,YACJ,CACA,6BACI,UAAY,CACZ,+BAAgC,CAChC,cAAe,CACf,iBAAkB,CAClB,UACJ,CACA,uBACI,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,6BACJ,CAEA,6BACI,UAAW,CACX,WAAY,CACZ,YAAa,CACb,cAAe,CACf,iBAAkB,CAClB,kBAAmB,CACnB,kBAAmB,CACnB,eAAgB,CAChB,cAAe,CACf,+BAAgC,CAChC,+BAAgC,CAChC,cAEJ,CACA,mCACI,gDACJ,CACA,gCACI,WACJ,CACA,+BACI,UAAW,CACX,WAAY,CACZ,gBAAiB,CACjB,gBAAiB,CACjB,iBAAkB,CAClB,iBAAkB,CAClB,gCAAiC,CACjC,cACJ,CAEA,gBAEI,WAAY,CACZ,qBAEJ,CAEA,kCANI,UAAW,CAGX,6BASJ,CANA,kBACI,WAAY,CAEZ,YAAa,CAEb,0CAA2E,CAA3E,0EACJ,CACA,qBACI,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,oBAAqB,CACrB,4BACJ,CACA,wBACI,oBAAqB,CACrB,cAAe,CACf,WAAY,CACZ,mBAAoB,CACpB,iBAAkB,CAClB,UAAW,CACX,YAAa,CACb,qBAAsB,CACtB,6BAEJ,CACA,8BACI,4BACJ,CACA,0BACI,cAAe,CACf,gCACJ,CAEA,MACA,WAAY,CACZ,UAAW,CACX,6CACA,CAEA,oBACI,+BAAiC,CACjC,iBACJ,CAGA,yCACI,mBACI,cAAe,CACf,WAAY,CACZ,wCAAiC,CAAjC,gCACJ,CACA,0BACI,kBAEJ,CACA,4BACI,aAAc,CACd,cAAe,CACf,WAA2B,CAC3B,iBAAkB,CAClB,cACJ,CACA,uCACI,YAAa,CACb,qBAAsB,CACtB,sBAAuB,CACvB,oBAAsB,CACtB,cAAe,CACf,UAAW,CACX,iBAEJ,CACA,yCACI,cACJ,CACJ,CD7JA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,kBAAmB,CACnB,qBAAsB,CACtB,gBACH,CAED,QACI,cAAwB,CAGxB,2CAAwC,CACxC,OACJ,CAEA,eACI,SAAU,CACV,gBAAiB,CACjB,WAEJ,CACA,yBACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,oBACJ,CAEA,QACI,aACJ,CACA,UACI,aACJ,CACA,eACI,WAAY,CACZ,SAAU,CACV,WACJ,CAEA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CApDA,wBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,gBAAiB,CACjB,WAAY,CACZ,YAAa,CACb,kBAAkB,CAClB,qBACJ,CAEA,4BACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,kBACJ,CAEA,yCACI,mCACE,QACF,CACA,wBACI,UACJ,CACJ,CA1BA,oBACI,OAAQ,CACR,WAAY,CACZ,YAEJ,CACA,GACI,kBAAmB,CACnB,kBAEJ,CACA,MACI,UAAW,CACX,YAAa,CACb,eACJ,CACA,WACI,+BAAgC,CAChC,aAAc,CACd,iBAAkB,CAClB,WAAY,CACZ,eAEJ,CAEA,YACI,4BAA8B,CAC9B,wBAAyB,CACzB,UACF,CAEF,YACE,qBAAyB,CACzB,eAAgB,CAChB,WAAY,CACZ,+BAAgC,CAChC,+BACF,CAEA,uBACI,wBACJ,CAEA,yCAII,8CACI,UACJ,CACJ,CAjDA,kBACI,QAAO,CACP,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBAAkB,CAClB,WAAY,CACZ,WACJ,CAEA,qBACI,gBACJ,CAEA,6CACI,iBAAkB,CAClB,SACJ,CAEA,wBACI,uBAAwB,CACxB,oBAAqB,CACrB,UAAW,CACX,WAAY,CACZ,kBAAmB,CACnB,kBAAoB,CACpB,uBAA0B,CAC1B,SAAU,CACV,kBAAmB,CACnB,wBAAyB,CACzB,cAAe,CACf,wBAAyB,CACzB,eAAgB,CAChB,gBAAiB,CACjB,cACJ,CAEA,iBACI,WACJ,CAEA,sBACI,UAAW,CACX,YAAa,CACb,YAAa,CACb,sBAAuB,CACvB,kBACJ,CAGA,yCACI,6BACE,QACF,CACA,kBACI,UACJ,CACJ,CA5DA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,iBAGJ,CACA,wBACI,iBAAkB,CAClB,eACJ,CACA,yBACI,YAAa,CACb,UAAW,CACX,sBAAuB,CACvB,kBAAmB,CACnB,YACJ,CACA,gCACI,SACJ,CAEA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CAjCA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACH,CAED,wBACI,iBACJ,CAEA,yBACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CArCA,qBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACJ,CAEA,wBACI,gBACJ,CAEA,yBACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,gCACE,QACF,CACA,qBACI,UACJ,CACJ,CArCA,sBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACJ,CAEA,yBACI,gBACJ,CAEA,0BACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,iCACE,QACF,CACA,sBACI,UACJ,CACJ,CArCA,sBACI,QAAO,CACP,WAAY,CACZ,WAAY,CACZ,WAAY,CACZ,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,gBAAiB,CACjB,iBACJ,CAEA,yBACI,gBACJ,CAEA,0BACI,UAAW,CACX,YAAa,CAEb,oBAAqB,CACrB,oBAAqB,CAIrB,YAAa,CACb,sBAJJ,CAQA,yCACI,iCACE,QACF,CACA,sBACI,UACJ,CACJ,CEtCA,sBACI,iBAAkB,CAClB,WAAY,CACZ,WAAY,CACZ,SAAU,CACV,8CAA+C,CAC/C,8BAAuB,CAAvB,sBAAuB,CACvB,kBAAoB,CACpB,YAAa,CACb,qBAAsB,CACtB,kBAAmB,CACnB,sBACJ,CACA,wBACI,aACJ,CAEA,6BACI,GACI,KAAQ,CACR,SACJ,CACA,GACI,QAAS,CACT,SAEJ,CACJ,CAVA,qBACI,GACI,KAAQ,CACR,SACJ,CACA,GACI,QAAS,CACT,SAEJ,CACJ,CC3BA,MACI,kCAAmC,CACnC,sCAA6C,CAC7C,iCAAkC,CAClC,6BAAyC,CACzC,+BAAgC,CAChC,4BAAmC,CACnC,+BAA2C,CAC3C,6BAA0C,CAC1C,0BAA0B,CAC1B,iDAAqD,CACrD,4BAAwC,CACxC,iCAAyC,CACzC,oBACJ","file":"main.10a7dfc8.chunk.css","sourcesContent":["@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);\n@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);\n* {\n box-sizing: border-box;\n padding: 0;\n margin: 0;\n border: 0;\n font-family: 'Roboto', sans-serif;\n}\n\nhtml, body, #root, .containerLogin {\n height: 100%;\n width: 100%;\n display: flex;\n background-color: var(--primary-background-color);\n flex: 1 1;\n}\n\n\n.containerLogin {\n display: flex;\n justify-content: center;\n align-items: center;\n flex-direction: column;\n}\n#box-login {\n width: 500px;\n height: 50%;\n background-color: rgba(218, 217, 236, 0);\n border-radius: 10px;\n align-items: center;\n justify-content: center;\n}\nheader {\n width: 100%;\n height: 45px;\n display: flex;\n align-items: center;\n padding-left: 20px;\n border-radius: 5px 5px 0 0;\n color: rgb(6, 2, 66);\n}\nh2 {\n color: #fff;\n font-size: 25px;\n text-align: center;\n border-bottom: 1px solid #000;\n}\nmain {\n width: 100%;\n height: 200px;\n justify-content: center;\n align-items: center;\n display: flex;\n flex-direction: column;\n}\ninput {\n height: 40px;\n width: 90%;\n margin-top: 20px;\n border-radius: 0.3em; \n border: 0.5px solid var(--inputs-border-color); \n}\n#area-buttons {\n width: 100%;\n height: 70px;\n justify-content: space-between;\n align-items: center;\n display: flex;\n}\nbutton {\n width: 90%;\n height: 40px;\n border-radius: 5px;\n font-size: 15px;\n background-color: var(--button-background-color) ;\n color: #fff;\n cursor: pointer;\n margin-left: 24px;\n}\n\na {\n text-decoration: none;\n}\n\nspan {\n color: var(--text-sidebar-color);\n font-size: small;\n}\n\n@media only screen and (max-width: 599px){\n #box-login {\n width: 100%;\n }\n \n}\n\n\n.containerHours {\n width: 100%;\n background-color: var(--primary-background-color);\n height: 70px;\n display: flex;\n align-items: center;\n justify-content: space-around;\n flex-direction: column;\n\n border-radius: 10px 0px 0px 180px ;\n}\n.containerHours h3 {\n font-family: 'Roboto',sans-serif;\n color: #fff;\n font-size: 15;\n}\n\n.containerHours p {\n font-family: 'Roboto',sans-serif;\n color: #fff;\n font-size: 15;\n text-align: center;\n width: 100%;\n} \n.containerHours p:nth-child(3){\n text-align: right;\n padding-right: 10px;\n\n}\n.containerPrice {\n width: 100%;\n height: 200px;\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: center;\n background-color: var(--primary-background-color);\n\n}\n\n.containerPrice p{ \n margin-top: 5px;\n margin-right: 10px;\n font-size: small;\n color: #fff;\n}\n\n.containerPrice div {\n display: flex;\n flex-direction: row;\n justify-content: space-evenly;\n}\n\n.ask {\n color: rgb(255, 255, 255);\n font-family: 'Roboto';\n}\n\n .containerWeather {\n position: absolute;\n width: 14.2%;\n min-width: 245.52px;\n height: 434px;\n right: 0px;\n bottom: 0px;\n background: #fff;\n display: flex;\n flex-direction: column;\n}\n.containerWeather .item-list {\n display: flex;\n justify-content: space-between;\n\n}\n.containerWeather .item-list p {\n font-family: 'Roboto',sans-serif;\n}\n\n.containerWeather .item-list img {\n object-fit: scale-down;\n}\n\n.contianerCostumer {\n width: 100%;\n height: 100%;\n display: none;\n align-items: center;\n justify-content: center;\n background-color: rgb(255, 255, 255);\n position: absolute;\n}\n\n.logoConstumer {\n max-width: 350px;\n max-height: 150px;\n object-fit: scale-down;\n}\n\n* {\n padding: 0;\n margin: 0;\n box-sizing: 0;\n font-family: 'Roboto', sans-serif;\n}\n\nhtml, body, #root, #container {\n height:100%;\n width: 100%;\n overflow-x: visible;\n\n}\n\n.blue {\n background: rgb(9, 87, 160);\n}\n.darkblue {\n background: var(--primary-background-color);\n}\n\n#container {\n display: flex;\n flex-direction: row;\n background-color: #fff;\n overflow: auto;\n zoom: var(--zoom-page-view);\n \n}\n#container .floors {\n width: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n}\n\n#container .title {\n padding-bottom: 13px;\n width: 100%;\n font-size: 20px;\n color: #fff;\n font-weight: 900;\n height: 45px;\n text-align: center;\n line-height: 45px;\n}\n\n#container .imageCostumer {\n width: 120px;\n height: 65px;\n margin-bottom: 5px;\n object-fit: scale-down;\n}\n#container .numberCostumer {\n color: rgb(9, 0, 78);\n font-weight: 600;\n}\n\n#container .containerRoom {\n display: flex;\n flex-direction: column;\n margin: 0px 0px 5px 5px;\n}\n\n\n@media only screen and (max-width: 699px){\n #container ul.floors {\n width: 400px;\n }\n \n}\n\n.container-administration {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: flex-start;\n}\n\n.container-sidebar {\n height: 100%;\n background-color: var(--sidebar-background-color);\n width: 290px;\n display: flex;\n flex-direction: column;\n border-right: 0.8px solid rgb(211, 211, 211);\n}\n.container-sidebar header {\n width: 100%;\n height: 90px;\n background-color: ivory;\n border-bottom: 0.9px solid rgb(236, 236, 236);\n}\n\n.container-sidebar header i {\n display: none;\n}\n.container-navbar .button-show-sidebar {\n display: none;\n}\n.container-sidebar header h2 {\n color: black;\n font-family: 'Roboto',sans-serif;\n font-size: 20px;\n text-align: center;\n width: 100%;\n}\n.container-sidebar nav {\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-sidebar nav ul li {\n width: 100%;\n height: 50px;\n display: flex;\n margin-top: 5px;\n margin-bottom: 5px;\n flex-direction: row;\n align-items: center;\n font-weight: 600;\n font-size: 17px;\n font-family: 'Roboto',sans-serif;\n color: var(--text-sidebar-color);\n cursor: pointer;\n\n}\n.container-sidebar nav ul li:hover {\n background-color: var(--hover-item-sidebar-color);\n}\n.container-sidebar nav ul li ul {\n width: 100px;\n}\n.container-sidebar nav ul li i {\n width: 40px;\n height: 100%;\n padding-top: 10px;\n margin-left: 20px;\n margin-right: 20px;\n text-align: center;\n color: var(--icons-sidebar-color);\n font-size: 25px;\n}\n\n.container-main {\n width: 100%;\n height: 100%;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-navbar {\n height: 80px;\n width: 100%;\n display: flex;\n justify-content: space-between;\n background-color: --navbar-background-color;\n background-color: var(--primary-background-color,--navbar-background-color);\n}\n.container-navbar ul {\n width: 150px;\n height: 100%;\n display: flex;\n align-items: flex-end;\n justify-content: space-around;\n}\n.container-navbar ul li {\n list-style-type: none;\n cursor: pointer;\n height: 100%;\n padding-bottom: 10px;\n text-align: center;\n width: 30px;\n display: flex;\n flex-direction: column;\n flex-direction: column-reverse;\n \n}\n.container-navbar ul li:hover {\n border-bottom: 1px solid #fff;\n} \n.container-navbar ul li i {\n font-size: 20px;\n color: var(--icons-navebar-color);\n}\n\n.main {\nheight: 100%;\nwidth: 100%;\nbackground-color: var(--main-background-color);\n}\n\n.primary-text-color{\n color: var(--primary-text-color) ;\n text-align: center;\n}\n\n\n@media only screen and (max-width: 700px){\n .container-sidebar {\n position: fixed;\n left: -300px;\n -webkit-animation: sidebar 1s ease-in-out;\n animation: sidebar 1s ease-in-out;\n }\n .container-sidebar header {\n align-items: center;\n\n }\n .container-sidebar header i {\n display: block;\n font-size: 30px;\n margin: 10px 10px 10px 10px;\n position: relative;\n cursor: pointer;\n }\n .container-navbar .button-show-sidebar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-end ;\n font-size: 25px;\n color: #fff;\n margin-right: 20px;\n\n }\n .container-navbar .button-show-sidebar i {\n cursor: pointer;\n }\n}\n.contianerCreateUser {\n flex: 1 1;\n margin: auto;\n width: 600px;\n height: 100%;\n display: flex;\n align-items:center ;\n flex-direction: column;\n padding-top: 40px; \n }\n\n.inputs {\n border: 0.1px solid .000;\n border-width: 1px;\n border-style: solid;\n border-color: var(--inputs-border-color);\n color: .000;\n}\n\n.primary-color {\n width: 90%;\n text-align: start;\n border: none;\n\n}\n.contianerCreateUser div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: flex-end;\n}\n\n#verify {\n color: rgb(18, 141, 6);\n}\n#incorret {\n color: rgb(136, 12, 12);\n}\n.options-admin {\n margin: 13px;\n width: 90%;\n height: 25px;\n}\n\n@media only screen and (max-width: 600px){\n .contianerCreateUser div button {\n margin: 0px; \n }\n .contianerCreateUser {\n width: 100%;\n }\n}\n.contianerAlterPassword {\n flex: 1 1;\n height: 100%; \n width: 600px;\n padding-top: 40px;\n margin: auto;\n display: flex;\n align-items:center;\n flex-direction: column;\n}\n\n.contianerAlterPassword div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n@media only screen and (max-width: 600px){\n .contianerAlterPassword div button {\n margin: 0px; \n }\n .contianerAlterPassword {\n width: 100%;\n }\n}\n\n.contianerListUsers{ \n float: 1;\n height: 100%;\n display: flex;\n \n}\nh2 {\n border-bottom: none;\n margin-bottom: 10px ;\n\n}\n#list {\n width: 100%;\n height: 400px;\n overflow-y: auto;\n}\n.item-list {\n color: var(--primary-text-color);\n display: block;\n text-align: center;\n height: 30px;\n font-weight: bold;\n \n}\n\n#list table {\n font-family: arial, sans-serif;\n border-collapse: collapse;\n width: 100%;\n }\n\n#list td, th {\n border: 1px solid #dddddd;\n text-align: left;\n padding: 8px;\n color: var(--primary-text-color);\n font-family: \"Roboto\",sans-serif;\n}\n\n#list tr:nth-child(even) {\n background-color: #8f8f8f;\n}\n\n@media only screen and (max-width: 599px){\n .contianerListUsers {\n width: 100%;\n } \n .contianerListUsers #list {\n width: 100%;\n }\n}\n\n#contianerAddRoom {\n flex: 1 1;\n height: 100%;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n margin: auto;\n width: 600px;\n}\n\n#contianerAddRoom h2 { \n text-align: start;\n}\n\ninput[type=\"file\"]::-webkit-file-upload-button{\n visibility: hidden;\n opacity: 0;\n}\n\ninput[type=\"file\"]::before {\n content: 'Enviar imagem';\n display: inline-block;\n height: 80%;\n width: 120px;\n background: #e3e3e3;\n border-radius: 0.5em;\n padding: 5px 10px 0px 50px;\n z-index: 1;\n white-space: nowrap;\n -webkit-user-select: none;\n cursor: pointer;\n text-shadow: 1px 1px #fff;\n font-weight: 900;\n line-height: 30px;\n font-size: 10pt;\n}\n\ninput[type=\"file\"]{\n border: blue;\n}\n\n#contianerAddRoom div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: center;\n align-items: center;\n}\n\n\n@media only screen and (max-width: 600px){\n #contianerAddRoom div button {\n margin: 0px; \n }\n #contianerAddRoom {\n width: 100%;\n }\n}\n.contianerUpdateRoom {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-left: 20px;\n \n\n}\n.contianerUpdateRoom h2 {\n text-align: center;\n margin-top: 40px;\n}\n.contianerUpdateRoom div {\n display: flex;\n width: 100%;\n justify-content: center;\n align-items: center;\n height: 200px;\n}\n.contianerUpdateRoom div button {\n width: 90%;\n}\n\n@media only screen and (max-width: 600px){\n .contianerUpdateRoom div button {\n margin: 0px; \n }\n .contianerUpdateRoom {\n width: 100%;\n }\n}\n\n.contianerDeleteRoom {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n }\n\n.contianerDeleteRoom h2 { \n text-align: center;\n}\n\n.contianerDeleteRoom div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerDeleteRoom div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerDeleteRoom div button {\n margin: 0px; \n }\n .contianerDeleteRoom {\n width: 100%;\n }\n}\n\n\n.contianerDeleteUser {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerDeleteUser h2 { \n text-align: start;\n}\n\n.contianerDeleteUser div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerDeleteUser div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerDeleteUser div button {\n margin: 0px; \n }\n .contianerDeleteUser {\n width: 100%;\n }\n}\n\n\n.contianerCreateFloor {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerCreateFloor h2 { \n text-align: start;\n}\n\n.contianerCreateFloor div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerCreateFloor div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerCreateFloor div button {\n margin: 0px; \n }\n .contianerCreateFloor {\n width: 100%;\n }\n}\n\n\n.contianerDeleteFloor {\n flex: 1 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerDeleteFloor h2 { \n text-align: start;\n}\n\n.contianerDeleteFloor div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerDeleteFloor div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerDeleteFloor div button {\n margin: 0px; \n }\n .contianerDeleteFloor {\n width: 100%;\n }\n}\n\n.containerActionAlert {\n position: absolute;\n width: 200px;\n height: 50px;\n right: 5px;\n background: var(--actionalert-background-color);\n -webkit-animation: showalert 3s;\n animation: showalert 3s;\n border-radius: 0.3em;\n display: none;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.containerActionAlert p {\n color: aliceblue;\n}\n\n@-webkit-keyframes showalert {\n from {\n top: 0px;\n opacity: 0;\n }\n to {\n top: 50px;\n opacity: 1;\n\n }\n}\n\n@keyframes showalert {\n from {\n top: 0px;\n opacity: 0;\n }\n to {\n top: 50px;\n opacity: 1;\n\n }\n}\n:root{\n --primary-background-color: #076963;\n --actionalert-background-color: rgb(0, 87, 3);\n --button-background-color: #010b3d;\n --inputs-border-color: rgb(144, 144, 144);\n --sidebar-background-color: #fff;\n --primary-text-color: rgb(2, 1, 59);\n --main-background-color: rgb(251, 251, 251);\n --icons-sidebar-color: rgb(109, 109, 109) ;\n --icons-navebar-color:#fff;\n --hover-item-sidebar-color:rgba(221, 221, 221, 0.727);\n --text-sidebar-color: rgb(109, 109, 109);\n --navbar-background-color: rgb(2, 94, 80);\n --zoom-page-view: 85%\n}\n\n\n","\n.contianerDeleteFloor {\n flex: 1;\n height: 100%;\n width: 600px;\n margin: auto;\n display: flex;\n flex-direction: column;\n align-items: center;\n padding-top: 40px;\n padding-left: 20px;\n}\n\n.contianerDeleteFloor h2 { \n text-align: start;\n}\n\n.contianerDeleteFloor div {\n width: 100%;\n height: 150px;\n display: flex;\n justify-content: left;\n align-items: flex-end;\n}\n\n.contianerDeleteFloor div {\n display: flex;\n justify-content: center;\n}\n\n\n@media only screen and (max-width: 600px){\n .contianerDeleteFloor div button {\n margin: 0px; \n }\n .contianerDeleteFloor {\n width: 100%;\n }\n}\n",".container-administration {\n width: 100%;\n height: 100%;\n display: flex;\n align-items: flex-start;\n}\n\n.container-sidebar {\n height: 100%;\n background-color: var(--sidebar-background-color);\n width: 290px;\n display: flex;\n flex-direction: column;\n border-right: 0.8px solid rgb(211, 211, 211);\n}\n.container-sidebar header {\n width: 100%;\n height: 90px;\n background-color: ivory;\n border-bottom: 0.9px solid rgb(236, 236, 236);\n}\n\n.container-sidebar header i {\n display: none;\n}\n.container-navbar .button-show-sidebar {\n display: none;\n}\n.container-sidebar header h2 {\n color: black;\n font-family: 'Roboto',sans-serif;\n font-size: 20px;\n text-align: center;\n width: 100%;\n}\n.container-sidebar nav {\n height: 100%;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-sidebar nav ul li {\n width: 100%;\n height: 50px;\n display: flex;\n margin-top: 5px;\n margin-bottom: 5px;\n flex-direction: row;\n align-items: center;\n font-weight: 600;\n font-size: 17px;\n font-family: 'Roboto',sans-serif;\n color: var(--text-sidebar-color);\n cursor: pointer;\n\n}\n.container-sidebar nav ul li:hover {\n background-color: var(--hover-item-sidebar-color);\n}\n.container-sidebar nav ul li ul {\n width: 100px;\n}\n.container-sidebar nav ul li i {\n width: 40px;\n height: 100%;\n padding-top: 10px;\n margin-left: 20px;\n margin-right: 20px;\n text-align: center;\n color: var(--icons-sidebar-color);\n font-size: 25px;\n}\n\n.container-main {\n width: 100%;\n height: 100%;\n flex-direction: column;\n justify-content: space-between;\n}\n\n.container-navbar {\n height: 80px;\n width: 100%;\n display: flex;\n justify-content: space-between;\n background-color: var(--primary-background-color,--navbar-background-color);\n}\n.container-navbar ul {\n width: 150px;\n height: 100%;\n display: flex;\n align-items: flex-end;\n justify-content: space-around;\n}\n.container-navbar ul li {\n list-style-type: none;\n cursor: pointer;\n height: 100%;\n padding-bottom: 10px;\n text-align: center;\n width: 30px;\n display: flex;\n flex-direction: column;\n flex-direction: column-reverse;\n \n}\n.container-navbar ul li:hover {\n border-bottom: 1px solid #fff;\n} \n.container-navbar ul li i {\n font-size: 20px;\n color: var(--icons-navebar-color);\n}\n\n.main {\nheight: 100%;\nwidth: 100%;\nbackground-color: var(--main-background-color);\n}\n\n.primary-text-color{\n color: var(--primary-text-color) ;\n text-align: center;\n}\n\n\n@media only screen and (max-width: 700px){\n .container-sidebar {\n position: fixed;\n left: -300px;\n animation: sidebar 1s ease-in-out;\n }\n .container-sidebar header {\n align-items: center;\n\n }\n .container-sidebar header i {\n display: block;\n font-size: 30px;\n margin: 10px 10px 10px 10px;\n position: relative;\n cursor: pointer;\n }\n .container-navbar .button-show-sidebar {\n display: flex;\n flex-direction: column;\n justify-content: center;\n align-items: flex-end ;\n font-size: 25px;\n color: #fff;\n margin-right: 20px;\n\n }\n .container-navbar .button-show-sidebar i {\n cursor: pointer;\n }\n}",".containerActionAlert {\n position: absolute;\n width: 200px;\n height: 50px;\n right: 5px;\n background: var(--actionalert-background-color);\n animation: showalert 3s;\n border-radius: 0.3em;\n display: none;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n}\n.containerActionAlert p {\n color: aliceblue;\n}\n\n@keyframes showalert {\n from {\n top: 0px;\n opacity: 0;\n }\n to {\n top: 50px;\n opacity: 1;\n\n }\n}",":root{\n --primary-background-color: #076963;\n --actionalert-background-color: rgb(0, 87, 3);\n --button-background-color: #010b3d;\n --inputs-border-color: rgb(144, 144, 144);\n --sidebar-background-color: #fff;\n --primary-text-color: rgb(2, 1, 59);\n --main-background-color: rgb(251, 251, 251);\n --icons-sidebar-color: rgb(109, 109, 109) ;\n --icons-navebar-color:#fff;\n --hover-item-sidebar-color:rgba(221, 221, 221, 0.727);\n --text-sidebar-color: rgb(109, 109, 109);\n --navbar-background-color: rgb(2, 94, 80);\n --zoom-page-view: 85%\n}\n\n"]} \ No newline at end of file diff --git a/backend/build/static/js/2.14780ccd.chunk.js b/backend/build/static/js/2.14780ccd.chunk.js new file mode 100644 index 000000000..21afd500f --- /dev/null +++ b/backend/build/static/js/2.14780ccd.chunk.js @@ -0,0 +1,3 @@ +/*! For license information please see 2.14780ccd.chunk.js.LICENSE.txt */ +(this.webpackJsonpfrontend=this.webpackJsonpfrontend||[]).push([[2],[function(e,t,r){"use strict";e.exports=r(168)},function(e,t){"function"===typeof Object.create?e.exports=function(e,t){t&&(e.super_=t,e.prototype=Object.create(t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}))}:e.exports=function(e,t){if(t){e.super_=t;var r=function(){};r.prototype=t.prototype,e.prototype=new r,e.prototype.constructor=e}}},function(e,t,r){"use strict";function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r=a())throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x"+a().toString(16)+" bytes");return 0|e}function p(e,t){if(u.isBuffer(e))return e.length;if("undefined"!==typeof ArrayBuffer&&"function"===typeof ArrayBuffer.isView&&(ArrayBuffer.isView(e)||e instanceof ArrayBuffer))return e.byteLength;"string"!==typeof e&&(e=""+e);var r=e.length;if(0===r)return 0;for(var n=!1;;)switch(t){case"ascii":case"latin1":case"binary":return r;case"utf8":case"utf-8":case void 0:return U(e).length;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return 2*r;case"hex":return r>>>1;case"base64":return q(e).length;default:if(n)return U(e).length;t=(""+t).toLowerCase(),n=!0}}function b(e,t,r){var n=!1;if((void 0===t||t<0)&&(t=0),t>this.length)return"";if((void 0===r||r>this.length)&&(r=this.length),r<=0)return"";if((r>>>=0)<=(t>>>=0))return"";for(e||(e="utf8");;)switch(e){case"hex":return T(this,t,r);case"utf8":case"utf-8":return x(this,t,r);case"ascii":return C(this,t,r);case"latin1":case"binary":return A(this,t,r);case"base64":return M(this,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return R(this,t,r);default:if(n)throw new TypeError("Unknown encoding: "+e);e=(e+"").toLowerCase(),n=!0}}function m(e,t,r){var n=e[t];e[t]=e[r],e[r]=n}function y(e,t,r,n,i){if(0===e.length)return-1;if("string"===typeof r?(n=r,r=0):r>2147483647?r=2147483647:r<-2147483648&&(r=-2147483648),r=+r,isNaN(r)&&(r=i?0:e.length-1),r<0&&(r=e.length+r),r>=e.length){if(i)return-1;r=e.length-1}else if(r<0){if(!i)return-1;r=0}if("string"===typeof t&&(t=u.from(t,n)),u.isBuffer(t))return 0===t.length?-1:g(e,t,r,n,i);if("number"===typeof t)return t&=255,u.TYPED_ARRAY_SUPPORT&&"function"===typeof Uint8Array.prototype.indexOf?i?Uint8Array.prototype.indexOf.call(e,t,r):Uint8Array.prototype.lastIndexOf.call(e,t,r):g(e,[t],r,n,i);throw new TypeError("val must be string, number or Buffer")}function g(e,t,r,n,i){var o,a=1,s=e.length,u=t.length;if(void 0!==n&&("ucs2"===(n=String(n).toLowerCase())||"ucs-2"===n||"utf16le"===n||"utf-16le"===n)){if(e.length<2||t.length<2)return-1;a=2,s/=2,u/=2,r/=2}function f(e,t){return 1===a?e[t]:e.readUInt16BE(t*a)}if(i){var c=-1;for(o=r;os&&(r=s-u),o=r;o>=0;o--){for(var l=!0,h=0;hi&&(n=i):n=i;var o=t.length;if(o%2!==0)throw new TypeError("Invalid hex string");n>o/2&&(n=o/2);for(var a=0;a>8,i=r%256,o.push(i),o.push(n);return o}(t,e.length-r),e,r,n)}function M(e,t,r){return 0===t&&r===e.length?n.fromByteArray(e):n.fromByteArray(e.slice(t,r))}function x(e,t,r){r=Math.min(e.length,r);for(var n=[],i=t;i239?4:f>223?3:f>191?2:1;if(i+l<=r)switch(l){case 1:f<128&&(c=f);break;case 2:128===(192&(o=e[i+1]))&&(u=(31&f)<<6|63&o)>127&&(c=u);break;case 3:o=e[i+1],a=e[i+2],128===(192&o)&&128===(192&a)&&(u=(15&f)<<12|(63&o)<<6|63&a)>2047&&(u<55296||u>57343)&&(c=u);break;case 4:o=e[i+1],a=e[i+2],s=e[i+3],128===(192&o)&&128===(192&a)&&128===(192&s)&&(u=(15&f)<<18|(63&o)<<12|(63&a)<<6|63&s)>65535&&u<1114112&&(c=u)}null===c?(c=65533,l=1):c>65535&&(c-=65536,n.push(c>>>10&1023|55296),c=56320|1023&c),n.push(c),i+=l}return function(e){var t=e.length;if(t<=4096)return String.fromCharCode.apply(String,e);var r="",n=0;for(;n0&&(e=this.toString("hex",0,r).match(/.{2}/g).join(" "),this.length>r&&(e+=" ... ")),""},u.prototype.compare=function(e,t,r,n,i){if(!u.isBuffer(e))throw new TypeError("Argument must be a Buffer");if(void 0===t&&(t=0),void 0===r&&(r=e?e.length:0),void 0===n&&(n=0),void 0===i&&(i=this.length),t<0||r>e.length||n<0||i>this.length)throw new RangeError("out of range index");if(n>=i&&t>=r)return 0;if(n>=i)return-1;if(t>=r)return 1;if(this===e)return 0;for(var o=(i>>>=0)-(n>>>=0),a=(r>>>=0)-(t>>>=0),s=Math.min(o,a),f=this.slice(n,i),c=e.slice(t,r),l=0;li)&&(r=i),e.length>0&&(r<0||t<0)||t>this.length)throw new RangeError("Attempt to write outside buffer bounds");n||(n="utf8");for(var o=!1;;)switch(n){case"hex":return v(this,e,t,r);case"utf8":case"utf-8":return w(this,e,t,r);case"ascii":return _(this,e,t,r);case"latin1":case"binary":return S(this,e,t,r);case"base64":return k(this,e,t,r);case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return E(this,e,t,r);default:if(o)throw new TypeError("Unknown encoding: "+n);n=(""+n).toLowerCase(),o=!0}},u.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}};function C(e,t,r){var n="";r=Math.min(e.length,r);for(var i=t;in)&&(r=n);for(var i="",o=t;or)throw new RangeError("Trying to access beyond buffer length")}function P(e,t,r,n,i,o){if(!u.isBuffer(e))throw new TypeError('"buffer" argument must be a Buffer instance');if(t>i||te.length)throw new RangeError("Index out of range")}function I(e,t,r,n){t<0&&(t=65535+t+1);for(var i=0,o=Math.min(e.length-r,2);i>>8*(n?i:1-i)}function B(e,t,r,n){t<0&&(t=4294967295+t+1);for(var i=0,o=Math.min(e.length-r,4);i>>8*(n?i:3-i)&255}function j(e,t,r,n,i,o){if(r+n>e.length)throw new RangeError("Index out of range");if(r<0)throw new RangeError("Index out of range")}function N(e,t,r,n,o){return o||j(e,0,r,4),i.write(e,t,r,n,23,4),r+4}function L(e,t,r,n,o){return o||j(e,0,r,8),i.write(e,t,r,n,52,8),r+8}u.prototype.slice=function(e,t){var r,n=this.length;if((e=~~e)<0?(e+=n)<0&&(e=0):e>n&&(e=n),(t=void 0===t?n:~~t)<0?(t+=n)<0&&(t=0):t>n&&(t=n),t0&&(i*=256);)n+=this[e+--t]*i;return n},u.prototype.readUInt8=function(e,t){return t||O(e,1,this.length),this[e]},u.prototype.readUInt16LE=function(e,t){return t||O(e,2,this.length),this[e]|this[e+1]<<8},u.prototype.readUInt16BE=function(e,t){return t||O(e,2,this.length),this[e]<<8|this[e+1]},u.prototype.readUInt32LE=function(e,t){return t||O(e,4,this.length),(this[e]|this[e+1]<<8|this[e+2]<<16)+16777216*this[e+3]},u.prototype.readUInt32BE=function(e,t){return t||O(e,4,this.length),16777216*this[e]+(this[e+1]<<16|this[e+2]<<8|this[e+3])},u.prototype.readIntLE=function(e,t,r){e|=0,t|=0,r||O(e,t,this.length);for(var n=this[e],i=1,o=0;++o=(i*=128)&&(n-=Math.pow(2,8*t)),n},u.prototype.readIntBE=function(e,t,r){e|=0,t|=0,r||O(e,t,this.length);for(var n=t,i=1,o=this[e+--n];n>0&&(i*=256);)o+=this[e+--n]*i;return o>=(i*=128)&&(o-=Math.pow(2,8*t)),o},u.prototype.readInt8=function(e,t){return t||O(e,1,this.length),128&this[e]?-1*(255-this[e]+1):this[e]},u.prototype.readInt16LE=function(e,t){t||O(e,2,this.length);var r=this[e]|this[e+1]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt16BE=function(e,t){t||O(e,2,this.length);var r=this[e+1]|this[e]<<8;return 32768&r?4294901760|r:r},u.prototype.readInt32LE=function(e,t){return t||O(e,4,this.length),this[e]|this[e+1]<<8|this[e+2]<<16|this[e+3]<<24},u.prototype.readInt32BE=function(e,t){return t||O(e,4,this.length),this[e]<<24|this[e+1]<<16|this[e+2]<<8|this[e+3]},u.prototype.readFloatLE=function(e,t){return t||O(e,4,this.length),i.read(this,e,!0,23,4)},u.prototype.readFloatBE=function(e,t){return t||O(e,4,this.length),i.read(this,e,!1,23,4)},u.prototype.readDoubleLE=function(e,t){return t||O(e,8,this.length),i.read(this,e,!0,52,8)},u.prototype.readDoubleBE=function(e,t){return t||O(e,8,this.length),i.read(this,e,!1,52,8)},u.prototype.writeUIntLE=function(e,t,r,n){(e=+e,t|=0,r|=0,n)||P(this,e,t,r,Math.pow(2,8*r)-1,0);var i=1,o=0;for(this[t]=255&e;++o=0&&(o*=256);)this[t+i]=e/o&255;return t+r},u.prototype.writeUInt8=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,1,255,0),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),this[t]=255&e,t+1},u.prototype.writeUInt16LE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},u.prototype.writeUInt16BE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,2,65535,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},u.prototype.writeUInt32LE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t+3]=e>>>24,this[t+2]=e>>>16,this[t+1]=e>>>8,this[t]=255&e):B(this,e,t,!0),t+4},u.prototype.writeUInt32BE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,4,4294967295,0),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},u.prototype.writeIntLE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);P(this,e,t,r,i-1,-i)}var o=0,a=1,s=0;for(this[t]=255&e;++o>0)-s&255;return t+r},u.prototype.writeIntBE=function(e,t,r,n){if(e=+e,t|=0,!n){var i=Math.pow(2,8*r-1);P(this,e,t,r,i-1,-i)}var o=r-1,a=1,s=0;for(this[t+o]=255&e;--o>=0&&(a*=256);)e<0&&0===s&&0!==this[t+o+1]&&(s=1),this[t+o]=(e/a>>0)-s&255;return t+r},u.prototype.writeInt8=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,1,127,-128),u.TYPED_ARRAY_SUPPORT||(e=Math.floor(e)),e<0&&(e=255+e+1),this[t]=255&e,t+1},u.prototype.writeInt16LE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8):I(this,e,t,!0),t+2},u.prototype.writeInt16BE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,2,32767,-32768),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>8,this[t+1]=255&e):I(this,e,t,!1),t+2},u.prototype.writeInt32LE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,4,2147483647,-2147483648),u.TYPED_ARRAY_SUPPORT?(this[t]=255&e,this[t+1]=e>>>8,this[t+2]=e>>>16,this[t+3]=e>>>24):B(this,e,t,!0),t+4},u.prototype.writeInt32BE=function(e,t,r){return e=+e,t|=0,r||P(this,e,t,4,2147483647,-2147483648),e<0&&(e=4294967295+e+1),u.TYPED_ARRAY_SUPPORT?(this[t]=e>>>24,this[t+1]=e>>>16,this[t+2]=e>>>8,this[t+3]=255&e):B(this,e,t,!1),t+4},u.prototype.writeFloatLE=function(e,t,r){return N(this,e,t,!0,r)},u.prototype.writeFloatBE=function(e,t,r){return N(this,e,t,!1,r)},u.prototype.writeDoubleLE=function(e,t,r){return L(this,e,t,!0,r)},u.prototype.writeDoubleBE=function(e,t,r){return L(this,e,t,!1,r)},u.prototype.copy=function(e,t,r,n){if(r||(r=0),n||0===n||(n=this.length),t>=e.length&&(t=e.length),t||(t=0),n>0&&n=this.length)throw new RangeError("sourceStart out of bounds");if(n<0)throw new RangeError("sourceEnd out of bounds");n>this.length&&(n=this.length),e.length-t=0;--i)e[i+t]=this[i+r];else if(o<1e3||!u.TYPED_ARRAY_SUPPORT)for(i=0;i>>=0,r=void 0===r?this.length:r>>>0,e||(e=0),"number"===typeof e)for(o=t;o55295&&r<57344){if(!i){if(r>56319){(t-=3)>-1&&o.push(239,191,189);continue}if(a+1===n){(t-=3)>-1&&o.push(239,191,189);continue}i=r;continue}if(r<56320){(t-=3)>-1&&o.push(239,191,189),i=r;continue}r=65536+(i-55296<<10|r-56320)}else i&&(t-=3)>-1&&o.push(239,191,189);if(i=null,r<128){if((t-=1)<0)break;o.push(r)}else if(r<2048){if((t-=2)<0)break;o.push(r>>6|192,63&r|128)}else if(r<65536){if((t-=3)<0)break;o.push(r>>12|224,r>>6&63|128,63&r|128)}else{if(!(r<1114112))throw new Error("Invalid code point");if((t-=4)<0)break;o.push(r>>18|240,r>>12&63|128,r>>6&63|128,63&r|128)}}return o}function q(e){return n.toByteArray(function(e){if((e=function(e){return e.trim?e.trim():e.replace(/^\s+|\s+$/g,"")}(e).replace(D,"")).length<2)return"";for(;e.length%4!==0;)e+="=";return e}(e))}function z(e,t,r,n){for(var i=0;i=t.length||i>=e.length);++i)t[i+r]=e[i];return i}}).call(this,r(9))},function(e,t,r){"use strict";function n(e,t,r,n,i,o,a){try{var s=e[o](a),u=s.value}catch(f){return void r(f)}s.done?t(u):Promise.resolve(u).then(n,i)}function i(e){return function(){var t=this,r=arguments;return new Promise((function(i,o){var a=e.apply(t,r);function s(e){n(a,i,o,s,u,"next",e)}function u(e){n(a,i,o,s,u,"throw",e)}s(void 0)}))}}r.d(t,"a",(function(){return i}))},function(e,t){var r,n,i=e.exports={};function o(){throw new Error("setTimeout has not been defined")}function a(){throw new Error("clearTimeout has not been defined")}function s(e){if(r===setTimeout)return setTimeout(e,0);if((r===o||!r)&&setTimeout)return r=setTimeout,setTimeout(e,0);try{return r(e,0)}catch(t){try{return r.call(null,e,0)}catch(t){return r.call(this,e,0)}}}!function(){try{r="function"===typeof setTimeout?setTimeout:o}catch(e){r=o}try{n="function"===typeof clearTimeout?clearTimeout:a}catch(e){n=a}}();var u,f=[],c=!1,l=-1;function h(){c&&u&&(c=!1,u.length?f=u.concat(f):l=-1,f.length&&d())}function d(){if(!c){var e=s(h);c=!0;for(var t=f.length;t;){for(u=f,f=[];++l1)for(var r=1;r=49&&a<=54?a-49+10:a>=17&&a<=22?a-17+10:15&a}return n}function u(e,t,r,n){for(var i=0,o=Math.min(e.length,r),a=t;a=49?s-49+10:s>=17?s-17+10:s}return i}o.isBN=function(e){return e instanceof o||null!==e&&"object"===typeof e&&e.constructor.wordSize===o.wordSize&&Array.isArray(e.words)},o.max=function(e,t){return e.cmp(t)>0?e:t},o.min=function(e,t){return e.cmp(t)<0?e:t},o.prototype._init=function(e,t,r){if("number"===typeof e)return this._initNumber(e,t,r);if("object"===typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&i++,16===t?this._parseHex(e,i):this._parseBase(e,t,i),"-"===e[0]&&(this.negative=1),this.strip(),"le"===r&&this._initArray(this.toArray(),t,r)},o.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},o.prototype._initArray=function(e,t,r){if(n("number"===typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)a=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[o]|=a<>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);return this.strip()},o.prototype._parseHex=function(e,t){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var r=0;r=t;r-=6)i=s(e,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==t&&(i=s(e,t,r+6),this.words[n]|=i<>>26-o&4194303),this.strip()},o.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var o=e.length-r,a=o%n,s=Math.min(o,o-a)+r,f=0,c=r;c1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},o.prototype.inspect=function(){return(this.red?""};var f=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],c=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],l=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];function h(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],o=0|t.words[0],a=i*o,s=67108863&a,u=a/67108864|0;r.words[0]=s;for(var f=1;f>>26,l=67108863&u,h=Math.min(f,t.length-1),d=Math.max(0,f-e.length+1);d<=h;d++){var p=f-d|0;c+=(a=(i=0|e.words[p])*(o=0|t.words[d])+l)/67108864|0,l=67108863&a}r.words[f]=0|l,u=0|c}return 0!==u?r.words[f]=0|u:r.length--,r.strip()}o.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var i=0,o=0,a=0;a>>24-i&16777215)||a!==this.length-1?f[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,a--)}for(0!==o&&(r=o.toString(16)+r);r.length%t!==0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var h=c[e],d=l[e];r="";var p=this.clone();for(p.negative=0;!p.isZero();){var b=p.modn(d).toString(e);r=(p=p.idivn(d)).isZero()?b+r:f[h-b.length]+b+r}for(this.isZero()&&(r="0"+r);r.length%t!==0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},o.prototype.toJSON=function(){return this.toString(16)},o.prototype.toBuffer=function(e,t){return n("undefined"!==typeof a),this.toArrayLike(a,e,t)},o.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)},o.prototype.toArrayLike=function(e,t,r){var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0"),this.strip();var a,s,u="le"===t,f=new e(o),c=this.clone();if(u){for(s=0;!c.isZero();s++)a=c.andln(255),c.iushrn(8),f[s]=a;for(;s=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},o.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0===(8191&t)&&(r+=13,t>>>=13),0===(127&t)&&(r+=7,t>>>=7),0===(15&t)&&(r+=4,t>>>=4),0===(3&t)&&(r+=2,t>>>=2),0===(1&t)&&r++,r},o.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;te.length?this.clone().ior(e):e.clone().ior(this)},o.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},o.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;re.length?this.clone().iand(e):e.clone().iand(this)},o.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},o.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;ne.length?this.clone().ixor(e):e.clone().ixor(this)},o.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},o.prototype.inotn=function(e){n("number"===typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this.strip()},o.prototype.notn=function(e){return this.clone().inotn(e)},o.prototype.setn=function(e,t){n("number"===typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<e.length?(r=this,n=e):(r=e,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;oe.length?this.clone().iadd(e):e.clone().iadd(this)},o.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var o=0,a=0;a>26,this.words[a]=67108863&t;for(;0!==o&&a>26,this.words[a]=67108863&t;if(0===o&&a>>13,d=0|a[1],p=8191&d,b=d>>>13,m=0|a[2],y=8191&m,g=m>>>13,v=0|a[3],w=8191&v,_=v>>>13,S=0|a[4],k=8191&S,E=S>>>13,M=0|a[5],x=8191&M,C=M>>>13,A=0|a[6],T=8191&A,R=A>>>13,O=0|a[7],P=8191&O,I=O>>>13,B=0|a[8],j=8191&B,N=B>>>13,L=0|a[9],D=8191&L,F=L>>>13,U=0|s[0],q=8191&U,z=U>>>13,H=0|s[1],W=8191&H,K=H>>>13,V=0|s[2],$=8191&V,Y=V>>>13,X=0|s[3],G=8191&X,J=X>>>13,Z=0|s[4],Q=8191&Z,ee=Z>>>13,te=0|s[5],re=8191&te,ne=te>>>13,ie=0|s[6],oe=8191&ie,ae=ie>>>13,se=0|s[7],ue=8191&se,fe=se>>>13,ce=0|s[8],le=8191&ce,he=ce>>>13,de=0|s[9],pe=8191&de,be=de>>>13;r.negative=e.negative^t.negative,r.length=19;var me=(f+(n=Math.imul(l,q))|0)+((8191&(i=(i=Math.imul(l,z))+Math.imul(h,q)|0))<<13)|0;f=((o=Math.imul(h,z))+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(p,q),i=(i=Math.imul(p,z))+Math.imul(b,q)|0,o=Math.imul(b,z);var ye=(f+(n=n+Math.imul(l,W)|0)|0)+((8191&(i=(i=i+Math.imul(l,K)|0)+Math.imul(h,W)|0))<<13)|0;f=((o=o+Math.imul(h,K)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(y,q),i=(i=Math.imul(y,z))+Math.imul(g,q)|0,o=Math.imul(g,z),n=n+Math.imul(p,W)|0,i=(i=i+Math.imul(p,K)|0)+Math.imul(b,W)|0,o=o+Math.imul(b,K)|0;var ge=(f+(n=n+Math.imul(l,$)|0)|0)+((8191&(i=(i=i+Math.imul(l,Y)|0)+Math.imul(h,$)|0))<<13)|0;f=((o=o+Math.imul(h,Y)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,q),i=(i=Math.imul(w,z))+Math.imul(_,q)|0,o=Math.imul(_,z),n=n+Math.imul(y,W)|0,i=(i=i+Math.imul(y,K)|0)+Math.imul(g,W)|0,o=o+Math.imul(g,K)|0,n=n+Math.imul(p,$)|0,i=(i=i+Math.imul(p,Y)|0)+Math.imul(b,$)|0,o=o+Math.imul(b,Y)|0;var ve=(f+(n=n+Math.imul(l,G)|0)|0)+((8191&(i=(i=i+Math.imul(l,J)|0)+Math.imul(h,G)|0))<<13)|0;f=((o=o+Math.imul(h,J)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,n=Math.imul(k,q),i=(i=Math.imul(k,z))+Math.imul(E,q)|0,o=Math.imul(E,z),n=n+Math.imul(w,W)|0,i=(i=i+Math.imul(w,K)|0)+Math.imul(_,W)|0,o=o+Math.imul(_,K)|0,n=n+Math.imul(y,$)|0,i=(i=i+Math.imul(y,Y)|0)+Math.imul(g,$)|0,o=o+Math.imul(g,Y)|0,n=n+Math.imul(p,G)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(b,G)|0,o=o+Math.imul(b,J)|0;var we=(f+(n=n+Math.imul(l,Q)|0)|0)+((8191&(i=(i=i+Math.imul(l,ee)|0)+Math.imul(h,Q)|0))<<13)|0;f=((o=o+Math.imul(h,ee)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(x,q),i=(i=Math.imul(x,z))+Math.imul(C,q)|0,o=Math.imul(C,z),n=n+Math.imul(k,W)|0,i=(i=i+Math.imul(k,K)|0)+Math.imul(E,W)|0,o=o+Math.imul(E,K)|0,n=n+Math.imul(w,$)|0,i=(i=i+Math.imul(w,Y)|0)+Math.imul(_,$)|0,o=o+Math.imul(_,Y)|0,n=n+Math.imul(y,G)|0,i=(i=i+Math.imul(y,J)|0)+Math.imul(g,G)|0,o=o+Math.imul(g,J)|0,n=n+Math.imul(p,Q)|0,i=(i=i+Math.imul(p,ee)|0)+Math.imul(b,Q)|0,o=o+Math.imul(b,ee)|0;var _e=(f+(n=n+Math.imul(l,re)|0)|0)+((8191&(i=(i=i+Math.imul(l,ne)|0)+Math.imul(h,re)|0))<<13)|0;f=((o=o+Math.imul(h,ne)|0)+(i>>>13)|0)+(_e>>>26)|0,_e&=67108863,n=Math.imul(T,q),i=(i=Math.imul(T,z))+Math.imul(R,q)|0,o=Math.imul(R,z),n=n+Math.imul(x,W)|0,i=(i=i+Math.imul(x,K)|0)+Math.imul(C,W)|0,o=o+Math.imul(C,K)|0,n=n+Math.imul(k,$)|0,i=(i=i+Math.imul(k,Y)|0)+Math.imul(E,$)|0,o=o+Math.imul(E,Y)|0,n=n+Math.imul(w,G)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(_,G)|0,o=o+Math.imul(_,J)|0,n=n+Math.imul(y,Q)|0,i=(i=i+Math.imul(y,ee)|0)+Math.imul(g,Q)|0,o=o+Math.imul(g,ee)|0,n=n+Math.imul(p,re)|0,i=(i=i+Math.imul(p,ne)|0)+Math.imul(b,re)|0,o=o+Math.imul(b,ne)|0;var Se=(f+(n=n+Math.imul(l,oe)|0)|0)+((8191&(i=(i=i+Math.imul(l,ae)|0)+Math.imul(h,oe)|0))<<13)|0;f=((o=o+Math.imul(h,ae)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(P,q),i=(i=Math.imul(P,z))+Math.imul(I,q)|0,o=Math.imul(I,z),n=n+Math.imul(T,W)|0,i=(i=i+Math.imul(T,K)|0)+Math.imul(R,W)|0,o=o+Math.imul(R,K)|0,n=n+Math.imul(x,$)|0,i=(i=i+Math.imul(x,Y)|0)+Math.imul(C,$)|0,o=o+Math.imul(C,Y)|0,n=n+Math.imul(k,G)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(E,G)|0,o=o+Math.imul(E,J)|0,n=n+Math.imul(w,Q)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(_,Q)|0,o=o+Math.imul(_,ee)|0,n=n+Math.imul(y,re)|0,i=(i=i+Math.imul(y,ne)|0)+Math.imul(g,re)|0,o=o+Math.imul(g,ne)|0,n=n+Math.imul(p,oe)|0,i=(i=i+Math.imul(p,ae)|0)+Math.imul(b,oe)|0,o=o+Math.imul(b,ae)|0;var ke=(f+(n=n+Math.imul(l,ue)|0)|0)+((8191&(i=(i=i+Math.imul(l,fe)|0)+Math.imul(h,ue)|0))<<13)|0;f=((o=o+Math.imul(h,fe)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(j,q),i=(i=Math.imul(j,z))+Math.imul(N,q)|0,o=Math.imul(N,z),n=n+Math.imul(P,W)|0,i=(i=i+Math.imul(P,K)|0)+Math.imul(I,W)|0,o=o+Math.imul(I,K)|0,n=n+Math.imul(T,$)|0,i=(i=i+Math.imul(T,Y)|0)+Math.imul(R,$)|0,o=o+Math.imul(R,Y)|0,n=n+Math.imul(x,G)|0,i=(i=i+Math.imul(x,J)|0)+Math.imul(C,G)|0,o=o+Math.imul(C,J)|0,n=n+Math.imul(k,Q)|0,i=(i=i+Math.imul(k,ee)|0)+Math.imul(E,Q)|0,o=o+Math.imul(E,ee)|0,n=n+Math.imul(w,re)|0,i=(i=i+Math.imul(w,ne)|0)+Math.imul(_,re)|0,o=o+Math.imul(_,ne)|0,n=n+Math.imul(y,oe)|0,i=(i=i+Math.imul(y,ae)|0)+Math.imul(g,oe)|0,o=o+Math.imul(g,ae)|0,n=n+Math.imul(p,ue)|0,i=(i=i+Math.imul(p,fe)|0)+Math.imul(b,ue)|0,o=o+Math.imul(b,fe)|0;var Ee=(f+(n=n+Math.imul(l,le)|0)|0)+((8191&(i=(i=i+Math.imul(l,he)|0)+Math.imul(h,le)|0))<<13)|0;f=((o=o+Math.imul(h,he)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(D,q),i=(i=Math.imul(D,z))+Math.imul(F,q)|0,o=Math.imul(F,z),n=n+Math.imul(j,W)|0,i=(i=i+Math.imul(j,K)|0)+Math.imul(N,W)|0,o=o+Math.imul(N,K)|0,n=n+Math.imul(P,$)|0,i=(i=i+Math.imul(P,Y)|0)+Math.imul(I,$)|0,o=o+Math.imul(I,Y)|0,n=n+Math.imul(T,G)|0,i=(i=i+Math.imul(T,J)|0)+Math.imul(R,G)|0,o=o+Math.imul(R,J)|0,n=n+Math.imul(x,Q)|0,i=(i=i+Math.imul(x,ee)|0)+Math.imul(C,Q)|0,o=o+Math.imul(C,ee)|0,n=n+Math.imul(k,re)|0,i=(i=i+Math.imul(k,ne)|0)+Math.imul(E,re)|0,o=o+Math.imul(E,ne)|0,n=n+Math.imul(w,oe)|0,i=(i=i+Math.imul(w,ae)|0)+Math.imul(_,oe)|0,o=o+Math.imul(_,ae)|0,n=n+Math.imul(y,ue)|0,i=(i=i+Math.imul(y,fe)|0)+Math.imul(g,ue)|0,o=o+Math.imul(g,fe)|0,n=n+Math.imul(p,le)|0,i=(i=i+Math.imul(p,he)|0)+Math.imul(b,le)|0,o=o+Math.imul(b,he)|0;var Me=(f+(n=n+Math.imul(l,pe)|0)|0)+((8191&(i=(i=i+Math.imul(l,be)|0)+Math.imul(h,pe)|0))<<13)|0;f=((o=o+Math.imul(h,be)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,n=Math.imul(D,W),i=(i=Math.imul(D,K))+Math.imul(F,W)|0,o=Math.imul(F,K),n=n+Math.imul(j,$)|0,i=(i=i+Math.imul(j,Y)|0)+Math.imul(N,$)|0,o=o+Math.imul(N,Y)|0,n=n+Math.imul(P,G)|0,i=(i=i+Math.imul(P,J)|0)+Math.imul(I,G)|0,o=o+Math.imul(I,J)|0,n=n+Math.imul(T,Q)|0,i=(i=i+Math.imul(T,ee)|0)+Math.imul(R,Q)|0,o=o+Math.imul(R,ee)|0,n=n+Math.imul(x,re)|0,i=(i=i+Math.imul(x,ne)|0)+Math.imul(C,re)|0,o=o+Math.imul(C,ne)|0,n=n+Math.imul(k,oe)|0,i=(i=i+Math.imul(k,ae)|0)+Math.imul(E,oe)|0,o=o+Math.imul(E,ae)|0,n=n+Math.imul(w,ue)|0,i=(i=i+Math.imul(w,fe)|0)+Math.imul(_,ue)|0,o=o+Math.imul(_,fe)|0,n=n+Math.imul(y,le)|0,i=(i=i+Math.imul(y,he)|0)+Math.imul(g,le)|0,o=o+Math.imul(g,he)|0;var xe=(f+(n=n+Math.imul(p,pe)|0)|0)+((8191&(i=(i=i+Math.imul(p,be)|0)+Math.imul(b,pe)|0))<<13)|0;f=((o=o+Math.imul(b,be)|0)+(i>>>13)|0)+(xe>>>26)|0,xe&=67108863,n=Math.imul(D,$),i=(i=Math.imul(D,Y))+Math.imul(F,$)|0,o=Math.imul(F,Y),n=n+Math.imul(j,G)|0,i=(i=i+Math.imul(j,J)|0)+Math.imul(N,G)|0,o=o+Math.imul(N,J)|0,n=n+Math.imul(P,Q)|0,i=(i=i+Math.imul(P,ee)|0)+Math.imul(I,Q)|0,o=o+Math.imul(I,ee)|0,n=n+Math.imul(T,re)|0,i=(i=i+Math.imul(T,ne)|0)+Math.imul(R,re)|0,o=o+Math.imul(R,ne)|0,n=n+Math.imul(x,oe)|0,i=(i=i+Math.imul(x,ae)|0)+Math.imul(C,oe)|0,o=o+Math.imul(C,ae)|0,n=n+Math.imul(k,ue)|0,i=(i=i+Math.imul(k,fe)|0)+Math.imul(E,ue)|0,o=o+Math.imul(E,fe)|0,n=n+Math.imul(w,le)|0,i=(i=i+Math.imul(w,he)|0)+Math.imul(_,le)|0,o=o+Math.imul(_,he)|0;var Ce=(f+(n=n+Math.imul(y,pe)|0)|0)+((8191&(i=(i=i+Math.imul(y,be)|0)+Math.imul(g,pe)|0))<<13)|0;f=((o=o+Math.imul(g,be)|0)+(i>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,n=Math.imul(D,G),i=(i=Math.imul(D,J))+Math.imul(F,G)|0,o=Math.imul(F,J),n=n+Math.imul(j,Q)|0,i=(i=i+Math.imul(j,ee)|0)+Math.imul(N,Q)|0,o=o+Math.imul(N,ee)|0,n=n+Math.imul(P,re)|0,i=(i=i+Math.imul(P,ne)|0)+Math.imul(I,re)|0,o=o+Math.imul(I,ne)|0,n=n+Math.imul(T,oe)|0,i=(i=i+Math.imul(T,ae)|0)+Math.imul(R,oe)|0,o=o+Math.imul(R,ae)|0,n=n+Math.imul(x,ue)|0,i=(i=i+Math.imul(x,fe)|0)+Math.imul(C,ue)|0,o=o+Math.imul(C,fe)|0,n=n+Math.imul(k,le)|0,i=(i=i+Math.imul(k,he)|0)+Math.imul(E,le)|0,o=o+Math.imul(E,he)|0;var Ae=(f+(n=n+Math.imul(w,pe)|0)|0)+((8191&(i=(i=i+Math.imul(w,be)|0)+Math.imul(_,pe)|0))<<13)|0;f=((o=o+Math.imul(_,be)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(D,Q),i=(i=Math.imul(D,ee))+Math.imul(F,Q)|0,o=Math.imul(F,ee),n=n+Math.imul(j,re)|0,i=(i=i+Math.imul(j,ne)|0)+Math.imul(N,re)|0,o=o+Math.imul(N,ne)|0,n=n+Math.imul(P,oe)|0,i=(i=i+Math.imul(P,ae)|0)+Math.imul(I,oe)|0,o=o+Math.imul(I,ae)|0,n=n+Math.imul(T,ue)|0,i=(i=i+Math.imul(T,fe)|0)+Math.imul(R,ue)|0,o=o+Math.imul(R,fe)|0,n=n+Math.imul(x,le)|0,i=(i=i+Math.imul(x,he)|0)+Math.imul(C,le)|0,o=o+Math.imul(C,he)|0;var Te=(f+(n=n+Math.imul(k,pe)|0)|0)+((8191&(i=(i=i+Math.imul(k,be)|0)+Math.imul(E,pe)|0))<<13)|0;f=((o=o+Math.imul(E,be)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(D,re),i=(i=Math.imul(D,ne))+Math.imul(F,re)|0,o=Math.imul(F,ne),n=n+Math.imul(j,oe)|0,i=(i=i+Math.imul(j,ae)|0)+Math.imul(N,oe)|0,o=o+Math.imul(N,ae)|0,n=n+Math.imul(P,ue)|0,i=(i=i+Math.imul(P,fe)|0)+Math.imul(I,ue)|0,o=o+Math.imul(I,fe)|0,n=n+Math.imul(T,le)|0,i=(i=i+Math.imul(T,he)|0)+Math.imul(R,le)|0,o=o+Math.imul(R,he)|0;var Re=(f+(n=n+Math.imul(x,pe)|0)|0)+((8191&(i=(i=i+Math.imul(x,be)|0)+Math.imul(C,pe)|0))<<13)|0;f=((o=o+Math.imul(C,be)|0)+(i>>>13)|0)+(Re>>>26)|0,Re&=67108863,n=Math.imul(D,oe),i=(i=Math.imul(D,ae))+Math.imul(F,oe)|0,o=Math.imul(F,ae),n=n+Math.imul(j,ue)|0,i=(i=i+Math.imul(j,fe)|0)+Math.imul(N,ue)|0,o=o+Math.imul(N,fe)|0,n=n+Math.imul(P,le)|0,i=(i=i+Math.imul(P,he)|0)+Math.imul(I,le)|0,o=o+Math.imul(I,he)|0;var Oe=(f+(n=n+Math.imul(T,pe)|0)|0)+((8191&(i=(i=i+Math.imul(T,be)|0)+Math.imul(R,pe)|0))<<13)|0;f=((o=o+Math.imul(R,be)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(D,ue),i=(i=Math.imul(D,fe))+Math.imul(F,ue)|0,o=Math.imul(F,fe),n=n+Math.imul(j,le)|0,i=(i=i+Math.imul(j,he)|0)+Math.imul(N,le)|0,o=o+Math.imul(N,he)|0;var Pe=(f+(n=n+Math.imul(P,pe)|0)|0)+((8191&(i=(i=i+Math.imul(P,be)|0)+Math.imul(I,pe)|0))<<13)|0;f=((o=o+Math.imul(I,be)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863,n=Math.imul(D,le),i=(i=Math.imul(D,he))+Math.imul(F,le)|0,o=Math.imul(F,he);var Ie=(f+(n=n+Math.imul(j,pe)|0)|0)+((8191&(i=(i=i+Math.imul(j,be)|0)+Math.imul(N,pe)|0))<<13)|0;f=((o=o+Math.imul(N,be)|0)+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863;var Be=(f+(n=Math.imul(D,pe))|0)+((8191&(i=(i=Math.imul(D,be))+Math.imul(F,pe)|0))<<13)|0;return f=((o=Math.imul(F,be))+(i>>>13)|0)+(Be>>>26)|0,Be&=67108863,u[0]=me,u[1]=ye,u[2]=ge,u[3]=ve,u[4]=we,u[5]=_e,u[6]=Se,u[7]=ke,u[8]=Ee,u[9]=Me,u[10]=xe,u[11]=Ce,u[12]=Ae,u[13]=Te,u[14]=Re,u[15]=Oe,u[16]=Pe,u[17]=Ie,u[18]=Be,0!==f&&(u[19]=f,r.length++),r};function p(e,t,r){return(new b).mulp(e,t,r)}function b(e,t){this.x=e,this.y=t}Math.imul||(d=h),o.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?d(this,e,t):r<63?h(this,e,t):r<1024?function(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,a&=67108863}r.words[o]=s,n=a,a=i}return 0!==n?r.words[o]=n:r.length--,r.strip()}(this,e,t):p(this,e,t)},b.prototype.makeRBT=function(e){for(var t=new Array(e),r=o.prototype._countBits(e)-1,n=0;n>=1;return n},b.prototype.permute=function(e,t,r,n,i,o){for(var a=0;a>>=1)i++;return 1<>>=13,r[2*a+1]=8191&o,o>>>=13;for(a=2*t;a>=26,t+=i/67108864|0,t+=o>>>26,this.words[r]=67108863&o}return 0!==t&&(this.words[r]=t,this.length++),this},o.prototype.muln=function(e){return this.clone().imuln(e)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r>>i}return t}(e);if(0===t.length)return new o(1);for(var r=this,n=0;n=0);var t,r=e%26,i=(e-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var a=0;for(t=0;t>>26-r}a&&(this.words[t]=a,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t=0),i=t?(t-t%26)/26:0;var o=e%26,a=Math.min((e-o)/26,this.length),s=67108863^67108863>>>o<a)for(this.length-=a,f=0;f=0&&(0!==c||f>=i);f--){var l=0|this.words[f];this.words[f]=c<<26-o|l>>>o,c=l&s}return u&&0!==c&&(u.words[u.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this.strip()},o.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},o.prototype.shln=function(e){return this.clone().ishln(e)},o.prototype.ushln=function(e){return this.clone().iushln(e)},o.prototype.shrn=function(e){return this.clone().ishrn(e)},o.prototype.ushrn=function(e){return this.clone().iushrn(e)},o.prototype.testn=function(e){n("number"===typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},o.prototype.isubn=function(e){if(n("number"===typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t>26)-(u/67108864|0),this.words[i+r]=67108863&o}for(;i>26,this.words[i+r]=67108863&o;if(0===s)return this.strip();for(n(-1===s),s=0,i=0;i>26,this.words[i]=67108863&o;return this.negative=1,this.strip()},o.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,a=0|i.words[i.length-1];0!==(r=26-this._countBits(a))&&(i=i.ushln(r),n.iushln(r),a=0|i.words[i.length-1]);var s,u=n.length-i.length;if("mod"!==t){(s=new o(null)).length=u+1,s.words=new Array(s.length);for(var f=0;f=0;l--){var h=67108864*(0|n.words[i.length+l])+(0|n.words[i.length+l-1]);for(h=Math.min(h/a|0,67108863),n._ishlnsubmul(i,h,l);0!==n.negative;)h--,n.negative=0,n._ishlnsubmul(i,1,l),n.isZero()||(n.negative^=1);s&&(s.words[l]=h)}return s&&s.strip(),n.strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:s||null,mod:n}},o.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new o(0),mod:new o(0)}:0!==this.negative&&0===e.negative?(s=this.neg().divmod(e,t),"mod"!==t&&(i=s.div.neg()),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.iadd(e)),{div:i,mod:a}):0===this.negative&&0!==e.negative?(s=this.divmod(e.neg(),t),"mod"!==t&&(i=s.div.neg()),{div:i,mod:s.mod}):0!==(this.negative&e.negative)?(s=this.neg().divmod(e.neg(),t),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.isub(e)),{div:s.div,mod:a}):e.length>this.length||this.cmp(e)<0?{div:new o(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new o(this.modn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new o(this.modn(e.words[0]))}:this._wordDiv(e,t);var i,a,s},o.prototype.div=function(e){return this.divmod(e,"div",!1).div},o.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},o.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},o.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},o.prototype.modn=function(e){n(e<=67108863);for(var t=(1<<26)%e,r=0,i=this.length-1;i>=0;i--)r=(t*r+(0|this.words[i]))%e;return r},o.prototype.idivn=function(e){n(e<=67108863);for(var t=0,r=this.length-1;r>=0;r--){var i=(0|this.words[r])+67108864*t;this.words[r]=i/e|0,t=i%e}return this.strip()},o.prototype.divn=function(e){return this.clone().idivn(e)},o.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new o(1),a=new o(0),s=new o(0),u=new o(1),f=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++f;for(var c=r.clone(),l=t.clone();!t.isZero();){for(var h=0,d=1;0===(t.words[0]&d)&&h<26;++h,d<<=1);if(h>0)for(t.iushrn(h);h-- >0;)(i.isOdd()||a.isOdd())&&(i.iadd(c),a.isub(l)),i.iushrn(1),a.iushrn(1);for(var p=0,b=1;0===(r.words[0]&b)&&p<26;++p,b<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(s.isOdd()||u.isOdd())&&(s.iadd(c),u.isub(l)),s.iushrn(1),u.iushrn(1);t.cmp(r)>=0?(t.isub(r),i.isub(s),a.isub(u)):(r.isub(t),s.isub(i),u.isub(a))}return{a:s,b:u,gcd:r.iushln(f)}},o.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,a=new o(1),s=new o(0),u=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var f=0,c=1;0===(t.words[0]&c)&&f<26;++f,c<<=1);if(f>0)for(t.iushrn(f);f-- >0;)a.isOdd()&&a.iadd(u),a.iushrn(1);for(var l=0,h=1;0===(r.words[0]&h)&&l<26;++l,h<<=1);if(l>0)for(r.iushrn(l);l-- >0;)s.isOdd()&&s.iadd(u),s.iushrn(1);t.cmp(r)>=0?(t.isub(r),a.isub(s)):(r.isub(t),s.isub(a))}return(i=0===t.cmpn(1)?a:s).cmpn(0)<0&&i.iadd(e),i},o.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var o=t;t=r,r=o}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},o.prototype.invm=function(e){return this.egcd(e).a.umod(e)},o.prototype.isEven=function(){return 0===(1&this.words[0])},o.prototype.isOdd=function(){return 1===(1&this.words[0])},o.prototype.andln=function(e){return this.words[0]&e},o.prototype.bincn=function(e){n("number"===typeof e);var t=e%26,r=(e-t)/26,i=1<>>26,s&=67108863,this.words[a]=s}return 0!==o&&(this.words[a]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this.strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:ie.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){ni&&(t=1);break}}return t},o.prototype.gtn=function(e){return 1===this.cmpn(e)},o.prototype.gt=function(e){return 1===this.cmp(e)},o.prototype.gten=function(e){return this.cmpn(e)>=0},o.prototype.gte=function(e){return this.cmp(e)>=0},o.prototype.ltn=function(e){return-1===this.cmpn(e)},o.prototype.lt=function(e){return-1===this.cmp(e)},o.prototype.lten=function(e){return this.cmpn(e)<=0},o.prototype.lte=function(e){return this.cmp(e)<=0},o.prototype.eqn=function(e){return 0===this.cmpn(e)},o.prototype.eq=function(e){return 0===this.cmp(e)},o.red=function(e){return new S(e)},o.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(e){return this.red=e,this},o.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},o.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},o.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},o.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},o.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},o.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},o.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},o.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var m={k256:null,p224:null,p192:null,p25519:null};function y(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function g(){y.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function v(){y.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function w(){y.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function _(){y.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function S(e){if("string"===typeof e){var t=o._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function k(e){S.call(this,e),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}y.prototype._tmp=function(){var e=new o(null);return e.words=new Array(Math.ceil(this.n/13)),e},y.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var n=t0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},y.prototype.split=function(e,t){e.iushrn(this.n,0,t)},y.prototype.imulK=function(e){return e.imul(this.k)},i(g,y),g.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n>>22,i=o}i>>>=22,e.words[n-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},g.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},o._prime=function(e){if(m[e])return m[e];var t;if("k256"===e)t=new g;else if("p224"===e)t=new v;else if("p192"===e)t=new w;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new _}return m[e]=t,t},S.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},S.prototype._verify2=function(e,t){n(0===(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},S.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):e.umod(this.m)._forceRed(this)},S.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},S.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},S.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},S.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},S.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},S.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},S.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},S.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},S.prototype.isqr=function(e){return this.imul(e,e.clone())},S.prototype.sqr=function(e){return this.mul(e,e)},S.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2===1),3===t){var r=this.m.add(new o(1)).iushrn(2);return this.pow(e,r)}for(var i=this.m.subn(1),a=0;!i.isZero()&&0===i.andln(1);)a++,i.iushrn(1);n(!i.isZero());var s=new o(1).toRed(this),u=s.redNeg(),f=this.m.subn(1).iushrn(1),c=this.m.bitLength();for(c=new o(2*c*c).toRed(this);0!==this.pow(c,f).cmp(u);)c.redIAdd(u);for(var l=this.pow(c,i),h=this.pow(e,i.addn(1).iushrn(1)),d=this.pow(e,i),p=a;0!==d.cmp(s);){for(var b=d,m=0;0!==b.cmp(s);m++)b=b.redSqr();n(m=0;n--){for(var f=t.words[n],c=u-1;c>=0;c--){var l=f>>c&1;i!==r[0]&&(i=this.sqr(i)),0!==l||0!==a?(a<<=1,a|=l,(4===++s||0===n&&0===c)&&(i=this.mul(i,r[a]),s=0,a=0)):s=0}u=26}return i},S.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},S.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},o.mont=function(e){return new k(e)},i(k,S),k.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},k.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},k.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},k.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new o(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},k.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(70)(e))},function(e,t,r){"use strict";var n=r(84),i=Object.prototype.toString;function o(e){return"[object Array]"===i.call(e)}function a(e){return"undefined"===typeof e}function s(e){return null!==e&&"object"===typeof e}function u(e){return"[object Function]"===i.call(e)}function f(e,t){if(null!==e&&"undefined"!==typeof e)if("object"!==typeof e&&(e=[e]),o(e))for(var r=0,n=e.length;r(i>>1)-1?(i>>1)-u:u,o.isubn(s)):s=0,n[a]=s,o.iushrn(1)}return n},n.getJSF=function(e,t){var r=[[],[]];e=e.clone(),t=t.clone();for(var n=0,i=0;e.cmpn(-n)>0||t.cmpn(-i)>0;){var o,a,s,u=e.andln(3)+n&3,f=t.andln(3)+i&3;if(3===u&&(u=-1),3===f&&(f=-1),0===(1&u))o=0;else o=3!==(s=e.andln(7)+n&7)&&5!==s||2!==f?u:-u;if(r[0].push(o),0===(1&f))a=0;else a=3!==(s=t.andln(7)+i&7)&&5!==s||2!==u?f:-f;r[1].push(a),2*n===o+1&&(n=1-n),2*i===a+1&&(i=1-i),e.iushrn(1),t.iushrn(1)}return r},n.cachedProperty=function(e,t,r){var n="_"+t;e.prototype[t]=function(){return void 0!==this[n]?this[n]:this[n]=r.call(this)}},n.parseBytes=function(e){return"string"===typeof e?n.toArray(e,"hex"):e},n.intFromLE=function(e){return new i(e,"hex","le")}},function(e,t,r){"use strict";var n=r(12),i=r(1);function o(e,t){return 55296===(64512&e.charCodeAt(t))&&(!(t<0||t+1>=e.length)&&56320===(64512&e.charCodeAt(t+1)))}function a(e){return(e>>>24|e>>>8&65280|e<<8&16711680|(255&e)<<24)>>>0}function s(e){return 1===e.length?"0"+e:e}function u(e){return 7===e.length?"0"+e:6===e.length?"00"+e:5===e.length?"000"+e:4===e.length?"0000"+e:3===e.length?"00000"+e:2===e.length?"000000"+e:1===e.length?"0000000"+e:e}t.inherits=i,t.toArray=function(e,t){if(Array.isArray(e))return e.slice();if(!e)return[];var r=[];if("string"===typeof e)if(t){if("hex"===t)for((e=e.replace(/[^a-z0-9]+/gi,"")).length%2!==0&&(e="0"+e),i=0;i>6|192,r[n++]=63&a|128):o(e,i)?(a=65536+((1023&a)<<10)+(1023&e.charCodeAt(++i)),r[n++]=a>>18|240,r[n++]=a>>12&63|128,r[n++]=a>>6&63|128,r[n++]=63&a|128):(r[n++]=a>>12|224,r[n++]=a>>6&63|128,r[n++]=63&a|128)}else for(i=0;i>>0}return a},t.split32=function(e,t){for(var r=new Array(4*e.length),n=0,i=0;n>>24,r[i+1]=o>>>16&255,r[i+2]=o>>>8&255,r[i+3]=255&o):(r[i+3]=o>>>24,r[i+2]=o>>>16&255,r[i+1]=o>>>8&255,r[i]=255&o)}return r},t.rotr32=function(e,t){return e>>>t|e<<32-t},t.rotl32=function(e,t){return e<>>32-t},t.sum32=function(e,t){return e+t>>>0},t.sum32_3=function(e,t,r){return e+t+r>>>0},t.sum32_4=function(e,t,r,n){return e+t+r+n>>>0},t.sum32_5=function(e,t,r,n,i){return e+t+r+n+i>>>0},t.sum64=function(e,t,r,n){var i=e[t],o=n+e[t+1]>>>0,a=(o>>0,e[t+1]=o},t.sum64_hi=function(e,t,r,n){return(t+n>>>0>>0},t.sum64_lo=function(e,t,r,n){return t+n>>>0},t.sum64_4_hi=function(e,t,r,n,i,o,a,s){var u=0,f=t;return u+=(f=f+n>>>0)>>0)>>0)>>0},t.sum64_4_lo=function(e,t,r,n,i,o,a,s){return t+n+o+s>>>0},t.sum64_5_hi=function(e,t,r,n,i,o,a,s,u,f){var c=0,l=t;return c+=(l=l+n>>>0)>>0)>>0)>>0)>>0},t.sum64_5_lo=function(e,t,r,n,i,o,a,s,u,f){return t+n+o+s+f>>>0},t.rotr64_hi=function(e,t,r){return(t<<32-r|e>>>r)>>>0},t.rotr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0},t.shr64_hi=function(e,t,r){return e>>>r},t.shr64_lo=function(e,t,r){return(e<<32-r|t>>>r)>>>0}},function(e,t,r){"use strict";function n(e,t){if(null==e)return{};var r,n,i={},o=Object.keys(e);for(n=0;n=0||(i[r]=e[r]);return i}r.d(t,"a",(function(){return n}))},function(e,t,r){"use strict";t.a=function(e,t){if(!e)throw new Error("Invariant failed")}},function(e,t,r){"use strict";function n(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,e.__proto__=t}r.d(t,"a",(function(){return n}))},function(e,t,r){"use strict";r.d(t,"a",(function(){return w})),r.d(t,"c",(function(){return S})),r.d(t,"b",(function(){return p})),r.d(t,"e",(function(){return b})),r.d(t,"d",(function(){return d}));var n=r(8);function i(e){return"/"===e.charAt(0)}function o(e,t){for(var r=t,n=r+1,i=e.length;n=0;h--){var d=a[h];"."===d?o(a,h):".."===d?(o(a,h),l++):l&&(o(a,h),l--)}if(!f)for(;l--;l)a.unshift("..");!f||""===a[0]||a[0]&&i(a[0])||a.unshift("");var p=a.join("/");return r&&"/"!==p.substr(-1)&&(p+="/"),p};function s(e){return e.valueOf?e.valueOf():Object.prototype.valueOf.call(e)}var u=function e(t,r){if(t===r)return!0;if(null==t||null==r)return!1;if(Array.isArray(t))return Array.isArray(r)&&t.length===r.length&&t.every((function(t,n){return e(t,r[n])}));if("object"===typeof t||"object"===typeof r){var n=s(t),i=s(r);return n!==t||i!==r?e(n,i):Object.keys(Object.assign({},t,r)).every((function(n){return e(t[n],r[n])}))}return!1},f=r(16);function c(e){return"/"===e.charAt(0)?e:"/"+e}function l(e,t){return function(e,t){return 0===e.toLowerCase().indexOf(t.toLowerCase())&&-1!=="/?#".indexOf(e.charAt(t.length))}(e,t)?e.substr(t.length):e}function h(e){return"/"===e.charAt(e.length-1)?e.slice(0,-1):e}function d(e){var t=e.pathname,r=e.search,n=e.hash,i=t||"/";return r&&"?"!==r&&(i+="?"===r.charAt(0)?r:"?"+r),n&&"#"!==n&&(i+="#"===n.charAt(0)?n:"#"+n),i}function p(e,t,r,i){var o;"string"===typeof e?(o=function(e){var t=e||"/",r="",n="",i=t.indexOf("#");-1!==i&&(n=t.substr(i),t=t.substr(0,i));var o=t.indexOf("?");return-1!==o&&(r=t.substr(o),t=t.substr(0,o)),{pathname:t,search:"?"===r?"":r,hash:"#"===n?"":n}}(e)).state=t:(void 0===(o=Object(n.a)({},e)).pathname&&(o.pathname=""),o.search?"?"!==o.search.charAt(0)&&(o.search="?"+o.search):o.search="",o.hash?"#"!==o.hash.charAt(0)&&(o.hash="#"+o.hash):o.hash="",void 0!==t&&void 0===o.state&&(o.state=t));try{o.pathname=decodeURI(o.pathname)}catch(s){throw s instanceof URIError?new URIError('Pathname "'+o.pathname+'" could not be decoded. This is likely caused by an invalid percent-encoding.'):s}return r&&(o.key=r),i?o.pathname?"/"!==o.pathname.charAt(0)&&(o.pathname=a(o.pathname,i.pathname)):o.pathname=i.pathname:o.pathname||(o.pathname="/"),o}function b(e,t){return e.pathname===t.pathname&&e.search===t.search&&e.hash===t.hash&&e.key===t.key&&u(e.state,t.state)}function m(){var e=null;var t=[];return{setPrompt:function(t){return e=t,function(){e===t&&(e=null)}},confirmTransitionTo:function(t,r,n,i){if(null!=e){var o="function"===typeof e?e(t,r):e;"string"===typeof o?"function"===typeof n?n(o,i):i(!0):i(!1!==o)}else i(!0)},appendListener:function(e){var r=!0;function n(){r&&e.apply(void 0,arguments)}return t.push(n),function(){r=!1,t=t.filter((function(e){return e!==n}))}},notifyListeners:function(){for(var e=arguments.length,r=new Array(e),n=0;nt?r.splice(t,r.length-t,n):r.push(n),l({action:"PUSH",location:n,index:t,entries:r})}}))},replace:function(e,t){var n=p(e,t,h(),w.location);c.confirmTransitionTo(n,"REPLACE",r,(function(e){e&&(w.entries[w.index]=n,l({action:"REPLACE",location:n}))}))},go:v,goBack:function(){v(-1)},goForward:function(){v(1)},canGo:function(e){var t=w.index+e;return t>=0&&t0&&a.length>i&&!a.warned){a.warned=!0;var u=new Error("Possible EventEmitter memory leak detected. "+a.length+" "+String(t)+" listeners added. Use emitter.setMaxListeners() to increase limit");u.name="MaxListenersExceededWarning",u.emitter=e,u.type=t,u.count=a.length,s=u,console&&console.warn&&console.warn(s)}return e}function h(){if(!this.fired)return this.target.removeListener(this.type,this.wrapFn),this.fired=!0,0===arguments.length?this.listener.call(this.target):this.listener.apply(this.target,arguments)}function d(e,t,r){var n={fired:!1,wrapFn:void 0,target:e,type:t,listener:r},i=h.bind(n);return i.listener=r,n.wrapFn=i,i}function p(e,t,r){var n=e._events;if(void 0===n)return[];var i=n[t];return void 0===i?[]:"function"===typeof i?r?[i.listener||i]:[i]:r?function(e){for(var t=new Array(e.length),r=0;r0&&(a=t[0]),a instanceof Error)throw a;var s=new Error("Unhandled error."+(a?" ("+a.message+")":""));throw s.context=a,s}var u=i[e];if(void 0===u)return!1;if("function"===typeof u)o(u,this,t);else{var f=u.length,c=m(u,f);for(r=0;r=0;o--)if(r[o]===t||r[o].listener===t){a=r[o].listener,i=o;break}if(i<0)return this;0===i?r.shift():function(e,t){for(;t+1=0;n--)this.removeListener(e,t[n]);return this},s.prototype.listeners=function(e){return p(this,e,!0)},s.prototype.rawListeners=function(e){return p(this,e,!1)},s.listenerCount=function(e,t){return"function"===typeof e.listenerCount?e.listenerCount(t):b.call(e,t)},s.prototype.listenerCount=b,s.prototype.eventNames=function(){return this._eventsCount>0?n(this._events):[]}},function(e,t,r){"use strict";var n=r(4).Buffer,i=n.isEncoding||function(e){switch((e=""+e)&&e.toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":case"raw":return!0;default:return!1}};function o(e){var t;switch(this.encoding=function(e){var t=function(e){if(!e)return"utf8";for(var t;;)switch(e){case"utf8":case"utf-8":return"utf8";case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return"utf16le";case"latin1":case"binary":return"latin1";case"base64":case"ascii":case"hex":return e;default:if(t)return;e=(""+e).toLowerCase(),t=!0}}(e);if("string"!==typeof t&&(n.isEncoding===i||!i(e)))throw new Error("Unknown encoding: "+e);return t||e}(e),this.encoding){case"utf16le":this.text=u,this.end=f,t=4;break;case"utf8":this.fillLast=s,t=4;break;case"base64":this.text=c,this.end=l,t=3;break;default:return this.write=h,void(this.end=d)}this.lastNeed=0,this.lastTotal=0,this.lastChar=n.allocUnsafe(t)}function a(e){return e<=127?0:e>>5===6?2:e>>4===14?3:e>>3===30?4:e>>6===2?-1:-2}function s(e){var t=this.lastTotal-this.lastNeed,r=function(e,t,r){if(128!==(192&t[0]))return e.lastNeed=0,"\ufffd";if(e.lastNeed>1&&t.length>1){if(128!==(192&t[1]))return e.lastNeed=1,"\ufffd";if(e.lastNeed>2&&t.length>2&&128!==(192&t[2]))return e.lastNeed=2,"\ufffd"}}(this,e);return void 0!==r?r:this.lastNeed<=e.length?(e.copy(this.lastChar,t,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal)):(e.copy(this.lastChar,t,0,e.length),void(this.lastNeed-=e.length))}function u(e,t){if((e.length-t)%2===0){var r=e.toString("utf16le",t);if(r){var n=r.charCodeAt(r.length-1);if(n>=55296&&n<=56319)return this.lastNeed=2,this.lastTotal=4,this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1],r.slice(0,-1)}return r}return this.lastNeed=1,this.lastTotal=2,this.lastChar[0]=e[e.length-1],e.toString("utf16le",t,e.length-1)}function f(e){var t=e&&e.length?this.write(e):"";if(this.lastNeed){var r=this.lastTotal-this.lastNeed;return t+this.lastChar.toString("utf16le",0,r)}return t}function c(e,t){var r=(e.length-t)%3;return 0===r?e.toString("base64",t):(this.lastNeed=3-r,this.lastTotal=3,1===r?this.lastChar[0]=e[e.length-1]:(this.lastChar[0]=e[e.length-2],this.lastChar[1]=e[e.length-1]),e.toString("base64",t,e.length-r))}function l(e){var t=e&&e.length?this.write(e):"";return this.lastNeed?t+this.lastChar.toString("base64",0,3-this.lastNeed):t}function h(e){return e.toString(this.encoding)}function d(e){return e&&e.length?this.write(e):""}t.StringDecoder=o,o.prototype.write=function(e){if(0===e.length)return"";var t,r;if(this.lastNeed){if(void 0===(t=this.fillLast(e)))return"";r=this.lastNeed,this.lastNeed=0}else r=0;return r=0)return i>0&&(e.lastNeed=i-1),i;if(--n=0)return i>0&&(e.lastNeed=i-2),i;if(--n=0)return i>0&&(2===i?i=0:e.lastNeed=i-3),i;return 0}(this,e,t);if(!this.lastNeed)return e.toString("utf8",t);this.lastTotal=r;var n=e.length-(r-this.lastNeed);return e.copy(this.lastChar,0,n),e.toString("utf8",t,n)},o.prototype.fillLast=function(e){if(this.lastNeed<=e.length)return e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,this.lastNeed),this.lastChar.toString(this.encoding,0,this.lastTotal);e.copy(this.lastChar,this.lastTotal-this.lastNeed,0,e.length),this.lastNeed-=e.length}},function(e,t,r){"use strict";var n=r(47),i=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=l;var o=Object.create(r(34));o.inherits=r(1);var a=r(119),s=r(66);o.inherits(l,a);for(var u=i(s.prototype),f=0;f1?{type:d[i],data:e.substring(1)}:{type:d[i]}:p}i=new Uint8Array(e)[0];var o=a(e,1);return b&&"blob"===r&&(o=new b([o])),{type:d[i],data:o}},t.decodeBase64Packet=function(e,t){var r=d[e.charAt(0)];if(!n)return{type:r,data:{base64:!0,data:e.substr(1)}};var i=n.decode(e.substr(1));return"blob"===t&&b&&(i=new b([i])),{type:r,data:i}},t.encodePayload=function(e,r,n){"function"===typeof r&&(n=r,r=null);var i=o(e);if(r&&i)return b&&!l?t.encodePayloadAsBlob(e,n):t.encodePayloadAsArrayBuffer(e,n);if(!e.length)return n("0:");m(e,(function(e,n){t.encodePacket(e,!!i&&r,!1,(function(e){n(null,function(e){return e.length+":"+e}(e))}))}),(function(e,t){return n(t.join(""))}))},t.decodePayload=function(e,r,n){if("string"!==typeof e)return t.decodePayloadAsBinary(e,r,n);var i;if("function"===typeof r&&(n=r,r=null),""===e)return n(p,0,1);for(var o,a,s="",u=0,f=e.length;u0;){for(var s=new Uint8Array(i),u=0===s[0],f="",c=1;255!==s[c];c++){if(f.length>310)return n(p,0,1);f+=s[c]}i=a(i,2+f.length),f=parseInt(f);var l=a(i,0,f);if(u)try{l=String.fromCharCode.apply(null,new Uint8Array(l))}catch(b){var h=new Uint8Array(l);l="";for(c=0;c4294967295)throw new RangeError("requested too many random bytes");var r=i.allocUnsafe(e);if(e>0)if(e>65536)for(var a=0;a2?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}i("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),i("ERR_INVALID_ARG_TYPE",(function(e,t,r){var n,i,a,s;if("string"===typeof t&&(i="not ",t.substr(!a||a<0?0:+a,i.length)===i)?(n="must not be",t=t.replace(/^not /,"")):n="must be",function(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}(e," argument"))s="The ".concat(e," ").concat(n," ").concat(o(t,"type"));else{var u=function(e,t,r){return"number"!==typeof r&&(r=0),!(r+t.length>e.length)&&-1!==e.indexOf(t,r)}(e,".")?"property":"argument";s='The "'.concat(e,'" ').concat(u," ").concat(n," ").concat(o(t,"type"))}return s+=". Received type ".concat(typeof r)}),TypeError),i("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),i("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),i("ERR_STREAM_PREMATURE_CLOSE","Premature close"),i("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),i("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),i("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),i("ERR_STREAM_WRITE_AFTER_END","write after end"),i("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),i("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),i("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.codes=n},function(e,t,r){"use strict";(function(t){var n=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=f;var i=r(111),o=r(115);r(1)(f,i);for(var a=n(o.prototype),s=0;s=this._finalSize&&(this._update(this._block),this._block.fill(0));var r=8*this._len;if(r<=4294967295)this._block.writeUInt32BE(r,this._blockSize-4);else{var n=(4294967295&r)>>>0,i=(r-n)/4294967296;this._block.writeUInt32BE(i,this._blockSize-8),this._block.writeUInt32BE(n,this._blockSize-4)}this._update(this._block);var o=this._hash();return e?o.toString(e):o},i.prototype._update=function(){throw new Error("_update must be implemented by subclass")},e.exports=i},function(e,t,r){"use strict";var n={};function i(e,t,r){r||(r=Error);var i=function(e){var r,n;function i(r,n,i){return e.call(this,function(e,r,n){return"string"===typeof t?t:t(e,r,n)}(r,n,i))||this}return n=e,(r=i).prototype=Object.create(n.prototype),r.prototype.constructor=r,r.__proto__=n,i}(r);i.prototype.name=r.name,i.prototype.code=e,n[e]=i}function o(e,t){if(Array.isArray(e)){var r=e.length;return e=e.map((function(e){return String(e)})),r>2?"one of ".concat(t," ").concat(e.slice(0,r-1).join(", "),", or ")+e[r-1]:2===r?"one of ".concat(t," ").concat(e[0]," or ").concat(e[1]):"of ".concat(t," ").concat(e[0])}return"of ".concat(t," ").concat(String(e))}i("ERR_INVALID_OPT_VALUE",(function(e,t){return'The value "'+t+'" is invalid for option "'+e+'"'}),TypeError),i("ERR_INVALID_ARG_TYPE",(function(e,t,r){var n,i,a,s;if("string"===typeof t&&(i="not ",t.substr(!a||a<0?0:+a,i.length)===i)?(n="must not be",t=t.replace(/^not /,"")):n="must be",function(e,t,r){return(void 0===r||r>e.length)&&(r=e.length),e.substring(r-t.length,r)===t}(e," argument"))s="The ".concat(e," ").concat(n," ").concat(o(t,"type"));else{var u=function(e,t,r){return"number"!==typeof r&&(r=0),!(r+t.length>e.length)&&-1!==e.indexOf(t,r)}(e,".")?"property":"argument";s='The "'.concat(e,'" ').concat(u," ").concat(n," ").concat(o(t,"type"))}return s+=". Received type ".concat(typeof r)}),TypeError),i("ERR_STREAM_PUSH_AFTER_EOF","stream.push() after EOF"),i("ERR_METHOD_NOT_IMPLEMENTED",(function(e){return"The "+e+" method is not implemented"})),i("ERR_STREAM_PREMATURE_CLOSE","Premature close"),i("ERR_STREAM_DESTROYED",(function(e){return"Cannot call "+e+" after a stream was destroyed"})),i("ERR_MULTIPLE_CALLBACK","Callback called multiple times"),i("ERR_STREAM_CANNOT_PIPE","Cannot pipe, not readable"),i("ERR_STREAM_WRITE_AFTER_END","write after end"),i("ERR_STREAM_NULL_VALUES","May not write null values to stream",TypeError),i("ERR_UNKNOWN_ENCODING",(function(e){return"Unknown encoding: "+e}),TypeError),i("ERR_STREAM_UNSHIFT_AFTER_END_EVENT","stream.unshift() after end event"),e.exports.codes=n},function(e,t,r){"use strict";(function(t){var n=Object.keys||function(e){var t=[];for(var r in e)t.push(r);return t};e.exports=f;var i=r(139),o=r(143);r(1)(f,i);for(var a=n(o.prototype),s=0;s=this._delta8){var r=(e=this.pending).length%this._delta8;this.pending=e.slice(e.length-r,e.length),0===this.pending.length&&(this.pending=null),e=n.join32(e,0,e.length-r,this.endian);for(var i=0;i>>24&255,n[i++]=e>>>16&255,n[i++]=e>>>8&255,n[i++]=255&e}else for(n[i++]=255&e,n[i++]=e>>>8&255,n[i++]=e>>>16&255,n[i++]=e>>>24&255,n[i++]=0,n[i++]=0,n[i++]=0,n[i++]=0,o=8;o=31||"undefined"!==typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.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.exports=r(191)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}}).call(this,r(7))},function(e,t){t.encode=function(e){var t="";for(var r in e)e.hasOwnProperty(r)&&(t.length&&(t+="&"),t+=encodeURIComponent(r)+"="+encodeURIComponent(e[r]));return t},t.decode=function(e){for(var t={},r=e.split("&"),n=0,i=r.length;n=31||"undefined"!==typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)},t.storage=function(){try{return localStorage}catch(e){}}(),t.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.exports=r(215)(t),e.exports.formatters.j=function(e){try{return JSON.stringify(e)}catch(t){return"[UnexpectedJSONParseError]: "+t.message}}}).call(this,r(7))},function(e,t,r){"use strict";(function(t){"undefined"===typeof t||!t.version||0===t.version.indexOf("v0.")||0===t.version.indexOf("v1.")&&0!==t.version.indexOf("v1.8.")?e.exports={nextTick:function(e,r,n,i){if("function"!==typeof e)throw new TypeError('"callback" argument must be a function');var o,a,s=arguments.length;switch(s){case 0:case 1:return t.nextTick(e);case 2:return t.nextTick((function(){e.call(null,r)}));case 3:return t.nextTick((function(){e.call(null,r,n)}));case 4:return t.nextTick((function(){e.call(null,r,n,i)}));default:for(o=new Array(s-1),a=0;a>>24]^c[p>>>16&255]^l[b>>>8&255]^h[255&m]^t[y++],a=f[p>>>24]^c[b>>>16&255]^l[m>>>8&255]^h[255&d]^t[y++],s=f[b>>>24]^c[m>>>16&255]^l[d>>>8&255]^h[255&p]^t[y++],u=f[m>>>24]^c[d>>>16&255]^l[p>>>8&255]^h[255&b]^t[y++],d=o,p=a,b=s,m=u;return o=(n[d>>>24]<<24|n[p>>>16&255]<<16|n[b>>>8&255]<<8|n[255&m])^t[y++],a=(n[p>>>24]<<24|n[b>>>16&255]<<16|n[m>>>8&255]<<8|n[255&d])^t[y++],s=(n[b>>>24]<<24|n[m>>>16&255]<<16|n[d>>>8&255]<<8|n[255&p])^t[y++],u=(n[m>>>24]<<24|n[d>>>16&255]<<16|n[p>>>8&255]<<8|n[255&b])^t[y++],[o>>>=0,a>>>=0,s>>>=0,u>>>=0]}var s=[0,1,2,4,8,16,32,64,128,27,54],u=function(){for(var e=new Array(256),t=0;t<256;t++)e[t]=t<128?t<<1:t<<1^283;for(var r=[],n=[],i=[[],[],[],[]],o=[[],[],[],[]],a=0,s=0,u=0;u<256;++u){var f=s^s<<1^s<<2^s<<3^s<<4;f=f>>>8^255&f^99,r[a]=f,n[f]=a;var c=e[a],l=e[c],h=e[l],d=257*e[f]^16843008*f;i[0][a]=d<<24|d>>>8,i[1][a]=d<<16|d>>>16,i[2][a]=d<<8|d>>>24,i[3][a]=d,d=16843009*h^65537*l^257*c^16843008*a,o[0][f]=d<<24|d>>>8,o[1][f]=d<<16|d>>>16,o[2][f]=d<<8|d>>>24,o[3][f]=d,0===a?a=s=1:(a=c^e[e[e[h^c]]],s^=e[e[s]])}return{SBOX:r,INV_SBOX:n,SUB_MIX:i,INV_SUB_MIX:o}}();function f(e){this._key=i(e),this._reset()}f.blockSize=16,f.keySize=32,f.prototype.blockSize=f.blockSize,f.prototype.keySize=f.keySize,f.prototype._reset=function(){for(var e=this._key,t=e.length,r=t+6,n=4*(r+1),i=[],o=0;o>>24,a=u.SBOX[a>>>24]<<24|u.SBOX[a>>>16&255]<<16|u.SBOX[a>>>8&255]<<8|u.SBOX[255&a],a^=s[o/t|0]<<24):t>6&&o%t===4&&(a=u.SBOX[a>>>24]<<24|u.SBOX[a>>>16&255]<<16|u.SBOX[a>>>8&255]<<8|u.SBOX[255&a]),i[o]=i[o-t]^a}for(var f=[],c=0;c>>24]]^u.INV_SUB_MIX[1][u.SBOX[h>>>16&255]]^u.INV_SUB_MIX[2][u.SBOX[h>>>8&255]]^u.INV_SUB_MIX[3][u.SBOX[255&h]]}this._nRounds=r,this._keySchedule=i,this._invKeySchedule=f},f.prototype.encryptBlockRaw=function(e){return a(e=i(e),this._keySchedule,u.SUB_MIX,u.SBOX,this._nRounds)},f.prototype.encryptBlock=function(e){var t=this.encryptBlockRaw(e),r=n.allocUnsafe(16);return r.writeUInt32BE(t[0],0),r.writeUInt32BE(t[1],4),r.writeUInt32BE(t[2],8),r.writeUInt32BE(t[3],12),r},f.prototype.decryptBlock=function(e){var t=(e=i(e))[1];e[1]=e[3],e[3]=t;var r=a(e,this._invKeySchedule,u.INV_SUB_MIX,u.INV_SBOX,this._nRounds),o=n.allocUnsafe(16);return o.writeUInt32BE(r[0],0),o.writeUInt32BE(r[3],4),o.writeUInt32BE(r[2],8),o.writeUInt32BE(r[1],12),o},f.prototype.scrub=function(){o(this._keySchedule),o(this._invKeySchedule),o(this._key)},e.exports.AES=f},function(e,t,r){var n=r(4).Buffer,i=r(60);e.exports=function(e,t,r,o){if(n.isBuffer(e)||(e=n.from(e,"binary")),t&&(n.isBuffer(t)||(t=n.from(t,"binary")),8!==t.length))throw new RangeError("salt should be Buffer with 8 byte length");for(var a=r/8,s=n.alloc(a),u=n.alloc(o||0),f=n.alloc(0);a>0||o>0;){var c=new i;c.update(f),c.update(e),t&&c.update(t),f=c.digest();var l=0;if(a>0){var h=s.length-a;l=Math.min(a,f.length),f.copy(s,h,0,l),a-=l}if(l0){var d=u.length-o,p=Math.min(o,f.length-l);f.copy(u,d,l,l+p),o-=p}}return f.fill(0),{key:s,iv:u}}},function(e,t,r){"use strict";var n=r(10),i=r(13),o=i.getNAF,a=i.getJSF,s=i.assert;function u(e,t){this.type=e,this.p=new n(t.p,16),this.red=t.prime?n.red(t.prime):n.mont(this.p),this.zero=new n(0).toRed(this.red),this.one=new n(1).toRed(this.red),this.two=new n(2).toRed(this.red),this.n=t.n&&new n(t.n,16),this.g=t.g&&this.pointFromJSON(t.g,t.gRed),this._wnafT1=new Array(4),this._wnafT2=new Array(4),this._wnafT3=new Array(4),this._wnafT4=new Array(4),this._bitLength=this.n?this.n.bitLength():0;var r=this.n&&this.p.div(this.n);!r||r.cmpn(100)>0?this.redN=null:(this._maxwellTrick=!0,this.redN=this.n.toRed(this.red))}function f(e,t){this.curve=e,this.type=t,this.precomputed=null}e.exports=u,u.prototype.point=function(){throw new Error("Not implemented")},u.prototype.validate=function(){throw new Error("Not implemented")},u.prototype._fixedNafMul=function(e,t){s(e.precomputed);var r=e._getDoubles(),n=o(t,1,this._bitLength),i=(1<=u;t--)f=(f<<1)+n[t];a.push(f)}for(var c=this.jpoint(null,null,null),l=this.jpoint(null,null,null),h=i;h>0;h--){for(u=0;u=0;f--){for(t=0;f>=0&&0===a[f];f--)t++;if(f>=0&&t++,u=u.dblp(t),f<0)break;var c=a[f];s(0!==c),u="affine"===e.type?c>0?u.mixedAdd(i[c-1>>1]):u.mixedAdd(i[-c-1>>1].neg()):c>0?u.add(i[c-1>>1]):u.add(i[-c-1>>1].neg())}return"affine"===e.type?u.toP():u},u.prototype._wnafMulAdd=function(e,t,r,n,i){for(var s=this._wnafT1,u=this._wnafT2,f=this._wnafT3,c=0,l=0;l=1;l-=2){var d=l-1,p=l;if(1===s[d]&&1===s[p]){var b=[t[d],null,null,t[p]];0===t[d].y.cmp(t[p].y)?(b[1]=t[d].add(t[p]),b[2]=t[d].toJ().mixedAdd(t[p].neg())):0===t[d].y.cmp(t[p].y.redNeg())?(b[1]=t[d].toJ().mixedAdd(t[p]),b[2]=t[d].add(t[p].neg())):(b[1]=t[d].toJ().mixedAdd(t[p]),b[2]=t[d].toJ().mixedAdd(t[p].neg()));var m=[-3,-1,-5,-7,0,7,5,1,3],y=a(r[d],r[p]);c=Math.max(y[0].length,c),f[d]=new Array(c),f[p]=new Array(c);for(var g=0;g=0;l--){for(var k=0;l>=0;){var E=!0;for(g=0;g=0&&k++,_=_.dblp(k),l<0)break;for(g=0;g0?M=u[g][x-1>>1]:x<0&&(M=u[g][-x-1>>1].neg()),_="affine"===M.type?_.mixedAdd(M):_.add(M))}}for(l=0;l=Math.ceil((e.bitLength()+1)/t.step)},f.prototype._getDoubles=function(e,t){if(this.precomputed&&this.precomputed.doubles)return this.precomputed.doubles;for(var r=[this],n=this,i=0;i",'"',"`"," ","\r","\n","\t"]),c=["'"].concat(f),l=["%","/","?",";","#"].concat(c),h=["/","?","#"],d=/^[+a-z0-9A-Z_-]{0,63}$/,p=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,b={javascript:!0,"javascript:":!0},m={javascript:!0,"javascript:":!0},y={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},g=r(78);function v(e,t,r){if(e&&i.isObject(e)&&e instanceof o)return e;var n=new o;return n.parse(e,t,r),n}o.prototype.parse=function(e,t,r){if(!i.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var o=e.indexOf("?"),s=-1!==o&&o127?I+="x":I+=P[B];if(!I.match(d)){var N=R.slice(0,C),L=R.slice(C+1),D=P.match(p);D&&(N.push(D[1]),L.unshift(D[2])),L.length&&(v="/"+L.join(".")+v),this.hostname=N.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),T||(this.hostname=n.toASCII(this.hostname));var F=this.port?":"+this.port:"",U=this.hostname||"";this.host=U+F,this.href+=this.host,T&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==v[0]&&(v="/"+v))}if(!b[S])for(C=0,O=c.length;C0)&&r.host.split("@"))&&(r.auth=T.shift(),r.host=r.hostname=T.shift());return r.search=e.search,r.query=e.query,i.isNull(r.pathname)&&i.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!k.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var M=k.slice(-1)[0],x=(r.host||e.host||k.length>1)&&("."===M||".."===M)||""===M,C=0,A=k.length;A>=0;A--)"."===(M=k[A])?k.splice(A,1):".."===M?(k.splice(A,1),C++):C&&(k.splice(A,1),C--);if(!_&&!S)for(;C--;C)k.unshift("..");!_||""===k[0]||k[0]&&"/"===k[0].charAt(0)||k.unshift(""),x&&"/"!==k.join("/").substr(-1)&&k.push("");var T,R=""===k[0]||k[0]&&"/"===k[0].charAt(0);E&&(r.hostname=r.host=R?"":k.length?k.shift():"",(T=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=T.shift(),r.host=r.hostname=T.shift()));return(_=_||r.host&&k.length)&&!R&&k.unshift(""),k.length?r.pathname=k.join("/"):(r.pathname=null,r.path=null),i.isNull(r.pathname)&&i.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},o.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},function(e,t,r){"use strict";!function e(){if("undefined"!==typeof __REACT_DEVTOOLS_GLOBAL_HOOK__&&"function"===typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE){0;try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(e)}catch(t){console.error(t)}}}(),e.exports=r(169)},function(e,t,r){"use strict";e.exports=r(333)},function(e,t,r){var n=r(197)("socket.io-parser"),i=r(200),o=r(201),a=r(95),s=r(96);function u(){}t.protocol=4,t.types=["CONNECT","DISCONNECT","EVENT","ACK","ERROR","BINARY_EVENT","BINARY_ACK"],t.CONNECT=0,t.DISCONNECT=1,t.EVENT=2,t.ACK=3,t.ERROR=4,t.BINARY_EVENT=5,t.BINARY_ACK=6,t.Encoder=u,t.Decoder=l;var f=t.ERROR+'"encode error"';function c(e){var r=""+e.type;if(t.BINARY_EVENT!==e.type&&t.BINARY_ACK!==e.type||(r+=e.attachments+"-"),e.nsp&&"/"!==e.nsp&&(r+=e.nsp+","),null!=e.id&&(r+=e.id),null!=e.data){var i=function(e){try{return JSON.stringify(e)}catch(t){return!1}}(e.data);if(!1===i)return f;r+=i}return n("encoded %j as %s",e,r),r}function l(){this.reconstructor=null}function h(e){this.reconPack=e,this.buffers=[]}function d(e){return{type:t.ERROR,data:"parser error: "+e}}u.prototype.encode=function(e,r){(n("encoding packet %j",e),t.BINARY_EVENT===e.type||t.BINARY_ACK===e.type)?function(e,t){o.removeBlobs(e,(function(e){var r=o.deconstructPacket(e),n=c(r.packet),i=r.buffers;i.unshift(n),t(i)}))}(e,r):r([c(e)])},i(l.prototype),l.prototype.add=function(e){var r;if("string"===typeof e)r=function(e){var r=0,i={type:Number(e.charAt(0))};if(null==t.types[i.type])return d("unknown packet type "+i.type);if(t.BINARY_EVENT===i.type||t.BINARY_ACK===i.type){for(var o="";"-"!==e.charAt(++r)&&(o+=e.charAt(r),r!=e.length););if(o!=Number(o)||"-"!==e.charAt(r))throw new Error("Illegal attachments");i.attachments=Number(o)}if("/"===e.charAt(r+1))for(i.nsp="";++r;){if(","===(u=e.charAt(r)))break;if(i.nsp+=u,r===e.length)break}else i.nsp="/";var s=e.charAt(r+1);if(""!==s&&Number(s)==s){for(i.id="";++r;){var u;if(null==(u=e.charAt(r))||Number(u)!=u){--r;break}if(i.id+=e.charAt(r),r===e.length)break}i.id=Number(i.id)}if(e.charAt(++r)){var f=function(e){try{return JSON.parse(e)}catch(t){return!1}}(e.substr(r));if(!(!1!==f&&(i.type===t.ERROR||a(f))))return d("invalid payload");i.data=f}return n("decoded %s as %j",e,i),i}(e),t.BINARY_EVENT===r.type||t.BINARY_ACK===r.type?(this.reconstructor=new h(r),0===this.reconstructor.reconPack.attachments&&this.emit("decoded",r)):this.emit("decoded",r);else{if(!s(e)&&!e.base64)throw new Error("Unknown type: "+e);if(!this.reconstructor)throw new Error("got binary data when not reconstructing a packet");(r=this.reconstructor.takeBinaryData(e))&&(this.reconstructor=null,this.emit("decoded",r))}},l.prototype.destroy=function(){this.reconstructor&&this.reconstructor.finishedReconstruction()},h.prototype.takeBinaryData=function(e){if(this.buffers.push(e),this.buffers.length===this.reconPack.attachments){var t=o.reconstructPacket(this.reconPack,this.buffers);return this.finishedReconstruction(),t}return null},h.prototype.finishedReconstruction=function(){this.reconPack=null,this.buffers=[]}},function(e,t,r){var n=r(206),i=r(57);e.exports=function(e){var t=e.xdomain,r=e.xscheme,o=e.enablesXDR;try{if("undefined"!==typeof XMLHttpRequest&&(!t||n))return new XMLHttpRequest}catch(a){}try{if("undefined"!==typeof XDomainRequest&&!r&&o)return new XDomainRequest}catch(a){}if(!t)try{return new(i[["Active"].concat("Object").join("X")])("Microsoft.XMLHTTP")}catch(a){}}},function(e,t){e.exports="undefined"!==typeof self?self:"undefined"!==typeof window?window:Function("return this")()},function(e,t,r){var n=r(24),i=r(59);function o(e){this.path=e.path,this.hostname=e.hostname,this.port=e.port,this.secure=e.secure,this.query=e.query,this.timestampParam=e.timestampParam,this.timestampRequests=e.timestampRequests,this.readyState="",this.agent=e.agent||!1,this.socket=e.socket,this.enablesXDR=e.enablesXDR,this.withCredentials=e.withCredentials,this.pfx=e.pfx,this.key=e.key,this.passphrase=e.passphrase,this.cert=e.cert,this.ca=e.ca,this.ciphers=e.ciphers,this.rejectUnauthorized=e.rejectUnauthorized,this.forceNode=e.forceNode,this.isReactNative=e.isReactNative,this.extraHeaders=e.extraHeaders,this.localAddress=e.localAddress}e.exports=o,i(o.prototype),o.prototype.onError=function(e,t){var r=new Error(e);return r.type="TransportError",r.description=t,this.emit("error",r),this},o.prototype.open=function(){return"closed"!==this.readyState&&""!==this.readyState||(this.readyState="opening",this.doOpen()),this},o.prototype.close=function(){return"opening"!==this.readyState&&"open"!==this.readyState||(this.doClose(),this.onClose()),this},o.prototype.send=function(e){if("open"!==this.readyState)throw new Error("Transport not open");this.write(e)},o.prototype.onOpen=function(){this.readyState="open",this.writable=!0,this.emit("open")},o.prototype.onData=function(e){var t=n.decodePacket(e,this.socket.binaryType);this.onPacket(t)},o.prototype.onPacket=function(e){this.emit("packet",e)},o.prototype.onClose=function(){this.readyState="closed",this.emit("close")}},function(e,t,r){function n(e){if(e)return function(e){for(var t in n.prototype)e[t]=n.prototype[t];return e}(e)}e.exports=n,n.prototype.on=n.prototype.addEventListener=function(e,t){return this._callbacks=this._callbacks||{},(this._callbacks["$"+e]=this._callbacks["$"+e]||[]).push(t),this},n.prototype.once=function(e,t){function r(){this.off(e,r),t.apply(this,arguments)}return r.fn=t,this.on(e,r),this},n.prototype.off=n.prototype.removeListener=n.prototype.removeAllListeners=n.prototype.removeEventListener=function(e,t){if(this._callbacks=this._callbacks||{},0==arguments.length)return this._callbacks={},this;var r,n=this._callbacks["$"+e];if(!n)return this;if(1==arguments.length)return delete this._callbacks["$"+e],this;for(var i=0;i>>32-t}function f(e,t,r,n,i,o,a){return u(e+(t&r|~t&n)+i+o|0,a)+t|0}function c(e,t,r,n,i,o,a){return u(e+(t&n|r&~n)+i+o|0,a)+t|0}function l(e,t,r,n,i,o,a){return u(e+(t^r^n)+i+o|0,a)+t|0}function h(e,t,r,n,i,o,a){return u(e+(r^(t|~n))+i+o|0,a)+t|0}n(s,i),s.prototype._update=function(){for(var e=a,t=0;t<16;++t)e[t]=this._block.readInt32LE(4*t);var r=this._a,n=this._b,i=this._c,o=this._d;r=f(r,n,i,o,e[0],3614090360,7),o=f(o,r,n,i,e[1],3905402710,12),i=f(i,o,r,n,e[2],606105819,17),n=f(n,i,o,r,e[3],3250441966,22),r=f(r,n,i,o,e[4],4118548399,7),o=f(o,r,n,i,e[5],1200080426,12),i=f(i,o,r,n,e[6],2821735955,17),n=f(n,i,o,r,e[7],4249261313,22),r=f(r,n,i,o,e[8],1770035416,7),o=f(o,r,n,i,e[9],2336552879,12),i=f(i,o,r,n,e[10],4294925233,17),n=f(n,i,o,r,e[11],2304563134,22),r=f(r,n,i,o,e[12],1804603682,7),o=f(o,r,n,i,e[13],4254626195,12),i=f(i,o,r,n,e[14],2792965006,17),r=c(r,n=f(n,i,o,r,e[15],1236535329,22),i,o,e[1],4129170786,5),o=c(o,r,n,i,e[6],3225465664,9),i=c(i,o,r,n,e[11],643717713,14),n=c(n,i,o,r,e[0],3921069994,20),r=c(r,n,i,o,e[5],3593408605,5),o=c(o,r,n,i,e[10],38016083,9),i=c(i,o,r,n,e[15],3634488961,14),n=c(n,i,o,r,e[4],3889429448,20),r=c(r,n,i,o,e[9],568446438,5),o=c(o,r,n,i,e[14],3275163606,9),i=c(i,o,r,n,e[3],4107603335,14),n=c(n,i,o,r,e[8],1163531501,20),r=c(r,n,i,o,e[13],2850285829,5),o=c(o,r,n,i,e[2],4243563512,9),i=c(i,o,r,n,e[7],1735328473,14),r=l(r,n=c(n,i,o,r,e[12],2368359562,20),i,o,e[5],4294588738,4),o=l(o,r,n,i,e[8],2272392833,11),i=l(i,o,r,n,e[11],1839030562,16),n=l(n,i,o,r,e[14],4259657740,23),r=l(r,n,i,o,e[1],2763975236,4),o=l(o,r,n,i,e[4],1272893353,11),i=l(i,o,r,n,e[7],4139469664,16),n=l(n,i,o,r,e[10],3200236656,23),r=l(r,n,i,o,e[13],681279174,4),o=l(o,r,n,i,e[0],3936430074,11),i=l(i,o,r,n,e[3],3572445317,16),n=l(n,i,o,r,e[6],76029189,23),r=l(r,n,i,o,e[9],3654602809,4),o=l(o,r,n,i,e[12],3873151461,11),i=l(i,o,r,n,e[15],530742520,16),r=h(r,n=l(n,i,o,r,e[2],3299628645,23),i,o,e[0],4096336452,6),o=h(o,r,n,i,e[7],1126891415,10),i=h(i,o,r,n,e[14],2878612391,15),n=h(n,i,o,r,e[5],4237533241,21),r=h(r,n,i,o,e[12],1700485571,6),o=h(o,r,n,i,e[3],2399980690,10),i=h(i,o,r,n,e[10],4293915773,15),n=h(n,i,o,r,e[1],2240044497,21),r=h(r,n,i,o,e[8],1873313359,6),o=h(o,r,n,i,e[15],4264355552,10),i=h(i,o,r,n,e[6],2734768916,15),n=h(n,i,o,r,e[13],1309151649,21),r=h(r,n,i,o,e[4],4149444226,6),o=h(o,r,n,i,e[11],3174756917,10),i=h(i,o,r,n,e[2],718787259,15),n=h(n,i,o,r,e[9],3951481745,21),this._a=this._a+r|0,this._b=this._b+n|0,this._c=this._c+i|0,this._d=this._d+o|0},s.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=o.allocUnsafe(16);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e},e.exports=s},function(e,t,r){(function(t){function r(e){try{if(!t.localStorage)return!1}catch(n){return!1}var r=t.localStorage[e];return null!=r&&"true"===String(r).toLowerCase()}e.exports=function(e,t){if(r("noDeprecation"))return e;var n=!1;return function(){if(!n){if(r("throwDeprecation"))throw new Error(t);r("traceDeprecation")?console.trace(t):console.warn(t),n=!0}return e.apply(this,arguments)}}}).call(this,r(9))},function(e,t,r){"use strict";var n=r(26).codes.ERR_STREAM_PREMATURE_CLOSE;function i(){}e.exports=function e(t,r,o){if("function"===typeof r)return e(t,null,r);r||(r={}),o=function(e){var t=!1;return function(){if(!t){t=!0;for(var r=arguments.length,n=new Array(r),i=0;i>>32-t}function b(e,t,r,n,i,o,a,s){return p(e+(t^r^n)+o+a|0,s)+i|0}function m(e,t,r,n,i,o,a,s){return p(e+(t&r|~t&n)+o+a|0,s)+i|0}function y(e,t,r,n,i,o,a,s){return p(e+((t|~r)^n)+o+a|0,s)+i|0}function g(e,t,r,n,i,o,a,s){return p(e+(t&n|r&~n)+o+a|0,s)+i|0}function v(e,t,r,n,i,o,a,s){return p(e+(t^(r|~n))+o+a|0,s)+i|0}i(d,o),d.prototype._update=function(){for(var e=a,t=0;t<16;++t)e[t]=this._block.readInt32LE(4*t);for(var r=0|this._a,n=0|this._b,i=0|this._c,o=0|this._d,d=0|this._e,w=0|this._a,_=0|this._b,S=0|this._c,k=0|this._d,E=0|this._e,M=0;M<80;M+=1){var x,C;M<16?(x=b(r,n,i,o,d,e[s[M]],l[0],f[M]),C=v(w,_,S,k,E,e[u[M]],h[0],c[M])):M<32?(x=m(r,n,i,o,d,e[s[M]],l[1],f[M]),C=g(w,_,S,k,E,e[u[M]],h[1],c[M])):M<48?(x=y(r,n,i,o,d,e[s[M]],l[2],f[M]),C=y(w,_,S,k,E,e[u[M]],h[2],c[M])):M<64?(x=g(r,n,i,o,d,e[s[M]],l[3],f[M]),C=m(w,_,S,k,E,e[u[M]],h[3],c[M])):(x=v(r,n,i,o,d,e[s[M]],l[4],f[M]),C=b(w,_,S,k,E,e[u[M]],h[4],c[M])),r=d,d=o,o=p(i,10),i=n,n=x,w=E,E=k,k=p(S,10),S=_,_=C}var A=this._b+i+k|0;this._b=this._c+o+E|0,this._c=this._d+d+w|0,this._d=this._e+r+_|0,this._e=this._a+n+S|0,this._a=A},d.prototype._digest=function(){this._block[this._blockOffset++]=128,this._blockOffset>56&&(this._block.fill(0,this._blockOffset,64),this._update(),this._blockOffset=0),this._block.fill(0,this._blockOffset,56),this._block.writeUInt32LE(this._length[0],56),this._block.writeUInt32LE(this._length[1],60),this._update();var e=n.alloc?n.alloc(20):new n(20);return e.writeInt32LE(this._a,0),e.writeInt32LE(this._b,4),e.writeInt32LE(this._c,8),e.writeInt32LE(this._d,12),e.writeInt32LE(this._e,16),e},e.exports=d},function(e,t,r){(t=e.exports=function(e){e=e.toLowerCase();var r=t[e];if(!r)throw new Error(e+" is not supported (we accept pull requests)");return new r}).sha=r(230),t.sha1=r(231),t.sha224=r(232),t.sha256=r(117),t.sha384=r(233),t.sha512=r(118)},function(e,t,r){var n=r(5),i=n.Buffer;function o(e,t){for(var r in e)t[r]=e[r]}function a(e,t,r){return i(e,t,r)}i.from&&i.alloc&&i.allocUnsafe&&i.allocUnsafeSlow?e.exports=n:(o(n,t),t.Buffer=a),o(i,a),a.from=function(e,t,r){if("number"===typeof e)throw new TypeError("Argument must not be a number");return i(e,t,r)},a.alloc=function(e,t,r){if("number"!==typeof e)throw new TypeError("Argument must be a number");var n=i(e);return void 0!==t?"string"===typeof r?n.fill(t,r):n.fill(t):n.fill(0),n},a.allocUnsafe=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return i(e)},a.allocUnsafeSlow=function(e){if("number"!==typeof e)throw new TypeError("Argument must be a number");return n.SlowBuffer(e)}},function(e,t,r){"use strict";(function(t,n,i){var o=r(47);function a(e){var t=this;this.next=null,this.entry=null,this.finish=function(){!function(e,t,r){var n=e.entry;e.entry=null;for(;n;){var i=n.callback;t.pendingcb--,i(r),n=n.next}t.corkedRequestsFree?t.corkedRequestsFree.next=e:t.corkedRequestsFree=e}(t,e)}}e.exports=g;var s,u=!t.browser&&["v0.10","v0.9."].indexOf(t.version.slice(0,5))>-1?n:o.nextTick;g.WritableState=y;var f=Object.create(r(34));f.inherits=r(1);var c={deprecate:r(61)},l=r(120),h=r(65).Buffer,d=i.Uint8Array||function(){};var p,b=r(121);function m(){}function y(e,t){s=s||r(23),e=e||{};var n=t instanceof s;this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.writableObjectMode);var i=e.highWaterMark,f=e.writableHighWaterMark,c=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:n&&(f||0===f)?f:c,this.highWaterMark=Math.floor(this.highWaterMark),this.finalCalled=!1,this.needDrain=!1,this.ending=!1,this.ended=!1,this.finished=!1,this.destroyed=!1;var l=!1===e.decodeStrings;this.decodeStrings=!l,this.defaultEncoding=e.defaultEncoding||"utf8",this.length=0,this.writing=!1,this.corked=0,this.sync=!0,this.bufferProcessing=!1,this.onwrite=function(e){!function(e,t){var r=e._writableState,n=r.sync,i=r.writecb;if(function(e){e.writing=!1,e.writecb=null,e.length-=e.writelen,e.writelen=0}(r),t)!function(e,t,r,n,i){--t.pendingcb,r?(o.nextTick(i,n),o.nextTick(E,e,t),e._writableState.errorEmitted=!0,e.emit("error",n)):(i(n),e._writableState.errorEmitted=!0,e.emit("error",n),E(e,t))}(e,r,n,t,i);else{var a=S(r);a||r.corked||r.bufferProcessing||!r.bufferedRequest||_(e,r),n?u(w,e,r,a,i):w(e,r,a,i)}}(t,e)},this.writecb=null,this.writelen=0,this.bufferedRequest=null,this.lastBufferedRequest=null,this.pendingcb=0,this.prefinished=!1,this.errorEmitted=!1,this.bufferedRequestCount=0,this.corkedRequestsFree=new a(this)}function g(e){if(s=s||r(23),!p.call(g,this)&&!(this instanceof s))return new g(e);this._writableState=new y(e,this),this.writable=!0,e&&("function"===typeof e.write&&(this._write=e.write),"function"===typeof e.writev&&(this._writev=e.writev),"function"===typeof e.destroy&&(this._destroy=e.destroy),"function"===typeof e.final&&(this._final=e.final)),l.call(this)}function v(e,t,r,n,i,o,a){t.writelen=n,t.writecb=a,t.writing=!0,t.sync=!0,r?e._writev(i,t.onwrite):e._write(i,o,t.onwrite),t.sync=!1}function w(e,t,r,n){r||function(e,t){0===t.length&&t.needDrain&&(t.needDrain=!1,e.emit("drain"))}(e,t),t.pendingcb--,n(),E(e,t)}function _(e,t){t.bufferProcessing=!0;var r=t.bufferedRequest;if(e._writev&&r&&r.next){var n=t.bufferedRequestCount,i=new Array(n),o=t.corkedRequestsFree;o.entry=r;for(var s=0,u=!0;r;)i[s]=r,r.isBuf||(u=!1),r=r.next,s+=1;i.allBuffers=u,v(e,t,!0,t.length,i,"",o.finish),t.pendingcb++,t.lastBufferedRequest=null,o.next?(t.corkedRequestsFree=o.next,o.next=null):t.corkedRequestsFree=new a(t),t.bufferedRequestCount=0}else{for(;r;){var f=r.chunk,c=r.encoding,l=r.callback;if(v(e,t,!1,t.objectMode?1:f.length,f,c,l),r=r.next,t.bufferedRequestCount--,t.writing)break}null===r&&(t.lastBufferedRequest=null)}t.bufferedRequest=r,t.bufferProcessing=!1}function S(e){return e.ending&&0===e.length&&null===e.bufferedRequest&&!e.finished&&!e.writing}function k(e,t){e._final((function(r){t.pendingcb--,r&&e.emit("error",r),t.prefinished=!0,e.emit("prefinish"),E(e,t)}))}function E(e,t){var r=S(t);return r&&(!function(e,t){t.prefinished||t.finalCalled||("function"===typeof e._final?(t.pendingcb++,t.finalCalled=!0,o.nextTick(k,e,t)):(t.prefinished=!0,e.emit("prefinish")))}(e,t),0===t.pendingcb&&(t.finished=!0,e.emit("finish"))),r}f.inherits(g,l),y.prototype.getBuffer=function(){for(var e=this.bufferedRequest,t=[];e;)t.push(e),e=e.next;return t},function(){try{Object.defineProperty(y.prototype,"buffer",{get:c.deprecate((function(){return this.getBuffer()}),"_writableState.buffer is deprecated. Use _writableState.getBuffer instead.","DEP0003")})}catch(e){}}(),"function"===typeof Symbol&&Symbol.hasInstance&&"function"===typeof Function.prototype[Symbol.hasInstance]?(p=Function.prototype[Symbol.hasInstance],Object.defineProperty(g,Symbol.hasInstance,{value:function(e){return!!p.call(this,e)||this===g&&(e&&e._writableState instanceof y)}})):p=function(e){return e instanceof this},g.prototype.pipe=function(){this.emit("error",new Error("Cannot pipe, not readable"))},g.prototype.write=function(e,t,r){var n,i=this._writableState,a=!1,s=!i.objectMode&&(n=e,h.isBuffer(n)||n instanceof d);return s&&!h.isBuffer(e)&&(e=function(e){return h.from(e)}(e)),"function"===typeof t&&(r=t,t=null),s?t="buffer":t||(t=i.defaultEncoding),"function"!==typeof r&&(r=m),i.ended?function(e,t){var r=new Error("write after end");e.emit("error",r),o.nextTick(t,r)}(this,r):(s||function(e,t,r,n){var i=!0,a=!1;return null===r?a=new TypeError("May not write null values to stream"):"string"===typeof r||void 0===r||t.objectMode||(a=new TypeError("Invalid non-string/buffer chunk")),a&&(e.emit("error",a),o.nextTick(n,a),i=!1),i}(this,i,e,r))&&(i.pendingcb++,a=function(e,t,r,n,i,o){if(!r){var a=function(e,t,r){e.objectMode||!1===e.decodeStrings||"string"!==typeof t||(t=h.from(t,r));return t}(t,n,i);n!==a&&(r=!0,i="buffer",n=a)}var s=t.objectMode?1:n.length;t.length+=s;var u=t.length-1))throw new TypeError("Unknown encoding: "+e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(g.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),g.prototype._write=function(e,t,r){r(new Error("_write() is not implemented"))},g.prototype._writev=null,g.prototype.end=function(e,t,r){var n=this._writableState;"function"===typeof e?(r=e,e=null,t=null):"function"===typeof t&&(r=t,t=null),null!==e&&void 0!==e&&this.write(e,t),n.corked&&(n.corked=1,this.uncork()),n.ending||n.finished||function(e,t,r){t.ending=!0,E(e,t),r&&(t.finished?o.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,n,r)},Object.defineProperty(g.prototype,"destroyed",{get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),g.prototype.destroy=b.destroy,g.prototype._undestroy=b.undestroy,g.prototype._destroy=function(e,t){this.end(),t(e)}}).call(this,r(7),r(238).setImmediate,r(9))},function(e,t,r){"use strict";var n=r(12);function i(e){this.options=e,this.type=this.options.type,this.blockSize=8,this._init(),this.buffer=new Array(this.blockSize),this.bufferOff=0}e.exports=i,i.prototype._init=function(){},i.prototype.update=function(e){return 0===e.length?[]:"decrypt"===this.type?this._updateDecrypt(e):this._updateEncrypt(e)},i.prototype._buffer=function(e,t){for(var r=Math.min(this.buffer.length-this.bufferOff,e.length-t),n=0;n0;n--)t+=this._buffer(e,t),r+=this._flushBuffer(i,r);return t+=this._buffer(e,t),i},i.prototype.final=function(e){var t,r;return e&&(t=this.update(e)),r="encrypt"===this.type?this._finalEncrypt():this._finalDecrypt(),t?t.concat(r):r},i.prototype._pad=function(e,t){if(0===t)return!1;for(;t=0||!r.umod(e.prime1)||!r.umod(e.prime2);)r=new n(i(t));return r}e.exports=o,o.getr=a}).call(this,r(5).Buffer)},function(e,t,r){"use strict";var n=t;n.version=r(278).version,n.utils=r(13),n.rand=r(71),n.curve=r(146),n.curves=r(75),n.ec=r(289),n.eddsa=r(293)},function(e,t,r){"use strict";var n,i=t,o=r(76),a=r(146),s=r(13).assert;function u(e){"short"===e.type?this.curve=new a.short(e):"edwards"===e.type?this.curve=new a.edwards(e):this.curve=new a.mont(e),this.g=this.curve.g,this.n=this.curve.n,this.hash=e.hash,s(this.g.validate(),"Invalid curve"),s(this.g.mul(this.n).isInfinity(),"Invalid curve, G*N != O")}function f(e,t){Object.defineProperty(i,e,{configurable:!0,enumerable:!0,get:function(){var r=new u(t);return Object.defineProperty(i,e,{configurable:!0,enumerable:!0,value:r}),r}})}i.PresetCurve=u,f("p192",{type:"short",prime:"p192",p:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff",a:"ffffffff ffffffff ffffffff fffffffe ffffffff fffffffc",b:"64210519 e59c80e7 0fa7e9ab 72243049 feb8deec c146b9b1",n:"ffffffff ffffffff ffffffff 99def836 146bc9b1 b4d22831",hash:o.sha256,gRed:!1,g:["188da80e b03090f6 7cbf20eb 43a18800 f4ff0afd 82ff1012","07192b95 ffc8da78 631011ed 6b24cdd5 73f977a1 1e794811"]}),f("p224",{type:"short",prime:"p224",p:"ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001",a:"ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff fffffffe",b:"b4050a85 0c04b3ab f5413256 5044b0b7 d7bfd8ba 270b3943 2355ffb4",n:"ffffffff ffffffff ffffffff ffff16a2 e0b8f03e 13dd2945 5c5c2a3d",hash:o.sha256,gRed:!1,g:["b70e0cbd 6bb4bf7f 321390b9 4a03c1d3 56c21122 343280d6 115c1d21","bd376388 b5f723fb 4c22dfe6 cd4375a0 5a074764 44d58199 85007e34"]}),f("p256",{type:"short",prime:null,p:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff ffffffff",a:"ffffffff 00000001 00000000 00000000 00000000 ffffffff ffffffff fffffffc",b:"5ac635d8 aa3a93e7 b3ebbd55 769886bc 651d06b0 cc53b0f6 3bce3c3e 27d2604b",n:"ffffffff 00000000 ffffffff ffffffff bce6faad a7179e84 f3b9cac2 fc632551",hash:o.sha256,gRed:!1,g:["6b17d1f2 e12c4247 f8bce6e5 63a440f2 77037d81 2deb33a0 f4a13945 d898c296","4fe342e2 fe1a7f9b 8ee7eb4a 7c0f9e16 2bce3357 6b315ece cbb64068 37bf51f5"]}),f("p384",{type:"short",prime:null,p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 ffffffff",a:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe ffffffff 00000000 00000000 fffffffc",b:"b3312fa7 e23ee7e4 988e056b e3f82d19 181d9c6e fe814112 0314088f 5013875a c656398d 8a2ed19d 2a85c8ed d3ec2aef",n:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff c7634d81 f4372ddf 581a0db2 48b0a77a ecec196a ccc52973",hash:o.sha384,gRed:!1,g:["aa87ca22 be8b0537 8eb1c71e f320ad74 6e1d3b62 8ba79b98 59f741e0 82542a38 5502f25d bf55296c 3a545e38 72760ab7","3617de4a 96262c6f 5d9e98bf 9292dc29 f8f41dbd 289a147c e9da3113 b5f0b8c0 0a60b1ce 1d7e819d 7a431d7c 90ea0e5f"]}),f("p521",{type:"short",prime:null,p:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff",a:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffc",b:"00000051 953eb961 8e1c9a1f 929a21a0 b68540ee a2da725b 99b315f3 b8b48991 8ef109e1 56193951 ec7e937b 1652c0bd 3bb1bf07 3573df88 3d2c34f1 ef451fd4 6b503f00",n:"000001ff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffa 51868783 bf2f966b 7fcc0148 f709a5d0 3bb5c9b8 899c47ae bb6fb71e 91386409",hash:o.sha512,gRed:!1,g:["000000c6 858e06b7 0404e9cd 9e3ecb66 2395b442 9c648139 053fb521 f828af60 6b4d3dba a14b5e77 efe75928 fe1dc127 a2ffa8de 3348b3c1 856a429b f97e7e31 c2e5bd66","00000118 39296a78 9a3bc004 5c8a5fb4 2c7d1bd9 98f54449 579b4468 17afbd17 273e662c 97ee7299 5ef42640 c550b901 3fad0761 353c7086 a272c240 88be9476 9fd16650"]}),f("curve25519",{type:"mont",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"76d06",b:"1",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:o.sha256,gRed:!1,g:["9"]}),f("ed25519",{type:"edwards",prime:"p25519",p:"7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed",a:"-1",c:"1",d:"52036cee2b6ffe73 8cc740797779e898 00700a4d4141d8ab 75eb4dca135978a3",n:"1000000000000000 0000000000000000 14def9dea2f79cd6 5812631a5cf5d3ed",hash:o.sha256,gRed:!1,g:["216936d3cd6e53fec0a4e231fdd6dc5c692cc7609525a7b2c9562d608f25d51a","6666666666666666666666666666666666666666666666666666666666666658"]});try{n=r(288)}catch(c){n=void 0}f("secp256k1",{type:"short",prime:"k256",p:"ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f",a:"0",b:"7",n:"ffffffff ffffffff ffffffff fffffffe baaedce6 af48a03b bfd25e8c d0364141",h:"1",hash:o.sha256,beta:"7ae96a2b657c07106e64479eac3434e99cf0497512f58995c1396c28719501ee",lambda:"5363ad4cc05c30e0a5261c028812645a122e22ea20816678df02967c1b23bd72",basis:[{a:"3086d221a7d46bcde86c90e49284eb15",b:"-e4437ed6010e88286f547fa90abfe4c3"},{a:"114ca50f7a8e2f3f657c1108d9d44cfd8",b:"3086d221a7d46bcde86c90e49284eb15"}],gRed:!1,g:["79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798","483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8",n]})},function(e,t,r){var n=t;n.utils=r(14),n.common=r(36),n.sha=r(282),n.ripemd=r(286),n.hmac=r(287),n.sha1=n.sha.sha1,n.sha256=n.sha.sha256,n.sha224=n.sha.sha224,n.sha384=n.sha.sha384,n.sha512=n.sha.sha512,n.ripemd160=n.ripemd.ripemd160},function(e,t,r){(function(e){var n=r(317),i=r(160),o=r(319),a=r(320),s=r(52),u=t;u.request=function(t,r){t="string"===typeof t?s.parse(t):o(t);var i=-1===e.location.protocol.search(/^https?:$/)?"http:":"",a=t.protocol||i,u=t.hostname||t.host,f=t.port,c=t.path||"/";u&&-1!==u.indexOf(":")&&(u="["+u+"]"),t.url=(u?a+"//"+u:"")+(f?":"+f:"")+c,t.method=(t.method||"GET").toUpperCase(),t.headers=t.headers||{};var l=new n(t);return r&&l.on("response",r),l},u.get=function(e,t){var r=u.request(e,t);return r.end(),r},u.ClientRequest=n,u.IncomingMessage=i.IncomingMessage,u.Agent=function(){},u.Agent.defaultMaxSockets=4,u.globalAgent=new u.Agent,u.STATUS_CODES=a,u.METHODS=["CHECKOUT","CONNECT","COPY","DELETE","GET","HEAD","LOCK","M-SEARCH","MERGE","MKACTIVITY","MKCOL","MOVE","NOTIFY","OPTIONS","PATCH","POST","PROPFIND","PROPPATCH","PURGE","PUT","REPORT","SEARCH","SUBSCRIBE","TRACE","UNLOCK","UNSUBSCRIBE"]}).call(this,r(9))},function(e,t,r){"use strict";t.decode=t.parse=r(323),t.encode=t.stringify=r(324)},function(e,t,r){"use strict";(function(e,n){var i,o=r(164);i="undefined"!==typeof self?self:"undefined"!==typeof window?window:"undefined"!==typeof e?e:n;var a=Object(o.a)(i);t.a=a}).call(this,r(9),r(334)(e))},function(e,t,r){"use strict";(function(e){var n=r(0),i=r.n(n),o=r(17),a=r(39),s=r.n(a),u="undefined"!==typeof globalThis?globalThis:"undefined"!==typeof window?window:"undefined"!==typeof e?e:{};function f(e){var t=[];return{on:function(e){t.push(e)},off:function(e){t=t.filter((function(t){return t!==e}))},get:function(){return e},set:function(r,n){e=r,t.forEach((function(t){return t(e,n)}))}}}var c=i.a.createContext||function(e,t){var r,i,a="__create-react-context-"+function(){var e="__global_unique_id__";return u[e]=(u[e]||0)+1}()+"__",c=function(e){function r(){var t;return(t=e.apply(this,arguments)||this).emitter=f(t.props.value),t}Object(o.a)(r,e);var n=r.prototype;return n.getChildContext=function(){var e;return(e={})[a]=this.emitter,e},n.componentWillReceiveProps=function(e){if(this.props.value!==e.value){var r,n=this.props.value,i=e.value;((o=n)===(a=i)?0!==o||1/o===1/a:o!==o&&a!==a)?r=0:(r="function"===typeof t?t(n,i):1073741823,0!==(r|=0)&&this.emitter.set(e.value,r))}var o,a},n.render=function(){return this.props.children},r}(n.Component);c.childContextTypes=((r={})[a]=s.a.object.isRequired,r);var l=function(t){function r(){var e;return(e=t.apply(this,arguments)||this).state={value:e.getValue()},e.onUpdate=function(t,r){0!==((0|e.observedBits)&r)&&e.setState({value:e.getValue()})},e}Object(o.a)(r,t);var n=r.prototype;return n.componentWillReceiveProps=function(e){var t=e.observedBits;this.observedBits=void 0===t||null===t?1073741823:t},n.componentDidMount=function(){this.context[a]&&this.context[a].on(this.onUpdate);var e=this.props.observedBits;this.observedBits=void 0===e||null===e?1073741823:e},n.componentWillUnmount=function(){this.context[a]&&this.context[a].off(this.onUpdate)},n.getValue=function(){return this.context[a]?this.context[a].get():e},n.render=function(){return(e=this.props.children,Array.isArray(e)?e[0]:e)(this.state.value);var e},r}(n.Component);return l.contextTypes=((i={})[a]=s.a.object,i),{Provider:c,Consumer:l}};t.a=c}).call(this,r(9))},function(e,t,r){var n=r(346);e.exports=d,e.exports.parse=o,e.exports.compile=function(e,t){return s(o(e,t),t)},e.exports.tokensToFunction=s,e.exports.tokensToRegExp=h;var i=new RegExp(["(\\\\.)","([\\/.])?(?:(?:\\:(\\w+)(?:\\(((?:\\\\.|[^\\\\()])+)\\))?|\\(((?:\\\\.|[^\\\\()])+)\\))([+*?])?|(\\*))"].join("|"),"g");function o(e,t){for(var r,n=[],o=0,a=0,s="",c=t&&t.delimiter||"/";null!=(r=i.exec(e));){var l=r[0],h=r[1],d=r.index;if(s+=e.slice(a,d),a=d+l.length,h)s+=h[1];else{var p=e[a],b=r[2],m=r[3],y=r[4],g=r[5],v=r[6],w=r[7];s&&(n.push(s),s="");var _=null!=b&&null!=p&&p!==b,S="+"===v||"*"===v,k="?"===v||"*"===v,E=r[2]||c,M=y||g;n.push({name:m||o++,prefix:b||"",delimiter:E,optional:k,repeat:S,partial:_,asterisk:!!w,pattern:M?f(M):w?".*":"[^"+u(E)+"]+?"})}}return a=200&&e<300},headers:{common:{Accept:"application/json, text/plain, */*"}}};n.forEach(["delete","get","head"],(function(e){s.headers[e]={}})),n.forEach(["post","put","patch"],(function(e){s.headers[e]=n.merge(o)})),e.exports=s}).call(this,r(7))},function(e,t,r){"use strict";var n=r(11),i=r(179),o=r(85),a=r(181),s=r(184),u=r(185),f=r(89);e.exports=function(e){return new Promise((function(t,c){var l=e.data,h=e.headers;n.isFormData(l)&&delete h["Content-Type"];var d=new XMLHttpRequest;if(e.auth){var p=e.auth.username||"",b=e.auth.password||"";h.Authorization="Basic "+btoa(p+":"+b)}var m=a(e.baseURL,e.url);if(d.open(e.method.toUpperCase(),o(m,e.params,e.paramsSerializer),!0),d.timeout=e.timeout,d.onreadystatechange=function(){if(d&&4===d.readyState&&(0!==d.status||d.responseURL&&0===d.responseURL.indexOf("file:"))){var r="getAllResponseHeaders"in d?s(d.getAllResponseHeaders()):null,n={data:e.responseType&&"text"!==e.responseType?d.response:d.responseText,status:d.status,statusText:d.statusText,headers:r,config:e,request:d};i(t,c,n),d=null}},d.onabort=function(){d&&(c(f("Request aborted",e,"ECONNABORTED",d)),d=null)},d.onerror=function(){c(f("Network Error",e,null,d)),d=null},d.ontimeout=function(){var t="timeout of "+e.timeout+"ms exceeded";e.timeoutErrorMessage&&(t=e.timeoutErrorMessage),c(f(t,e,"ECONNABORTED",d)),d=null},n.isStandardBrowserEnv()){var y=r(186),g=(e.withCredentials||u(m))&&e.xsrfCookieName?y.read(e.xsrfCookieName):void 0;g&&(h[e.xsrfHeaderName]=g)}if("setRequestHeader"in d&&n.forEach(h,(function(e,t){"undefined"===typeof l&&"content-type"===t.toLowerCase()?delete h[t]:d.setRequestHeader(t,e)})),n.isUndefined(e.withCredentials)||(d.withCredentials=!!e.withCredentials),e.responseType)try{d.responseType=e.responseType}catch(v){if("json"!==e.responseType)throw v}"function"===typeof e.onDownloadProgress&&d.addEventListener("progress",e.onDownloadProgress),"function"===typeof e.onUploadProgress&&d.upload&&d.upload.addEventListener("progress",e.onUploadProgress),e.cancelToken&&e.cancelToken.promise.then((function(e){d&&(d.abort(),c(e),d=null)})),void 0===l&&(l=null),d.send(l)}))}},function(e,t,r){"use strict";var n=r(180);e.exports=function(e,t,r,i,o){var a=new Error(e);return n(a,t,r,i,o)}},function(e,t,r){"use strict";var n=r(11);e.exports=function(e,t){t=t||{};var r={},i=["url","method","params","data"],o=["headers","auth","proxy"],a=["baseURL","url","transformRequest","transformResponse","paramsSerializer","timeout","withCredentials","adapter","responseType","xsrfCookieName","xsrfHeaderName","onUploadProgress","onDownloadProgress","maxContentLength","validateStatus","maxRedirects","httpAgent","httpsAgent","cancelToken","socketPath"];n.forEach(i,(function(e){"undefined"!==typeof t[e]&&(r[e]=t[e])})),n.forEach(o,(function(i){n.isObject(t[i])?r[i]=n.deepMerge(e[i],t[i]):"undefined"!==typeof t[i]?r[i]=t[i]:n.isObject(e[i])?r[i]=n.deepMerge(e[i]):"undefined"!==typeof e[i]&&(r[i]=e[i])})),n.forEach(a,(function(n){"undefined"!==typeof t[n]?r[n]=t[n]:"undefined"!==typeof e[n]&&(r[n]=e[n])}));var s=i.concat(o).concat(a),u=Object.keys(t).filter((function(e){return-1===s.indexOf(e)}));return n.forEach(u,(function(n){"undefined"!==typeof t[n]?r[n]=t[n]:"undefined"!==typeof e[n]&&(r[n]=e[n])})),r}},function(e,t,r){"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){var r=/^(?:(?![^:@]+:[^:@\/]*@)(http|https|ws|wss):\/\/)?((?:(([^:@]*)(?::([^:@]*))?)?@)?((?:[a-f0-9]{0,4}:){2,7}[a-f0-9]{0,4}|[^:\/?#]*)(?::(\d*))?)(((\/(?:[^?#](?![^?#\/]*\.[^?#\/.]+(?:[?#]|$)))*\/?)?([^?#\/]*))(?:\?([^#]*))?(?:#(.*))?)/,n=["source","protocol","authority","userInfo","user","password","host","port","relative","path","directory","file","query","anchor"];e.exports=function(e){var t=e,i=e.indexOf("["),o=e.indexOf("]");-1!=i&&-1!=o&&(e=e.substring(0,i)+e.substring(i,o).replace(/:/g,";")+e.substring(o,e.length));for(var a=r.exec(e||""),s={},u=14;u--;)s[n[u]]=a[u]||"";return-1!=i&&-1!=o&&(s.source=t,s.host=s.host.substring(1,s.host.length-1).replace(/;/g,":"),s.authority=s.authority.replace("[","").replace("]","").replace(/;/g,":"),s.ipv6uri=!0),s}},function(e,t,r){var n=r(192),i=r(193),o=r(194),a=r(195);e.exports=function(e){return n(e)||i(e)||o(e)||a()}},function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r0&&!this.encoding){var e=this.packetBuffer.shift();this.packet(e)}},d.prototype.cleanup=function(){f("cleanup");for(var e=this.subs.length,t=0;t=this._reconnectionAttempts)f("reconnect failed"),this.backoff.reset(),this.emitAll("reconnect_failed"),this.reconnecting=!1;else{var t=this.backoff.duration();f("will wait %dms before reconnect attempt",t),this.reconnecting=!0;var r=setTimeout((function(){e.skipReconnect||(f("attempting reconnect"),e.emitAll("reconnect_attempt",e.backoff.attempts),e.emitAll("reconnecting",e.backoff.attempts),e.skipReconnect||e.open((function(t){t?(f("reconnect attempt error"),e.reconnecting=!1,e.reconnect(),e.emitAll("reconnect_error",t.data)):(f("reconnect success"),e.onreconnect())})))}),t);this.subs.push({destroy:function(){clearTimeout(r)}})}},d.prototype.onreconnect=function(){var e=this.backoff.attempts;this.reconnecting=!1,this.backoff.reset(),this.updateSocketIds(),this.emitAll("reconnect",e)}},function(e,t,r){var n=r(56),i=r(207),o=r(217),a=r(218);t.polling=function(e){var t=!1,r=!1,a=!1!==e.jsonp;if("undefined"!==typeof location){var s="https:"===location.protocol,u=location.port;u||(u=s?443:80),t=e.hostname!==location.hostname||u!==e.port,r=e.secure!==s}if(e.xdomain=t,e.xscheme=r,"open"in new n(e)&&!e.forceJSONP)return new i(e);if(!a)throw new Error("JSONP disabled");return new o(e)},t.websocket=a},function(e,t,r){var n=r(58),i=r(44),o=r(24),a=r(45),s=r(102),u=r(46)("engine.io-client:polling");e.exports=c;var f=null!=new(r(56))({xdomain:!1}).responseType;function c(e){var t=e&&e.forceBase64;f&&!t||(this.supportsBinary=!1),n.call(this,e)}a(c,n),c.prototype.name="polling",c.prototype.doOpen=function(){this.poll()},c.prototype.pause=function(e){var t=this;function r(){u("paused"),t.readyState="paused",e()}if(this.readyState="pausing",this.polling||!this.writable){var n=0;this.polling&&(u("we are currently polling - waiting to pause"),n++,this.once("pollComplete",(function(){u("pre-pause polling complete"),--n||r()}))),this.writable||(u("we are currently writing - waiting to pause"),n++,this.once("drain",(function(){u("pre-pause writing complete"),--n||r()})))}else r()},c.prototype.poll=function(){u("polling"),this.polling=!0,this.doPoll(),this.emit("poll")},c.prototype.onData=function(e){var t=this;u("polling got data %s",e);o.decodePayload(e,this.socket.binaryType,(function(e,r,n){if("opening"===t.readyState&&t.onOpen(),"close"===e.type)return t.onClose(),!1;t.onPacket(e)})),"closed"!==this.readyState&&(this.polling=!1,this.emit("pollComplete"),"open"===this.readyState?this.poll():u('ignoring poll - transport state "%s"',this.readyState))},c.prototype.doClose=function(){var e=this;function t(){u("writing close packet"),e.write([{type:"close"}])}"open"===this.readyState?(u("transport open - closing"),t()):(u("transport not open - deferring close"),this.once("open",t))},c.prototype.write=function(e){var t=this;this.writable=!1;var r=function(){t.writable=!0,t.emit("drain")};o.encodePayload(e,this.supportsBinary,(function(e){t.doWrite(e,r)}))},c.prototype.uri=function(){var e=this.query||{},t=this.secure?"https":"http",r="";return!1!==this.timestampRequests&&(e[this.timestampParam]=s()),this.supportsBinary||e.sid||(e.b64=1),e=i.encode(e),this.port&&("https"===t&&443!==Number(this.port)||"http"===t&&80!==Number(this.port))&&(r=":"+this.port),e.length&&(e="?"+e),t+"://"+(-1!==this.hostname.indexOf(":")?"["+this.hostname+"]":this.hostname)+r+this.path+e}},function(e,t,r){(function(t){var n=r(209),i=Object.prototype.toString,o="function"===typeof Blob||"undefined"!==typeof Blob&&"[object BlobConstructor]"===i.call(Blob),a="function"===typeof File||"undefined"!==typeof File&&"[object FileConstructor]"===i.call(File);e.exports=function e(r){if(!r||"object"!==typeof r)return!1;if(n(r)){for(var i=0,s=r.length;i0);return t}function f(){var e=u(+new Date);return e!==n?(a=0,n=e):e+"."+u(a++)}for(;s<64;s++)o[i[s]]=s;f.encode=u,f.decode=function(e){var t=0;for(s=0;s=200&&e.statusCode<=299?l(null,w,e):(301==e.statusCode||302==e.statusCode)&&v.followRedirects&&e.headers&&e.headers.location?_._performSecureRequest(t,r,n,e.headers.location,o,a,c,l):l({statusCode:e.statusCode,data:w},w,e))};b.on("response",(function(e){e.setEncoding("utf8"),e.on("data",(function(e){w+=e})),e.on("end",(function(){E(e)})),e.on("close",(function(){S&&E(e)}))})),b.on("error",(function(e){k||(k=!0,l(e))})),"POST"!=n&&"PUT"!=n||null==a||""==a||b.write(a),b.end()},t.OAuth.prototype.setClientOptions=function(e){var t,r={},n=Object.prototype.hasOwnProperty;for(t in this._defaultClientOptions)n.call(e,t)?r[t]=e[t]:r[t]=this._defaultClientOptions[t];this._clientOptions=r},t.OAuth.prototype.getOAuthAccessToken=function(e,t,r,n){var i={};"function"==typeof r?n=r:i.oauth_verifier=r,this._performSecureRequest(e,t,this._clientOptions.accessTokenHttpMethod,this._accessUrl,i,null,null,(function(e,t,r){if(e)n(e);else{var i=u.parse(t),o=i.oauth_token;delete i.oauth_token;var a=i.oauth_token_secret;delete i.oauth_token_secret,n(null,o,a,i)}}))},t.OAuth.prototype.getProtectedResource=function(e,t,r,n,i){this._performSecureRequest(r,n,t,e,null,"",null,i)},t.OAuth.prototype.delete=function(e,t,r,n){return this._performSecureRequest(t,r,"DELETE",e,null,"",null,n)},t.OAuth.prototype.get=function(e,t,r,n){return this._performSecureRequest(t,r,"GET",e,null,"",null,n)},t.OAuth.prototype._putOrPost=function(t,r,n,i,o,a,s){var u=null;return"function"==typeof a&&(s=a,a=null),"string"==typeof o||e.isBuffer(o)||(a="application/x-www-form-urlencoded",u=o,o=null),this._performSecureRequest(n,i,t,r,u,o,a,s)},t.OAuth.prototype.put=function(e,t,r,n,i,o){return this._putOrPost("PUT",e,t,r,n,i,o)},t.OAuth.prototype.post=function(e,t,r,n,i,o){return this._putOrPost("POST",e,t,r,n,i,o)},t.OAuth.prototype.getOAuthRequestToken=function(e,t){"function"==typeof e&&(t=e,e={}),this._authorize_callback&&(e.oauth_callback=this._authorize_callback),this._performSecureRequest(null,null,this._clientOptions.requestTokenHttpMethod,this._requestUrl,e,null,null,(function(e,r,n){if(e)t(e);else{var i=u.parse(r),o=i.oauth_token,a=i.oauth_token_secret;delete i.oauth_token,delete i.oauth_token_secret,t(null,o,a,i)}}))},t.OAuth.prototype.signUrl=function(e,t,r,n){if(void 0===n)n="GET";for(var i=this._prepareParameters(t,r,n,e,{}),o=s.parse(e,!1),a="",u=0;u=this._blockSize;){for(var o=this._blockOffset;o0;++a)this._length[a]+=s,(s=this._length[a]/4294967296|0)>0&&(this._length[a]-=4294967296*s);return this},o.prototype._update=function(){throw new Error("_update is not implemented")},o.prototype.digest=function(e){if(this._finalized)throw new Error("Digest already called");this._finalized=!0;var t=this._digest();void 0!==e&&(t=t.toString(e)),this._block.fill(0),this._blockOffset=0;for(var r=0;r<4;++r)this._length[r]=0;return t},o.prototype._digest=function(){throw new Error("_digest is not implemented")},e.exports=o},function(e,t,r){"use strict";(function(t,n){var i;e.exports=M,M.ReadableState=E;r(21).EventEmitter;var o=function(e,t){return e.listeners(t).length},a=r(112),s=r(5).Buffer,u=t.Uint8Array||function(){};var f,c=r(223);f=c&&c.debuglog?c.debuglog("stream"):function(){};var l,h,d,p=r(224),b=r(113),m=r(114).getHighWaterMark,y=r(26).codes,g=y.ERR_INVALID_ARG_TYPE,v=y.ERR_STREAM_PUSH_AFTER_EOF,w=y.ERR_METHOD_NOT_IMPLEMENTED,_=y.ERR_STREAM_UNSHIFT_AFTER_END_EVENT;r(1)(M,a);var S=b.errorOrDestroy,k=["error","close","destroy","pause","resume"];function E(e,t,n){i=i||r(27),e=e||{},"boolean"!==typeof n&&(n=t instanceof i),this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode),this.highWaterMark=m(this,e,"readableHighWaterMark",n),this.buffer=new p,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.paused=!0,this.emitClose=!1!==e.emitClose,this.autoDestroy=!!e.autoDestroy,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(l||(l=r(22).StringDecoder),this.decoder=new l(e.encoding),this.encoding=e.encoding)}function M(e){if(i=i||r(27),!(this instanceof M))return new M(e);var t=this instanceof i;this._readableState=new E(e,this,t),this.readable=!0,e&&("function"===typeof e.read&&(this._read=e.read),"function"===typeof e.destroy&&(this._destroy=e.destroy)),a.call(this)}function x(e,t,r,n,i){f("readableAddChunk",t);var o,a=e._readableState;if(null===t)a.reading=!1,function(e,t){if(f("onEofChunk"),t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,t.sync?T(e):(t.needReadable=!1,t.emittedReadable||(t.emittedReadable=!0,R(e)))}(e,a);else if(i||(o=function(e,t){var r;n=t,s.isBuffer(n)||n instanceof u||"string"===typeof t||void 0===t||e.objectMode||(r=new g("chunk",["string","Buffer","Uint8Array"],t));var n;return r}(a,t)),o)S(e,o);else if(a.objectMode||t&&t.length>0)if("string"===typeof t||a.objectMode||Object.getPrototypeOf(t)===s.prototype||(t=function(e){return s.from(e)}(t)),n)a.endEmitted?S(e,new _):C(e,a,t,!0);else if(a.ended)S(e,new v);else{if(a.destroyed)return!1;a.reading=!1,a.decoder&&!r?(t=a.decoder.write(t),a.objectMode||0!==t.length?C(e,a,t,!1):O(e,a)):C(e,a,t,!1)}else n||(a.reading=!1,O(e,a));return!a.ended&&(a.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=1073741824?e=1073741824:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function T(e){var t=e._readableState;f("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(f("emitReadable",t.flowing),t.emittedReadable=!0,n.nextTick(R,e))}function R(e){var t=e._readableState;f("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,N(e)}function O(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(P,e,t))}function P(e,t){for(;!t.reading&&!t.ended&&(t.length0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function B(e){f("readable nexttick read 0"),e.read(0)}function j(e,t){f("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),N(e),t.flowing&&!t.reading&&e.read(0)}function N(e){var t=e._readableState;for(f("flow",t.flowing);t.flowing&&null!==e.read(););}function L(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function D(e){var t=e._readableState;f("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,n.nextTick(F,t,e))}function F(e,t){if(f("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function U(e,t){for(var r=0,n=e.length;r=t.highWaterMark:t.length>0)||t.ended))return f("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?D(this):T(this),null;if(0===(e=A(e,t))&&t.ended)return 0===t.length&&D(this),null;var n,i=t.needReadable;return f("need readable",i),(0===t.length||t.length-e0?L(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&D(this)),null!==n&&this.emit("data",n),n},M.prototype._read=function(e){S(this,new w("_read()"))},M.prototype.pipe=function(e,t){var r=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,f("pipe count=%d opts=%j",i.pipesCount,t);var a=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?u:m;function s(t,n){f("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,f("cleanup"),e.removeListener("close",p),e.removeListener("finish",b),e.removeListener("drain",c),e.removeListener("error",d),e.removeListener("unpipe",s),r.removeListener("end",u),r.removeListener("end",m),r.removeListener("data",h),l=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||c())}function u(){f("onend"),e.end()}i.endEmitted?n.nextTick(a):r.once("end",a),e.on("unpipe",s);var c=function(e){return function(){var t=e._readableState;f("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,N(e))}}(r);e.on("drain",c);var l=!1;function h(t){f("ondata");var n=e.write(t);f("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==U(i.pipes,e))&&!l&&(f("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function d(t){f("onerror",t),m(),e.removeListener("error",d),0===o(e,"error")&&S(e,t)}function p(){e.removeListener("finish",b),m()}function b(){f("onfinish"),e.removeListener("close",p),m()}function m(){f("unpipe"),r.unpipe(e)}return r.on("data",h),function(e,t,r){if("function"===typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",d),e.once("close",p),e.once("finish",b),e.emit("pipe",r),i.flowing||(f("pipe resume"),r.resume()),e},M.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o0,!1!==i.flowing&&this.resume()):"readable"===e&&(i.endEmitted||i.readableListening||(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,f("on readable",i.length,i.reading),i.length?T(this):i.reading||n.nextTick(B,this))),r},M.prototype.addListener=M.prototype.on,M.prototype.removeListener=function(e,t){var r=a.prototype.removeListener.call(this,e,t);return"readable"===e&&n.nextTick(I,this),r},M.prototype.removeAllListeners=function(e){var t=a.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||n.nextTick(I,this),t},M.prototype.resume=function(){var e=this._readableState;return e.flowing||(f("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(j,e,t))}(this,e)),e.paused=!1,this},M.prototype.pause=function(){return f("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(f("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},M.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(f("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(f("wrapped data"),r.decoder&&(i=r.decoder.write(i)),!r.objectMode||null!==i&&void 0!==i)&&((r.objectMode||i&&i.length)&&(t.push(i)||(n=!0,e.pause())))})),e)void 0===this[i]&&"function"===typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var o=0;o-1))throw new _(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(M.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(M.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),M.prototype._write=function(e,t,r){r(new b("_write()"))},M.prototype._writev=null,M.prototype.end=function(e,t,r){var i=this._writableState;return"function"===typeof e?(r=e,e=null,t=null):"function"===typeof t&&(r=t,t=null),null!==e&&void 0!==e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,r){t.ending=!0,O(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r),this},Object.defineProperty(M.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(M.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),M.prototype.destroy=l.destroy,M.prototype._undestroy=l.undestroy,M.prototype._destroy=function(e,t){t(e)}}).call(this,r(9),r(7))},function(e,t,r){"use strict";e.exports=c;var n=r(26).codes,i=n.ERR_METHOD_NOT_IMPLEMENTED,o=n.ERR_MULTIPLE_CALLBACK,a=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=n.ERR_TRANSFORM_WITH_LENGTH_0,u=r(27);function f(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new o);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length>>2|e<<30)^(e>>>13|e<<19)^(e>>>22|e<<10)}function h(e){return(e>>>6|e<<26)^(e>>>11|e<<21)^(e>>>25|e<<7)}function d(e){return(e>>>7|e<<25)^(e>>>18|e<<14)^e>>>3}n(u,i),u.prototype.init=function(){return this._a=1779033703,this._b=3144134277,this._c=1013904242,this._d=2773480762,this._e=1359893119,this._f=2600822924,this._g=528734635,this._h=1541459225,this},u.prototype._update=function(e){for(var t,r=this._w,n=0|this._a,i=0|this._b,o=0|this._c,s=0|this._d,u=0|this._e,p=0|this._f,b=0|this._g,m=0|this._h,y=0;y<16;++y)r[y]=e.readInt32BE(4*y);for(;y<64;++y)r[y]=0|(((t=r[y-2])>>>17|t<<15)^(t>>>19|t<<13)^t>>>10)+r[y-7]+d(r[y-15])+r[y-16];for(var g=0;g<64;++g){var v=m+h(u)+f(u,p,b)+a[g]+r[g]|0,w=l(n)+c(n,i,o)|0;m=b,b=p,p=u,u=s+v|0,s=o,o=i,i=n,n=v+w|0}this._a=n+this._a|0,this._b=i+this._b|0,this._c=o+this._c|0,this._d=s+this._d|0,this._e=u+this._e|0,this._f=p+this._f|0,this._g=b+this._g|0,this._h=m+this._h|0},u.prototype._hash=function(){var e=o.allocUnsafe(32);return e.writeInt32BE(this._a,0),e.writeInt32BE(this._b,4),e.writeInt32BE(this._c,8),e.writeInt32BE(this._d,12),e.writeInt32BE(this._e,16),e.writeInt32BE(this._f,20),e.writeInt32BE(this._g,24),e.writeInt32BE(this._h,28),e},e.exports=u},function(e,t,r){var n=r(1),i=r(28),o=r(4).Buffer,a=[1116352408,3609767458,1899447441,602891725,3049323471,3964484399,3921009573,2173295548,961987163,4081628472,1508970993,3053834265,2453635748,2937671579,2870763221,3664609560,3624381080,2734883394,310598401,1164996542,607225278,1323610764,1426881987,3590304994,1925078388,4068182383,2162078206,991336113,2614888103,633803317,3248222580,3479774868,3835390401,2666613458,4022224774,944711139,264347078,2341262773,604807628,2007800933,770255983,1495990901,1249150122,1856431235,1555081692,3175218132,1996064986,2198950837,2554220882,3999719339,2821834349,766784016,2952996808,2566594879,3210313671,3203337956,3336571891,1034457026,3584528711,2466948901,113926993,3758326383,338241895,168717936,666307205,1188179964,773529912,1546045734,1294757372,1522805485,1396182291,2643833823,1695183700,2343527390,1986661051,1014477480,2177026350,1206759142,2456956037,344077627,2730485921,1290863460,2820302411,3158454273,3259730800,3505952657,3345764771,106217008,3516065817,3606008344,3600352804,1432725776,4094571909,1467031594,275423344,851169720,430227734,3100823752,506948616,1363258195,659060556,3750685593,883997877,3785050280,958139571,3318307427,1322822218,3812723403,1537002063,2003034995,1747873779,3602036899,1955562222,1575990012,2024104815,1125592928,2227730452,2716904306,2361852424,442776044,2428436474,593698344,2756734187,3733110249,3204031479,2999351573,3329325298,3815920427,3391569614,3928383900,3515267271,566280711,3940187606,3454069534,4118630271,4000239992,116418474,1914138554,174292421,2731055270,289380356,3203993006,460393269,320620315,685471733,587496836,852142971,1086792851,1017036298,365543100,1126000580,2618297676,1288033470,3409855158,1501505948,4234509866,1607167915,987167468,1816402316,1246189591],s=new Array(160);function u(){this.init(),this._w=s,i.call(this,128,112)}function f(e,t,r){return r^e&(t^r)}function c(e,t,r){return e&t|r&(e|t)}function l(e,t){return(e>>>28|t<<4)^(t>>>2|e<<30)^(t>>>7|e<<25)}function h(e,t){return(e>>>14|t<<18)^(e>>>18|t<<14)^(t>>>9|e<<23)}function d(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^e>>>7}function p(e,t){return(e>>>1|t<<31)^(e>>>8|t<<24)^(e>>>7|t<<25)}function b(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^e>>>6}function m(e,t){return(e>>>19|t<<13)^(t>>>29|e<<3)^(e>>>6|t<<26)}function y(e,t){return e>>>0>>0?1:0}n(u,i),u.prototype.init=function(){return this._ah=1779033703,this._bh=3144134277,this._ch=1013904242,this._dh=2773480762,this._eh=1359893119,this._fh=2600822924,this._gh=528734635,this._hh=1541459225,this._al=4089235720,this._bl=2227873595,this._cl=4271175723,this._dl=1595750129,this._el=2917565137,this._fl=725511199,this._gl=4215389547,this._hl=327033209,this},u.prototype._update=function(e){for(var t=this._w,r=0|this._ah,n=0|this._bh,i=0|this._ch,o=0|this._dh,s=0|this._eh,u=0|this._fh,g=0|this._gh,v=0|this._hh,w=0|this._al,_=0|this._bl,S=0|this._cl,k=0|this._dl,E=0|this._el,M=0|this._fl,x=0|this._gl,C=0|this._hl,A=0;A<32;A+=2)t[A]=e.readInt32BE(4*A),t[A+1]=e.readInt32BE(4*A+4);for(;A<160;A+=2){var T=t[A-30],R=t[A-30+1],O=d(T,R),P=p(R,T),I=b(T=t[A-4],R=t[A-4+1]),B=m(R,T),j=t[A-14],N=t[A-14+1],L=t[A-32],D=t[A-32+1],F=P+N|0,U=O+j+y(F,P)|0;U=(U=U+I+y(F=F+B|0,B)|0)+L+y(F=F+D|0,D)|0,t[A]=U,t[A+1]=F}for(var q=0;q<160;q+=2){U=t[q],F=t[q+1];var z=c(r,n,i),H=c(w,_,S),W=l(r,w),K=l(w,r),V=h(s,E),$=h(E,s),Y=a[q],X=a[q+1],G=f(s,u,g),J=f(E,M,x),Z=C+$|0,Q=v+V+y(Z,C)|0;Q=(Q=(Q=Q+G+y(Z=Z+J|0,J)|0)+Y+y(Z=Z+X|0,X)|0)+U+y(Z=Z+F|0,F)|0;var ee=K+H|0,te=W+z+y(ee,K)|0;v=g,C=x,g=u,x=M,u=s,M=E,s=o+Q+y(E=k+Z|0,k)|0,o=i,k=S,i=n,S=_,n=r,_=w,r=Q+te+y(w=Z+ee|0,Z)|0}this._al=this._al+w|0,this._bl=this._bl+_|0,this._cl=this._cl+S|0,this._dl=this._dl+k|0,this._el=this._el+E|0,this._fl=this._fl+M|0,this._gl=this._gl+x|0,this._hl=this._hl+C|0,this._ah=this._ah+r+y(this._al,w)|0,this._bh=this._bh+n+y(this._bl,_)|0,this._ch=this._ch+i+y(this._cl,S)|0,this._dh=this._dh+o+y(this._dl,k)|0,this._eh=this._eh+s+y(this._el,E)|0,this._fh=this._fh+u+y(this._fl,M)|0,this._gh=this._gh+g+y(this._gl,x)|0,this._hh=this._hh+v+y(this._hl,C)|0},u.prototype._hash=function(){var e=o.allocUnsafe(64);function t(t,r,n){e.writeInt32BE(t,n),e.writeInt32BE(r,n+4)}return t(this._ah,this._al,0),t(this._bh,this._bl,8),t(this._ch,this._cl,16),t(this._dh,this._dl,24),t(this._eh,this._el,32),t(this._fh,this._fl,40),t(this._gh,this._gl,48),t(this._hh,this._hl,56),e},e.exports=u},function(e,t,r){"use strict";(function(t,n){var i=r(47);e.exports=v;var o,a=r(97);v.ReadableState=g;r(21).EventEmitter;var s=function(e,t){return e.listeners(t).length},u=r(120),f=r(65).Buffer,c=t.Uint8Array||function(){};var l=Object.create(r(34));l.inherits=r(1);var h=r(235),d=void 0;d=h&&h.debuglog?h.debuglog("stream"):function(){};var p,b=r(236),m=r(121);l.inherits(v,u);var y=["error","close","destroy","pause","resume"];function g(e,t){e=e||{};var n=t instanceof(o=o||r(23));this.objectMode=!!e.objectMode,n&&(this.objectMode=this.objectMode||!!e.readableObjectMode);var i=e.highWaterMark,a=e.readableHighWaterMark,s=this.objectMode?16:16384;this.highWaterMark=i||0===i?i:n&&(a||0===a)?a:s,this.highWaterMark=Math.floor(this.highWaterMark),this.buffer=new b,this.length=0,this.pipes=null,this.pipesCount=0,this.flowing=null,this.ended=!1,this.endEmitted=!1,this.reading=!1,this.sync=!0,this.needReadable=!1,this.emittedReadable=!1,this.readableListening=!1,this.resumeScheduled=!1,this.destroyed=!1,this.defaultEncoding=e.defaultEncoding||"utf8",this.awaitDrain=0,this.readingMore=!1,this.decoder=null,this.encoding=null,e.encoding&&(p||(p=r(22).StringDecoder),this.decoder=new p(e.encoding),this.encoding=e.encoding)}function v(e){if(o=o||r(23),!(this instanceof v))return new v(e);this._readableState=new g(e,this),this.readable=!0,e&&("function"===typeof e.read&&(this._read=e.read),"function"===typeof e.destroy&&(this._destroy=e.destroy)),u.call(this)}function w(e,t,r,n,i){var o,a=e._readableState;null===t?(a.reading=!1,function(e,t){if(t.ended)return;if(t.decoder){var r=t.decoder.end();r&&r.length&&(t.buffer.push(r),t.length+=t.objectMode?1:r.length)}t.ended=!0,k(e)}(e,a)):(i||(o=function(e,t){var r;n=t,f.isBuffer(n)||n instanceof c||"string"===typeof t||void 0===t||e.objectMode||(r=new TypeError("Invalid non-string/buffer chunk"));var n;return r}(a,t)),o?e.emit("error",o):a.objectMode||t&&t.length>0?("string"===typeof t||a.objectMode||Object.getPrototypeOf(t)===f.prototype||(t=function(e){return f.from(e)}(t)),n?a.endEmitted?e.emit("error",new Error("stream.unshift() after end event")):_(e,a,t,!0):a.ended?e.emit("error",new Error("stream.push() after EOF")):(a.reading=!1,a.decoder&&!r?(t=a.decoder.write(t),a.objectMode||0!==t.length?_(e,a,t,!1):M(e,a)):_(e,a,t,!1))):n||(a.reading=!1));return function(e){return!e.ended&&(e.needReadable||e.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=8388608?e=8388608:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function k(e){var t=e._readableState;t.needReadable=!1,t.emittedReadable||(d("emitReadable",t.flowing),t.emittedReadable=!0,t.sync?i.nextTick(E,e):E(e))}function E(e){d("emit readable"),e.emit("readable"),T(e)}function M(e,t){t.readingMore||(t.readingMore=!0,i.nextTick(x,e,t))}function x(e,t){for(var r=t.length;!t.reading&&!t.flowing&&!t.ended&&t.length=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.head.data:t.buffer.concat(t.length),t.buffer.clear()):r=function(e,t,r){var n;eo.length?o.length:e;if(a===o.length?i+=o:i+=o.slice(0,e),0===(e-=a)){a===o.length?(++n,r.next?t.head=r.next:t.head=t.tail=null):(t.head=r,r.data=o.slice(a));break}++n}return t.length-=n,i}(e,t):function(e,t){var r=f.allocUnsafe(e),n=t.head,i=1;n.data.copy(r),e-=n.data.length;for(;n=n.next;){var o=n.data,a=e>o.length?o.length:e;if(o.copy(r,r.length-e,0,a),0===(e-=a)){a===o.length?(++i,n.next?t.head=n.next:t.head=t.tail=null):(t.head=n,n.data=o.slice(a));break}++i}return t.length-=i,r}(e,t);return n}(e,t.buffer,t.decoder),r);var r}function O(e){var t=e._readableState;if(t.length>0)throw new Error('"endReadable()" called on non-empty stream');t.endEmitted||(t.ended=!0,i.nextTick(P,t,e))}function P(e,t){e.endEmitted||0!==e.length||(e.endEmitted=!0,t.readable=!1,t.emit("end"))}function I(e,t){for(var r=0,n=e.length;r=t.highWaterMark||t.ended))return d("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?O(this):k(this),null;if(0===(e=S(e,t))&&t.ended)return 0===t.length&&O(this),null;var n,i=t.needReadable;return d("need readable",i),(0===t.length||t.length-e0?R(e,t):null)?(t.needReadable=!0,e=0):t.length-=e,0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&O(this)),null!==n&&this.emit("data",n),n},v.prototype._read=function(e){this.emit("error",new Error("_read() is not implemented"))},v.prototype.pipe=function(e,t){var r=this,o=this._readableState;switch(o.pipesCount){case 0:o.pipes=e;break;case 1:o.pipes=[o.pipes,e];break;default:o.pipes.push(e)}o.pipesCount+=1,d("pipe count=%d opts=%j",o.pipesCount,t);var u=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?c:v;function f(t,n){d("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,d("cleanup"),e.removeListener("close",y),e.removeListener("finish",g),e.removeListener("drain",l),e.removeListener("error",m),e.removeListener("unpipe",f),r.removeListener("end",c),r.removeListener("end",v),r.removeListener("data",b),h=!0,!o.awaitDrain||e._writableState&&!e._writableState.needDrain||l())}function c(){d("onend"),e.end()}o.endEmitted?i.nextTick(u):r.once("end",u),e.on("unpipe",f);var l=function(e){return function(){var t=e._readableState;d("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&s(e,"data")&&(t.flowing=!0,T(e))}}(r);e.on("drain",l);var h=!1;var p=!1;function b(t){d("ondata"),p=!1,!1!==e.write(t)||p||((1===o.pipesCount&&o.pipes===e||o.pipesCount>1&&-1!==I(o.pipes,e))&&!h&&(d("false write response, pause",r._readableState.awaitDrain),r._readableState.awaitDrain++,p=!0),r.pause())}function m(t){d("onerror",t),v(),e.removeListener("error",m),0===s(e,"error")&&e.emit("error",t)}function y(){e.removeListener("finish",g),v()}function g(){d("onfinish"),e.removeListener("close",y),v()}function v(){d("unpipe"),r.unpipe(e)}return r.on("data",b),function(e,t,r){if("function"===typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?a(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",m),e.once("close",y),e.once("finish",g),e.emit("pipe",r),o.flowing||(d("pipe resume"),r.resume()),e},v.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;or)?t=("rmd160"===e?new u:f(e)).update(t).digest():t.lengthr||o!==o)throw new TypeError("Bad key length")}}).call(this,r(5).Buffer)},function(e,t,r){(function(t){var r;t.browser?r="utf-8":r=parseInt(t.version.split(".")[0].slice(1),10)>=6?"utf-8":"binary";e.exports=r}).call(this,r(7))},function(e,t,r){var n=r(124),i=r(63),o=r(64),a=r(127),s=r(128),u=r(4).Buffer,f=u.alloc(128),c={md5:16,sha1:20,sha224:28,sha256:32,sha384:48,sha512:64,rmd160:20,ripemd160:20};function l(e,t,r){var a=function(e){function t(t){return o(e).update(t).digest()}return"rmd160"===e||"ripemd160"===e?function(e){return(new i).update(e).digest()}:"md5"===e?n:t}(e),s="sha512"===e||"sha384"===e?128:64;t.length>s?t=a(t):t.length>>0},t.writeUInt32BE=function(e,t,r){e[0+r]=t>>>24,e[1+r]=t>>>16&255,e[2+r]=t>>>8&255,e[3+r]=255&t},t.ip=function(e,t,r,n){for(var i=0,o=0,a=6;a>=0;a-=2){for(var s=0;s<=24;s+=8)i<<=1,i|=t>>>s+a&1;for(s=0;s<=24;s+=8)i<<=1,i|=e>>>s+a&1}for(a=6;a>=0;a-=2){for(s=1;s<=25;s+=8)o<<=1,o|=t>>>s+a&1;for(s=1;s<=25;s+=8)o<<=1,o|=e>>>s+a&1}r[n+0]=i>>>0,r[n+1]=o>>>0},t.rip=function(e,t,r,n){for(var i=0,o=0,a=0;a<4;a++)for(var s=24;s>=0;s-=8)i<<=1,i|=t>>>s+a&1,i<<=1,i|=e>>>s+a&1;for(a=4;a<8;a++)for(s=24;s>=0;s-=8)o<<=1,o|=t>>>s+a&1,o<<=1,o|=e>>>s+a&1;r[n+0]=i>>>0,r[n+1]=o>>>0},t.pc1=function(e,t,r,n){for(var i=0,o=0,a=7;a>=5;a--){for(var s=0;s<=24;s+=8)i<<=1,i|=t>>s+a&1;for(s=0;s<=24;s+=8)i<<=1,i|=e>>s+a&1}for(s=0;s<=24;s+=8)i<<=1,i|=t>>s+a&1;for(a=1;a<=3;a++){for(s=0;s<=24;s+=8)o<<=1,o|=t>>s+a&1;for(s=0;s<=24;s+=8)o<<=1,o|=e>>s+a&1}for(s=0;s<=24;s+=8)o<<=1,o|=e>>s+a&1;r[n+0]=i>>>0,r[n+1]=o>>>0},t.r28shl=function(e,t){return e<>>28-t};var n=[14,11,17,4,27,23,25,0,13,22,7,18,5,9,16,24,2,20,12,21,1,8,15,26,15,4,25,19,9,1,26,16,5,11,23,8,12,7,17,0,22,3,10,14,6,20,27,24];t.pc2=function(e,t,r,i){for(var o=0,a=0,s=n.length>>>1,u=0;u>>n[u]&1;for(u=s;u>>n[u]&1;r[i+0]=o>>>0,r[i+1]=a>>>0},t.expand=function(e,t,r){var n=0,i=0;n=(1&e)<<5|e>>>27;for(var o=23;o>=15;o-=4)n<<=6,n|=e>>>o&63;for(o=11;o>=3;o-=4)i|=e>>>o&63,i<<=6;i|=(31&e)<<1|e>>>31,t[r+0]=n>>>0,t[r+1]=i>>>0};var i=[14,0,4,15,13,7,1,4,2,14,15,2,11,13,8,1,3,10,10,6,6,12,12,11,5,9,9,5,0,3,7,8,4,15,1,12,14,8,8,2,13,4,6,9,2,1,11,7,15,5,12,11,9,3,7,14,3,10,10,0,5,6,0,13,15,3,1,13,8,4,14,7,6,15,11,2,3,8,4,14,9,12,7,0,2,1,13,10,12,6,0,9,5,11,10,5,0,13,14,8,7,10,11,1,10,3,4,15,13,4,1,2,5,11,8,6,12,7,6,12,9,0,3,5,2,14,15,9,10,13,0,7,9,0,14,9,6,3,3,4,15,6,5,10,1,2,13,8,12,5,7,14,11,12,4,11,2,15,8,1,13,1,6,10,4,13,9,0,8,6,15,9,3,8,0,7,11,4,1,15,2,14,12,3,5,11,10,5,14,2,7,12,7,13,13,8,14,11,3,5,0,6,6,15,9,0,10,3,1,4,2,7,8,2,5,12,11,1,12,10,4,14,15,9,10,3,6,15,9,0,0,6,12,10,11,1,7,13,13,8,15,9,1,4,3,5,14,11,5,12,2,7,8,2,4,14,2,14,12,11,4,2,1,12,7,4,10,7,11,13,6,1,8,5,5,0,3,15,15,10,13,3,0,9,14,8,9,6,4,11,2,8,1,12,11,7,10,1,13,14,7,2,8,13,15,6,9,15,12,0,5,9,6,10,3,4,0,5,14,3,12,10,1,15,10,4,15,2,9,7,2,12,6,9,8,5,0,6,13,1,3,13,4,14,14,0,7,11,5,3,11,8,9,4,14,3,15,2,5,12,2,9,8,5,12,15,3,10,7,11,0,14,4,1,10,7,1,6,13,0,11,8,6,13,4,13,11,0,2,11,14,7,15,4,0,9,8,1,13,10,3,14,12,3,9,5,7,12,5,2,10,15,6,8,1,6,1,6,4,11,11,13,13,8,12,1,3,4,7,10,14,7,10,9,15,5,6,0,8,15,0,14,5,2,9,3,2,12,13,1,2,15,8,13,4,8,6,10,15,3,11,7,1,4,10,12,9,5,3,6,14,11,5,0,0,14,12,9,7,2,7,2,11,1,4,14,1,7,9,4,12,10,14,8,2,13,0,15,6,12,10,9,13,0,15,3,3,5,5,6,8,11];t.substitute=function(e,t){for(var r=0,n=0;n<4;n++){r<<=4,r|=i[64*n+(e>>>18-6*n&63)]}for(n=0;n<4;n++){r<<=4,r|=i[256+64*n+(t>>>18-6*n&63)]}return r>>>0};var o=[16,25,12,11,3,20,4,15,31,17,9,6,27,14,1,22,30,24,8,18,0,5,29,23,13,19,2,26,10,21,28,7];t.permute=function(e){for(var t=0,r=0;r>>o[r]&1;return t>>>0},t.padSplit=function(e,t,r){for(var n=e.toString(2);n.length>>1];r=o.r28shl(r,s),i=o.r28shl(i,s),o.pc2(r,i,e.keys,a)}},u.prototype._update=function(e,t,r,n){var i=this._desState,a=o.readUInt32BE(e,t),s=o.readUInt32BE(e,t+4);o.ip(a,s,i.tmp,0),a=i.tmp[0],s=i.tmp[1],"encrypt"===this.type?this._encrypt(i,a,s,i.tmp,0):this._decrypt(i,a,s,i.tmp,0),a=i.tmp[0],s=i.tmp[1],o.writeUInt32BE(r,a,n),o.writeUInt32BE(r,s,n+4)},u.prototype._pad=function(e,t){for(var r=e.length-t,n=t;n>>0,a=h}o.rip(s,a,n,i)},u.prototype._decrypt=function(e,t,r,n,i){for(var a=r,s=t,u=e.keys.length-2;u>=0;u-=2){var f=e.keys[u],c=e.keys[u+1];o.expand(a,e.tmp,0),f^=e.tmp[0],c^=e.tmp[1];var l=o.substitute(f,c),h=a;a=(s^o.permute(l))>>>0,s=h}o.rip(a,s,n,i)}},function(e,t,r){var n=r(35),i=r(4).Buffer,o=r(133);function a(e){var t=e._cipher.encryptBlockRaw(e._prev);return o(e._prev),t}t.encrypt=function(e,t){var r=Math.ceil(t.length/16),o=e._cache.length;e._cache=i.concat([e._cache,i.allocUnsafe(16*r)]);for(var s=0;se;)r.ishrn(1);if(r.isEven()&&r.iadd(s),r.testn(1)||r.iadd(u),t.cmp(u)){if(!t.cmp(f))for(;r.mod(c).cmp(l);)r.iadd(d)}else for(;r.mod(o).cmp(h);)r.iadd(d);if(m(p=r.shrn(1))&&m(r)&&y(p)&&y(r)&&a.test(p)&&a.test(r))return r}}},function(e,t,r){var n=r(10),i=r(71);function o(e){this.rand=e||new i.Rand}e.exports=o,o.create=function(e){return new o(e)},o.prototype._randbelow=function(e){var t=e.bitLength(),r=Math.ceil(t/8);do{var i=new n(this.rand.generate(r))}while(i.cmp(e)>=0);return i},o.prototype._randrange=function(e,t){var r=t.sub(e);return e.add(this._randbelow(r))},o.prototype.test=function(e,t,r){var i=e.bitLength(),o=n.mont(e),a=new n(1).toRed(o);t||(t=Math.max(1,i/48|0));for(var s=e.subn(1),u=0;!s.testn(u);u++);for(var f=e.shrn(u),c=s.toRed(o);t>0;t--){var l=this._randrange(new n(2),s);r&&r(l);var h=l.toRed(o).redPow(f);if(0!==h.cmp(a)&&0!==h.cmp(c)){for(var d=1;d0;t--){var c=this._randrange(new n(2),a),l=e.gcd(c);if(0!==l.cmpn(1))return l;var h=c.toRed(i).redPow(u);if(0!==h.cmp(o)&&0!==h.cmp(f)){for(var d=1;d0)if("string"===typeof t||a.objectMode||Object.getPrototypeOf(t)===s.prototype||(t=function(e){return s.from(e)}(t)),n)a.endEmitted?S(e,new _):C(e,a,t,!0);else if(a.ended)S(e,new v);else{if(a.destroyed)return!1;a.reading=!1,a.decoder&&!r?(t=a.decoder.write(t),a.objectMode||0!==t.length?C(e,a,t,!1):O(e,a)):C(e,a,t,!1)}else n||(a.reading=!1,O(e,a));return!a.ended&&(a.lengtht.highWaterMark&&(t.highWaterMark=function(e){return e>=1073741824?e=1073741824:(e--,e|=e>>>1,e|=e>>>2,e|=e>>>4,e|=e>>>8,e|=e>>>16,e++),e}(e)),e<=t.length?e:t.ended?t.length:(t.needReadable=!0,0))}function T(e){var t=e._readableState;f("emitReadable",t.needReadable,t.emittedReadable),t.needReadable=!1,t.emittedReadable||(f("emitReadable",t.flowing),t.emittedReadable=!0,n.nextTick(R,e))}function R(e){var t=e._readableState;f("emitReadable_",t.destroyed,t.length,t.ended),t.destroyed||!t.length&&!t.ended||(e.emit("readable"),t.emittedReadable=!1),t.needReadable=!t.flowing&&!t.ended&&t.length<=t.highWaterMark,N(e)}function O(e,t){t.readingMore||(t.readingMore=!0,n.nextTick(P,e,t))}function P(e,t){for(;!t.reading&&!t.ended&&(t.length0,t.resumeScheduled&&!t.paused?t.flowing=!0:e.listenerCount("data")>0&&e.resume()}function B(e){f("readable nexttick read 0"),e.read(0)}function j(e,t){f("resume",t.reading),t.reading||e.read(0),t.resumeScheduled=!1,e.emit("resume"),N(e),t.flowing&&!t.reading&&e.read(0)}function N(e){var t=e._readableState;for(f("flow",t.flowing);t.flowing&&null!==e.read(););}function L(e,t){return 0===t.length?null:(t.objectMode?r=t.buffer.shift():!e||e>=t.length?(r=t.decoder?t.buffer.join(""):1===t.buffer.length?t.buffer.first():t.buffer.concat(t.length),t.buffer.clear()):r=t.buffer.consume(e,t.decoder),r);var r}function D(e){var t=e._readableState;f("endReadable",t.endEmitted),t.endEmitted||(t.ended=!0,n.nextTick(F,t,e))}function F(e,t){if(f("endReadableNT",e.endEmitted,e.length),!e.endEmitted&&0===e.length&&(e.endEmitted=!0,t.readable=!1,t.emit("end"),e.autoDestroy)){var r=t._writableState;(!r||r.autoDestroy&&r.finished)&&t.destroy()}}function U(e,t){for(var r=0,n=e.length;r=t.highWaterMark:t.length>0)||t.ended))return f("read: emitReadable",t.length,t.ended),0===t.length&&t.ended?D(this):T(this),null;if(0===(e=A(e,t))&&t.ended)return 0===t.length&&D(this),null;var n,i=t.needReadable;return f("need readable",i),(0===t.length||t.length-e0?L(e,t):null)?(t.needReadable=t.length<=t.highWaterMark,e=0):(t.length-=e,t.awaitDrain=0),0===t.length&&(t.ended||(t.needReadable=!0),r!==e&&t.ended&&D(this)),null!==n&&this.emit("data",n),n},M.prototype._read=function(e){S(this,new w("_read()"))},M.prototype.pipe=function(e,t){var r=this,i=this._readableState;switch(i.pipesCount){case 0:i.pipes=e;break;case 1:i.pipes=[i.pipes,e];break;default:i.pipes.push(e)}i.pipesCount+=1,f("pipe count=%d opts=%j",i.pipesCount,t);var a=(!t||!1!==t.end)&&e!==n.stdout&&e!==n.stderr?u:m;function s(t,n){f("onunpipe"),t===r&&n&&!1===n.hasUnpiped&&(n.hasUnpiped=!0,f("cleanup"),e.removeListener("close",p),e.removeListener("finish",b),e.removeListener("drain",c),e.removeListener("error",d),e.removeListener("unpipe",s),r.removeListener("end",u),r.removeListener("end",m),r.removeListener("data",h),l=!0,!i.awaitDrain||e._writableState&&!e._writableState.needDrain||c())}function u(){f("onend"),e.end()}i.endEmitted?n.nextTick(a):r.once("end",a),e.on("unpipe",s);var c=function(e){return function(){var t=e._readableState;f("pipeOnDrain",t.awaitDrain),t.awaitDrain&&t.awaitDrain--,0===t.awaitDrain&&o(e,"data")&&(t.flowing=!0,N(e))}}(r);e.on("drain",c);var l=!1;function h(t){f("ondata");var n=e.write(t);f("dest.write",n),!1===n&&((1===i.pipesCount&&i.pipes===e||i.pipesCount>1&&-1!==U(i.pipes,e))&&!l&&(f("false write response, pause",i.awaitDrain),i.awaitDrain++),r.pause())}function d(t){f("onerror",t),m(),e.removeListener("error",d),0===o(e,"error")&&S(e,t)}function p(){e.removeListener("finish",b),m()}function b(){f("onfinish"),e.removeListener("close",p),m()}function m(){f("unpipe"),r.unpipe(e)}return r.on("data",h),function(e,t,r){if("function"===typeof e.prependListener)return e.prependListener(t,r);e._events&&e._events[t]?Array.isArray(e._events[t])?e._events[t].unshift(r):e._events[t]=[r,e._events[t]]:e.on(t,r)}(e,"error",d),e.once("close",p),e.once("finish",b),e.emit("pipe",r),i.flowing||(f("pipe resume"),r.resume()),e},M.prototype.unpipe=function(e){var t=this._readableState,r={hasUnpiped:!1};if(0===t.pipesCount)return this;if(1===t.pipesCount)return e&&e!==t.pipes||(e||(e=t.pipes),t.pipes=null,t.pipesCount=0,t.flowing=!1,e&&e.emit("unpipe",this,r)),this;if(!e){var n=t.pipes,i=t.pipesCount;t.pipes=null,t.pipesCount=0,t.flowing=!1;for(var o=0;o0,!1!==i.flowing&&this.resume()):"readable"===e&&(i.endEmitted||i.readableListening||(i.readableListening=i.needReadable=!0,i.flowing=!1,i.emittedReadable=!1,f("on readable",i.length,i.reading),i.length?T(this):i.reading||n.nextTick(B,this))),r},M.prototype.addListener=M.prototype.on,M.prototype.removeListener=function(e,t){var r=a.prototype.removeListener.call(this,e,t);return"readable"===e&&n.nextTick(I,this),r},M.prototype.removeAllListeners=function(e){var t=a.prototype.removeAllListeners.apply(this,arguments);return"readable"!==e&&void 0!==e||n.nextTick(I,this),t},M.prototype.resume=function(){var e=this._readableState;return e.flowing||(f("resume"),e.flowing=!e.readableListening,function(e,t){t.resumeScheduled||(t.resumeScheduled=!0,n.nextTick(j,e,t))}(this,e)),e.paused=!1,this},M.prototype.pause=function(){return f("call pause flowing=%j",this._readableState.flowing),!1!==this._readableState.flowing&&(f("pause"),this._readableState.flowing=!1,this.emit("pause")),this._readableState.paused=!0,this},M.prototype.wrap=function(e){var t=this,r=this._readableState,n=!1;for(var i in e.on("end",(function(){if(f("wrapped end"),r.decoder&&!r.ended){var e=r.decoder.end();e&&e.length&&t.push(e)}t.push(null)})),e.on("data",(function(i){(f("wrapped data"),r.decoder&&(i=r.decoder.write(i)),!r.objectMode||null!==i&&void 0!==i)&&((r.objectMode||i&&i.length)&&(t.push(i)||(n=!0,e.pause())))})),e)void 0===this[i]&&"function"===typeof e[i]&&(this[i]=function(t){return function(){return e[t].apply(e,arguments)}}(i));for(var o=0;o-1))throw new _(e);return this._writableState.defaultEncoding=e,this},Object.defineProperty(M.prototype,"writableBuffer",{enumerable:!1,get:function(){return this._writableState&&this._writableState.getBuffer()}}),Object.defineProperty(M.prototype,"writableHighWaterMark",{enumerable:!1,get:function(){return this._writableState.highWaterMark}}),M.prototype._write=function(e,t,r){r(new b("_write()"))},M.prototype._writev=null,M.prototype.end=function(e,t,r){var i=this._writableState;return"function"===typeof e?(r=e,e=null,t=null):"function"===typeof t&&(r=t,t=null),null!==e&&void 0!==e&&this.write(e,t),i.corked&&(i.corked=1,this.uncork()),i.ending||function(e,t,r){t.ending=!0,O(e,t),r&&(t.finished?n.nextTick(r):e.once("finish",r));t.ended=!0,e.writable=!1}(this,i,r),this},Object.defineProperty(M.prototype,"writableLength",{enumerable:!1,get:function(){return this._writableState.length}}),Object.defineProperty(M.prototype,"destroyed",{enumerable:!1,get:function(){return void 0!==this._writableState&&this._writableState.destroyed},set:function(e){this._writableState&&(this._writableState.destroyed=e)}}),M.prototype.destroy=l.destroy,M.prototype._undestroy=l.undestroy,M.prototype._destroy=function(e,t){t(e)}}).call(this,r(9),r(7))},function(e,t,r){"use strict";e.exports=c;var n=r(29).codes,i=n.ERR_METHOD_NOT_IMPLEMENTED,o=n.ERR_MULTIPLE_CALLBACK,a=n.ERR_TRANSFORM_ALREADY_TRANSFORMING,s=n.ERR_TRANSFORM_WITH_LENGTH_0,u=r(30);function f(e,t){var r=this._transformState;r.transforming=!1;var n=r.writecb;if(null===n)return this.emit("error",new o);r.writechunk=null,r.writecb=null,null!=t&&this.push(t),n(e);var i=this._readableState;i.reading=!1,(i.needReadable||i.length>8,a=255&i;o?r.push(o,a):r.push(a)}return r},n.zero2=i,n.toHex=o,n.encode=function(e,t){return"hex"===t?o(e):e}},function(e,t,r){"use strict";var n=t;n.base=r(50),n.short=r(279),n.mont=r(280),n.edwards=r(281)},function(e,t,r){"use strict";var n=r(14).rotr32;function i(e,t,r){return e&t^~e&r}function o(e,t,r){return e&t^e&r^t&r}function a(e,t,r){return e^t^r}t.ft_1=function(e,t,r,n){return 0===e?i(t,r,n):1===e||3===e?a(t,r,n):2===e?o(t,r,n):void 0},t.ch32=i,t.maj32=o,t.p32=a,t.s0_256=function(e){return n(e,2)^n(e,13)^n(e,22)},t.s1_256=function(e){return n(e,6)^n(e,11)^n(e,25)},t.g0_256=function(e){return n(e,7)^n(e,18)^e>>>3},t.g1_256=function(e){return n(e,17)^n(e,19)^e>>>10}},function(e,t,r){"use strict";var n=r(14),i=r(36),o=r(147),a=r(12),s=n.sum32,u=n.sum32_4,f=n.sum32_5,c=o.ch32,l=o.maj32,h=o.s0_256,d=o.s1_256,p=o.g0_256,b=o.g1_256,m=i.BlockHash,y=[1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298];function g(){if(!(this instanceof g))return new g;m.call(this),this.h=[1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225],this.k=y,this.W=new Array(64)}n.inherits(g,m),e.exports=g,g.blockSize=512,g.outSize=256,g.hmacStrength=192,g.padLength=64,g.prototype._update=function(e,t){for(var r=this.W,n=0;n<16;n++)r[n]=e[t+n];for(;n=49&&f<=54?f-49+10:f>=17&&f<=22?f-17+10:f,a|=u}return n(!(240&a),"Invalid character in "+e),i}function u(e,t,r,i){for(var o=0,a=0,s=Math.min(e.length,r),u=t;u=49?f-49+10:f>=17?f-17+10:f,n(f>=0&&a"}o.isBN=function(e){return e instanceof o||null!==e&&"object"===typeof e&&e.constructor.wordSize===o.wordSize&&Array.isArray(e.words)},o.max=function(e,t){return e.cmp(t)>0?e:t},o.min=function(e,t){return e.cmp(t)<0?e:t},o.prototype._init=function(e,t,r){if("number"===typeof e)return this._initNumber(e,t,r);if("object"===typeof e)return this._initArray(e,t,r);"hex"===t&&(t=16),n(t===(0|t)&&t>=2&&t<=36);var i=0;"-"===(e=e.toString().replace(/\s+/g,""))[0]&&i++,16===t?this._parseHex(e,i):this._parseBase(e,t,i),"-"===e[0]&&(this.negative=1),this._strip(),"le"===r&&this._initArray(this.toArray(),t,r)},o.prototype._initNumber=function(e,t,r){e<0&&(this.negative=1,e=-e),e<67108864?(this.words=[67108863&e],this.length=1):e<4503599627370496?(this.words=[67108863&e,e/67108864&67108863],this.length=2):(n(e<9007199254740992),this.words=[67108863&e,e/67108864&67108863,1],this.length=3),"le"===r&&this._initArray(this.toArray(),t,r)},o.prototype._initArray=function(e,t,r){if(n("number"===typeof e.length),e.length<=0)return this.words=[0],this.length=1,this;this.length=Math.ceil(e.length/3),this.words=new Array(this.length);for(var i=0;i=0;i-=3)a=e[i]|e[i-1]<<8|e[i-2]<<16,this.words[o]|=a<>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);else if("le"===r)for(i=0,o=0;i>>26-s&67108863,(s+=24)>=26&&(s-=26,o++);return this._strip()},o.prototype._parseHex=function(e,t){this.length=Math.ceil((e.length-t)/6),this.words=new Array(this.length);for(var r=0;r=t;r-=6)i=s(e,r,r+6),this.words[n]|=i<>>26-o&4194303,(o+=24)>=26&&(o-=26,n++);r+6!==t&&(i=s(e,t,r+6),this.words[n]|=i<>>26-o&4194303),this._strip()},o.prototype._parseBase=function(e,t,r){this.words=[0],this.length=1;for(var n=0,i=1;i<=67108863;i*=t)n++;n--,i=i/t|0;for(var o=e.length-r,a=o%n,s=Math.min(o,o-a)+r,f=0,c=r;c1&&0===this.words[this.length-1];)this.length--;return this._normSign()},o.prototype._normSign=function(){return 1===this.length&&0===this.words[0]&&(this.negative=0),this},"undefined"!==typeof Symbol&&"function"===typeof Symbol.for?o.prototype[Symbol.for("nodejs.util.inspect.custom")]=c:o.prototype.inspect=c;var l=["","0","00","000","0000","00000","000000","0000000","00000000","000000000","0000000000","00000000000","000000000000","0000000000000","00000000000000","000000000000000","0000000000000000","00000000000000000","000000000000000000","0000000000000000000","00000000000000000000","000000000000000000000","0000000000000000000000","00000000000000000000000","000000000000000000000000","0000000000000000000000000"],h=[0,0,25,16,12,11,10,9,8,8,7,7,7,7,6,6,6,6,6,6,6,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5,5],d=[0,0,33554432,43046721,16777216,48828125,60466176,40353607,16777216,43046721,1e7,19487171,35831808,62748517,7529536,11390625,16777216,24137569,34012224,47045881,64e6,4084101,5153632,6436343,7962624,9765625,11881376,14348907,17210368,20511149,243e5,28629151,33554432,39135393,45435424,52521875,60466176];o.prototype.toString=function(e,t){var r;if(t=0|t||1,16===(e=e||10)||"hex"===e){r="";for(var i=0,o=0,a=0;a>>24-i&16777215)||a!==this.length-1?l[6-u.length]+u+r:u+r,(i+=2)>=26&&(i-=26,a--)}for(0!==o&&(r=o.toString(16)+r);r.length%t!==0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}if(e===(0|e)&&e>=2&&e<=36){var f=h[e],c=d[e];r="";var p=this.clone();for(p.negative=0;!p.isZero();){var b=p.modrn(c).toString(e);r=(p=p.idivn(c)).isZero()?b+r:l[f-b.length]+b+r}for(this.isZero()&&(r="0"+r);r.length%t!==0;)r="0"+r;return 0!==this.negative&&(r="-"+r),r}n(!1,"Base should be between 2 and 36")},o.prototype.toNumber=function(){var e=this.words[0];return 2===this.length?e+=67108864*this.words[1]:3===this.length&&1===this.words[2]?e+=4503599627370496+67108864*this.words[1]:this.length>2&&n(!1,"Number can only safely store up to 53 bits"),0!==this.negative?-e:e},o.prototype.toJSON=function(){return this.toString(16,2)},a&&(o.prototype.toBuffer=function(e,t){return this.toArrayLike(a,e,t)}),o.prototype.toArray=function(e,t){return this.toArrayLike(Array,e,t)};function p(e,t,r){r.negative=t.negative^e.negative;var n=e.length+t.length|0;r.length=n,n=n-1|0;var i=0|e.words[0],o=0|t.words[0],a=i*o,s=67108863&a,u=a/67108864|0;r.words[0]=s;for(var f=1;f>>26,l=67108863&u,h=Math.min(f,t.length-1),d=Math.max(0,f-e.length+1);d<=h;d++){var p=f-d|0;c+=(a=(i=0|e.words[p])*(o=0|t.words[d])+l)/67108864|0,l=67108863&a}r.words[f]=0|l,u=0|c}return 0!==u?r.words[f]=0|u:r.length--,r._strip()}o.prototype.toArrayLike=function(e,t,r){this._strip();var i=this.byteLength(),o=r||Math.max(1,i);n(i<=o,"byte array longer than desired length"),n(o>0,"Requested array length <= 0");var a=function(e,t){return e.allocUnsafe?e.allocUnsafe(t):new e(t)}(e,o);return this["_toArrayLike"+("le"===t?"LE":"BE")](a,i),a},o.prototype._toArrayLikeLE=function(e,t){for(var r=0,n=0,i=0,o=0;i>8&255),r>16&255),6===o?(r>24&255),n=0,o=0):(n=a>>>24,o+=2)}if(r=0&&(e[r--]=a>>8&255),r>=0&&(e[r--]=a>>16&255),6===o?(r>=0&&(e[r--]=a>>24&255),n=0,o=0):(n=a>>>24,o+=2)}if(r>=0)for(e[r--]=n;r>=0;)e[r--]=0},Math.clz32?o.prototype._countBits=function(e){return 32-Math.clz32(e)}:o.prototype._countBits=function(e){var t=e,r=0;return t>=4096&&(r+=13,t>>>=13),t>=64&&(r+=7,t>>>=7),t>=8&&(r+=4,t>>>=4),t>=2&&(r+=2,t>>>=2),r+t},o.prototype._zeroBits=function(e){if(0===e)return 26;var t=e,r=0;return 0===(8191&t)&&(r+=13,t>>>=13),0===(127&t)&&(r+=7,t>>>=7),0===(15&t)&&(r+=4,t>>>=4),0===(3&t)&&(r+=2,t>>>=2),0===(1&t)&&r++,r},o.prototype.bitLength=function(){var e=this.words[this.length-1],t=this._countBits(e);return 26*(this.length-1)+t},o.prototype.zeroBits=function(){if(this.isZero())return 0;for(var e=0,t=0;te.length?this.clone().ior(e):e.clone().ior(this)},o.prototype.uor=function(e){return this.length>e.length?this.clone().iuor(e):e.clone().iuor(this)},o.prototype.iuand=function(e){var t;t=this.length>e.length?e:this;for(var r=0;re.length?this.clone().iand(e):e.clone().iand(this)},o.prototype.uand=function(e){return this.length>e.length?this.clone().iuand(e):e.clone().iuand(this)},o.prototype.iuxor=function(e){var t,r;this.length>e.length?(t=this,r=e):(t=e,r=this);for(var n=0;ne.length?this.clone().ixor(e):e.clone().ixor(this)},o.prototype.uxor=function(e){return this.length>e.length?this.clone().iuxor(e):e.clone().iuxor(this)},o.prototype.inotn=function(e){n("number"===typeof e&&e>=0);var t=0|Math.ceil(e/26),r=e%26;this._expand(t),r>0&&t--;for(var i=0;i0&&(this.words[i]=~this.words[i]&67108863>>26-r),this._strip()},o.prototype.notn=function(e){return this.clone().inotn(e)},o.prototype.setn=function(e,t){n("number"===typeof e&&e>=0);var r=e/26|0,i=e%26;return this._expand(r+1),this.words[r]=t?this.words[r]|1<e.length?(r=this,n=e):(r=e,n=this);for(var i=0,o=0;o>>26;for(;0!==i&&o>>26;if(this.length=r.length,0!==i)this.words[this.length]=i,this.length++;else if(r!==this)for(;oe.length?this.clone().iadd(e):e.clone().iadd(this)},o.prototype.isub=function(e){if(0!==e.negative){e.negative=0;var t=this.iadd(e);return e.negative=1,t._normSign()}if(0!==this.negative)return this.negative=0,this.iadd(e),this.negative=1,this._normSign();var r,n,i=this.cmp(e);if(0===i)return this.negative=0,this.length=1,this.words[0]=0,this;i>0?(r=this,n=e):(r=e,n=this);for(var o=0,a=0;a>26,this.words[a]=67108863&t;for(;0!==o&&a>26,this.words[a]=67108863&t;if(0===o&&a>>13,d=0|a[1],p=8191&d,b=d>>>13,m=0|a[2],y=8191&m,g=m>>>13,v=0|a[3],w=8191&v,_=v>>>13,S=0|a[4],k=8191&S,E=S>>>13,M=0|a[5],x=8191&M,C=M>>>13,A=0|a[6],T=8191&A,R=A>>>13,O=0|a[7],P=8191&O,I=O>>>13,B=0|a[8],j=8191&B,N=B>>>13,L=0|a[9],D=8191&L,F=L>>>13,U=0|s[0],q=8191&U,z=U>>>13,H=0|s[1],W=8191&H,K=H>>>13,V=0|s[2],$=8191&V,Y=V>>>13,X=0|s[3],G=8191&X,J=X>>>13,Z=0|s[4],Q=8191&Z,ee=Z>>>13,te=0|s[5],re=8191&te,ne=te>>>13,ie=0|s[6],oe=8191&ie,ae=ie>>>13,se=0|s[7],ue=8191&se,fe=se>>>13,ce=0|s[8],le=8191&ce,he=ce>>>13,de=0|s[9],pe=8191&de,be=de>>>13;r.negative=e.negative^t.negative,r.length=19;var me=(f+(n=Math.imul(l,q))|0)+((8191&(i=(i=Math.imul(l,z))+Math.imul(h,q)|0))<<13)|0;f=((o=Math.imul(h,z))+(i>>>13)|0)+(me>>>26)|0,me&=67108863,n=Math.imul(p,q),i=(i=Math.imul(p,z))+Math.imul(b,q)|0,o=Math.imul(b,z);var ye=(f+(n=n+Math.imul(l,W)|0)|0)+((8191&(i=(i=i+Math.imul(l,K)|0)+Math.imul(h,W)|0))<<13)|0;f=((o=o+Math.imul(h,K)|0)+(i>>>13)|0)+(ye>>>26)|0,ye&=67108863,n=Math.imul(y,q),i=(i=Math.imul(y,z))+Math.imul(g,q)|0,o=Math.imul(g,z),n=n+Math.imul(p,W)|0,i=(i=i+Math.imul(p,K)|0)+Math.imul(b,W)|0,o=o+Math.imul(b,K)|0;var ge=(f+(n=n+Math.imul(l,$)|0)|0)+((8191&(i=(i=i+Math.imul(l,Y)|0)+Math.imul(h,$)|0))<<13)|0;f=((o=o+Math.imul(h,Y)|0)+(i>>>13)|0)+(ge>>>26)|0,ge&=67108863,n=Math.imul(w,q),i=(i=Math.imul(w,z))+Math.imul(_,q)|0,o=Math.imul(_,z),n=n+Math.imul(y,W)|0,i=(i=i+Math.imul(y,K)|0)+Math.imul(g,W)|0,o=o+Math.imul(g,K)|0,n=n+Math.imul(p,$)|0,i=(i=i+Math.imul(p,Y)|0)+Math.imul(b,$)|0,o=o+Math.imul(b,Y)|0;var ve=(f+(n=n+Math.imul(l,G)|0)|0)+((8191&(i=(i=i+Math.imul(l,J)|0)+Math.imul(h,G)|0))<<13)|0;f=((o=o+Math.imul(h,J)|0)+(i>>>13)|0)+(ve>>>26)|0,ve&=67108863,n=Math.imul(k,q),i=(i=Math.imul(k,z))+Math.imul(E,q)|0,o=Math.imul(E,z),n=n+Math.imul(w,W)|0,i=(i=i+Math.imul(w,K)|0)+Math.imul(_,W)|0,o=o+Math.imul(_,K)|0,n=n+Math.imul(y,$)|0,i=(i=i+Math.imul(y,Y)|0)+Math.imul(g,$)|0,o=o+Math.imul(g,Y)|0,n=n+Math.imul(p,G)|0,i=(i=i+Math.imul(p,J)|0)+Math.imul(b,G)|0,o=o+Math.imul(b,J)|0;var we=(f+(n=n+Math.imul(l,Q)|0)|0)+((8191&(i=(i=i+Math.imul(l,ee)|0)+Math.imul(h,Q)|0))<<13)|0;f=((o=o+Math.imul(h,ee)|0)+(i>>>13)|0)+(we>>>26)|0,we&=67108863,n=Math.imul(x,q),i=(i=Math.imul(x,z))+Math.imul(C,q)|0,o=Math.imul(C,z),n=n+Math.imul(k,W)|0,i=(i=i+Math.imul(k,K)|0)+Math.imul(E,W)|0,o=o+Math.imul(E,K)|0,n=n+Math.imul(w,$)|0,i=(i=i+Math.imul(w,Y)|0)+Math.imul(_,$)|0,o=o+Math.imul(_,Y)|0,n=n+Math.imul(y,G)|0,i=(i=i+Math.imul(y,J)|0)+Math.imul(g,G)|0,o=o+Math.imul(g,J)|0,n=n+Math.imul(p,Q)|0,i=(i=i+Math.imul(p,ee)|0)+Math.imul(b,Q)|0,o=o+Math.imul(b,ee)|0;var _e=(f+(n=n+Math.imul(l,re)|0)|0)+((8191&(i=(i=i+Math.imul(l,ne)|0)+Math.imul(h,re)|0))<<13)|0;f=((o=o+Math.imul(h,ne)|0)+(i>>>13)|0)+(_e>>>26)|0,_e&=67108863,n=Math.imul(T,q),i=(i=Math.imul(T,z))+Math.imul(R,q)|0,o=Math.imul(R,z),n=n+Math.imul(x,W)|0,i=(i=i+Math.imul(x,K)|0)+Math.imul(C,W)|0,o=o+Math.imul(C,K)|0,n=n+Math.imul(k,$)|0,i=(i=i+Math.imul(k,Y)|0)+Math.imul(E,$)|0,o=o+Math.imul(E,Y)|0,n=n+Math.imul(w,G)|0,i=(i=i+Math.imul(w,J)|0)+Math.imul(_,G)|0,o=o+Math.imul(_,J)|0,n=n+Math.imul(y,Q)|0,i=(i=i+Math.imul(y,ee)|0)+Math.imul(g,Q)|0,o=o+Math.imul(g,ee)|0,n=n+Math.imul(p,re)|0,i=(i=i+Math.imul(p,ne)|0)+Math.imul(b,re)|0,o=o+Math.imul(b,ne)|0;var Se=(f+(n=n+Math.imul(l,oe)|0)|0)+((8191&(i=(i=i+Math.imul(l,ae)|0)+Math.imul(h,oe)|0))<<13)|0;f=((o=o+Math.imul(h,ae)|0)+(i>>>13)|0)+(Se>>>26)|0,Se&=67108863,n=Math.imul(P,q),i=(i=Math.imul(P,z))+Math.imul(I,q)|0,o=Math.imul(I,z),n=n+Math.imul(T,W)|0,i=(i=i+Math.imul(T,K)|0)+Math.imul(R,W)|0,o=o+Math.imul(R,K)|0,n=n+Math.imul(x,$)|0,i=(i=i+Math.imul(x,Y)|0)+Math.imul(C,$)|0,o=o+Math.imul(C,Y)|0,n=n+Math.imul(k,G)|0,i=(i=i+Math.imul(k,J)|0)+Math.imul(E,G)|0,o=o+Math.imul(E,J)|0,n=n+Math.imul(w,Q)|0,i=(i=i+Math.imul(w,ee)|0)+Math.imul(_,Q)|0,o=o+Math.imul(_,ee)|0,n=n+Math.imul(y,re)|0,i=(i=i+Math.imul(y,ne)|0)+Math.imul(g,re)|0,o=o+Math.imul(g,ne)|0,n=n+Math.imul(p,oe)|0,i=(i=i+Math.imul(p,ae)|0)+Math.imul(b,oe)|0,o=o+Math.imul(b,ae)|0;var ke=(f+(n=n+Math.imul(l,ue)|0)|0)+((8191&(i=(i=i+Math.imul(l,fe)|0)+Math.imul(h,ue)|0))<<13)|0;f=((o=o+Math.imul(h,fe)|0)+(i>>>13)|0)+(ke>>>26)|0,ke&=67108863,n=Math.imul(j,q),i=(i=Math.imul(j,z))+Math.imul(N,q)|0,o=Math.imul(N,z),n=n+Math.imul(P,W)|0,i=(i=i+Math.imul(P,K)|0)+Math.imul(I,W)|0,o=o+Math.imul(I,K)|0,n=n+Math.imul(T,$)|0,i=(i=i+Math.imul(T,Y)|0)+Math.imul(R,$)|0,o=o+Math.imul(R,Y)|0,n=n+Math.imul(x,G)|0,i=(i=i+Math.imul(x,J)|0)+Math.imul(C,G)|0,o=o+Math.imul(C,J)|0,n=n+Math.imul(k,Q)|0,i=(i=i+Math.imul(k,ee)|0)+Math.imul(E,Q)|0,o=o+Math.imul(E,ee)|0,n=n+Math.imul(w,re)|0,i=(i=i+Math.imul(w,ne)|0)+Math.imul(_,re)|0,o=o+Math.imul(_,ne)|0,n=n+Math.imul(y,oe)|0,i=(i=i+Math.imul(y,ae)|0)+Math.imul(g,oe)|0,o=o+Math.imul(g,ae)|0,n=n+Math.imul(p,ue)|0,i=(i=i+Math.imul(p,fe)|0)+Math.imul(b,ue)|0,o=o+Math.imul(b,fe)|0;var Ee=(f+(n=n+Math.imul(l,le)|0)|0)+((8191&(i=(i=i+Math.imul(l,he)|0)+Math.imul(h,le)|0))<<13)|0;f=((o=o+Math.imul(h,he)|0)+(i>>>13)|0)+(Ee>>>26)|0,Ee&=67108863,n=Math.imul(D,q),i=(i=Math.imul(D,z))+Math.imul(F,q)|0,o=Math.imul(F,z),n=n+Math.imul(j,W)|0,i=(i=i+Math.imul(j,K)|0)+Math.imul(N,W)|0,o=o+Math.imul(N,K)|0,n=n+Math.imul(P,$)|0,i=(i=i+Math.imul(P,Y)|0)+Math.imul(I,$)|0,o=o+Math.imul(I,Y)|0,n=n+Math.imul(T,G)|0,i=(i=i+Math.imul(T,J)|0)+Math.imul(R,G)|0,o=o+Math.imul(R,J)|0,n=n+Math.imul(x,Q)|0,i=(i=i+Math.imul(x,ee)|0)+Math.imul(C,Q)|0,o=o+Math.imul(C,ee)|0,n=n+Math.imul(k,re)|0,i=(i=i+Math.imul(k,ne)|0)+Math.imul(E,re)|0,o=o+Math.imul(E,ne)|0,n=n+Math.imul(w,oe)|0,i=(i=i+Math.imul(w,ae)|0)+Math.imul(_,oe)|0,o=o+Math.imul(_,ae)|0,n=n+Math.imul(y,ue)|0,i=(i=i+Math.imul(y,fe)|0)+Math.imul(g,ue)|0,o=o+Math.imul(g,fe)|0,n=n+Math.imul(p,le)|0,i=(i=i+Math.imul(p,he)|0)+Math.imul(b,le)|0,o=o+Math.imul(b,he)|0;var Me=(f+(n=n+Math.imul(l,pe)|0)|0)+((8191&(i=(i=i+Math.imul(l,be)|0)+Math.imul(h,pe)|0))<<13)|0;f=((o=o+Math.imul(h,be)|0)+(i>>>13)|0)+(Me>>>26)|0,Me&=67108863,n=Math.imul(D,W),i=(i=Math.imul(D,K))+Math.imul(F,W)|0,o=Math.imul(F,K),n=n+Math.imul(j,$)|0,i=(i=i+Math.imul(j,Y)|0)+Math.imul(N,$)|0,o=o+Math.imul(N,Y)|0,n=n+Math.imul(P,G)|0,i=(i=i+Math.imul(P,J)|0)+Math.imul(I,G)|0,o=o+Math.imul(I,J)|0,n=n+Math.imul(T,Q)|0,i=(i=i+Math.imul(T,ee)|0)+Math.imul(R,Q)|0,o=o+Math.imul(R,ee)|0,n=n+Math.imul(x,re)|0,i=(i=i+Math.imul(x,ne)|0)+Math.imul(C,re)|0,o=o+Math.imul(C,ne)|0,n=n+Math.imul(k,oe)|0,i=(i=i+Math.imul(k,ae)|0)+Math.imul(E,oe)|0,o=o+Math.imul(E,ae)|0,n=n+Math.imul(w,ue)|0,i=(i=i+Math.imul(w,fe)|0)+Math.imul(_,ue)|0,o=o+Math.imul(_,fe)|0,n=n+Math.imul(y,le)|0,i=(i=i+Math.imul(y,he)|0)+Math.imul(g,le)|0,o=o+Math.imul(g,he)|0;var xe=(f+(n=n+Math.imul(p,pe)|0)|0)+((8191&(i=(i=i+Math.imul(p,be)|0)+Math.imul(b,pe)|0))<<13)|0;f=((o=o+Math.imul(b,be)|0)+(i>>>13)|0)+(xe>>>26)|0,xe&=67108863,n=Math.imul(D,$),i=(i=Math.imul(D,Y))+Math.imul(F,$)|0,o=Math.imul(F,Y),n=n+Math.imul(j,G)|0,i=(i=i+Math.imul(j,J)|0)+Math.imul(N,G)|0,o=o+Math.imul(N,J)|0,n=n+Math.imul(P,Q)|0,i=(i=i+Math.imul(P,ee)|0)+Math.imul(I,Q)|0,o=o+Math.imul(I,ee)|0,n=n+Math.imul(T,re)|0,i=(i=i+Math.imul(T,ne)|0)+Math.imul(R,re)|0,o=o+Math.imul(R,ne)|0,n=n+Math.imul(x,oe)|0,i=(i=i+Math.imul(x,ae)|0)+Math.imul(C,oe)|0,o=o+Math.imul(C,ae)|0,n=n+Math.imul(k,ue)|0,i=(i=i+Math.imul(k,fe)|0)+Math.imul(E,ue)|0,o=o+Math.imul(E,fe)|0,n=n+Math.imul(w,le)|0,i=(i=i+Math.imul(w,he)|0)+Math.imul(_,le)|0,o=o+Math.imul(_,he)|0;var Ce=(f+(n=n+Math.imul(y,pe)|0)|0)+((8191&(i=(i=i+Math.imul(y,be)|0)+Math.imul(g,pe)|0))<<13)|0;f=((o=o+Math.imul(g,be)|0)+(i>>>13)|0)+(Ce>>>26)|0,Ce&=67108863,n=Math.imul(D,G),i=(i=Math.imul(D,J))+Math.imul(F,G)|0,o=Math.imul(F,J),n=n+Math.imul(j,Q)|0,i=(i=i+Math.imul(j,ee)|0)+Math.imul(N,Q)|0,o=o+Math.imul(N,ee)|0,n=n+Math.imul(P,re)|0,i=(i=i+Math.imul(P,ne)|0)+Math.imul(I,re)|0,o=o+Math.imul(I,ne)|0,n=n+Math.imul(T,oe)|0,i=(i=i+Math.imul(T,ae)|0)+Math.imul(R,oe)|0,o=o+Math.imul(R,ae)|0,n=n+Math.imul(x,ue)|0,i=(i=i+Math.imul(x,fe)|0)+Math.imul(C,ue)|0,o=o+Math.imul(C,fe)|0,n=n+Math.imul(k,le)|0,i=(i=i+Math.imul(k,he)|0)+Math.imul(E,le)|0,o=o+Math.imul(E,he)|0;var Ae=(f+(n=n+Math.imul(w,pe)|0)|0)+((8191&(i=(i=i+Math.imul(w,be)|0)+Math.imul(_,pe)|0))<<13)|0;f=((o=o+Math.imul(_,be)|0)+(i>>>13)|0)+(Ae>>>26)|0,Ae&=67108863,n=Math.imul(D,Q),i=(i=Math.imul(D,ee))+Math.imul(F,Q)|0,o=Math.imul(F,ee),n=n+Math.imul(j,re)|0,i=(i=i+Math.imul(j,ne)|0)+Math.imul(N,re)|0,o=o+Math.imul(N,ne)|0,n=n+Math.imul(P,oe)|0,i=(i=i+Math.imul(P,ae)|0)+Math.imul(I,oe)|0,o=o+Math.imul(I,ae)|0,n=n+Math.imul(T,ue)|0,i=(i=i+Math.imul(T,fe)|0)+Math.imul(R,ue)|0,o=o+Math.imul(R,fe)|0,n=n+Math.imul(x,le)|0,i=(i=i+Math.imul(x,he)|0)+Math.imul(C,le)|0,o=o+Math.imul(C,he)|0;var Te=(f+(n=n+Math.imul(k,pe)|0)|0)+((8191&(i=(i=i+Math.imul(k,be)|0)+Math.imul(E,pe)|0))<<13)|0;f=((o=o+Math.imul(E,be)|0)+(i>>>13)|0)+(Te>>>26)|0,Te&=67108863,n=Math.imul(D,re),i=(i=Math.imul(D,ne))+Math.imul(F,re)|0,o=Math.imul(F,ne),n=n+Math.imul(j,oe)|0,i=(i=i+Math.imul(j,ae)|0)+Math.imul(N,oe)|0,o=o+Math.imul(N,ae)|0,n=n+Math.imul(P,ue)|0,i=(i=i+Math.imul(P,fe)|0)+Math.imul(I,ue)|0,o=o+Math.imul(I,fe)|0,n=n+Math.imul(T,le)|0,i=(i=i+Math.imul(T,he)|0)+Math.imul(R,le)|0,o=o+Math.imul(R,he)|0;var Re=(f+(n=n+Math.imul(x,pe)|0)|0)+((8191&(i=(i=i+Math.imul(x,be)|0)+Math.imul(C,pe)|0))<<13)|0;f=((o=o+Math.imul(C,be)|0)+(i>>>13)|0)+(Re>>>26)|0,Re&=67108863,n=Math.imul(D,oe),i=(i=Math.imul(D,ae))+Math.imul(F,oe)|0,o=Math.imul(F,ae),n=n+Math.imul(j,ue)|0,i=(i=i+Math.imul(j,fe)|0)+Math.imul(N,ue)|0,o=o+Math.imul(N,fe)|0,n=n+Math.imul(P,le)|0,i=(i=i+Math.imul(P,he)|0)+Math.imul(I,le)|0,o=o+Math.imul(I,he)|0;var Oe=(f+(n=n+Math.imul(T,pe)|0)|0)+((8191&(i=(i=i+Math.imul(T,be)|0)+Math.imul(R,pe)|0))<<13)|0;f=((o=o+Math.imul(R,be)|0)+(i>>>13)|0)+(Oe>>>26)|0,Oe&=67108863,n=Math.imul(D,ue),i=(i=Math.imul(D,fe))+Math.imul(F,ue)|0,o=Math.imul(F,fe),n=n+Math.imul(j,le)|0,i=(i=i+Math.imul(j,he)|0)+Math.imul(N,le)|0,o=o+Math.imul(N,he)|0;var Pe=(f+(n=n+Math.imul(P,pe)|0)|0)+((8191&(i=(i=i+Math.imul(P,be)|0)+Math.imul(I,pe)|0))<<13)|0;f=((o=o+Math.imul(I,be)|0)+(i>>>13)|0)+(Pe>>>26)|0,Pe&=67108863,n=Math.imul(D,le),i=(i=Math.imul(D,he))+Math.imul(F,le)|0,o=Math.imul(F,he);var Ie=(f+(n=n+Math.imul(j,pe)|0)|0)+((8191&(i=(i=i+Math.imul(j,be)|0)+Math.imul(N,pe)|0))<<13)|0;f=((o=o+Math.imul(N,be)|0)+(i>>>13)|0)+(Ie>>>26)|0,Ie&=67108863;var Be=(f+(n=Math.imul(D,pe))|0)+((8191&(i=(i=Math.imul(D,be))+Math.imul(F,pe)|0))<<13)|0;return f=((o=Math.imul(F,be))+(i>>>13)|0)+(Be>>>26)|0,Be&=67108863,u[0]=me,u[1]=ye,u[2]=ge,u[3]=ve,u[4]=we,u[5]=_e,u[6]=Se,u[7]=ke,u[8]=Ee,u[9]=Me,u[10]=xe,u[11]=Ce,u[12]=Ae,u[13]=Te,u[14]=Re,u[15]=Oe,u[16]=Pe,u[17]=Ie,u[18]=Be,0!==f&&(u[19]=f,r.length++),r};function m(e,t,r){r.negative=t.negative^e.negative,r.length=e.length+t.length;for(var n=0,i=0,o=0;o>>26)|0)>>>26,a&=67108863}r.words[o]=s,n=a,a=i}return 0!==n?r.words[o]=n:r.length--,r._strip()}function y(e,t,r){return m(e,t,r)}function g(e,t){this.x=e,this.y=t}Math.imul||(b=p),o.prototype.mulTo=function(e,t){var r=this.length+e.length;return 10===this.length&&10===e.length?b(this,e,t):r<63?p(this,e,t):r<1024?m(this,e,t):y(this,e,t)},g.prototype.makeRBT=function(e){for(var t=new Array(e),r=o.prototype._countBits(e)-1,n=0;n>=1;return n},g.prototype.permute=function(e,t,r,n,i,o){for(var a=0;a>>=1)i++;return 1<>>=13,r[2*a+1]=8191&o,o>>>=13;for(a=2*t;a>=26,r+=o/67108864|0,r+=a>>>26,this.words[i]=67108863&a}return 0!==r&&(this.words[i]=r,this.length++),t?this.ineg():this},o.prototype.muln=function(e){return this.clone().imuln(e)},o.prototype.sqr=function(){return this.mul(this)},o.prototype.isqr=function(){return this.imul(this.clone())},o.prototype.pow=function(e){var t=function(e){for(var t=new Array(e.bitLength()),r=0;r>>i&1}return t}(e);if(0===t.length)return new o(1);for(var r=this,n=0;n=0);var t,r=e%26,i=(e-r)/26,o=67108863>>>26-r<<26-r;if(0!==r){var a=0;for(t=0;t>>26-r}a&&(this.words[t]=a,this.length++)}if(0!==i){for(t=this.length-1;t>=0;t--)this.words[t+i]=this.words[t];for(t=0;t=0),i=t?(t-t%26)/26:0;var o=e%26,a=Math.min((e-o)/26,this.length),s=67108863^67108863>>>o<a)for(this.length-=a,f=0;f=0&&(0!==c||f>=i);f--){var l=0|this.words[f];this.words[f]=c<<26-o|l>>>o,c=l&s}return u&&0!==c&&(u.words[u.length++]=c),0===this.length&&(this.words[0]=0,this.length=1),this._strip()},o.prototype.ishrn=function(e,t,r){return n(0===this.negative),this.iushrn(e,t,r)},o.prototype.shln=function(e){return this.clone().ishln(e)},o.prototype.ushln=function(e){return this.clone().iushln(e)},o.prototype.shrn=function(e){return this.clone().ishrn(e)},o.prototype.ushrn=function(e){return this.clone().iushrn(e)},o.prototype.testn=function(e){n("number"===typeof e&&e>=0);var t=e%26,r=(e-t)/26,i=1<=0);var t=e%26,r=(e-t)/26;if(n(0===this.negative,"imaskn works only with positive numbers"),this.length<=r)return this;if(0!==t&&r++,this.length=Math.min(r,this.length),0!==t){var i=67108863^67108863>>>t<=67108864;t++)this.words[t]-=67108864,t===this.length-1?this.words[t+1]=1:this.words[t+1]++;return this.length=Math.max(this.length,t+1),this},o.prototype.isubn=function(e){if(n("number"===typeof e),n(e<67108864),e<0)return this.iaddn(-e);if(0!==this.negative)return this.negative=0,this.iaddn(e),this.negative=1,this;if(this.words[0]-=e,1===this.length&&this.words[0]<0)this.words[0]=-this.words[0],this.negative=1;else for(var t=0;t>26)-(u/67108864|0),this.words[i+r]=67108863&o}for(;i>26,this.words[i+r]=67108863&o;if(0===s)return this._strip();for(n(-1===s),s=0,i=0;i>26,this.words[i]=67108863&o;return this.negative=1,this._strip()},o.prototype._wordDiv=function(e,t){var r=(this.length,e.length),n=this.clone(),i=e,a=0|i.words[i.length-1];0!==(r=26-this._countBits(a))&&(i=i.ushln(r),n.iushln(r),a=0|i.words[i.length-1]);var s,u=n.length-i.length;if("mod"!==t){(s=new o(null)).length=u+1,s.words=new Array(s.length);for(var f=0;f=0;l--){var h=67108864*(0|n.words[i.length+l])+(0|n.words[i.length+l-1]);for(h=Math.min(h/a|0,67108863),n._ishlnsubmul(i,h,l);0!==n.negative;)h--,n.negative=0,n._ishlnsubmul(i,1,l),n.isZero()||(n.negative^=1);s&&(s.words[l]=h)}return s&&s._strip(),n._strip(),"div"!==t&&0!==r&&n.iushrn(r),{div:s||null,mod:n}},o.prototype.divmod=function(e,t,r){return n(!e.isZero()),this.isZero()?{div:new o(0),mod:new o(0)}:0!==this.negative&&0===e.negative?(s=this.neg().divmod(e,t),"mod"!==t&&(i=s.div.neg()),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.iadd(e)),{div:i,mod:a}):0===this.negative&&0!==e.negative?(s=this.divmod(e.neg(),t),"mod"!==t&&(i=s.div.neg()),{div:i,mod:s.mod}):0!==(this.negative&e.negative)?(s=this.neg().divmod(e.neg(),t),"div"!==t&&(a=s.mod.neg(),r&&0!==a.negative&&a.isub(e)),{div:s.div,mod:a}):e.length>this.length||this.cmp(e)<0?{div:new o(0),mod:this}:1===e.length?"div"===t?{div:this.divn(e.words[0]),mod:null}:"mod"===t?{div:null,mod:new o(this.modrn(e.words[0]))}:{div:this.divn(e.words[0]),mod:new o(this.modrn(e.words[0]))}:this._wordDiv(e,t);var i,a,s},o.prototype.div=function(e){return this.divmod(e,"div",!1).div},o.prototype.mod=function(e){return this.divmod(e,"mod",!1).mod},o.prototype.umod=function(e){return this.divmod(e,"mod",!0).mod},o.prototype.divRound=function(e){var t=this.divmod(e);if(t.mod.isZero())return t.div;var r=0!==t.div.negative?t.mod.isub(e):t.mod,n=e.ushrn(1),i=e.andln(1),o=r.cmp(n);return o<0||1===i&&0===o?t.div:0!==t.div.negative?t.div.isubn(1):t.div.iaddn(1)},o.prototype.modrn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=(1<<26)%e,i=0,o=this.length-1;o>=0;o--)i=(r*i+(0|this.words[o]))%e;return t?-i:i},o.prototype.modn=function(e){return this.modrn(e)},o.prototype.idivn=function(e){var t=e<0;t&&(e=-e),n(e<=67108863);for(var r=0,i=this.length-1;i>=0;i--){var o=(0|this.words[i])+67108864*r;this.words[i]=o/e|0,r=o%e}return this._strip(),t?this.ineg():this},o.prototype.divn=function(e){return this.clone().idivn(e)},o.prototype.egcd=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i=new o(1),a=new o(0),s=new o(0),u=new o(1),f=0;t.isEven()&&r.isEven();)t.iushrn(1),r.iushrn(1),++f;for(var c=r.clone(),l=t.clone();!t.isZero();){for(var h=0,d=1;0===(t.words[0]&d)&&h<26;++h,d<<=1);if(h>0)for(t.iushrn(h);h-- >0;)(i.isOdd()||a.isOdd())&&(i.iadd(c),a.isub(l)),i.iushrn(1),a.iushrn(1);for(var p=0,b=1;0===(r.words[0]&b)&&p<26;++p,b<<=1);if(p>0)for(r.iushrn(p);p-- >0;)(s.isOdd()||u.isOdd())&&(s.iadd(c),u.isub(l)),s.iushrn(1),u.iushrn(1);t.cmp(r)>=0?(t.isub(r),i.isub(s),a.isub(u)):(r.isub(t),s.isub(i),u.isub(a))}return{a:s,b:u,gcd:r.iushln(f)}},o.prototype._invmp=function(e){n(0===e.negative),n(!e.isZero());var t=this,r=e.clone();t=0!==t.negative?t.umod(e):t.clone();for(var i,a=new o(1),s=new o(0),u=r.clone();t.cmpn(1)>0&&r.cmpn(1)>0;){for(var f=0,c=1;0===(t.words[0]&c)&&f<26;++f,c<<=1);if(f>0)for(t.iushrn(f);f-- >0;)a.isOdd()&&a.iadd(u),a.iushrn(1);for(var l=0,h=1;0===(r.words[0]&h)&&l<26;++l,h<<=1);if(l>0)for(r.iushrn(l);l-- >0;)s.isOdd()&&s.iadd(u),s.iushrn(1);t.cmp(r)>=0?(t.isub(r),a.isub(s)):(r.isub(t),s.isub(a))}return(i=0===t.cmpn(1)?a:s).cmpn(0)<0&&i.iadd(e),i},o.prototype.gcd=function(e){if(this.isZero())return e.abs();if(e.isZero())return this.abs();var t=this.clone(),r=e.clone();t.negative=0,r.negative=0;for(var n=0;t.isEven()&&r.isEven();n++)t.iushrn(1),r.iushrn(1);for(;;){for(;t.isEven();)t.iushrn(1);for(;r.isEven();)r.iushrn(1);var i=t.cmp(r);if(i<0){var o=t;t=r,r=o}else if(0===i||0===r.cmpn(1))break;t.isub(r)}return r.iushln(n)},o.prototype.invm=function(e){return this.egcd(e).a.umod(e)},o.prototype.isEven=function(){return 0===(1&this.words[0])},o.prototype.isOdd=function(){return 1===(1&this.words[0])},o.prototype.andln=function(e){return this.words[0]&e},o.prototype.bincn=function(e){n("number"===typeof e);var t=e%26,r=(e-t)/26,i=1<>>26,s&=67108863,this.words[a]=s}return 0!==o&&(this.words[a]=o,this.length++),this},o.prototype.isZero=function(){return 1===this.length&&0===this.words[0]},o.prototype.cmpn=function(e){var t,r=e<0;if(0!==this.negative&&!r)return-1;if(0===this.negative&&r)return 1;if(this._strip(),this.length>1)t=1;else{r&&(e=-e),n(e<=67108863,"Number is too big");var i=0|this.words[0];t=i===e?0:ie.length)return 1;if(this.length=0;r--){var n=0|this.words[r],i=0|e.words[r];if(n!==i){ni&&(t=1);break}}return t},o.prototype.gtn=function(e){return 1===this.cmpn(e)},o.prototype.gt=function(e){return 1===this.cmp(e)},o.prototype.gten=function(e){return this.cmpn(e)>=0},o.prototype.gte=function(e){return this.cmp(e)>=0},o.prototype.ltn=function(e){return-1===this.cmpn(e)},o.prototype.lt=function(e){return-1===this.cmp(e)},o.prototype.lten=function(e){return this.cmpn(e)<=0},o.prototype.lte=function(e){return this.cmp(e)<=0},o.prototype.eqn=function(e){return 0===this.cmpn(e)},o.prototype.eq=function(e){return 0===this.cmp(e)},o.red=function(e){return new M(e)},o.prototype.toRed=function(e){return n(!this.red,"Already a number in reduction context"),n(0===this.negative,"red works only with positives"),e.convertTo(this)._forceRed(e)},o.prototype.fromRed=function(){return n(this.red,"fromRed works only with numbers in reduction context"),this.red.convertFrom(this)},o.prototype._forceRed=function(e){return this.red=e,this},o.prototype.forceRed=function(e){return n(!this.red,"Already a number in reduction context"),this._forceRed(e)},o.prototype.redAdd=function(e){return n(this.red,"redAdd works only with red numbers"),this.red.add(this,e)},o.prototype.redIAdd=function(e){return n(this.red,"redIAdd works only with red numbers"),this.red.iadd(this,e)},o.prototype.redSub=function(e){return n(this.red,"redSub works only with red numbers"),this.red.sub(this,e)},o.prototype.redISub=function(e){return n(this.red,"redISub works only with red numbers"),this.red.isub(this,e)},o.prototype.redShl=function(e){return n(this.red,"redShl works only with red numbers"),this.red.shl(this,e)},o.prototype.redMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.mul(this,e)},o.prototype.redIMul=function(e){return n(this.red,"redMul works only with red numbers"),this.red._verify2(this,e),this.red.imul(this,e)},o.prototype.redSqr=function(){return n(this.red,"redSqr works only with red numbers"),this.red._verify1(this),this.red.sqr(this)},o.prototype.redISqr=function(){return n(this.red,"redISqr works only with red numbers"),this.red._verify1(this),this.red.isqr(this)},o.prototype.redSqrt=function(){return n(this.red,"redSqrt works only with red numbers"),this.red._verify1(this),this.red.sqrt(this)},o.prototype.redInvm=function(){return n(this.red,"redInvm works only with red numbers"),this.red._verify1(this),this.red.invm(this)},o.prototype.redNeg=function(){return n(this.red,"redNeg works only with red numbers"),this.red._verify1(this),this.red.neg(this)},o.prototype.redPow=function(e){return n(this.red&&!e.red,"redPow(normalNum)"),this.red._verify1(this),this.red.pow(this,e)};var v={k256:null,p224:null,p192:null,p25519:null};function w(e,t){this.name=e,this.p=new o(t,16),this.n=this.p.bitLength(),this.k=new o(1).iushln(this.n).isub(this.p),this.tmp=this._tmp()}function _(){w.call(this,"k256","ffffffff ffffffff ffffffff ffffffff ffffffff ffffffff fffffffe fffffc2f")}function S(){w.call(this,"p224","ffffffff ffffffff ffffffff ffffffff 00000000 00000000 00000001")}function k(){w.call(this,"p192","ffffffff ffffffff ffffffff fffffffe ffffffff ffffffff")}function E(){w.call(this,"25519","7fffffffffffffff ffffffffffffffff ffffffffffffffff ffffffffffffffed")}function M(e){if("string"===typeof e){var t=o._prime(e);this.m=t.p,this.prime=t}else n(e.gtn(1),"modulus must be greater than 1"),this.m=e,this.prime=null}function x(e){M.call(this,e),this.shift=this.m.bitLength(),this.shift%26!==0&&(this.shift+=26-this.shift%26),this.r=new o(1).iushln(this.shift),this.r2=this.imod(this.r.sqr()),this.rinv=this.r._invmp(this.m),this.minv=this.rinv.mul(this.r).isubn(1).div(this.m),this.minv=this.minv.umod(this.r),this.minv=this.r.sub(this.minv)}w.prototype._tmp=function(){var e=new o(null);return e.words=new Array(Math.ceil(this.n/13)),e},w.prototype.ireduce=function(e){var t,r=e;do{this.split(r,this.tmp),t=(r=(r=this.imulK(r)).iadd(this.tmp)).bitLength()}while(t>this.n);var n=t0?r.isub(this.p):void 0!==r.strip?r.strip():r._strip(),r},w.prototype.split=function(e,t){e.iushrn(this.n,0,t)},w.prototype.imulK=function(e){return e.imul(this.k)},i(_,w),_.prototype.split=function(e,t){for(var r=Math.min(e.length,9),n=0;n>>22,i=o}i>>>=22,e.words[n-10]=i,0===i&&e.length>10?e.length-=10:e.length-=9},_.prototype.imulK=function(e){e.words[e.length]=0,e.words[e.length+1]=0,e.length+=2;for(var t=0,r=0;r>>=26,e.words[r]=i,t=n}return 0!==t&&(e.words[e.length++]=t),e},o._prime=function(e){if(v[e])return v[e];var t;if("k256"===e)t=new _;else if("p224"===e)t=new S;else if("p192"===e)t=new k;else{if("p25519"!==e)throw new Error("Unknown prime "+e);t=new E}return v[e]=t,t},M.prototype._verify1=function(e){n(0===e.negative,"red works only with positives"),n(e.red,"red works only with red numbers")},M.prototype._verify2=function(e,t){n(0===(e.negative|t.negative),"red works only with positives"),n(e.red&&e.red===t.red,"red works only with red numbers")},M.prototype.imod=function(e){return this.prime?this.prime.ireduce(e)._forceRed(this):(f(e,e.umod(this.m)._forceRed(this)),e)},M.prototype.neg=function(e){return e.isZero()?e.clone():this.m.sub(e)._forceRed(this)},M.prototype.add=function(e,t){this._verify2(e,t);var r=e.add(t);return r.cmp(this.m)>=0&&r.isub(this.m),r._forceRed(this)},M.prototype.iadd=function(e,t){this._verify2(e,t);var r=e.iadd(t);return r.cmp(this.m)>=0&&r.isub(this.m),r},M.prototype.sub=function(e,t){this._verify2(e,t);var r=e.sub(t);return r.cmpn(0)<0&&r.iadd(this.m),r._forceRed(this)},M.prototype.isub=function(e,t){this._verify2(e,t);var r=e.isub(t);return r.cmpn(0)<0&&r.iadd(this.m),r},M.prototype.shl=function(e,t){return this._verify1(e),this.imod(e.ushln(t))},M.prototype.imul=function(e,t){return this._verify2(e,t),this.imod(e.imul(t))},M.prototype.mul=function(e,t){return this._verify2(e,t),this.imod(e.mul(t))},M.prototype.isqr=function(e){return this.imul(e,e.clone())},M.prototype.sqr=function(e){return this.mul(e,e)},M.prototype.sqrt=function(e){if(e.isZero())return e.clone();var t=this.m.andln(3);if(n(t%2===1),3===t){var r=this.m.add(new o(1)).iushrn(2);return this.pow(e,r)}for(var i=this.m.subn(1),a=0;!i.isZero()&&0===i.andln(1);)a++,i.iushrn(1);n(!i.isZero());var s=new o(1).toRed(this),u=s.redNeg(),f=this.m.subn(1).iushrn(1),c=this.m.bitLength();for(c=new o(2*c*c).toRed(this);0!==this.pow(c,f).cmp(u);)c.redIAdd(u);for(var l=this.pow(c,i),h=this.pow(e,i.addn(1).iushrn(1)),d=this.pow(e,i),p=a;0!==d.cmp(s);){for(var b=d,m=0;0!==b.cmp(s);m++)b=b.redSqr();n(m=0;n--){for(var f=t.words[n],c=u-1;c>=0;c--){var l=f>>c&1;i!==r[0]&&(i=this.sqr(i)),0!==l||0!==a?(a<<=1,a|=l,(4===++s||0===n&&0===c)&&(i=this.mul(i,r[a]),s=0,a=0)):s=0}u=26}return i},M.prototype.convertTo=function(e){var t=e.umod(this.m);return t===e?t.clone():t},M.prototype.convertFrom=function(e){var t=e.clone();return t.red=null,t},o.mont=function(e){return new x(e)},i(x,M),x.prototype.convertTo=function(e){return this.imod(e.ushln(this.shift))},x.prototype.convertFrom=function(e){var t=this.imod(e.mul(this.rinv));return t.red=null,t},x.prototype.imul=function(e,t){if(e.isZero()||t.isZero())return e.words[0]=0,e.length=1,e;var r=e.imul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),o=i;return i.cmp(this.m)>=0?o=i.isub(this.m):i.cmpn(0)<0&&(o=i.iadd(this.m)),o._forceRed(this)},x.prototype.mul=function(e,t){if(e.isZero()||t.isZero())return new o(0)._forceRed(this);var r=e.mul(t),n=r.maskn(this.shift).mul(this.minv).imaskn(this.shift).mul(this.m),i=r.isub(n).iushrn(this.shift),a=i;return i.cmp(this.m)>=0?a=i.isub(this.m):i.cmpn(0)<0&&(a=i.iadd(this.m)),a._forceRed(this)},x.prototype.invm=function(e){return this.imod(e._invmp(this.m).mul(this.r2))._forceRed(this)}}(e,this)}).call(this,r(70)(e))},function(e,t,r){var n=r(1),i=r(38).Reporter,o=r(5).Buffer;function a(e,t){i.call(this,t),o.isBuffer(e)?(this.base=e,this.offset=0,this.length=e.length):this.error("Input not Buffer")}function s(e,t){if(Array.isArray(e))this.length=0,this.value=e.map((function(e){return e instanceof s||(e=new s(e,t)),this.length+=e.length,e}),this);else if("number"===typeof e){if(!(0<=e&&e<=255))return t.error("non-byte EncoderBuffer value");this.value=e,this.length=1}else if("string"===typeof e)this.value=e,this.length=o.byteLength(e);else{if(!o.isBuffer(e))return t.error("Unsupported type: "+typeof e);this.value=e,this.length=e.length}}n(a,i),t.DecoderBuffer=a,a.prototype.save=function(){return{offset:this.offset,reporter:i.prototype.save.call(this)}},a.prototype.restore=function(e){var t=new a(this.base);return t.offset=e.offset,t.length=this.offset,this.offset=e.offset,i.prototype.restore.call(this,e.reporter),t},a.prototype.isEmpty=function(){return this.offset===this.length},a.prototype.readUInt8=function(e){return this.offset+1<=this.length?this.base.readUInt8(this.offset++,!0):this.error(e||"DecoderBuffer overrun")},a.prototype.skip=function(e,t){if(!(this.offset+e<=this.length))return this.error(t||"DecoderBuffer overrun");var r=new a(this.base);return r._reporterState=this._reporterState,r.offset=this.offset,r.length=this.offset+e,this.offset+=e,r},a.prototype.raw=function(e){return this.base.slice(e?e.offset:this.offset,this.length)},t.EncoderBuffer=s,s.prototype.join=function(e,t){return e||(e=new o(this.length)),t||(t=0),0===this.length||(Array.isArray(this.value)?this.value.forEach((function(r){r.join(e,t),t+=r.length})):("number"===typeof this.value?e[t]=this.value:"string"===typeof this.value?e.write(this.value,t):o.isBuffer(this.value)&&this.value.copy(e,t),t+=this.length)),e}},function(e,t,r){var n=t;n._reverse=function(e){var t={};return Object.keys(e).forEach((function(r){(0|r)==r&&(r|=0);var n=e[r];t[n]=r})),t},n.der=r(302)},function(e,t,r){var n=r(1),i=r(37),o=i.base,a=i.bignum,s=i.constants.der;function u(e){this.enc="der",this.name=e.name,this.entity=e,this.tree=new f,this.tree._init(e.body)}function f(e){o.Node.call(this,"der",e)}function c(e,t){var r=e.readUInt8(t);if(e.isError(r))return r;var n=s.tagClass[r>>6],i=0===(32&r);if(31===(31&r)){var o=r;for(r=0;128===(128&o);){if(o=e.readUInt8(t),e.isError(o))return o;r<<=7,r|=127&o}}else r&=31;return{cls:n,primitive:i,tag:r,tagStr:s.tag[r]}}function l(e,t,r){var n=e.readUInt8(r);if(e.isError(n))return n;if(!t&&128===n)return null;if(0===(128&n))return n;var i=127&n;if(i>4)return e.error("length octect is too long");n=0;for(var o=0;o=31)return n.error("Multi-octet tag encoding unsupported");t||(i|=32);return i|=s.tagClassByName[r||"universal"]<<6}(e,t,r,this.reporter);if(n.length<128)return(o=new i(2))[0]=a,o[1]=n.length,this._createEncoderBuffer([o,n]);for(var u=1,f=n.length;f>=256;f>>=8)u++;(o=new i(2+u))[0]=a,o[1]=128|u;f=1+u;for(var c=n.length;c>0;f--,c>>=8)o[f]=255&c;return this._createEncoderBuffer([o,n])},f.prototype._encodeStr=function(e,t){if("bitstr"===t)return this._createEncoderBuffer([0|e.unused,e.data]);if("bmpstr"===t){for(var r=new i(2*e.length),n=0;n=40)return this.reporter.error("Second objid identifier OOB");e.splice(0,2,40*e[0]+e[1])}var o=0;for(n=0;n=128;a>>=7)o++}var s=new i(o),u=s.length-1;for(n=e.length-1;n>=0;n--){a=e[n];for(s[u--]=127&a;(a>>=7)>0;)s[u--]=128|127&a}return this._createEncoderBuffer(s)},f.prototype._encodeTime=function(e,t){var r,n=new Date(e);return"gentime"===t?r=[c(n.getFullYear()),c(n.getUTCMonth()+1),c(n.getUTCDate()),c(n.getUTCHours()),c(n.getUTCMinutes()),c(n.getUTCSeconds()),"Z"].join(""):"utctime"===t?r=[c(n.getFullYear()%100),c(n.getUTCMonth()+1),c(n.getUTCDate()),c(n.getUTCHours()),c(n.getUTCMinutes()),c(n.getUTCSeconds()),"Z"].join(""):this.reporter.error("Encoding "+t+" time is not supported yet"),this._encodeStr(r,"octstr")},f.prototype._encodeNull=function(){return this._createEncoderBuffer("")},f.prototype._encodeInt=function(e,t){if("string"===typeof e){if(!t)return this.reporter.error("String int or enum given, but no values map");if(!t.hasOwnProperty(e))return this.reporter.error("Values map doesn't contain: "+JSON.stringify(e));e=t[e]}if("number"!==typeof e&&!i.isBuffer(e)){var r=e.toArray();!e.sign&&128&r[0]&&r.unshift(0),e=new i(r)}if(i.isBuffer(e)){var n=e.length;0===e.length&&n++;var o=new i(n);return e.copy(o),0===e.length&&(o[0]=0),this._createEncoderBuffer(o)}if(e<128)return this._createEncoderBuffer(e);if(e<256)return this._createEncoderBuffer([0,e]);n=1;for(var a=e;a>=256;a>>=8)n++;for(a=(o=new Array(n)).length-1;a>=0;a--)o[a]=255&e,e>>=8;return 128&o[0]&&o.unshift(0),this._createEncoderBuffer(new i(o))},f.prototype._encodeBool=function(e){return this._createEncoderBuffer(e?255:0)},f.prototype._use=function(e,t){return"function"===typeof e&&(e=e(t)),e._getEncoder("der").tree},f.prototype._skipDefault=function(e,t,r){var n,i=this._baseState;if(null===i.default)return!1;var o=e.join();if(void 0===i.defaultBuffer&&(i.defaultBuffer=this._encodeValue(i.default,t,r).join()),o.length!==i.defaultBuffer.length)return!1;for(n=0;ne._pos){var o=r.substr(e._pos);if("x-user-defined"===e._charset){for(var a=new i(o.length),s=0;se._pos&&(e.push(new i(new Uint8Array(f.result.slice(e._pos)))),e._pos=f.result.byteLength)},f.onload=function(){e.push(null)},f.readAsArrayBuffer(r)}e._xhr.readyState===u.DONE&&"ms-stream"!==e._mode&&e.push(null)}}).call(this,r(7),r(9),r(5).Buffer)},function(e,t,r){var n=r(77),i=r(52),o=e.exports;for(var a in n)n.hasOwnProperty(a)&&(o[a]=n[a]);function s(e){if("string"===typeof e&&(e=i.parse(e)),e.protocol||(e.protocol="https:"),"https:"!==e.protocol)throw new Error('Protocol "'+e.protocol+'" not supported. Expected "https:"');return e}o.request=function(e,t){return e=s(e),n.request.call(this,e,t)},o.get=function(e,t){return e=s(e),n.get.call(this,e,t)}},function(e,t){e.exports.isAnEarlyCloseHost=function(e){return e&&e.match(".*google(apis)?.com$")}},function(e,t,r){t.OAuth=r(108).OAuth,t.OAuthEcho=r(108).OAuthEcho,t.OAuth2=r(325).OAuth2},function(e,t,r){"use strict";function n(e){var t,r=e.Symbol;return"function"===typeof r?r.observable?t=r.observable:(t=r("observable"),r.observable=t):t="@@observable",t}r.d(t,"a",(function(){return n}))},function(e,t,r){"use strict";function n(e,t){if(null==e)return{};var r,n,i=function(e,t){if(null==e)return{};var r,n,i={},o=Object.keys(e);for(n=0;n=0||(i[r]=e[r]);return i}(e,t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(e);for(n=0;n=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(i[r]=e[r])}return i}r.d(t,"a",(function(){return n}))},function(e,t,r){"use strict";function n(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function i(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function o(e){for(var t=1;tR.length&&R.push(e)}function I(e,t,r){return null==e?0:function e(t,r,n,i){var s=typeof t;"undefined"!==s&&"boolean"!==s||(t=null);var u=!1;if(null===t)u=!0;else switch(s){case"string":case"number":u=!0;break;case"object":switch(t.$$typeof){case o:case a:u=!0}}if(u)return n(i,t,""===r?"."+B(t,0):r),1;if(u=0,r=""===r?".":r+":",Array.isArray(t))for(var f=0;f