@qelos/aidev 0.11.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env.aidev.example +6 -1
- package/README.md +21 -0
- package/dist/__tests__/accepted.test.d.ts +2 -0
- package/dist/__tests__/accepted.test.d.ts.map +1 -0
- package/dist/__tests__/accepted.test.js +151 -0
- package/dist/__tests__/accepted.test.js.map +1 -0
- package/dist/__tests__/activeTask.test.d.ts +2 -0
- package/dist/__tests__/activeTask.test.d.ts.map +1 -0
- package/dist/__tests__/activeTask.test.js +106 -0
- package/dist/__tests__/activeTask.test.js.map +1 -0
- package/dist/__tests__/ai-runners.test.d.ts +2 -0
- package/dist/__tests__/ai-runners.test.d.ts.map +1 -0
- package/dist/__tests__/ai-runners.test.js +717 -0
- package/dist/__tests__/ai-runners.test.js.map +1 -0
- package/dist/__tests__/clickup-format.test.d.ts +2 -0
- package/dist/__tests__/clickup-format.test.d.ts.map +1 -0
- package/dist/__tests__/clickup-format.test.js +256 -0
- package/dist/__tests__/clickup-format.test.js.map +1 -0
- package/dist/__tests__/config.test.d.ts +2 -0
- package/dist/__tests__/config.test.d.ts.map +1 -0
- package/dist/__tests__/config.test.js +493 -0
- package/dist/__tests__/config.test.js.map +1 -0
- package/dist/__tests__/git.test.d.ts +2 -0
- package/dist/__tests__/git.test.d.ts.map +1 -0
- package/dist/__tests__/git.test.js +697 -0
- package/dist/__tests__/git.test.js.map +1 -0
- package/dist/__tests__/github.test.d.ts +2 -0
- package/dist/__tests__/github.test.d.ts.map +1 -0
- package/dist/__tests__/github.test.js +292 -0
- package/dist/__tests__/github.test.js.map +1 -0
- package/dist/__tests__/help.test.d.ts +2 -0
- package/dist/__tests__/help.test.d.ts.map +1 -0
- package/dist/__tests__/help.test.js +34 -0
- package/dist/__tests__/help.test.js.map +1 -0
- package/dist/__tests__/hooks.test.d.ts +2 -0
- package/dist/__tests__/hooks.test.d.ts.map +1 -0
- package/dist/__tests__/hooks.test.js +381 -0
- package/dist/__tests__/hooks.test.js.map +1 -0
- package/dist/__tests__/init.test.d.ts +2 -0
- package/dist/__tests__/init.test.d.ts.map +1 -0
- package/dist/__tests__/init.test.js +850 -0
- package/dist/__tests__/init.test.js.map +1 -0
- package/dist/__tests__/local-provider.test.d.ts +2 -0
- package/dist/__tests__/local-provider.test.d.ts.map +1 -0
- package/dist/__tests__/local-provider.test.js +631 -0
- package/dist/__tests__/local-provider.test.js.map +1 -0
- package/dist/__tests__/lockfile.test.d.ts +2 -0
- package/dist/__tests__/lockfile.test.d.ts.map +1 -0
- package/dist/__tests__/lockfile.test.js +144 -0
- package/dist/__tests__/lockfile.test.js.map +1 -0
- package/dist/__tests__/permissions.test.d.ts +2 -0
- package/dist/__tests__/permissions.test.d.ts.map +1 -0
- package/dist/__tests__/permissions.test.js +197 -0
- package/dist/__tests__/permissions.test.js.map +1 -0
- package/dist/__tests__/planning.test.d.ts +2 -0
- package/dist/__tests__/planning.test.d.ts.map +1 -0
- package/dist/__tests__/planning.test.js +444 -0
- package/dist/__tests__/planning.test.js.map +1 -0
- package/dist/__tests__/platform.test.d.ts +2 -0
- package/dist/__tests__/platform.test.d.ts.map +1 -0
- package/dist/__tests__/platform.test.js +329 -0
- package/dist/__tests__/platform.test.js.map +1 -0
- package/dist/__tests__/providers.test.d.ts +2 -0
- package/dist/__tests__/providers.test.d.ts.map +1 -0
- package/dist/__tests__/providers.test.js +1238 -0
- package/dist/__tests__/providers.test.js.map +1 -0
- package/dist/__tests__/run.test.d.ts +2 -0
- package/dist/__tests__/run.test.d.ts.map +1 -0
- package/dist/__tests__/run.test.js +943 -0
- package/dist/__tests__/run.test.js.map +1 -0
- package/dist/__tests__/schedule.test.d.ts +2 -0
- package/dist/__tests__/schedule.test.d.ts.map +1 -0
- package/dist/__tests__/schedule.test.js +385 -0
- package/dist/__tests__/schedule.test.js.map +1 -0
- package/dist/__tests__/sessions.test.d.ts +2 -0
- package/dist/__tests__/sessions.test.d.ts.map +1 -0
- package/dist/__tests__/sessions.test.js +232 -0
- package/dist/__tests__/sessions.test.js.map +1 -0
- package/dist/__tests__/tasks.test.d.ts +2 -0
- package/dist/__tests__/tasks.test.d.ts.map +1 -0
- package/dist/__tests__/tasks.test.js +440 -0
- package/dist/__tests__/tasks.test.js.map +1 -0
- package/dist/__tests__/thinking-recovery.test.d.ts +2 -0
- package/dist/__tests__/thinking-recovery.test.d.ts.map +1 -0
- package/dist/__tests__/thinking-recovery.test.js +464 -0
- package/dist/__tests__/thinking-recovery.test.js.map +1 -0
- package/dist/activeTask.d.ts +11 -0
- package/dist/activeTask.d.ts.map +1 -0
- package/dist/activeTask.js +79 -0
- package/dist/activeTask.js.map +1 -0
- package/dist/ai/anthropicSdk.d.ts +6 -4
- package/dist/ai/anthropicSdk.d.ts.map +1 -1
- package/dist/ai/anthropicSdk.js +7 -5
- package/dist/ai/anthropicSdk.js.map +1 -1
- package/dist/ai/claude.d.ts.map +1 -1
- package/dist/ai/claude.js +6 -1
- package/dist/ai/claude.js.map +1 -1
- package/dist/cli.js +38 -13
- package/dist/cli.js.map +1 -1
- package/dist/commands/init.d.ts +2 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +24 -6
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/run.d.ts +4 -2
- package/dist/commands/run.d.ts.map +1 -1
- package/dist/commands/run.js +52 -21
- package/dist/commands/run.js.map +1 -1
- package/dist/commands/schedule.d.ts +40 -0
- package/dist/commands/schedule.d.ts.map +1 -1
- package/dist/commands/schedule.js +296 -25
- package/dist/commands/schedule.js.map +1 -1
- package/dist/commands/ui.d.ts +6 -0
- package/dist/commands/ui.d.ts.map +1 -0
- package/dist/commands/ui.js +176 -0
- package/dist/commands/ui.js.map +1 -0
- package/dist/config.d.ts.map +1 -1
- package/dist/config.js +3 -1
- package/dist/config.js.map +1 -1
- package/dist/providers/base.d.ts +15 -3
- package/dist/providers/base.d.ts.map +1 -1
- package/dist/providers/clickup.d.ts +12 -3
- package/dist/providers/clickup.d.ts.map +1 -1
- package/dist/providers/clickup.js +103 -37
- package/dist/providers/clickup.js.map +1 -1
- package/dist/providers/jira.d.ts +6 -3
- package/dist/providers/jira.d.ts.map +1 -1
- package/dist/providers/jira.js +54 -10
- package/dist/providers/jira.js.map +1 -1
- package/dist/providers/linear.d.ts +4 -2
- package/dist/providers/linear.d.ts.map +1 -1
- package/dist/providers/linear.js +62 -2
- package/dist/providers/linear.js.map +1 -1
- package/dist/providers/local.d.ts +3 -2
- package/dist/providers/local.d.ts.map +1 -1
- package/dist/providers/local.js +19 -2
- package/dist/providers/local.js.map +1 -1
- package/dist/providers/monday.d.ts +2 -2
- package/dist/providers/monday.d.ts.map +1 -1
- package/dist/providers/monday.js +2 -2
- package/dist/providers/monday.js.map +1 -1
- package/dist/providers/notion.d.ts +3 -2
- package/dist/providers/notion.d.ts.map +1 -1
- package/dist/providers/notion.js +24 -2
- package/dist/providers/notion.js.map +1 -1
- package/dist/providers/trello.d.ts +5 -3
- package/dist/providers/trello.d.ts.map +1 -1
- package/dist/providers/trello.js +90 -10
- package/dist/providers/trello.js.map +1 -1
- package/dist/types.d.ts +7 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +9 -2
- package/ui/.output/nitro.json +15 -0
- package/ui/.output/public/_nuxt/2bKOvQ0d.js +1 -0
- package/ui/.output/public/_nuxt/B2vj_HiW.js +1 -0
- package/ui/.output/public/_nuxt/B9AVA2DP.js +1 -0
- package/ui/.output/public/_nuxt/Bwm-qAEx.js +1 -0
- package/ui/.output/public/_nuxt/C2BUFUls.js +1 -0
- package/ui/.output/public/_nuxt/C7JnlssT.js +1 -0
- package/ui/.output/public/_nuxt/C9wM2XOU.js +70 -0
- package/ui/.output/public/_nuxt/CLsTGSNv.js +1 -0
- package/ui/.output/public/_nuxt/CYtbVgsc.js +1 -0
- package/ui/.output/public/_nuxt/CgEeSDUJ.js +1 -0
- package/ui/.output/public/_nuxt/CjYvNw4D.js +1 -0
- package/ui/.output/public/_nuxt/CnlcD-w9.js +4 -0
- package/ui/.output/public/_nuxt/Czg20gUb.js +1 -0
- package/ui/.output/public/_nuxt/D7LY3N47.js +16 -0
- package/ui/.output/public/_nuxt/DCp3GJQW.js +1 -0
- package/ui/.output/public/_nuxt/DKIXA6Zt.js +1 -0
- package/ui/.output/public/_nuxt/DL7l9XXk.js +6 -0
- package/ui/.output/public/_nuxt/DWD1xjy0.js +2 -0
- package/ui/.output/public/_nuxt/DWMhLzME.js +1 -0
- package/ui/.output/public/_nuxt/Daca6CiN.js +5 -0
- package/ui/.output/public/_nuxt/DehGGwZq.js +1 -0
- package/ui/.output/public/_nuxt/DlAUqK2U.js +1 -0
- package/ui/.output/public/_nuxt/DqW9UKXb.js +1 -0
- package/ui/.output/public/_nuxt/Select.qOczc23w.css +1 -0
- package/ui/.output/public/_nuxt/bW-720fM.js +1 -0
- package/ui/.output/public/_nuxt/builds/latest.json +1 -0
- package/ui/.output/public/_nuxt/builds/meta/c49b1b03-d8dc-418a-b51f-b44d0b1baf95.json +1 -0
- package/ui/.output/public/_nuxt/config.ClyHUYof.css +1 -0
- package/ui/.output/public/_nuxt/default.Dw-0Xw5D.css +1 -0
- package/ui/.output/public/_nuxt/error-404.DL_4WIao.css +1 -0
- package/ui/.output/public/_nuxt/error-500.I1Dtv2V5.css +1 -0
- package/ui/.output/public/_nuxt/login.DTksG_7N.css +1 -0
- package/ui/.output/public/_nuxt/logs.BmDpUxtf.css +1 -0
- package/ui/.output/public/_nuxt/m0N__S0x.js +1 -0
- package/ui/.output/public/_nuxt/run.ByHLIFjd.css +1 -0
- package/ui/.output/public/_nuxt/schedule.Do4mgJz1.css +1 -0
- package/ui/.output/public/_nuxt/tasks.C3nyxPxf.css +1 -0
- package/ui/.output/server/chunks/_/error-500.mjs +19 -0
- package/ui/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/ui/.output/server/chunks/_/icons.mjs +5190 -0
- package/ui/.output/server/chunks/_/icons.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Badge-2SB8hHdz.mjs +215 -0
- package/ui/.output/server/chunks/build/Badge-2SB8hHdz.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Button-Dgqz5RR8.mjs +718 -0
- package/ui/.output/server/chunks/build/Button-Dgqz5RR8.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Card-BkfpdQZ7.mjs +128 -0
- package/ui/.output/server/chunks/build/Card-BkfpdQZ7.mjs.map +1 -0
- package/ui/.output/server/chunks/build/FormGroup-UXO0FHfr.mjs +185 -0
- package/ui/.output/server/chunks/build/FormGroup-UXO0FHfr.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Input-ckU7qZlb.mjs +374 -0
- package/ui/.output/server/chunks/build/Input-ckU7qZlb.mjs.map +1 -0
- package/ui/.output/server/chunks/build/MarkdownContent-styles.Cmzswe4U.mjs +8 -0
- package/ui/.output/server/chunks/build/MarkdownContent-styles.Cmzswe4U.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Modal-KQ_hNOLI.mjs +1194 -0
- package/ui/.output/server/chunks/build/Modal-KQ_hNOLI.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Select-ByGZz9s4.mjs +335 -0
- package/ui/.output/server/chunks/build/Select-ByGZz9s4.mjs.map +1 -0
- package/ui/.output/server/chunks/build/Select-styles.D58nX-1h.mjs +8 -0
- package/ui/.output/server/chunks/build/Select-styles.D58nX-1h.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TagsBar-styles.Dl9oYtA7.mjs +8 -0
- package/ui/.output/server/chunks/build/TagsBar-styles.Dl9oYtA7.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TaskCreateModal-styles.Ctk3K3aq.mjs +8 -0
- package/ui/.output/server/chunks/build/TaskCreateModal-styles.Ctk3K3aq.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TaskDetailExecute-styles.BOwrZEBG.mjs +8 -0
- package/ui/.output/server/chunks/build/TaskDetailExecute-styles.BOwrZEBG.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TaskDetailModal-styles.BpZ60PFP.mjs +8 -0
- package/ui/.output/server/chunks/build/TaskDetailModal-styles.BpZ60PFP.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TasksBoard-styles.CDYjY0Wq.mjs +8 -0
- package/ui/.output/server/chunks/build/TasksBoard-styles.CDYjY0Wq.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TasksBoardColumn-styles.X1QYmfM6.mjs +8 -0
- package/ui/.output/server/chunks/build/TasksBoardColumn-styles.X1QYmfM6.mjs.map +1 -0
- package/ui/.output/server/chunks/build/TasksTaskCard-styles.VxnwrHTQ.mjs +8 -0
- package/ui/.output/server/chunks/build/TasksTaskCard-styles.VxnwrHTQ.mjs.map +1 -0
- package/ui/.output/server/chunks/build/_plugin-vue_export-helper-1tPrXgE0.mjs +10 -0
- package/ui/.output/server/chunks/build/_plugin-vue_export-helper-1tPrXgE0.mjs.map +1 -0
- package/ui/.output/server/chunks/build/client.precomputed.mjs +4 -0
- package/ui/.output/server/chunks/build/client.precomputed.mjs.map +1 -0
- package/ui/.output/server/chunks/build/config-QZGfNfGJ.mjs +2088 -0
- package/ui/.output/server/chunks/build/config-QZGfNfGJ.mjs.map +1 -0
- package/ui/.output/server/chunks/build/config-styles.DjqRFF9g.mjs +8 -0
- package/ui/.output/server/chunks/build/config-styles.DjqRFF9g.mjs.map +1 -0
- package/ui/.output/server/chunks/build/default-DiZbTfNE.mjs +116 -0
- package/ui/.output/server/chunks/build/default-DiZbTfNE.mjs.map +1 -0
- package/ui/.output/server/chunks/build/default-styles.DmprFUrQ.mjs +8 -0
- package/ui/.output/server/chunks/build/default-styles.DmprFUrQ.mjs.map +1 -0
- package/ui/.output/server/chunks/build/entry-styles.D33dgEBj.mjs +11 -0
- package/ui/.output/server/chunks/build/entry-styles.D33dgEBj.mjs.map +1 -0
- package/ui/.output/server/chunks/build/error-404-NTLKljQP.mjs +108 -0
- package/ui/.output/server/chunks/build/error-404-NTLKljQP.mjs.map +1 -0
- package/ui/.output/server/chunks/build/error-404-styles.CiJjK6WX.mjs +8 -0
- package/ui/.output/server/chunks/build/error-404-styles.CiJjK6WX.mjs.map +1 -0
- package/ui/.output/server/chunks/build/error-500-CoQbT3iY.mjs +86 -0
- package/ui/.output/server/chunks/build/error-500-CoQbT3iY.mjs.map +1 -0
- package/ui/.output/server/chunks/build/error-500-styles.ulHNpcF1.mjs +8 -0
- package/ui/.output/server/chunks/build/error-500-styles.ulHNpcF1.mjs.map +1 -0
- package/ui/.output/server/chunks/build/index-DZrzYTcX.mjs +89 -0
- package/ui/.output/server/chunks/build/index-DZrzYTcX.mjs.map +1 -0
- package/ui/.output/server/chunks/build/index-Dy4Tu7MB.mjs +607 -0
- package/ui/.output/server/chunks/build/index-Dy4Tu7MB.mjs.map +1 -0
- package/ui/.output/server/chunks/build/interval-Dye37XM9.mjs +186 -0
- package/ui/.output/server/chunks/build/interval-Dye37XM9.mjs.map +1 -0
- package/ui/.output/server/chunks/build/login-cekfLp5n.mjs +162 -0
- package/ui/.output/server/chunks/build/login-cekfLp5n.mjs.map +1 -0
- package/ui/.output/server/chunks/build/login-styles.DX0ZNufk.mjs +8 -0
- package/ui/.output/server/chunks/build/login-styles.DX0ZNufk.mjs.map +1 -0
- package/ui/.output/server/chunks/build/logs-hZKOhIqF.mjs +586 -0
- package/ui/.output/server/chunks/build/logs-hZKOhIqF.mjs.map +1 -0
- package/ui/.output/server/chunks/build/logs-styles.jGthmQxA.mjs +8 -0
- package/ui/.output/server/chunks/build/logs-styles.jGthmQxA.mjs.map +1 -0
- package/ui/.output/server/chunks/build/nuxt-link-B3UD8izG.mjs +293 -0
- package/ui/.output/server/chunks/build/nuxt-link-B3UD8izG.mjs.map +1 -0
- package/ui/.output/server/chunks/build/run-CfSa6qTR.mjs +312 -0
- package/ui/.output/server/chunks/build/run-CfSa6qTR.mjs.map +1 -0
- package/ui/.output/server/chunks/build/run-styles.PsIyKaYb.mjs +8 -0
- package/ui/.output/server/chunks/build/run-styles.PsIyKaYb.mjs.map +1 -0
- package/ui/.output/server/chunks/build/schedule-Pz7_wUvq.mjs +869 -0
- package/ui/.output/server/chunks/build/schedule-Pz7_wUvq.mjs.map +1 -0
- package/ui/.output/server/chunks/build/schedule-styles.Bv6vOJH1.mjs +8 -0
- package/ui/.output/server/chunks/build/schedule-styles.Bv6vOJH1.mjs.map +1 -0
- package/ui/.output/server/chunks/build/selectMenu-B2FUotwL.mjs +158 -0
- package/ui/.output/server/chunks/build/selectMenu-B2FUotwL.mjs.map +1 -0
- package/ui/.output/server/chunks/build/server.mjs +1853 -0
- package/ui/.output/server/chunks/build/server.mjs.map +1 -0
- package/ui/.output/server/chunks/build/styles.mjs +25 -0
- package/ui/.output/server/chunks/build/styles.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-Bc5VRFpY.mjs +2239 -0
- package/ui/.output/server/chunks/build/tasks-Bc5VRFpY.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-1.mjs-F12QSoy2.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-1.mjs-F12QSoy2.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-2.mjs-U_AoCSxR.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-2.mjs-U_AoCSxR.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-3.mjs-DI5PT28Z.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-3.mjs-DI5PT28Z.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-4.mjs-D037ZDm6.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-4.mjs-D037ZDm6.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-5.mjs-C-8-0itm.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-5.mjs-C-8-0itm.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-6.mjs-eVZp4A8Q.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-6.mjs-eVZp4A8Q.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-7.mjs-DPUNG0PO.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-7.mjs-DPUNG0PO.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles-8.mjs-BWrrF67v.mjs +4 -0
- package/ui/.output/server/chunks/build/tasks-styles-8.mjs-BWrrF67v.mjs.map +1 -0
- package/ui/.output/server/chunks/build/tasks-styles.C7XECkUG.mjs +25 -0
- package/ui/.output/server/chunks/build/tasks-styles.C7XECkUG.mjs.map +1 -0
- package/ui/.output/server/chunks/build/useApi-CFWxoIea.mjs +470 -0
- package/ui/.output/server/chunks/build/useApi-CFWxoIea.mjs.map +1 -0
- package/ui/.output/server/chunks/nitro/nitro.mjs +6418 -0
- package/ui/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/config/test.post.mjs +146 -0
- package/ui/.output/server/chunks/routes/api/config/test.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/config.get.mjs +27 -0
- package/ui/.output/server/chunks/routes/api/config.get.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/config.put.mjs +44 -0
- package/ui/.output/server/chunks/routes/api/config.put.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/logs.delete.mjs +32 -0
- package/ui/.output/server/chunks/routes/api/logs.delete.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/logs.get.mjs +63 -0
- package/ui/.output/server/chunks/routes/api/logs.get.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/run/cancel.post.mjs +42 -0
- package/ui/.output/server/chunks/routes/api/run/cancel.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/run.post.mjs +98 -0
- package/ui/.output/server/chunks/routes/api/run.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/schedule/_id_.delete.mjs +28 -0
- package/ui/.output/server/chunks/routes/api/schedule/_id_.delete.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/schedule/fix.post.mjs +21 -0
- package/ui/.output/server/chunks/routes/api/schedule/fix.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/schedule.get.mjs +21 -0
- package/ui/.output/server/chunks/routes/api/schedule.get.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/schedule.post.mjs +31 -0
- package/ui/.output/server/chunks/routes/api/schedule.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id/comment.post.mjs +36 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id/comment.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id/execute.post.mjs +89 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id/execute.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id/status.post.mjs +35 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id/status.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id_.get.mjs +36 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id_.get.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id_.patch.mjs +82 -0
- package/ui/.output/server/chunks/routes/api/tasks/_id_.patch.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks/statuses.get.mjs +43 -0
- package/ui/.output/server/chunks/routes/api/tasks/statuses.get.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks.get.mjs +69 -0
- package/ui/.output/server/chunks/routes/api/tasks.get.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/api/tasks.post.mjs +45 -0
- package/ui/.output/server/chunks/routes/api/tasks.post.mjs.map +1 -0
- package/ui/.output/server/chunks/routes/renderer.mjs +494 -0
- package/ui/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/ui/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/ui/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/ui/.output/server/index.mjs +17 -0
- package/ui/.output/server/index.mjs.map +1 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/decode-codepoint.js +77 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/decode.js +568 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/generated/decode-data-html.js +7 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/internal/decode-shared.js +31 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/dist/commonjs/package.json +3 -0
- package/ui/.output/server/node_modules/.nitro/entities@7.0.1/package.json +120 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/decode-codepoint.js +46 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/decode.js +544 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/escape.js +132 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/generated/decode-data-html.js +5 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/generated/decode-data-xml.js +5 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/internal/bin-trie-flags.js +18 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/dist/internal/decode-shared.js +17 -0
- package/ui/.output/server/node_modules/.nitro/entities@8.0.0/package.json +83 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/index.js +29 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/cache.js +90 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/color.js +3534 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/common.js +17 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/constant.js +60 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/convert.js +245 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/css-calc.js +636 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/css-gradient.js +291 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/css-var.js +144 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/relative-color.js +451 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/resolve.js +210 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/dist/esm/js/util.js +274 -0
- package/ui/.output/server/node_modules/@asamuzakjp/css-color/package.json +89 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/package.json +79 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/index.js +393 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/constant.js +129 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/finder.js +3150 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/matcher.js +612 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/parser.js +441 -0
- package/ui/.output/server/node_modules/@asamuzakjp/dom-selector/src/js/utility.js +1109 -0
- package/ui/.output/server/node_modules/@asamuzakjp/generational-cache/package.json +65 -0
- package/ui/.output/server/node_modules/@asamuzakjp/generational-cache/src/index.js +125 -0
- package/ui/.output/server/node_modules/@asamuzakjp/nwsapi/package.json +43 -0
- package/ui/.output/server/node_modules/@asamuzakjp/nwsapi/src/nwsapi.js +1855 -0
- package/ui/.output/server/node_modules/@babel/parser/lib/index.js +14599 -0
- package/ui/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/ui/.output/server/node_modules/@bramus/specificity/dist/index.cjs +8 -0
- package/ui/.output/server/node_modules/@bramus/specificity/package.json +92 -0
- package/ui/.output/server/node_modules/@csstools/color-helpers/dist/index.mjs +263 -0
- package/ui/.output/server/node_modules/@csstools/color-helpers/package.json +55 -0
- package/ui/.output/server/node_modules/@csstools/css-calc/dist/index.mjs +1 -0
- package/ui/.output/server/node_modules/@csstools/css-calc/package.json +59 -0
- package/ui/.output/server/node_modules/@csstools/css-color-parser/dist/index.mjs +1 -0
- package/ui/.output/server/node_modules/@csstools/css-color-parser/package.json +64 -0
- package/ui/.output/server/node_modules/@csstools/css-parser-algorithms/dist/index.mjs +1 -0
- package/ui/.output/server/node_modules/@csstools/css-parser-algorithms/package.json +58 -0
- package/ui/.output/server/node_modules/@csstools/css-syntax-patches-for-csstree/dist/index.json +777 -0
- package/ui/.output/server/node_modules/@csstools/css-syntax-patches-for-csstree/package.json +56 -0
- package/ui/.output/server/node_modules/@csstools/css-tokenizer/dist/index.mjs +1 -0
- package/ui/.output/server/node_modules/@csstools/css-tokenizer/package.json +55 -0
- package/ui/.output/server/node_modules/@exodus/bytes/assert.js +26 -0
- package/ui/.output/server/node_modules/@exodus/bytes/base64.js +181 -0
- package/ui/.output/server/node_modules/@exodus/bytes/encoding-lite.js +12 -0
- package/ui/.output/server/node_modules/@exodus/bytes/encoding.js +18 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/_utils.js +60 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/base64.js +191 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.api.js +38 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.js +369 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.labels.js +50 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/encoding.util.js +65 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/latin1.js +152 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.encodings.cjs +1 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.encodings.json +546 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.js +962 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/multi-byte.table.js +118 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/percent.js +31 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/platform.js +2 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/platform.native.js +122 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/single-byte.encodings.js +73 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/single-byte.js +110 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/utf16.js +266 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/utf8.auto.js +1 -0
- package/ui/.output/server/node_modules/@exodus/bytes/fallback/utf8.js +270 -0
- package/ui/.output/server/node_modules/@exodus/bytes/multi-byte.js +19 -0
- package/ui/.output/server/node_modules/@exodus/bytes/multi-byte.node.js +29 -0
- package/ui/.output/server/node_modules/@exodus/bytes/package.json +298 -0
- package/ui/.output/server/node_modules/@exodus/bytes/single-byte.js +135 -0
- package/ui/.output/server/node_modules/@exodus/bytes/single-byte.node.js +127 -0
- package/ui/.output/server/node_modules/@exodus/bytes/utf16.js +1 -0
- package/ui/.output/server/node_modules/@exodus/bytes/utf16.native.js +22 -0
- package/ui/.output/server/node_modules/@exodus/bytes/utf16.node.js +71 -0
- package/ui/.output/server/node_modules/@exodus/bytes/utf8.js +65 -0
- package/ui/.output/server/node_modules/@exodus/bytes/utf8.node.js +67 -0
- package/ui/.output/server/node_modules/@exodus/bytes/whatwg.js +80 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/colors/index.mjs +350 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/colors/keywords.mjs +188 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/css/common.mjs +90 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/css/format.mjs +38 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/css/icon.mjs +76 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/css/icons.mjs +168 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/bool.mjs +22 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.mjs +14 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/flip.mjs +16 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/merge.mjs +22 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.mjs +33 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.mjs +51 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/convert.mjs +84 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/data.mjs +16 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/format.mjs +44 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/parse.mjs +58 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.mjs +231 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.mjs +31 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.mjs +164 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.mjs +216 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.mjs +113 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.mjs +104 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.mjs +34 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.mjs +75 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.mjs +97 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.mjs +54 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.mjs +97 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.mjs +45 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.mjs +105 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.mjs +54 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon/defaults.mjs +24 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon/merge.mjs +20 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon/name.mjs +53 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon/square.mjs +23 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon/transformations.mjs +16 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.mjs +182 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.mjs +22 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.mjs +28 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.mjs +46 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.mjs +66 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.mjs +51 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.mjs +23 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.mjs +62 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.mjs +161 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/index.mjs +64 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/loader/custom.mjs +50 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/loader/loader.mjs +59 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/loader/modern.mjs +80 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/loader/utils.mjs +92 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/misc/objects.mjs +30 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/misc/strings.mjs +17 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/misc/title.mjs +5 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/build.mjs +119 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/defs.mjs +30 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.mjs +20 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/html.mjs +9 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/id.mjs +28 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.mjs +19 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/parse.mjs +83 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/pretty.mjs +70 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/size.mjs +40 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/trim.mjs +5 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/url.mjs +11 -0
- package/ui/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.mjs +8 -0
- package/ui/.output/server/node_modules/@iconify/utils/package.json +447 -0
- package/ui/.output/server/node_modules/@iconify/vue/dist/iconify.mjs +1896 -0
- package/ui/.output/server/node_modules/@iconify/vue/package.json +62 -0
- package/ui/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6755 -0
- package/ui/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/ui/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +689 -0
- package/ui/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/ui/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1413 -0
- package/ui/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/api.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/app.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/component.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/context.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/hooks.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/index.js +22 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/api/util.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/const.js +5 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/env.js +17 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/index.js +45 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/plugin.js +2 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/proxy.js +111 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/lib/cjs/time.js +28 -0
- package/ui/.output/server/node_modules/@vue/devtools-api/package.json +37 -0
- package/ui/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1898 -0
- package/ui/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/ui/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6875 -0
- package/ui/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/ui/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1822 -0
- package/ui/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/ui/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +883 -0
- package/ui/.output/server/node_modules/@vue/server-renderer/package.json +55 -0
- package/ui/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +604 -0
- package/ui/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/ui/.output/server/node_modules/@vueuse/core/index.mjs +8299 -0
- package/ui/.output/server/node_modules/@vueuse/core/package.json +51 -0
- package/ui/.output/server/node_modules/@vueuse/shared/index.mjs +1641 -0
- package/ui/.output/server/node_modules/@vueuse/shared/package.json +44 -0
- package/ui/.output/server/node_modules/bidi-js/dist/bidi.js +1010 -0
- package/ui/.output/server/node_modules/bidi-js/package.json +39 -0
- package/ui/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/ui/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/ui/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/ui/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/ui/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/ui/.output/server/node_modules/consola/package.json +136 -0
- package/ui/.output/server/node_modules/css-tree/cjs/convertor/create.cjs +32 -0
- package/ui/.output/server/node_modules/css-tree/cjs/data-patch.cjs +7 -0
- package/ui/.output/server/node_modules/css-tree/cjs/data.cjs +120 -0
- package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/SyntaxError.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/generate.cjs +139 -0
- package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/index.cjs +13 -0
- package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/parse.cjs +596 -0
- package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/scanner.cjs +113 -0
- package/ui/.output/server/node_modules/css-tree/cjs/definition-syntax/walk.cjs +57 -0
- package/ui/.output/server/node_modules/css-tree/cjs/generator/create.cjs +107 -0
- package/ui/.output/server/node_modules/css-tree/cjs/generator/sourceMap.cjs +96 -0
- package/ui/.output/server/node_modules/css-tree/cjs/generator/token-before.cjs +169 -0
- package/ui/.output/server/node_modules/css-tree/cjs/index.cjs +65 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/Lexer.cjs +517 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/error.cjs +128 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic-an-plus-b.cjs +235 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic-const.cjs +12 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic-urange.cjs +149 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/generic.cjs +717 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/match-graph.cjs +530 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/match.cjs +632 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/prepare-tokens.cjs +54 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/search.cjs +65 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/structure.cjs +173 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/trace.cjs +73 -0
- package/ui/.output/server/node_modules/css-tree/cjs/lexer/units.cjs +38 -0
- package/ui/.output/server/node_modules/css-tree/cjs/parser/SyntaxError.cjs +74 -0
- package/ui/.output/server/node_modules/css-tree/cjs/parser/create.cjs +402 -0
- package/ui/.output/server/node_modules/css-tree/cjs/parser/sequence.cjs +47 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/container.cjs +32 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/font-face.cjs +12 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/import.cjs +101 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/index.cjs +27 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/layer.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/media.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/nest.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/page.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/scope.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/starting-style.cjs +12 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/atrule/supports.cjs +16 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/lexer.cjs +14 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/mix.cjs +126 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/parser.cjs +49 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/config/walker.cjs +9 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/create.cjs +58 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/function/expression.cjs +11 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/function/var.cjs +43 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/index.cjs +14 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/AnPlusB.cjs +293 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Atrule.cjs +103 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/AtrulePrelude.cjs +52 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/AttributeSelector.cjs +148 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Block.cjs +96 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Brackets.cjs +38 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/CDC.cjs +26 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/CDO.cjs +26 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/ClassSelector.cjs +31 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Combinator.cjs +61 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Comment.cjs +40 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Condition.cjs +120 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Declaration.cjs +166 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/DeclarationList.cjs +62 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Dimension.cjs +30 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Feature.cjs +101 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/FeatureFunction.cjs +67 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/FeatureRange.cjs +133 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Function.cjs +45 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/GeneralEnclosed.cjs +68 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Hash.cjs +30 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/IdSelector.cjs +33 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Identifier.cjs +25 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Layer.cjs +35 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/LayerList.cjs +43 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/MediaQuery.cjs +100 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/MediaQueryList.cjs +41 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/NestingSelector.cjs +29 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Nth.cjs +54 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Number.cjs +25 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Operator.cjs +28 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Parentheses.cjs +38 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Percentage.cjs +25 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/PseudoClassSelector.cjs +67 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/PseudoElementSelector.cjs +69 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Ratio.cjs +71 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Raw.cjs +48 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Rule.cjs +58 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Scope.cjs +69 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Selector.cjs +38 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/SelectorList.cjs +43 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/String.cjs +26 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/StyleSheet.cjs +83 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/SupportsDeclaration.cjs +38 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/TypeSelector.cjs +59 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/UnicodeRange.cjs +158 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Url.cjs +54 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/Value.cjs +26 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/WhiteSpace.cjs +34 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/index-parse.cjs +103 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/node/index.cjs +103 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/pseudo/index.cjs +60 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/pseudo/lang.cjs +37 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/atrulePrelude.cjs +9 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/default.cjs +76 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/index.cjs +11 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/selector.cjs +88 -0
- package/ui/.output/server/node_modules/css-tree/cjs/syntax/scope/value.cjs +29 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/OffsetToLocation.cjs +91 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/TokenStream.cjs +358 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/adopt-buffer.cjs +13 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/char-code-definitions.cjs +236 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/index.cjs +554 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/names.cjs +32 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/types.cjs +57 -0
- package/ui/.output/server/node_modules/css-tree/cjs/tokenizer/utils.cjs +261 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/List.cjs +473 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/clone.cjs +25 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/create-custom-error.cjs +18 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/ident.cjs +102 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/names.cjs +113 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/string.cjs +99 -0
- package/ui/.output/server/node_modules/css-tree/cjs/utils/url.cjs +108 -0
- package/ui/.output/server/node_modules/css-tree/cjs/version.cjs +5 -0
- package/ui/.output/server/node_modules/css-tree/cjs/walker/create.cjs +291 -0
- package/ui/.output/server/node_modules/css-tree/data/patch.json +853 -0
- package/ui/.output/server/node_modules/css-tree/lib/convertor/create.js +28 -0
- package/ui/.output/server/node_modules/css-tree/lib/data-patch.js +6 -0
- package/ui/.output/server/node_modules/css-tree/lib/data.js +118 -0
- package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/SyntaxError.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/generate.js +135 -0
- package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/index.js +4 -0
- package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/parse.js +592 -0
- package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/scanner.js +109 -0
- package/ui/.output/server/node_modules/css-tree/lib/definition-syntax/walk.js +53 -0
- package/ui/.output/server/node_modules/css-tree/lib/generator/create.js +102 -0
- package/ui/.output/server/node_modules/css-tree/lib/generator/sourceMap.js +92 -0
- package/ui/.output/server/node_modules/css-tree/lib/generator/token-before.js +180 -0
- package/ui/.output/server/node_modules/css-tree/lib/index.js +30 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/Lexer.js +511 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/error.js +123 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/generic-an-plus-b.js +238 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/generic-const.js +8 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/generic-urange.js +151 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/generic.js +738 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/match-graph.js +527 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/match.js +630 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/prepare-tokens.js +50 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/search.js +61 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/structure.js +169 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/trace.js +66 -0
- package/ui/.output/server/node_modules/css-tree/lib/lexer/units.js +27 -0
- package/ui/.output/server/node_modules/css-tree/lib/parser/SyntaxError.js +70 -0
- package/ui/.output/server/node_modules/css-tree/lib/parser/create.js +412 -0
- package/ui/.output/server/node_modules/css-tree/lib/parser/sequence.js +43 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/container.js +28 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/font-face.js +8 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/import.js +104 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/index.js +23 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/layer.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/media.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/nest.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/page.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/scope.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/starting-style.js +8 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/atrule/supports.js +12 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/config/lexer.js +10 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/config/mix.js +122 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/config/parser.js +45 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/config/walker.js +5 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/create.js +55 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/function/expression.js +7 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/function/var.js +39 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/index.js +10 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/AnPlusB.js +292 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Atrule.js +100 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/AtrulePrelude.js +47 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/AttributeSelector.js +147 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Block.js +95 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Brackets.js +35 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/CDC.js +19 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/CDO.js +19 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/ClassSelector.js +24 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Combinator.js +54 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Comment.js +33 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Condition.js +123 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Declaration.js +165 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/DeclarationList.js +62 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Dimension.js +23 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Feature.js +103 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/FeatureFunction.js +63 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/FeatureRange.js +133 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Function.js +41 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/GeneralEnclosed.js +66 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Hash.js +23 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/IdSelector.js +26 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Identifier.js +18 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Layer.js +28 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/LayerList.js +36 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/MediaQuery.js +102 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/MediaQueryList.js +34 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/NestingSelector.js +22 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Nth.js +47 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Number.js +18 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Operator.js +21 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Parentheses.js +34 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Percentage.js +18 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/PseudoClassSelector.js +65 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/PseudoElementSelector.js +66 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Ratio.js +68 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Raw.js +41 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Rule.js +51 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Scope.js +66 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Selector.js +31 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/SelectorList.js +35 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/String.js +19 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/StyleSheet.js +82 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/SupportsDeclaration.js +34 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/TypeSelector.js +52 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/UnicodeRange.js +156 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Url.js +52 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/Value.js +19 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/WhiteSpace.js +27 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/index-parse.js +49 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/node/index.js +49 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/pseudo/index.js +56 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/pseudo/lang.js +33 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/atrulePrelude.js +5 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/default.js +85 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/index.js +3 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/selector.js +94 -0
- package/ui/.output/server/node_modules/css-tree/lib/syntax/scope/value.js +25 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/OffsetToLocation.js +87 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/TokenStream.js +366 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/adopt-buffer.js +9 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/char-code-definitions.js +212 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/index.js +513 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/names.js +28 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/types.js +28 -0
- package/ui/.output/server/node_modules/css-tree/lib/tokenizer/utils.js +254 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/List.js +469 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/clone.js +21 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/create-custom-error.js +14 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/ident.js +101 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/names.js +106 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/string.js +99 -0
- package/ui/.output/server/node_modules/css-tree/lib/utils/url.js +108 -0
- package/ui/.output/server/node_modules/css-tree/lib/version.js +5 -0
- package/ui/.output/server/node_modules/css-tree/lib/walker/create.js +287 -0
- package/ui/.output/server/node_modules/css-tree/package.json +126 -0
- package/ui/.output/server/node_modules/data-urls/lib/parser.js +69 -0
- package/ui/.output/server/node_modules/data-urls/lib/utils.js +20 -0
- package/ui/.output/server/node_modules/data-urls/package.json +51 -0
- package/ui/.output/server/node_modules/debug/package.json +64 -0
- package/ui/.output/server/node_modules/debug/src/browser.js +272 -0
- package/ui/.output/server/node_modules/debug/src/common.js +292 -0
- package/ui/.output/server/node_modules/debug/src/index.js +10 -0
- package/ui/.output/server/node_modules/debug/src/node.js +263 -0
- package/ui/.output/server/node_modules/decimal.js/decimal.js +4951 -0
- package/ui/.output/server/node_modules/decimal.js/package.json +55 -0
- package/ui/.output/server/node_modules/devalue/index.js +4 -0
- package/ui/.output/server/node_modules/devalue/package.json +40 -0
- package/ui/.output/server/node_modules/devalue/src/base64.js +60 -0
- package/ui/.output/server/node_modules/devalue/src/constants.js +12 -0
- package/ui/.output/server/node_modules/devalue/src/parse.js +283 -0
- package/ui/.output/server/node_modules/devalue/src/stringify.js +401 -0
- package/ui/.output/server/node_modules/devalue/src/uneval.js +552 -0
- package/ui/.output/server/node_modules/devalue/src/utils.js +160 -0
- package/ui/.output/server/node_modules/dompurify/dist/purify.es.mjs +1747 -0
- package/ui/.output/server/node_modules/dompurify/package.json +169 -0
- package/ui/.output/server/node_modules/dotenv/lib/main.js +386 -0
- package/ui/.output/server/node_modules/dotenv/package.json +62 -0
- package/ui/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/ui/.output/server/node_modules/estree-walker/package.json +37 -0
- package/ui/.output/server/node_modules/has-flag/index.js +8 -0
- package/ui/.output/server/node_modules/has-flag/package.json +46 -0
- package/ui/.output/server/node_modules/hookable/dist/index.mjs +257 -0
- package/ui/.output/server/node_modules/hookable/package.json +53 -0
- package/ui/.output/server/node_modules/html-encoding-sniffer/lib/html-encoding-sniffer.js +299 -0
- package/ui/.output/server/node_modules/html-encoding-sniffer/package.json +34 -0
- package/ui/.output/server/node_modules/is-potential-custom-element-name/index.js +9 -0
- package/ui/.output/server/node_modules/is-potential-custom-element-name/package.json +35 -0
- package/ui/.output/server/node_modules/isomorphic-dompurify/dist/index.mjs +53 -0
- package/ui/.output/server/node_modules/isomorphic-dompurify/package.json +84 -0
- package/ui/.output/server/node_modules/jsdom/lib/api.js +373 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/css-property-definitions.js +16021 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/css-property-descriptors.js +1686 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/css-property-metadata.js +7698 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/event-sets.js +115 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AbortController.js +143 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AbortSignal.js +249 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AbstractRange.js +171 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AddEventListenerOptions.js +53 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/AssignedNodesOptions.js +28 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Attr.js +219 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BarProp.js +117 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BeforeUnloadEvent.js +139 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BinaryType.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Blob.js +253 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobCallback.js +30 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobEvent.js +157 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobEventInit.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/BlobPropertyBag.js +42 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CDATASection.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSConditionRule.js +122 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSContainerRule.js +135 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSCounterStyleRule.js +439 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSFontFaceRule.js +140 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSGroupingRule.js +188 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSImportRule.js +194 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSKeyframeRule.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSKeyframesRule.js +404 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSLayerBlockRule.js +122 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSLayerStatementRule.js +122 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSMediaRule.js +153 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSNamespaceRule.js +135 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSNestedDeclarations.js +140 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSPageRule.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSRule.js +197 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSRuleList.js +300 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSScopeRule.js +133 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleDeclaration.js +497 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleProperties.js +66822 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleRule.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleSheet.js +351 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSStyleSheetInit.js +66 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CSSSupportsRule.js +122 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CharacterData.js +455 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CloseEvent.js +168 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CloseEventInit.js +65 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Comment.js +120 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CompositionEvent.js +219 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CompositionEventInit.js +32 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Crypto.js +148 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomElementConstructor.js +34 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomElementRegistry.js +269 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomEvent.js +206 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/CustomEventInit.js +32 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMException.js +222 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMImplementation.js +237 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMParser.js +140 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMRect.js +276 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMRectInit.js +76 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMRectReadOnly.js +285 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMStringMap.js +299 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DOMTokenList.js +539 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEvent.js +183 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventAcceleration.js +145 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventAccelerationInit.js +61 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventInit.js +70 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventRotationRate.js +145 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceMotionEventRotationRateInit.js +61 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceOrientationEvent.js +183 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DeviceOrientationEventInit.js +80 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Document.js +4511 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DocumentFragment.js +336 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/DocumentType.js +254 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Element.js +3720 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ElementCreationOptions.js +26 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ElementDefinitionOptions.js +29 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ElementInternals.js +2152 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EndingType.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ErrorEvent.js +192 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ErrorEventInit.js +92 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Event.js +430 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventHandlerNonNull.js +36 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventInit.js +58 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventListener.js +35 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventListenerOptions.js +28 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventModifierInit.js +221 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/EventTarget.js +259 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/External.js +130 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/File.js +185 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FileList.js +298 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FilePropertyBag.js +33 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FileReader.js +468 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FocusEvent.js +144 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FocusEventInit.js +36 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/FormData.js +468 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Function.js +42 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/GetRootNodeOptions.js +31 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLAnchorElement.js +1026 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLAreaElement.js +825 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLAudioElement.js +111 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLBRElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLBaseElement.js +196 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLBodyElement.js +880 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLButtonElement.js +525 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLCanvasElement.js +325 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLCollection.js +352 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDListElement.js +159 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDataElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDataListElement.js +126 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDetailsElement.js +159 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDialogElement.js +159 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDirectoryElement.js +159 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLDivElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLElement.js +3492 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLEmbedElement.js +381 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFieldSetElement.js +332 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFontElement.js +239 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFormControlsCollection.js +318 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFormElement.js +661 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFrameElement.js +513 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLFrameSetElement.js +711 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHRElement.js +323 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHeadElement.js +111 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHeadingElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLHtmlElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLIFrameElement.js +689 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLImageElement.js +906 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLInputElement.js +1931 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLIElement.js +204 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLabelElement.js +182 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLegendElement.js +169 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLLinkElement.js +555 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMapElement.js +171 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMarqueeElement.js +558 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMediaElement.js +900 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMenuElement.js +159 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMetaElement.js +279 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLMeterElement.js +368 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLModElement.js +217 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOListElement.js +292 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLObjectElement.js +945 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOptGroupElement.js +200 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOptionElement.js +379 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOptionsCollection.js +513 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLOutputElement.js +395 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLParagraphElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLParamElement.js +279 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLPictureElement.js +111 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLPreElement.js +163 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLProgressElement.js +232 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLQuoteElement.js +176 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLScriptElement.js +472 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSelectElement.js +993 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSlotElement.js +195 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSourceElement.js +340 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLSpanElement.js +111 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLStyleElement.js +240 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableCaptionElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableCellElement.js +733 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableColElement.js +376 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableElement.js +802 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableRowElement.js +417 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTableSectionElement.js +349 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTemplateElement.js +124 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTextAreaElement.js +1210 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTimeElement.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTitleElement.js +155 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLTrackElement.js +366 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLUListElement.js +200 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLUnknownElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HTMLVideoElement.js +344 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HashChangeEvent.js +157 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/HashChangeEventInit.js +50 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Headers.js +418 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/History.js +266 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/InputEvent.js +168 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/InputEventInit.js +68 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/KeyboardEvent.js +445 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/KeyboardEventInit.js +116 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Location.js +404 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MediaList.js +391 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MessageEvent.js +317 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MessageEventInit.js +100 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MimeType.js +156 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MimeTypeArray.js +326 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MouseEvent.js +595 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MouseEventInit.js +189 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationCallback.js +34 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationObserver.js +178 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationObserverInit.js +121 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/MutationRecord.js +229 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NamedNodeMap.js +529 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Navigator.js +326 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Node.js +765 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NodeFilter.js +75 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NodeIterator.js +207 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/NodeList.js +302 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/OnBeforeUnloadEventHandlerNonNull.js +42 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/OnErrorEventHandlerNonNull.js +56 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PageTransitionEvent.js +144 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PageTransitionEventInit.js +35 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Performance.js +142 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Plugin.js +359 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PluginArray.js +336 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PointerEvent.js +324 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PointerEventInit.js +241 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PopStateEvent.js +144 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PopStateEventInit.js +32 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ProcessingInstruction.js +122 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ProgressEvent.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ProgressEventInit.js +65 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PromiseRejectionEvent.js +157 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/PromiseRejectionEventInit.js +42 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/RadioNodeList.js +296 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Range.js +643 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGAnimatedPreserveAspectRatio.js +136 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGAnimatedRect.js +136 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGAnimatedString.js +149 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGDefsElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGDescElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGElement.js +3157 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGGElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGGraphicsElement.js +139 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGMetadataElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGNumber.js +132 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGPreserveAspectRatio.js +196 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGRect.js +210 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGSVGElement.js +786 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGStringList.js +511 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGSwitchElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGSymbolElement.js +146 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SVGTitleElement.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Screen.js +180 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Selection.js +571 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SelectionMode.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ShadowRoot.js +189 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ShadowRootInit.js +30 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ShadowRootMode.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StaticRange.js +123 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StaticRangeInit.js +72 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Storage.js +397 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StorageEvent.js +318 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StorageEventInit.js +99 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StyleSheet.js +222 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/StyleSheetList.js +300 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SubmitEvent.js +144 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SubmitEventInit.js +36 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/SupportedType.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/Text.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextDecodeOptions.js +28 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextDecoder.js +211 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextDecoderOptions.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextEncoder.js +176 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TextTrackKind.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TouchEvent.js +222 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TouchEventInit.js +89 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TransitionEvent.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TransitionEventInit.js +65 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/TreeWalker.js +255 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/UIEvent.js +235 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/UIEventInit.js +62 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/ValidityState.js +249 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/WebSocket.js +480 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/WheelEvent.js +191 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/WheelEventInit.js +71 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLDocument.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequest.js +663 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequestEventTarget.js +334 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequestResponseType.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLHttpRequestUpload.js +109 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/XMLSerializer.js +132 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/idl/utils.js +252 -0
- package/ui/.output/server/node_modules/jsdom/lib/generated/js-globals.json +332 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/Window.js +952 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/default-stylesheet.css +415 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/not-implemented.js +20 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/parser/html.js +208 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/parser/index.js +37 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/parser/xml.js +202 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/async-resource-queue.js +114 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/decompress-interceptor.js +184 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/jsdom-dispatcher.js +769 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/per-document-resource-loader.js +116 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/request-interceptor.js +171 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/request-manager.js +33 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/resource-queue.js +142 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/browser/resources/stream-handler.js +89 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/level3/xpath.js +1875 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/aborting/AbortController-impl.js +17 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/aborting/AbortSignal-impl.js +131 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/attributes/Attr-impl.js +60 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/attributes/NamedNodeMap-impl.js +78 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/attributes.js +312 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/constraint-validation/DefaultConstraintValidation-impl.js +75 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/constraint-validation/ValidityState-impl.js +66 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/crypto/Crypto-impl.js +68 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSConditionRule-impl.js +17 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSContainerRule-impl.js +33 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSCounterStyleRule-impl.js +45 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSFontFaceRule-impl.js +24 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSGroupingRule-impl.js +55 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSImportRule-impl.js +51 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSKeyframeRule-impl.js +71 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSKeyframesRule-impl.js +82 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSLayerBlockRule-impl.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSLayerStatementRule-impl.js +16 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSMediaRule-impl.js +34 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSNamespaceRule-impl.js +28 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSNestedDeclarations-impl.js +19 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSPageRule-impl.js +86 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSRule-impl.js +24 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSRuleList-impl.js +219 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSScopeRule-impl.js +25 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleDeclaration-impl.js +741 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleProperties-impl.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleRule-impl.js +66 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSStyleSheet-impl.js +133 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/CSSSupportsRule-impl.js +68 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/ElementCSSInlineStyle-impl.js +15 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/MediaList-impl.js +141 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/StyleSheet-impl.js +22 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/StyleSheetList-impl.js +38 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/computed-style.js +307 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/css-parser.js +1032 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/css-values.js +835 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/generic-property-descriptor.js +145 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/patched-csstree.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/shorthand-properties.js +1498 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/stylesheets.js +155 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/helpers/system-colors.js +157 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/background.js +458 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundAttachment.js +64 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundClip.js +64 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundColor.js +53 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundImage.js +66 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundOrigin.js +64 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundPosition.js +205 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundRepeat.js +97 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/backgroundSize.js +131 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/border.js +115 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottom.js +105 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottomColor.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottomStyle.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderBottomWidth.js +62 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderColor.js +114 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeft.js +105 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeftColor.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeftStyle.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderLeftWidth.js +62 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRight.js +105 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRightColor.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRightStyle.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderRightWidth.js +62 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderSpacing.js +70 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderStyle.js +114 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTop.js +105 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTopColor.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTopStyle.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderTopWidth.js +62 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/borderWidth.js +115 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/bottom.js +52 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/clip.js +81 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/display.js +217 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flex.js +187 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flexBasis.js +55 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flexGrow.js +55 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/flexShrink.js +55 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/font.js +273 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontFamily.js +107 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontSize.js +56 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontStyle.js +74 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontVariant.js +69 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/fontWeight.js +60 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/height.js +53 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/left.js +52 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/lineHeight.js +55 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/margin.js +84 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginBottom.js +58 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginLeft.js +58 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginRight.js +58 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/marginTop.js +58 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/opacity.js +52 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/padding.js +85 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingBottom.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingLeft.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingRight.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/paddingTop.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/right.js +52 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/top.js +52 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/css/properties/width.js +53 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/custom-elements/CustomElementRegistry-impl.js +279 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/custom-elements/ElementInternals-impl.js +56 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/deviceorientation/DeviceMotionEventAcceleration-impl.js +7 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/deviceorientation/DeviceMotionEventRotationRate-impl.js +7 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/documents.js +15 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/DOMParser-impl.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/InnerHTML-impl.js +30 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/XMLSerializer-impl.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/parse5-adapter-serialization.js +63 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/domparsing/serialization.js +36 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/encoding/TextDecoder-impl.js +25 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/encoding/TextEncoder-impl.js +26 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/BeforeUnloadEvent-impl.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/BlobEvent-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/CloseEvent-impl.js +10 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/CompositionEvent-impl.js +20 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/CustomEvent-impl.js +21 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/DeviceMotionEvent-impl.js +49 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/DeviceOrientationEvent-impl.js +10 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/ErrorEvent-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/Event-impl.js +195 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/EventModifierMixin-impl.js +24 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/EventTarget-impl.js +438 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/FocusEvent-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/HashChangeEvent-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/InputEvent-impl.js +11 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/KeyboardEvent-impl.js +29 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/MessageEvent-impl.js +25 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/MouseEvent-impl.js +72 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PageTransitionEvent-impl.js +20 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PointerEvent-impl.js +21 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PopStateEvent-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/ProgressEvent-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/PromiseRejectionEvent-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/StorageEvent-impl.js +26 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/SubmitEvent-impl.js +13 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/TouchEvent-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/TransitionEvent-impl.js +10 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/UIEvent-impl.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/events/WheelEvent-impl.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/Headers-impl.js +173 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/header-list.js +158 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/header-types.js +205 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/fetch/header-utils.js +26 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/Blob-impl.js +125 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/File-impl.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/FileList-impl.js +15 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/file-api/FileReader-impl.js +148 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/geometry/DOMRect-impl.js +39 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/geometry/DOMRectReadOnly-impl.js +72 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/binary-data.js +63 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/by-id-cache.js +67 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/create-element.js +329 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/create-event-accessor.js +209 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/custom-elements.js +272 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/dates-and-times.js +270 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/details.js +15 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/encoding.js +60 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/events.js +24 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/focusing.js +104 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/form-controls.js +309 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/html-constructor.js +78 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/internal-constants.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/is-window.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/iterable-weak-set.js +48 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/json.js +7 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/mutation-observers.js +198 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/namespaces.js +16 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/node.js +108 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/number-and-date-inputs.js +195 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/ordered-set.js +104 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/page-transition-event.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/runtime-script-errors.js +75 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/shadow-dom.js +285 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/strings.js +168 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/svg/basic-types.js +41 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/svg/render.js +46 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/text.js +19 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/traversal.js +72 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/helpers/validate-names.js +65 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/hr-time/Performance-impl.js +22 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/interfaces.js +273 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationObserver-impl.js +95 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/mutation-observer/MutationRecord-impl.js +37 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/MimeType-impl.js +3 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/MimeTypeArray-impl.js +21 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/Navigator-impl.js +29 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorConcurrentHardware-impl.js +8 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorCookies-impl.js +7 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorID-impl.js +37 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorLanguage-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorOnLine-impl.js +7 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/NavigatorPlugins-impl.js +8 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/Plugin-impl.js +3 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/navigator/PluginArray-impl.js +23 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/node-document-position.js +10 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/node-type.js +16 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/node.js +331 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/CDATASection-impl.js +16 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/CharacterData-impl.js +118 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ChildNode-impl.js +80 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Comment-impl.js +20 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DOMImplementation-impl.js +120 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DOMStringMap-impl.js +64 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DOMTokenList-impl.js +171 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Document-impl.js +1015 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DocumentFragment-impl.js +44 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DocumentOrShadowRoot-impl.js +28 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/DocumentType-impl.js +24 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Element-impl.js +584 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/GlobalEventHandlers-impl.js +81 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAnchorElement-impl.js +50 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAreaElement-impl.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLAudioElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBRElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBaseElement-impl.js +44 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLBodyElement-impl.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLButtonElement-impl.js +79 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCanvasElement-impl.js +117 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLCollection-impl.js +96 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDListElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDataListElement-impl.js +20 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDetailsElement-impl.js +35 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDialogElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDirectoryElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLDivElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLElement-impl.js +211 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLEmbedElement-impl.js +8 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFieldSetElement-impl.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFontElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormControlsCollection-impl.js +33 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFormElement-impl.js +248 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameElement-impl.js +266 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLFrameSetElement-impl.js +12 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHRElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHeadingElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHtmlElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLHyperlinkElementUtils-impl.js +368 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLIFrameElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLImageElement-impl.js +127 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLInputElement-impl.js +1097 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLIElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLabelElement-impl.js +94 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLegendElement-impl.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLLinkElement-impl.js +107 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMapElement-impl.js +13 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMarqueeElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMediaElement-impl.js +126 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMenuElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMetaElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLMeterElement-impl.js +180 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLModElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOListElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLObjectElement-impl.js +26 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptGroupElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionElement-impl.js +146 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOptionsCollection-impl.js +110 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOrSVGElement-impl.js +88 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLOutputElement-impl.js +88 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParagraphElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLParamElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPictureElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLPreElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLProgressElement-impl.js +72 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLQuoteElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLScriptElement-impl.js +255 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSelectElement-impl.js +283 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSlotElement-impl.js +59 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSourceElement-impl.js +8 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLSpanElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLStyleElement-impl.js +83 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCaptionElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableCellElement-impl.js +40 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableColElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableElement-impl.js +236 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableRowElement-impl.js +88 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTableSectionElement-impl.js +61 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTemplateElement-impl.js +67 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTextAreaElement-impl.js +244 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTimeElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTitleElement-impl.js +18 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLTrackElement-impl.js +13 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUListElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLUnknownElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/HTMLVideoElement-impl.js +17 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Node-impl.js +1182 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/NodeList-impl.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/NonDocumentTypeChildNode-impl.js +28 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/NonElementParentNode-impl.js +11 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ParentNode-impl.js +90 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ProcessingInstruction-impl.js +22 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/RadioNodeList-impl.js +49 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGDefsElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGDescElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGElement-impl.js +64 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGGElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGGraphicsElement-impl.js +16 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGMetadataElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGSVGElement-impl.js +40 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGSwitchElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGSymbolElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGTests-impl.js +42 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/SVGTitleElement-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/ShadowRoot-impl.js +41 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Slotable-impl.js +48 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/Text-impl.js +96 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/WindowEventHandlers-impl.js +14 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/nodes/XMLDocument-impl.js +4 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/AbstractRange-impl.js +43 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/Range-impl.js +902 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/StaticRange-impl.js +39 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/range/boundary-point.js +47 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/selection/Selection-impl.js +358 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedPreserveAspectRatio-impl.js +24 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedRect-impl.js +122 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGAnimatedString-impl.js +42 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGListBase.js +195 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGNumber-impl.js +48 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGPreserveAspectRatio-impl.js +100 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGRect-impl.js +143 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/svg/SVGStringList-impl.js +16 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/traversal/NodeIterator-impl.js +107 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/traversal/TreeWalker-impl.js +217 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/traversal/helpers.js +44 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/webidl/DOMException-impl.js +46 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/websockets/WebSocket-impl.js +211 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/webstorage/Storage-impl.js +102 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/BarProp-impl.js +10 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/External-impl.js +9 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/History-impl.js +148 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/Location-impl.js +227 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/Screen-impl.js +13 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/SessionHistory.js +163 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window/navigation.js +87 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/window-properties.js +241 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/FormData-impl.js +191 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequest-impl.js +1087 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestEventTarget-impl.js +17 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/XMLHttpRequestUpload-impl.js +4 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/multipart-form-data.js +99 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/xhr-sync-worker.js +57 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/living/xhr/xhr-utils.js +170 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/utils.js +105 -0
- package/ui/.output/server/node_modules/jsdom/lib/jsdom/virtual-console.js +46 -0
- package/ui/.output/server/node_modules/jsdom/package.json +126 -0
- package/ui/.output/server/node_modules/lru-cache/dist/commonjs/node/index.min.js +2 -0
- package/ui/.output/server/node_modules/lru-cache/dist/commonjs/package.json +3 -0
- package/ui/.output/server/node_modules/lru-cache/package.json +154 -0
- package/ui/.output/server/node_modules/marked/lib/marked.esm.js +77 -0
- package/ui/.output/server/node_modules/marked/package.json +103 -0
- package/ui/.output/server/node_modules/mdn-data/css/at-rules.json +581 -0
- package/ui/.output/server/node_modules/mdn-data/css/properties.json +11881 -0
- package/ui/.output/server/node_modules/mdn-data/css/syntaxes.json +1136 -0
- package/ui/.output/server/node_modules/mdn-data/package.json +38 -0
- package/ui/.output/server/node_modules/ms/index.js +162 -0
- package/ui/.output/server/node_modules/ms/package.json +38 -0
- package/ui/.output/server/node_modules/parse5/dist/common/doctype.js +114 -0
- package/ui/.output/server/node_modules/parse5/dist/common/error-codes.js +63 -0
- package/ui/.output/server/node_modules/parse5/dist/common/foreign-content.js +228 -0
- package/ui/.output/server/node_modules/parse5/dist/common/html.js +523 -0
- package/ui/.output/server/node_modules/parse5/dist/common/token.js +20 -0
- package/ui/.output/server/node_modules/parse5/dist/common/unicode.js +62 -0
- package/ui/.output/server/node_modules/parse5/dist/index.js +42 -0
- package/ui/.output/server/node_modules/parse5/dist/parser/formatting-element-list.js +110 -0
- package/ui/.output/server/node_modules/parse5/dist/parser/index.js +3245 -0
- package/ui/.output/server/node_modules/parse5/dist/parser/open-element-stack.js +324 -0
- package/ui/.output/server/node_modules/parse5/dist/serializer/index.js +168 -0
- package/ui/.output/server/node_modules/parse5/dist/tokenizer/index.js +2712 -0
- package/ui/.output/server/node_modules/parse5/dist/tokenizer/preprocessor.js +196 -0
- package/ui/.output/server/node_modules/parse5/dist/tree-adapters/default.js +173 -0
- package/ui/.output/server/node_modules/parse5/package.json +53 -0
- package/ui/.output/server/node_modules/perfect-debounce/dist/index.mjs +89 -0
- package/ui/.output/server/node_modules/perfect-debounce/package.json +41 -0
- package/ui/.output/server/node_modules/punycode/package.json +58 -0
- package/ui/.output/server/node_modules/punycode/punycode.js +443 -0
- package/ui/.output/server/node_modules/saxes/package.json +71 -0
- package/ui/.output/server/node_modules/saxes/saxes.js +2053 -0
- package/ui/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/ui/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/ui/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/ui/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/ui/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/ui/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/ui/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/ui/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/ui/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/ui/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/ui/.output/server/node_modules/source-map-js/package.json +71 -0
- package/ui/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/ui/.output/server/node_modules/supports-color/index.js +135 -0
- package/ui/.output/server/node_modules/supports-color/package.json +53 -0
- package/ui/.output/server/node_modules/symbol-tree/lib/SymbolTree.js +838 -0
- package/ui/.output/server/node_modules/symbol-tree/lib/SymbolTreeNode.js +54 -0
- package/ui/.output/server/node_modules/symbol-tree/lib/TreeIterator.js +69 -0
- package/ui/.output/server/node_modules/symbol-tree/lib/TreePosition.js +11 -0
- package/ui/.output/server/node_modules/symbol-tree/package.json +47 -0
- package/ui/.output/server/node_modules/tailwind-merge/dist/bundle-mjs.mjs +2559 -0
- package/ui/.output/server/node_modules/tailwind-merge/package.json +91 -0
- package/ui/.output/server/node_modules/tldts/dist/cjs/index.js +1170 -0
- package/ui/.output/server/node_modules/tldts/package.json +89 -0
- package/ui/.output/server/node_modules/tough-cookie/dist/index.cjs +2282 -0
- package/ui/.output/server/node_modules/tough-cookie/package.json +148 -0
- package/ui/.output/server/node_modules/tr46/index.js +344 -0
- package/ui/.output/server/node_modules/tr46/lib/mappingTable.json +1 -0
- package/ui/.output/server/node_modules/tr46/lib/regexes.js +29 -0
- package/ui/.output/server/node_modules/tr46/lib/statusMapping.js +9 -0
- package/ui/.output/server/node_modules/tr46/package.json +47 -0
- package/ui/.output/server/node_modules/ufo/dist/index.mjs +645 -0
- package/ui/.output/server/node_modules/ufo/package.json +48 -0
- package/ui/.output/server/node_modules/undici/index.js +234 -0
- package/ui/.output/server/node_modules/undici/lib/api/abort-signal.js +59 -0
- package/ui/.output/server/node_modules/undici/lib/api/api-connect.js +110 -0
- package/ui/.output/server/node_modules/undici/lib/api/api-pipeline.js +252 -0
- package/ui/.output/server/node_modules/undici/lib/api/api-request.js +214 -0
- package/ui/.output/server/node_modules/undici/lib/api/api-stream.js +209 -0
- package/ui/.output/server/node_modules/undici/lib/api/api-upgrade.js +111 -0
- package/ui/.output/server/node_modules/undici/lib/api/index.js +7 -0
- package/ui/.output/server/node_modules/undici/lib/api/readable.js +580 -0
- package/ui/.output/server/node_modules/undici/lib/cache/memory-cache-store.js +234 -0
- package/ui/.output/server/node_modules/undici/lib/cache/sqlite-cache-store.js +461 -0
- package/ui/.output/server/node_modules/undici/lib/core/connect.js +153 -0
- package/ui/.output/server/node_modules/undici/lib/core/constants.js +143 -0
- package/ui/.output/server/node_modules/undici/lib/core/diagnostics.js +227 -0
- package/ui/.output/server/node_modules/undici/lib/core/errors.js +477 -0
- package/ui/.output/server/node_modules/undici/lib/core/request.js +453 -0
- package/ui/.output/server/node_modules/undici/lib/core/socks5-client.js +412 -0
- package/ui/.output/server/node_modules/undici/lib/core/socks5-utils.js +198 -0
- package/ui/.output/server/node_modules/undici/lib/core/symbols.js +75 -0
- package/ui/.output/server/node_modules/undici/lib/core/tree.js +160 -0
- package/ui/.output/server/node_modules/undici/lib/core/util.js +992 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/agent.js +158 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/balanced-pool.js +219 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/client-h1.js +1654 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/client-h2.js +995 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/client.js +663 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/dispatcher-base.js +165 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/dispatcher.js +48 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/env-http-proxy-agent.js +146 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/fixed-queue.js +135 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/h2c-client.js +51 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/pool-base.js +214 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/pool.js +118 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/proxy-agent.js +318 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/retry-agent.js +35 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/round-robin-pool.js +137 -0
- package/ui/.output/server/node_modules/undici/lib/dispatcher/socks5-proxy-agent.js +249 -0
- package/ui/.output/server/node_modules/undici/lib/encoding/index.js +33 -0
- package/ui/.output/server/node_modules/undici/lib/global.js +50 -0
- package/ui/.output/server/node_modules/undici/lib/handler/cache-handler.js +578 -0
- package/ui/.output/server/node_modules/undici/lib/handler/cache-revalidation-handler.js +124 -0
- package/ui/.output/server/node_modules/undici/lib/handler/decorator-handler.js +67 -0
- package/ui/.output/server/node_modules/undici/lib/handler/deduplication-handler.js +460 -0
- package/ui/.output/server/node_modules/undici/lib/handler/redirect-handler.js +238 -0
- package/ui/.output/server/node_modules/undici/lib/handler/retry-handler.js +394 -0
- package/ui/.output/server/node_modules/undici/lib/handler/unwrap-handler.js +100 -0
- package/ui/.output/server/node_modules/undici/lib/handler/wrap-handler.js +105 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/cache.js +495 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/decompress.js +259 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/deduplicate.js +117 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/dns.js +571 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/dump.js +112 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/redirect.js +21 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/response-error.js +95 -0
- package/ui/.output/server/node_modules/undici/lib/interceptor/retry.js +19 -0
- package/ui/.output/server/node_modules/undici/lib/llhttp/constants.js +531 -0
- package/ui/.output/server/node_modules/undici/lib/llhttp/llhttp-wasm.js +15 -0
- package/ui/.output/server/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +15 -0
- package/ui/.output/server/node_modules/undici/lib/llhttp/utils.js +12 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-agent.js +232 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-call-history.js +248 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-client.js +68 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-errors.js +29 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-interceptor.js +209 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-pool.js +68 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-symbols.js +32 -0
- package/ui/.output/server/node_modules/undici/lib/mock/mock-utils.js +486 -0
- package/ui/.output/server/node_modules/undici/lib/mock/pending-interceptors-formatter.js +43 -0
- package/ui/.output/server/node_modules/undici/lib/mock/snapshot-agent.js +353 -0
- package/ui/.output/server/node_modules/undici/lib/mock/snapshot-recorder.js +588 -0
- package/ui/.output/server/node_modules/undici/lib/mock/snapshot-utils.js +158 -0
- package/ui/.output/server/node_modules/undici/lib/util/cache.js +408 -0
- package/ui/.output/server/node_modules/undici/lib/util/date.js +653 -0
- package/ui/.output/server/node_modules/undici/lib/util/promise.js +28 -0
- package/ui/.output/server/node_modules/undici/lib/util/runtime-features.js +124 -0
- package/ui/.output/server/node_modules/undici/lib/util/stats.js +32 -0
- package/ui/.output/server/node_modules/undici/lib/util/timers.js +425 -0
- package/ui/.output/server/node_modules/undici/lib/web/cache/cache.js +864 -0
- package/ui/.output/server/node_modules/undici/lib/web/cache/cachestorage.js +152 -0
- package/ui/.output/server/node_modules/undici/lib/web/cache/util.js +45 -0
- package/ui/.output/server/node_modules/undici/lib/web/cookies/constants.js +12 -0
- package/ui/.output/server/node_modules/undici/lib/web/cookies/index.js +199 -0
- package/ui/.output/server/node_modules/undici/lib/web/cookies/parse.js +322 -0
- package/ui/.output/server/node_modules/undici/lib/web/cookies/util.js +282 -0
- package/ui/.output/server/node_modules/undici/lib/web/eventsource/eventsource-stream.js +399 -0
- package/ui/.output/server/node_modules/undici/lib/web/eventsource/eventsource.js +501 -0
- package/ui/.output/server/node_modules/undici/lib/web/eventsource/util.js +29 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/body.js +509 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/constants.js +131 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/data-url.js +596 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/formdata-parser.js +586 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/formdata.js +259 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/global.js +40 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/headers.js +719 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/index.js +2413 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/request.js +1115 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/response.js +641 -0
- package/ui/.output/server/node_modules/undici/lib/web/fetch/util.js +1522 -0
- package/ui/.output/server/node_modules/undici/lib/web/infra/index.js +229 -0
- package/ui/.output/server/node_modules/undici/lib/web/subresource-integrity/subresource-integrity.js +307 -0
- package/ui/.output/server/node_modules/undici/lib/web/webidl/index.js +1006 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/connection.js +329 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/constants.js +126 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/events.js +331 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/frame.js +133 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/permessage-deflate.js +118 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/receiver.js +450 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/sender.js +109 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/stream/websocketerror.js +104 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/stream/websocketstream.js +491 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/util.js +347 -0
- package/ui/.output/server/node_modules/undici/lib/web/websocket/websocket.js +751 -0
- package/ui/.output/server/node_modules/undici/package.json +152 -0
- package/ui/.output/server/node_modules/unhead/dist/index.mjs +9 -0
- package/ui/.output/server/node_modules/unhead/dist/parser.mjs +508 -0
- package/ui/.output/server/node_modules/unhead/dist/plugins.mjs +101 -0
- package/ui/.output/server/node_modules/unhead/dist/scripts.mjs +30 -0
- package/ui/.output/server/node_modules/unhead/dist/server.mjs +180 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.B3VbJo7Y.mjs +207 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.BYvz9V1x.mjs +43 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.BnoAbrHA.mjs +269 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.CaI5ZD4O.mjs +182 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.CbpEuj3y.mjs +71 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.D4vSFytZ.mjs +236 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.DQc16pHI.mjs +196 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.Dh1cQCTe.mjs +44 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.TxTMM7cM.mjs +166 -0
- package/ui/.output/server/node_modules/unhead/dist/shared/unhead.yem5I2v_.mjs +38 -0
- package/ui/.output/server/node_modules/unhead/dist/utils.mjs +5 -0
- package/ui/.output/server/node_modules/unhead/package.json +105 -0
- package/ui/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/ui/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/ui/.output/server/node_modules/vue/index.js +7 -0
- package/ui/.output/server/node_modules/vue/index.mjs +1 -0
- package/ui/.output/server/node_modules/vue/package.json +112 -0
- package/ui/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/ui/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +301 -0
- package/ui/.output/server/node_modules/vue-bundle-renderer/package.json +55 -0
- package/ui/.output/server/node_modules/vue-router/dist/devtools-EWN81iOl.mjs +1220 -0
- package/ui/.output/server/node_modules/vue-router/dist/vue-router.mjs +1557 -0
- package/ui/.output/server/node_modules/vue-router/package.json +153 -0
- package/ui/.output/server/node_modules/vue-router/vue-router.node.mjs +2 -0
- package/ui/.output/server/node_modules/w3c-xmlserializer/lib/attributes.js +125 -0
- package/ui/.output/server/node_modules/w3c-xmlserializer/lib/constants.js +44 -0
- package/ui/.output/server/node_modules/w3c-xmlserializer/lib/serialize.js +365 -0
- package/ui/.output/server/node_modules/w3c-xmlserializer/package.json +32 -0
- package/ui/.output/server/node_modules/webidl-conversions/lib/index.js +436 -0
- package/ui/.output/server/node_modules/webidl-conversions/package.json +34 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/index.js +4 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/mime-type-parameters.js +70 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/mime-type.js +127 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/parser.js +105 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/serializer.js +25 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/sniff.js +751 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/lib/utils.js +60 -0
- package/ui/.output/server/node_modules/whatwg-mimetype/package.json +44 -0
- package/ui/.output/server/node_modules/whatwg-url/index.js +27 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/Function.js +42 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/URL-impl.js +234 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/URL.js +499 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/URLSearchParams-impl.js +135 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/URLSearchParams.js +505 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/encoding.js +16 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/infra.js +26 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/percent-encoding.js +147 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/url-state-machine.js +1284 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/urlencoded.js +89 -0
- package/ui/.output/server/node_modules/whatwg-url/lib/utils.js +252 -0
- package/ui/.output/server/node_modules/whatwg-url/package.json +57 -0
- package/ui/.output/server/node_modules/whatwg-url/webidl2js-wrapper.js +7 -0
- package/ui/.output/server/node_modules/xml-name-validator/lib/xml-name-validator.js +9 -0
- package/ui/.output/server/node_modules/xml-name-validator/package.json +30 -0
- package/ui/.output/server/node_modules/xmlchars/package.json +51 -0
- package/ui/.output/server/node_modules/xmlchars/xml/1.0/ed5.js +105 -0
- package/ui/.output/server/node_modules/xmlchars/xml/1.1/ed2.js +145 -0
- package/ui/.output/server/node_modules/xmlchars/xmlns/1.0/ed3.js +65 -0
- package/ui/.output/server/package.json +78 -0
- package/ui/package.json +27 -0
- package/CONTRIBUTING.md +0 -78
- package/scripts/run-tests.cjs +0 -18
|
@@ -0,0 +1,1170 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Check if `vhost` is a valid suffix of `hostname` (top-domain)
|
|
5
|
+
*
|
|
6
|
+
* It means that `vhost` needs to be a suffix of `hostname` and we then need to
|
|
7
|
+
* make sure that: either they are equal, or the character preceding `vhost` in
|
|
8
|
+
* `hostname` is a '.' (it should not be a partial label).
|
|
9
|
+
*
|
|
10
|
+
* * hostname = 'not.evil.com' and vhost = 'vil.com' => not ok
|
|
11
|
+
* * hostname = 'not.evil.com' and vhost = 'evil.com' => ok
|
|
12
|
+
* * hostname = 'not.evil.com' and vhost = 'not.evil.com' => ok
|
|
13
|
+
*/
|
|
14
|
+
function shareSameDomainSuffix(hostname, vhost) {
|
|
15
|
+
if (hostname.endsWith(vhost)) {
|
|
16
|
+
return (hostname.length === vhost.length ||
|
|
17
|
+
hostname[hostname.length - vhost.length - 1] === '.');
|
|
18
|
+
}
|
|
19
|
+
return false;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Given a hostname and its public suffix, extract the general domain.
|
|
23
|
+
*/
|
|
24
|
+
function extractDomainWithSuffix(hostname, publicSuffix) {
|
|
25
|
+
// Locate the index of the last '.' in the part of the `hostname` preceding
|
|
26
|
+
// the public suffix.
|
|
27
|
+
//
|
|
28
|
+
// examples:
|
|
29
|
+
// 1. not.evil.co.uk => evil.co.uk
|
|
30
|
+
// ^ ^
|
|
31
|
+
// | | start of public suffix
|
|
32
|
+
// | index of the last dot
|
|
33
|
+
//
|
|
34
|
+
// 2. example.co.uk => example.co.uk
|
|
35
|
+
// ^ ^
|
|
36
|
+
// | | start of public suffix
|
|
37
|
+
// |
|
|
38
|
+
// | (-1) no dot found before the public suffix
|
|
39
|
+
const publicSuffixIndex = hostname.length - publicSuffix.length - 2;
|
|
40
|
+
const lastDotBeforeSuffixIndex = hostname.lastIndexOf('.', publicSuffixIndex);
|
|
41
|
+
// No '.' found, then `hostname` is the general domain (no sub-domain)
|
|
42
|
+
if (lastDotBeforeSuffixIndex === -1) {
|
|
43
|
+
return hostname;
|
|
44
|
+
}
|
|
45
|
+
// Extract the part between the last '.'
|
|
46
|
+
return hostname.slice(lastDotBeforeSuffixIndex + 1);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Detects the domain based on rules and upon and a host string
|
|
50
|
+
*/
|
|
51
|
+
function getDomain$1(suffix, hostname, options) {
|
|
52
|
+
// Check if `hostname` ends with a member of `validHosts`.
|
|
53
|
+
if (options.validHosts !== null) {
|
|
54
|
+
const validHosts = options.validHosts;
|
|
55
|
+
for (const vhost of validHosts) {
|
|
56
|
+
if ( /*@__INLINE__*/shareSameDomainSuffix(hostname, vhost)) {
|
|
57
|
+
return vhost;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
let numberOfLeadingDots = 0;
|
|
62
|
+
if (hostname.startsWith('.')) {
|
|
63
|
+
while (numberOfLeadingDots < hostname.length &&
|
|
64
|
+
hostname[numberOfLeadingDots] === '.') {
|
|
65
|
+
numberOfLeadingDots += 1;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
// If `hostname` is a valid public suffix, then there is no domain to return.
|
|
69
|
+
// Since we already know that `getPublicSuffix` returns a suffix of `hostname`
|
|
70
|
+
// there is no need to perform a string comparison and we only compare the
|
|
71
|
+
// size.
|
|
72
|
+
if (suffix.length === hostname.length - numberOfLeadingDots) {
|
|
73
|
+
return null;
|
|
74
|
+
}
|
|
75
|
+
// To extract the general domain, we start by identifying the public suffix
|
|
76
|
+
// (if any), then consider the domain to be the public suffix with one added
|
|
77
|
+
// level of depth. (e.g.: if hostname is `not.evil.co.uk` and public suffix:
|
|
78
|
+
// `co.uk`, then we take one more level: `evil`, giving the final result:
|
|
79
|
+
// `evil.co.uk`).
|
|
80
|
+
return /*@__INLINE__*/ extractDomainWithSuffix(hostname, suffix);
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
/**
|
|
84
|
+
* Return the part of domain without suffix.
|
|
85
|
+
*
|
|
86
|
+
* Example: for domain 'foo.com', the result would be 'foo'.
|
|
87
|
+
*/
|
|
88
|
+
function getDomainWithoutSuffix$1(domain, suffix) {
|
|
89
|
+
// Note: here `domain` and `suffix` cannot have the same length because in
|
|
90
|
+
// this case we set `domain` to `null` instead. It is thus safe to assume
|
|
91
|
+
// that `suffix` is shorter than `domain`.
|
|
92
|
+
return domain.slice(0, -suffix.length - 1);
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/**
|
|
96
|
+
* Matches an ASCII tab (U+0009) or newline (U+000A / U+000D). The WHATWG URL
|
|
97
|
+
* parser strips these before parsing; we only allocate a cleaned copy (and
|
|
98
|
+
* re-parse) on the rare input that actually contains one.
|
|
99
|
+
*/
|
|
100
|
+
const CONTROL_CHARS = /[\t\n\r]/g;
|
|
101
|
+
// Set by `extractHostname` (a module-scope flag, read synchronously by
|
|
102
|
+
// `parseImpl` right after the call — same pattern as the reused RESULT object).
|
|
103
|
+
// `true` ONLY when extraction validated the returned host inline (a confirmed-
|
|
104
|
+
// valid, "simple" authority) so `parseImpl` can skip the separate
|
|
105
|
+
// `isValidHostname` pass. `false` in every other case (validation disabled, a
|
|
106
|
+
// complex authority — userinfo/port/brackets/trailing-dot/control — an invalid
|
|
107
|
+
// host, or a non-main return path); `parseImpl` then validates as usual. The
|
|
108
|
+
// fast path can only ever SKIP a redundant scan for hosts already known valid,
|
|
109
|
+
// never accept an invalid one.
|
|
110
|
+
let extractedHostnameValidated = false;
|
|
111
|
+
/**
|
|
112
|
+
* True if char `code` is a valid hostname character. This is the per-char half
|
|
113
|
+
* of `is-valid.ts`'s `isValidAscii` (a-z, 0-9, > U+007F) PLUS three additions:
|
|
114
|
+
* A-Z (the host is lowercased before validation, so uppercase ≡ a valid
|
|
115
|
+
* lowercase letter) and '-' / '_' (valid inside a label). KEEP IN SYNC with
|
|
116
|
+
* `is-valid.ts`: these rules are deliberately duplicated to validate during
|
|
117
|
+
* extraction, so any change to the accepted character set there must be
|
|
118
|
+
* mirrored here (and vice-versa).
|
|
119
|
+
*/
|
|
120
|
+
function isValidHostnameChar(code) {
|
|
121
|
+
return ((code >= 97 && code <= 122) || // a-z
|
|
122
|
+
(code >= 48 && code <= 57) || // 0-9
|
|
123
|
+
code > 127 || // non-ASCII (accepted, not punycode-checked)
|
|
124
|
+
(code >= 65 && code <= 90) || // A-Z (becomes valid once lowercased)
|
|
125
|
+
code === 45 || // '-'
|
|
126
|
+
code === 95 // '_'
|
|
127
|
+
);
|
|
128
|
+
}
|
|
129
|
+
/**
|
|
130
|
+
* Classify scheme `url.slice(schemeStart, colonIndex)` as a WHATWG special
|
|
131
|
+
* scheme without allocating a substring (case-insensitive via `| 32`).
|
|
132
|
+
* Special schemes: ftp, file, http, https, ws, wss
|
|
133
|
+
* (https://url.spec.whatwg.org/#special-scheme).
|
|
134
|
+
*
|
|
135
|
+
* @returns 0 = not special, 1 = special, 2 = file (its host sits only between
|
|
136
|
+
* "//" and the next slash).
|
|
137
|
+
*/
|
|
138
|
+
function getSpecialScheme(url, schemeStart, colonIndex) {
|
|
139
|
+
const length = colonIndex - schemeStart;
|
|
140
|
+
const c0 = url.charCodeAt(schemeStart) | 32;
|
|
141
|
+
if (length === 2) {
|
|
142
|
+
return c0 === 119 && (url.charCodeAt(schemeStart + 1) | 32) === 115 ? 1 : 0; // ws
|
|
143
|
+
}
|
|
144
|
+
else if (length === 3) {
|
|
145
|
+
const c1 = url.charCodeAt(schemeStart + 1) | 32;
|
|
146
|
+
const c2 = url.charCodeAt(schemeStart + 2) | 32;
|
|
147
|
+
if (c0 === 119 && c1 === 115 && c2 === 115)
|
|
148
|
+
return 1; // wss
|
|
149
|
+
if (c0 === 102 && c1 === 116 && c2 === 112)
|
|
150
|
+
return 1; // ftp
|
|
151
|
+
return 0;
|
|
152
|
+
}
|
|
153
|
+
else if (length === 4) {
|
|
154
|
+
const c1 = url.charCodeAt(schemeStart + 1) | 32;
|
|
155
|
+
const c2 = url.charCodeAt(schemeStart + 2) | 32;
|
|
156
|
+
const c3 = url.charCodeAt(schemeStart + 3) | 32;
|
|
157
|
+
if (c0 === 104 && c1 === 116 && c2 === 116 && c3 === 112)
|
|
158
|
+
return 1; // http
|
|
159
|
+
if (c0 === 102 && c1 === 105 && c2 === 108 && c3 === 101)
|
|
160
|
+
return 2; // file
|
|
161
|
+
return 0;
|
|
162
|
+
}
|
|
163
|
+
else if (length === 5) {
|
|
164
|
+
return c0 === 104 &&
|
|
165
|
+
(url.charCodeAt(schemeStart + 1) | 32) === 116 &&
|
|
166
|
+
(url.charCodeAt(schemeStart + 2) | 32) === 116 &&
|
|
167
|
+
(url.charCodeAt(schemeStart + 3) | 32) === 112 &&
|
|
168
|
+
(url.charCodeAt(schemeStart + 4) | 32) === 115
|
|
169
|
+
? 1
|
|
170
|
+
: 0; // https
|
|
171
|
+
}
|
|
172
|
+
return 0;
|
|
173
|
+
}
|
|
174
|
+
/**
|
|
175
|
+
* Extract a hostname from `url`, matching a WHATWG URL parser's host-boundary
|
|
176
|
+
* behaviour (https://url.spec.whatwg.org/#concept-basic-url-parser) for tldts'
|
|
177
|
+
* scope. It deliberately does NOT normalise the host (no IDNA/punycode or IPv4
|
|
178
|
+
* canonicalisation; IPv6 brackets are stripped, not compressed), strips trailing
|
|
179
|
+
* dots, and stays lenient where a strict parser rejects (bare host:port,
|
|
180
|
+
* out-of-range port, user@host) — all documented deviations.
|
|
181
|
+
*
|
|
182
|
+
* @param urlIsValidHostname - when true, `url` is already a valid hostname and is
|
|
183
|
+
* returned by the same reference (factory.ts skips re-validation on that
|
|
184
|
+
* identity), keeping the common path allocation-free.
|
|
185
|
+
* @param validate - when true, validate the host inline during the authority
|
|
186
|
+
* scan and publish the verdict via `extractedHostnameValidated` so `parseImpl`
|
|
187
|
+
* can skip the redundant `isValidHostname` pass for simple authorities.
|
|
188
|
+
*/
|
|
189
|
+
function extractHostname(url, urlIsValidHostname, validate = false) {
|
|
190
|
+
let start = 0;
|
|
191
|
+
let end = url.length;
|
|
192
|
+
let hasUpper = false;
|
|
193
|
+
let isSpecial = false;
|
|
194
|
+
extractedHostnameValidated = false;
|
|
195
|
+
if (!urlIsValidHostname) {
|
|
196
|
+
// Data URLs never carry a host (and may be huge — short-circuit them).
|
|
197
|
+
if (url.startsWith('data:')) {
|
|
198
|
+
return null;
|
|
199
|
+
}
|
|
200
|
+
// WHATWG step 1: trim leading/trailing C0 control or space (<= U+0020).
|
|
201
|
+
// Tab/newline elsewhere are handled lazily below.
|
|
202
|
+
while (start < url.length && url.charCodeAt(start) <= 32) {
|
|
203
|
+
start += 1;
|
|
204
|
+
}
|
|
205
|
+
while (end > start + 1 && url.charCodeAt(end - 1) <= 32) {
|
|
206
|
+
end -= 1;
|
|
207
|
+
}
|
|
208
|
+
if (url.charCodeAt(start) === 47 /* '/' */ &&
|
|
209
|
+
url.charCodeAt(start + 1) === 47 /* '/' */) {
|
|
210
|
+
// Scheme-relative reference ("//host/path").
|
|
211
|
+
start += 2;
|
|
212
|
+
}
|
|
213
|
+
else {
|
|
214
|
+
const indexOfProtocol = url.indexOf(':/', start);
|
|
215
|
+
if (indexOfProtocol !== -1) {
|
|
216
|
+
// "scheme://…". Classify the scheme, then position `start` at the host.
|
|
217
|
+
const special = getSpecialScheme(url, start, indexOfProtocol);
|
|
218
|
+
if (special === 1) {
|
|
219
|
+
// Special scheme: skip the run of '/' and '\' after it
|
|
220
|
+
// (special-authority-(ignore-)slashes states; '\' acts as '/').
|
|
221
|
+
isSpecial = true;
|
|
222
|
+
start = indexOfProtocol + 2;
|
|
223
|
+
while (url.charCodeAt(start) === 47 /* '/' */ ||
|
|
224
|
+
url.charCodeAt(start) === 92 /* '\' */) {
|
|
225
|
+
start += 1;
|
|
226
|
+
}
|
|
227
|
+
}
|
|
228
|
+
else if (special === 2) {
|
|
229
|
+
// file: the host is only what sits between "//" and the next slash, so
|
|
230
|
+
// "file://h/x" => "h" but "file:///x" / "file:/x" => no host.
|
|
231
|
+
isSpecial = true;
|
|
232
|
+
start = indexOfProtocol + 1;
|
|
233
|
+
let slashes = 0;
|
|
234
|
+
while ((url.charCodeAt(start) === 47 || url.charCodeAt(start) === 92) &&
|
|
235
|
+
slashes < 2) {
|
|
236
|
+
start += 1;
|
|
237
|
+
slashes += 1;
|
|
238
|
+
}
|
|
239
|
+
if (slashes < 2) {
|
|
240
|
+
return null;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
else {
|
|
244
|
+
// Unknown scheme: validate the WHATWG scheme grammar [A-Za-z0-9+.-];
|
|
245
|
+
// a control char means it was split by a tab/newline (strip + re-parse).
|
|
246
|
+
for (let i = start; i < indexOfProtocol; i += 1) {
|
|
247
|
+
const code = url.charCodeAt(i) | 32;
|
|
248
|
+
if (!(((code >= 97 && code <= 122) || // [a, z]
|
|
249
|
+
(code >= 48 && code <= 57) || // [0, 9]
|
|
250
|
+
code === 46 || // '.'
|
|
251
|
+
code === 45 || // '-'
|
|
252
|
+
code === 43) // '+'
|
|
253
|
+
)) {
|
|
254
|
+
const raw = url.charCodeAt(i);
|
|
255
|
+
if (raw === 9 || raw === 10 || raw === 13) {
|
|
256
|
+
return extractHostname(url.replace(CONTROL_CHARS, ''), urlIsValidHostname, validate);
|
|
257
|
+
}
|
|
258
|
+
return null;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
// A non-special scheme has an authority only after "//" (else it is an
|
|
262
|
+
// opaque path with no host). `indexOf(':/')` already gave the first '/'.
|
|
263
|
+
if (url.charCodeAt(indexOfProtocol + 2) === 47 /* '/' */) {
|
|
264
|
+
start = indexOfProtocol + 3;
|
|
265
|
+
}
|
|
266
|
+
else {
|
|
267
|
+
return null;
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
else if (url.charCodeAt(start) !== 91 /* '[' */) {
|
|
272
|
+
// Cold path: no scheme "://", and not a bare IPv6 literal (whose first
|
|
273
|
+
// ':' would otherwise look like a scheme separator; "[…]" falls through
|
|
274
|
+
// to the ipv6 handling below). May be a bare host, a host:port, a
|
|
275
|
+
// user@host, a slash-less special scheme ("https:host"), or an opaque
|
|
276
|
+
// URI ("mailto:", "tel:", "urn:…").
|
|
277
|
+
let indexOfColon = -1;
|
|
278
|
+
for (let i = start; i < end; i += 1) {
|
|
279
|
+
const code = url.charCodeAt(i);
|
|
280
|
+
if (code === 9 || code === 10 || code === 13) {
|
|
281
|
+
return extractHostname(url.replace(CONTROL_CHARS, ''), urlIsValidHostname, validate);
|
|
282
|
+
}
|
|
283
|
+
if (code === 58 /* ':' */) {
|
|
284
|
+
indexOfColon = i;
|
|
285
|
+
break;
|
|
286
|
+
}
|
|
287
|
+
if (code === 47 || code === 92 || code === 63 || code === 35) {
|
|
288
|
+
break;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
if (indexOfColon !== -1) {
|
|
292
|
+
// An '@' before the next delimiter => the ':' is userinfo, not a
|
|
293
|
+
// scheme ("user:pass@host", "mailto:a@b"): keep the whole authority.
|
|
294
|
+
let hasIdentifier = false;
|
|
295
|
+
for (let i = indexOfColon + 1; i < end; i += 1) {
|
|
296
|
+
const code = url.charCodeAt(i);
|
|
297
|
+
if (code === 47 || code === 92 || code === 63 || code === 35) {
|
|
298
|
+
break;
|
|
299
|
+
}
|
|
300
|
+
if (code === 64 /* '@' */) {
|
|
301
|
+
hasIdentifier = true;
|
|
302
|
+
break;
|
|
303
|
+
}
|
|
304
|
+
}
|
|
305
|
+
if (!hasIdentifier) {
|
|
306
|
+
// All-digits after ':' => a bare "host:port" (tldts accepts
|
|
307
|
+
// hostnames too); keep `start` and let the port handling trim it.
|
|
308
|
+
let allDigits = true;
|
|
309
|
+
let i = indexOfColon + 1;
|
|
310
|
+
for (; i < end; i += 1) {
|
|
311
|
+
const code = url.charCodeAt(i);
|
|
312
|
+
if (code === 47 || code === 92 || code === 63 || code === 35) {
|
|
313
|
+
break;
|
|
314
|
+
}
|
|
315
|
+
if (code < 48 /* '0' */ || code > 57 /* '9' */) {
|
|
316
|
+
allDigits = false;
|
|
317
|
+
break;
|
|
318
|
+
}
|
|
319
|
+
}
|
|
320
|
+
if (i === indexOfColon + 1) {
|
|
321
|
+
allDigits = false; // nothing after ':' => not a port
|
|
322
|
+
}
|
|
323
|
+
if (!allDigits) {
|
|
324
|
+
const special = getSpecialScheme(url, start, indexOfColon);
|
|
325
|
+
if (special === 0) {
|
|
326
|
+
// No "://" anywhere on the cold path and not a special scheme.
|
|
327
|
+
// A second ':' before the host's end marks a bare, unbracketed
|
|
328
|
+
// IPv6 literal ("2a01:e35::1"): fall through and let the host
|
|
329
|
+
// loop + isIp classify it. Without one this is an opaque path
|
|
330
|
+
// with no host ("mailto:x", "foo:bar").
|
|
331
|
+
let isBareIpv6 = false;
|
|
332
|
+
for (let j = indexOfColon + 1; j < end; j += 1) {
|
|
333
|
+
const code = url.charCodeAt(j);
|
|
334
|
+
if (code === 47 ||
|
|
335
|
+
code === 92 ||
|
|
336
|
+
code === 63 ||
|
|
337
|
+
code === 35) {
|
|
338
|
+
break;
|
|
339
|
+
}
|
|
340
|
+
if (code === 58 /* ':' */) {
|
|
341
|
+
isBareIpv6 = true;
|
|
342
|
+
break;
|
|
343
|
+
}
|
|
344
|
+
}
|
|
345
|
+
if (!isBareIpv6) {
|
|
346
|
+
return null;
|
|
347
|
+
}
|
|
348
|
+
}
|
|
349
|
+
else {
|
|
350
|
+
isSpecial = true;
|
|
351
|
+
start = indexOfColon + 1;
|
|
352
|
+
if (special === 2) {
|
|
353
|
+
// file (e.g. "file:\\host"): host only between "//" and next slash.
|
|
354
|
+
let slashes = 0;
|
|
355
|
+
while ((url.charCodeAt(start) === 47 ||
|
|
356
|
+
url.charCodeAt(start) === 92) &&
|
|
357
|
+
slashes < 2) {
|
|
358
|
+
start += 1;
|
|
359
|
+
slashes += 1;
|
|
360
|
+
}
|
|
361
|
+
if (slashes < 2) {
|
|
362
|
+
return null;
|
|
363
|
+
}
|
|
364
|
+
}
|
|
365
|
+
else {
|
|
366
|
+
while (url.charCodeAt(start) === 47 ||
|
|
367
|
+
url.charCodeAt(start) === 92) {
|
|
368
|
+
start += 1;
|
|
369
|
+
}
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
}
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
// Find the host's end: first '/', '?' or '#' (and '\' for special URLs,
|
|
378
|
+
// which WHATWG treats like '/'). Track the last '@', ']' and ':' for
|
|
379
|
+
// userinfo, ipv6 and port, plus the first ':' of the host (reset at each
|
|
380
|
+
// '@') to tell a bare IPv6 (>= 2 colons) from a host:port (exactly one);
|
|
381
|
+
// flag uppercase and a stray tab/newline. The loop is split on `code < 64`
|
|
382
|
+
// so common host characters take fewer comparisons.
|
|
383
|
+
//
|
|
384
|
+
// When `validate`, also accumulate `is-valid.ts`'s checks over the scanned
|
|
385
|
+
// run so a simple authority's host can be validated in this single pass.
|
|
386
|
+
// `vValid` only stays meaningful for a "simple" authority (no userinfo, port,
|
|
387
|
+
// brackets, control or trailing dot); those cases clear it / are rejected by
|
|
388
|
+
// the guard below, falling back to `isValidHostname`.
|
|
389
|
+
let indexOfIdentifier = -1;
|
|
390
|
+
let indexOfClosingBracket = -1;
|
|
391
|
+
let indexOfPort = -1;
|
|
392
|
+
let indexOfFirstColon = -1;
|
|
393
|
+
let hasControl = false;
|
|
394
|
+
let vValid = validate; // seeded true when validating; cleared on the first invalid char
|
|
395
|
+
let vLastDot = start - 1; // mirrors is-valid.ts `lastDotIndex = -1` at host start
|
|
396
|
+
let vLastCode = -1;
|
|
397
|
+
if (validate && start < end) {
|
|
398
|
+
// First-char rule: must be a valid host char, '.', or '_' (NOT '-').
|
|
399
|
+
const c0 = url.charCodeAt(start);
|
|
400
|
+
if (!(
|
|
401
|
+
/*@__INLINE__*/ (isValidHostnameChar(c0) ||
|
|
402
|
+
c0 === 46 /* '.' */ ||
|
|
403
|
+
c0 === 95 /* '_' */)) ||
|
|
404
|
+
c0 === 45 /* '-' (isValidHostnameChar allows it mid-label, not first) */) {
|
|
405
|
+
vValid = false;
|
|
406
|
+
}
|
|
407
|
+
}
|
|
408
|
+
for (let i = start; i < end; i += 1) {
|
|
409
|
+
const code = url.charCodeAt(i);
|
|
410
|
+
if (code < 64) {
|
|
411
|
+
if (code === 47 || code === 35 || code === 63) {
|
|
412
|
+
end = i;
|
|
413
|
+
break;
|
|
414
|
+
}
|
|
415
|
+
else if (code === 58 /* ':' */) {
|
|
416
|
+
if (indexOfFirstColon === -1) {
|
|
417
|
+
indexOfFirstColon = i;
|
|
418
|
+
}
|
|
419
|
+
indexOfPort = i;
|
|
420
|
+
}
|
|
421
|
+
else if (code === 9 || code === 10 || code === 13) {
|
|
422
|
+
hasControl = true;
|
|
423
|
+
}
|
|
424
|
+
else if (validate) {
|
|
425
|
+
if (code === 46 /* '.' */) {
|
|
426
|
+
if (i - vLastDot > 64 || vLastCode === 46 || vLastCode === 45) {
|
|
427
|
+
vValid = false;
|
|
428
|
+
}
|
|
429
|
+
vLastDot = i;
|
|
430
|
+
}
|
|
431
|
+
else if (code < 48 || code > 57) {
|
|
432
|
+
// < 64 and not a delimiter/dot/digit => only '-' (45) is a valid
|
|
433
|
+
// host char here; everything else (space, %, !, etc.) is invalid.
|
|
434
|
+
// A '-' must also not START a label (the byte right after a '.') —
|
|
435
|
+
// mirrors is-valid.ts; the first label is covered by the first-char
|
|
436
|
+
// rule above. (RFC 1034 §3.5 / RFC 1035 §2.3.1 LDH.)
|
|
437
|
+
if (code !== 45 || vLastCode === 46 /* label-leading '-' */) {
|
|
438
|
+
vValid = false;
|
|
439
|
+
}
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
}
|
|
443
|
+
else if (isSpecial && code === 92 /* '\' */) {
|
|
444
|
+
end = i;
|
|
445
|
+
break;
|
|
446
|
+
}
|
|
447
|
+
else if (code === 64 /* '@' */) {
|
|
448
|
+
indexOfIdentifier = i;
|
|
449
|
+
indexOfFirstColon = -1; // colons before '@' are userinfo, not the host
|
|
450
|
+
}
|
|
451
|
+
else if (code === 93 /* ']' */) {
|
|
452
|
+
indexOfClosingBracket = i;
|
|
453
|
+
}
|
|
454
|
+
else if (code >= 65 && code <= 90) {
|
|
455
|
+
hasUpper = true;
|
|
456
|
+
}
|
|
457
|
+
else if (validate && !( /*@__INLINE__*/isValidHostnameChar(code))) {
|
|
458
|
+
// >= 64, not '@'/']'/upper: valid only if a-z, '_', or non-ASCII.
|
|
459
|
+
vValid = false;
|
|
460
|
+
}
|
|
461
|
+
if (validate) {
|
|
462
|
+
vLastCode = code;
|
|
463
|
+
}
|
|
464
|
+
}
|
|
465
|
+
// A tab/newline inside the authority: strip everything and re-parse (rare).
|
|
466
|
+
if (hasControl) {
|
|
467
|
+
return extractHostname(url.replace(CONTROL_CHARS, ''), urlIsValidHostname, validate);
|
|
468
|
+
}
|
|
469
|
+
// Skip userinfo. '>= start' so an empty userinfo ("http://@host") works too.
|
|
470
|
+
if (indexOfIdentifier !== -1 &&
|
|
471
|
+
indexOfIdentifier >= start &&
|
|
472
|
+
indexOfIdentifier < end) {
|
|
473
|
+
start = indexOfIdentifier + 1;
|
|
474
|
+
}
|
|
475
|
+
if (url.charCodeAt(start) === 91 /* '[' */) {
|
|
476
|
+
// ipv6 address: return what is between the brackets, or null if unclosed.
|
|
477
|
+
if (indexOfClosingBracket !== -1) {
|
|
478
|
+
return url.slice(start + 1, indexOfClosingBracket).toLowerCase();
|
|
479
|
+
}
|
|
480
|
+
return null;
|
|
481
|
+
}
|
|
482
|
+
else if (indexOfPort !== -1 &&
|
|
483
|
+
indexOfPort > start &&
|
|
484
|
+
indexOfPort < end &&
|
|
485
|
+
// A host:port has exactly one ':' in the host (so its first ':' is its
|
|
486
|
+
// last); a bare, unbracketed IPv6 literal ("2a01:e35::1") has >= 2, so
|
|
487
|
+
// its first ':' precedes the last. Only the former has a ':port' to trim.
|
|
488
|
+
indexOfFirstColon === indexOfPort) {
|
|
489
|
+
end = indexOfPort; // trim ':port'
|
|
490
|
+
}
|
|
491
|
+
// Empty authority ("http://", "file:///path", "//"); only reachable here via
|
|
492
|
+
// extraction — a bare valid hostname never lands here.
|
|
493
|
+
if (start >= end) {
|
|
494
|
+
return null;
|
|
495
|
+
}
|
|
496
|
+
// Publish the inline-validation verdict — but only for a "simple" authority,
|
|
497
|
+
// where the scanned run equals the final host: no userinfo skip, no port
|
|
498
|
+
// trim, no brackets, no trailing dot (trimmed below), and length within RFC
|
|
499
|
+
// limits. Anything else leaves it `false` so `parseImpl` re-validates.
|
|
500
|
+
//
|
|
501
|
+
// Every clause below is load-bearing for CORRECTNESS, not just speed: the
|
|
502
|
+
// loop accumulates `vValid` over the whole scanned run (it does not stop at
|
|
503
|
+
// ':' or '@', so any port/userinfo bytes are included), so the verdict is
|
|
504
|
+
// only sound when that run equals the final host. Do not drop a clause as
|
|
505
|
+
// "redundant" — e.g. without `indexOfPort === -1`, `host:8080` would be
|
|
506
|
+
// wrongly accepted.
|
|
507
|
+
if (validate &&
|
|
508
|
+
vValid &&
|
|
509
|
+
indexOfIdentifier === -1 &&
|
|
510
|
+
indexOfPort === -1 &&
|
|
511
|
+
indexOfClosingBracket === -1 &&
|
|
512
|
+
url.charCodeAt(end - 1) !== 46 /* no trailing dot */ &&
|
|
513
|
+
end - start <= 255 && // total length
|
|
514
|
+
end - vLastDot - 1 <= 63 && // last label length
|
|
515
|
+
vLastCode !== 45 /* last char not '-' */) {
|
|
516
|
+
extractedHostnameValidated = true;
|
|
517
|
+
}
|
|
518
|
+
}
|
|
519
|
+
// Trim trailing dots
|
|
520
|
+
while (end > start + 1 && url.charCodeAt(end - 1) === 46 /* '.' */) {
|
|
521
|
+
end -= 1;
|
|
522
|
+
}
|
|
523
|
+
const hostname = start !== 0 || end !== url.length ? url.slice(start, end) : url;
|
|
524
|
+
if (hasUpper) {
|
|
525
|
+
return hostname.toLowerCase();
|
|
526
|
+
}
|
|
527
|
+
return hostname;
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
/**
|
|
531
|
+
* Check if a hostname is an IP. You should be aware that this only works
|
|
532
|
+
* because `hostname` is already garanteed to be a valid hostname!
|
|
533
|
+
*/
|
|
534
|
+
function isProbablyIpv4(hostname) {
|
|
535
|
+
// Cannot be shorted than 1.1.1.1
|
|
536
|
+
if (hostname.length < 7) {
|
|
537
|
+
return false;
|
|
538
|
+
}
|
|
539
|
+
// Cannot be longer than: 255.255.255.255
|
|
540
|
+
if (hostname.length > 15) {
|
|
541
|
+
return false;
|
|
542
|
+
}
|
|
543
|
+
let numberOfDots = 0;
|
|
544
|
+
for (let i = 0; i < hostname.length; i += 1) {
|
|
545
|
+
const code = hostname.charCodeAt(i);
|
|
546
|
+
if (code === 46 /* '.' */) {
|
|
547
|
+
numberOfDots += 1;
|
|
548
|
+
}
|
|
549
|
+
else if (code < 48 /* '0' */ || code > 57 /* '9' */) {
|
|
550
|
+
return false;
|
|
551
|
+
}
|
|
552
|
+
}
|
|
553
|
+
return (numberOfDots === 3 &&
|
|
554
|
+
hostname.charCodeAt(0) !== 46 /* '.' */ &&
|
|
555
|
+
hostname.charCodeAt(hostname.length - 1) !== 46 /* '.' */);
|
|
556
|
+
}
|
|
557
|
+
/**
|
|
558
|
+
* Similar to isProbablyIpv4.
|
|
559
|
+
*/
|
|
560
|
+
function isProbablyIpv6(hostname) {
|
|
561
|
+
if (hostname.length < 3) {
|
|
562
|
+
return false;
|
|
563
|
+
}
|
|
564
|
+
let start = hostname.startsWith('[') ? 1 : 0;
|
|
565
|
+
let end = hostname.length;
|
|
566
|
+
if (hostname[end - 1] === ']') {
|
|
567
|
+
end -= 1;
|
|
568
|
+
}
|
|
569
|
+
// We only consider the maximum size of a normal IPV6. Note that this will
|
|
570
|
+
// fail on so-called "IPv4 mapped IPv6 addresses" but this is a corner-case
|
|
571
|
+
// and a proper validation library should be used for these.
|
|
572
|
+
if (end - start > 39) {
|
|
573
|
+
return false;
|
|
574
|
+
}
|
|
575
|
+
let hasColon = false;
|
|
576
|
+
for (; start < end; start += 1) {
|
|
577
|
+
const code = hostname.charCodeAt(start);
|
|
578
|
+
if (code === 58 /* ':' */) {
|
|
579
|
+
hasColon = true;
|
|
580
|
+
}
|
|
581
|
+
else if (!(((code >= 48 && code <= 57) || // 0-9
|
|
582
|
+
(code >= 97 && code <= 102) || // a-f
|
|
583
|
+
(code >= 65 && code <= 70)) // A-F (RFC 4291 §2.2: an IPv6 hextet is hex digits only)
|
|
584
|
+
)) {
|
|
585
|
+
return false;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
588
|
+
return hasColon;
|
|
589
|
+
}
|
|
590
|
+
/**
|
|
591
|
+
* Check if `hostname` is *probably* a valid ip addr (either ipv6 or ipv4).
|
|
592
|
+
* This *will not* work on any string. We need `hostname` to be a valid
|
|
593
|
+
* hostname.
|
|
594
|
+
*/
|
|
595
|
+
function isIp(hostname) {
|
|
596
|
+
return isProbablyIpv6(hostname) || isProbablyIpv4(hostname);
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
/**
|
|
600
|
+
* Special-use domain names from the IANA "Special-Use Domain Names" registry:
|
|
601
|
+
* the authoritative list, created by RFC 6761 and maintained as new RFCs add to
|
|
602
|
+
* it: https://www.iana.org/assignments/special-use-domain-names/
|
|
603
|
+
* Snapshot: 2026-05-24. (RFC 6761 is not obsoleted; draft-hoffman-rfc6761bis
|
|
604
|
+
* proposes to retire its prose but keep this registry, so the registry is the
|
|
605
|
+
* source of truth; re-sync this list against it.)
|
|
606
|
+
*
|
|
607
|
+
* These names never correspond to a public registration, yet neither
|
|
608
|
+
* `isIcann` nor `isPrivate` marks one as special-use: most are absent from the
|
|
609
|
+
* Public Suffix List (so `a.test` looks like a registrable domain), and the
|
|
610
|
+
* few that are listed (`onion`, `home.arpa`) appear there as ordinary ICANN
|
|
611
|
+
* suffixes. `isSpecialUse` is the single signal that covers them all.
|
|
612
|
+
*
|
|
613
|
+
* Per the registry and RFC 6761 ("and any names falling within these domains"),
|
|
614
|
+
* the designation covers each listed name AND all of its sub-domains. DNS labels
|
|
615
|
+
* are case-insensitive (RFC 4343); `hostname` is expected to be already
|
|
616
|
+
* lower-cased and trailing-dot-stripped, as produced by `extractHostname`, the
|
|
617
|
+
* same normalization the Public-Suffix-List lookup relies on.
|
|
618
|
+
*
|
|
619
|
+
* Two groups of registry entries are intentionally excluded: the numeric
|
|
620
|
+
* reverse-DNS delegation zones (`10.in-addr.arpa`, the `*.ip6.arpa` ranges, …),
|
|
621
|
+
* which are reverse-DNS PTR zones rather than hostnames and whose parents
|
|
622
|
+
* (`in-addr.arpa`/`ip6.arpa`) are already in the Public Suffix List; and the
|
|
623
|
+
* deprecated `eap-noob.arpa` entry.
|
|
624
|
+
*/
|
|
625
|
+
const SPECIAL_USE_DOMAINS = [
|
|
626
|
+
'test', // RFC 6761
|
|
627
|
+
'localhost', // RFC 6761
|
|
628
|
+
'invalid', // RFC 6761
|
|
629
|
+
'example', // RFC 6761
|
|
630
|
+
'example.com', // RFC 6761
|
|
631
|
+
'example.net', // RFC 6761
|
|
632
|
+
'example.org', // RFC 6761
|
|
633
|
+
'local', // RFC 6762 (mDNS)
|
|
634
|
+
'onion', // RFC 7686 (Tor)
|
|
635
|
+
'alt', // RFC 9476
|
|
636
|
+
'home.arpa', // RFC 8375
|
|
637
|
+
'ipv4only.arpa', // RFC 8880
|
|
638
|
+
'resolver.arpa', // RFC 9462
|
|
639
|
+
'service.arpa', // RFC 9665
|
|
640
|
+
'6tisch.arpa', // RFC 9031
|
|
641
|
+
'eap.arpa', // RFC 9965
|
|
642
|
+
];
|
|
643
|
+
/**
|
|
644
|
+
* Return `true` if `hostname` is, or is a sub-domain of, a special-use domain
|
|
645
|
+
* (see the registry note above). Expects an already-normalized `hostname`.
|
|
646
|
+
*/
|
|
647
|
+
function isSpecialUse(hostname) {
|
|
648
|
+
for (const name of SPECIAL_USE_DOMAINS) {
|
|
649
|
+
// Match on a label boundary: `hostname` is either exactly `name` or ends
|
|
650
|
+
// with `.name` (so `latest` is not matched by `test`, nor `myexample.com`
|
|
651
|
+
// by `example.com`).
|
|
652
|
+
if (hostname.endsWith(name) &&
|
|
653
|
+
(hostname.length === name.length ||
|
|
654
|
+
hostname.charCodeAt(hostname.length - name.length - 1) === 46) /* '.' */) {
|
|
655
|
+
return true;
|
|
656
|
+
}
|
|
657
|
+
}
|
|
658
|
+
return false;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
/**
|
|
662
|
+
* Implements fast shallow verification of hostnames. This does not perform a
|
|
663
|
+
* struct check on the content of labels (classes of Unicode characters, etc.)
|
|
664
|
+
* but instead check that the structure is valid (number of labels, length of
|
|
665
|
+
* labels, etc.).
|
|
666
|
+
*
|
|
667
|
+
* If you need stricter validation, consider using an external library.
|
|
668
|
+
*/
|
|
669
|
+
// KEEP IN SYNC with `extract-hostname.ts` `isValidHostnameChar` + its inline
|
|
670
|
+
// scan/verdict, which duplicate these structural rules to validate during
|
|
671
|
+
// extraction (a perf fusion). That copy additionally accepts A-Z (the host is
|
|
672
|
+
// not yet lowercased there) and folds in '-' / '_'. Any change to the accepted
|
|
673
|
+
// character set or the label/length rules here must be mirrored there.
|
|
674
|
+
function isValidAscii(code) {
|
|
675
|
+
return ((code >= 97 && code <= 122) || (code >= 48 && code <= 57) || code > 127);
|
|
676
|
+
}
|
|
677
|
+
/**
|
|
678
|
+
* Check if a hostname string is valid. It's usually a preliminary check before
|
|
679
|
+
* trying to use getDomain or anything else.
|
|
680
|
+
*
|
|
681
|
+
* Beware: it does not check if the TLD exists.
|
|
682
|
+
*/
|
|
683
|
+
function isValidHostname (hostname) {
|
|
684
|
+
if (hostname.length > 255) {
|
|
685
|
+
return false;
|
|
686
|
+
}
|
|
687
|
+
if (hostname.length === 0) {
|
|
688
|
+
return false;
|
|
689
|
+
}
|
|
690
|
+
if (
|
|
691
|
+
/*@__INLINE__*/ !isValidAscii(hostname.charCodeAt(0)) &&
|
|
692
|
+
hostname.charCodeAt(0) !== 46 && // '.' (dot)
|
|
693
|
+
hostname.charCodeAt(0) !== 95 // '_' (underscore)
|
|
694
|
+
) {
|
|
695
|
+
return false;
|
|
696
|
+
}
|
|
697
|
+
// Validate hostname according to RFC
|
|
698
|
+
let lastDotIndex = -1;
|
|
699
|
+
let lastCharCode = -1;
|
|
700
|
+
const len = hostname.length;
|
|
701
|
+
for (let i = 0; i < len; i += 1) {
|
|
702
|
+
const code = hostname.charCodeAt(i);
|
|
703
|
+
if (code === 46 /* '.' */) {
|
|
704
|
+
if (
|
|
705
|
+
// Check that previous label is < 63 bytes long (64 = 63 + '.')
|
|
706
|
+
i - lastDotIndex > 64 ||
|
|
707
|
+
// Check that previous character was not already a '.'
|
|
708
|
+
lastCharCode === 46 ||
|
|
709
|
+
// Check that the previous label does not end with '-' (RFC 1035 §2.3.1 LDH).
|
|
710
|
+
// '_' is intentionally NOT restricted: DNS allows any octet (RFC 2181 §11) and
|
|
711
|
+
// WHATWG URL does not treat '_' as a forbidden host code point.
|
|
712
|
+
lastCharCode === 45) {
|
|
713
|
+
return false;
|
|
714
|
+
}
|
|
715
|
+
lastDotIndex = i;
|
|
716
|
+
}
|
|
717
|
+
else if (
|
|
718
|
+
// A forbidden character in the label...
|
|
719
|
+
!( /*@__INLINE__*/(isValidAscii(code) || code === 45 || code === 95)) ||
|
|
720
|
+
// ...or a '-' starting a label (the byte right after a '.'). A label must
|
|
721
|
+
// not begin with a hyphen (RFC 1034 §3.5 / RFC 1035 §2.3.1 LDH, as amended
|
|
722
|
+
// by RFC 1123 §2.1; cf. UTS #46 CheckHyphens). The first label is covered by
|
|
723
|
+
// the leading-character guard above; mirrors the trailing-'-' rule below.
|
|
724
|
+
(code === 45 && lastCharCode === 46)) {
|
|
725
|
+
return false;
|
|
726
|
+
}
|
|
727
|
+
lastCharCode = code;
|
|
728
|
+
}
|
|
729
|
+
return (
|
|
730
|
+
// Check that last label is shorter than 63 chars
|
|
731
|
+
len - lastDotIndex - 1 <= 63 &&
|
|
732
|
+
// Check that the last character is an allowed trailing label character.
|
|
733
|
+
// Since we already checked that the char is a valid hostname character,
|
|
734
|
+
// we only need to check that it's different from '-'.
|
|
735
|
+
lastCharCode !== 45);
|
|
736
|
+
}
|
|
737
|
+
|
|
738
|
+
function setDefaultsImpl({ allowIcannDomains = true, allowPrivateDomains = false, detectIp = true, detectSpecialUse = false, extractHostname = true, mixedInputs = true, validHosts = null, validateHostname = true, }) {
|
|
739
|
+
return {
|
|
740
|
+
allowIcannDomains,
|
|
741
|
+
allowPrivateDomains,
|
|
742
|
+
detectIp,
|
|
743
|
+
detectSpecialUse,
|
|
744
|
+
extractHostname,
|
|
745
|
+
mixedInputs,
|
|
746
|
+
validHosts,
|
|
747
|
+
validateHostname,
|
|
748
|
+
};
|
|
749
|
+
}
|
|
750
|
+
const DEFAULT_OPTIONS = /*@__INLINE__*/ setDefaultsImpl({});
|
|
751
|
+
function setDefaults(options) {
|
|
752
|
+
if (options === undefined) {
|
|
753
|
+
return DEFAULT_OPTIONS;
|
|
754
|
+
}
|
|
755
|
+
return /*@__INLINE__*/ setDefaultsImpl(options);
|
|
756
|
+
}
|
|
757
|
+
|
|
758
|
+
/**
|
|
759
|
+
* Returns the subdomain of a hostname string
|
|
760
|
+
*/
|
|
761
|
+
function getSubdomain$1(hostname, domain) {
|
|
762
|
+
// If `hostname` and `domain` are the same, then there is no sub-domain
|
|
763
|
+
if (domain.length === hostname.length) {
|
|
764
|
+
return '';
|
|
765
|
+
}
|
|
766
|
+
return hostname.slice(0, -domain.length - 1);
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
/**
|
|
770
|
+
* Implement a factory allowing to plug different implementations of suffix
|
|
771
|
+
* lookup (e.g.: using a trie or the packed hashes datastructures). This is used
|
|
772
|
+
* and exposed in `tldts.ts` and `tldts-experimental.ts` bundle entrypoints.
|
|
773
|
+
*/
|
|
774
|
+
function getEmptyResult() {
|
|
775
|
+
return {
|
|
776
|
+
domain: null,
|
|
777
|
+
domainWithoutSuffix: null,
|
|
778
|
+
hostname: null,
|
|
779
|
+
isIcann: null,
|
|
780
|
+
isIp: null,
|
|
781
|
+
isPrivate: null,
|
|
782
|
+
isSpecialUse: null,
|
|
783
|
+
publicSuffix: null,
|
|
784
|
+
subdomain: null,
|
|
785
|
+
};
|
|
786
|
+
}
|
|
787
|
+
function resetResult(result) {
|
|
788
|
+
result.domain = null;
|
|
789
|
+
result.domainWithoutSuffix = null;
|
|
790
|
+
result.hostname = null;
|
|
791
|
+
result.isIcann = null;
|
|
792
|
+
result.isIp = null;
|
|
793
|
+
result.isPrivate = null;
|
|
794
|
+
result.isSpecialUse = null;
|
|
795
|
+
result.publicSuffix = null;
|
|
796
|
+
result.subdomain = null;
|
|
797
|
+
}
|
|
798
|
+
function parseImpl(url, step, suffixLookup, partialOptions, result) {
|
|
799
|
+
const options = /*@__INLINE__*/ setDefaults(partialOptions);
|
|
800
|
+
// Very fast approximate check to make sure `url` is a string. This is needed
|
|
801
|
+
// because the library will not necessarily be used in a typed setup and
|
|
802
|
+
// values of arbitrary types might be given as argument.
|
|
803
|
+
if (typeof url !== 'string') {
|
|
804
|
+
return result;
|
|
805
|
+
}
|
|
806
|
+
// Extract hostname from `url` only if needed. This can be made optional
|
|
807
|
+
// using `options.extractHostname`. This option will typically be used
|
|
808
|
+
// whenever we are sure the inputs to `parse` are already hostnames and not
|
|
809
|
+
// arbitrary URLs.
|
|
810
|
+
//
|
|
811
|
+
// `mixedInput` allows to specify if we expect a mix of URLs and hostnames
|
|
812
|
+
// as input. If only hostnames are expected then `extractHostname` can be
|
|
813
|
+
// set to `false` to speed-up parsing. If only URLs are expected then
|
|
814
|
+
// `mixedInputs` can be set to `false`. The `mixedInputs` is only a hint
|
|
815
|
+
// and will not change the behavior of the library.
|
|
816
|
+
// Whether `url` itself was already a valid hostname (only computed on the
|
|
817
|
+
// mixedInputs path). Lets us skip the post-extraction validation below when
|
|
818
|
+
// extractHostname returned `url` unchanged (same reference).
|
|
819
|
+
let urlIsValid = false;
|
|
820
|
+
if (!options.extractHostname) {
|
|
821
|
+
result.hostname = url;
|
|
822
|
+
}
|
|
823
|
+
else if (options.mixedInputs) {
|
|
824
|
+
urlIsValid = isValidHostname(url);
|
|
825
|
+
result.hostname = extractHostname(url, urlIsValid, options.validateHostname);
|
|
826
|
+
}
|
|
827
|
+
else {
|
|
828
|
+
result.hostname = extractHostname(url, false, options.validateHostname);
|
|
829
|
+
}
|
|
830
|
+
// Check if `hostname` is a valid ip address
|
|
831
|
+
if (options.detectIp && result.hostname !== null) {
|
|
832
|
+
result.isIp = isIp(result.hostname);
|
|
833
|
+
if (result.isIp) {
|
|
834
|
+
return result;
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
// Perform hostname validation if enabled. If hostname is not valid, no need to
|
|
838
|
+
// go further as there will be no valid domain or sub-domain. This validation
|
|
839
|
+
// is applied before any early returns to ensure consistent behavior across
|
|
840
|
+
// all API methods including getHostname().
|
|
841
|
+
if (options.validateHostname &&
|
|
842
|
+
options.extractHostname &&
|
|
843
|
+
result.hostname !== null &&
|
|
844
|
+
// Skip the re-scan when `url` was already validated and extractHostname
|
|
845
|
+
// returned it unchanged (same reference => identical string, still valid).
|
|
846
|
+
!(urlIsValid && result.hostname === url) &&
|
|
847
|
+
// Skip the re-scan when extractHostname already validated the host inline
|
|
848
|
+
// (a confirmed-valid simple authority — see extract-hostname.ts).
|
|
849
|
+
!extractedHostnameValidated &&
|
|
850
|
+
!isValidHostname(result.hostname)) {
|
|
851
|
+
result.hostname = null;
|
|
852
|
+
return result;
|
|
853
|
+
}
|
|
854
|
+
if (step === 0 /* FLAG.HOSTNAME */ || result.hostname === null) {
|
|
855
|
+
return result;
|
|
856
|
+
}
|
|
857
|
+
// Flag special-use domains, only when opted in (`detectSpecialUse`) and only
|
|
858
|
+
// for the full `parse()` result (FLAG.ALL). Computed here, before the
|
|
859
|
+
// public-suffix/domain early-returns below, so single-label names like
|
|
860
|
+
// `localhost` (which have no registrable domain) are still flagged.
|
|
861
|
+
if (step === 5 /* FLAG.ALL */ && options.detectSpecialUse) {
|
|
862
|
+
result.isSpecialUse = isSpecialUse(result.hostname);
|
|
863
|
+
}
|
|
864
|
+
// Extract public suffix
|
|
865
|
+
suffixLookup(result.hostname, options, result);
|
|
866
|
+
if (step === 2 /* FLAG.PUBLIC_SUFFIX */ || result.publicSuffix === null) {
|
|
867
|
+
return result;
|
|
868
|
+
}
|
|
869
|
+
// Extract domain
|
|
870
|
+
result.domain = getDomain$1(result.publicSuffix, result.hostname, options);
|
|
871
|
+
if (step === 3 /* FLAG.DOMAIN */ || result.domain === null) {
|
|
872
|
+
return result;
|
|
873
|
+
}
|
|
874
|
+
// Extract subdomain
|
|
875
|
+
result.subdomain = getSubdomain$1(result.hostname, result.domain);
|
|
876
|
+
if (step === 4 /* FLAG.SUB_DOMAIN */) {
|
|
877
|
+
return result;
|
|
878
|
+
}
|
|
879
|
+
// Extract domain without suffix
|
|
880
|
+
result.domainWithoutSuffix = getDomainWithoutSuffix$1(result.domain, result.publicSuffix);
|
|
881
|
+
return result;
|
|
882
|
+
}
|
|
883
|
+
|
|
884
|
+
function fastPathLookup (hostname, options, out) {
|
|
885
|
+
// Fast path for very popular suffixes; this allows to by-pass lookup
|
|
886
|
+
// completely as well as any extra allocation or string manipulation.
|
|
887
|
+
if (!options.allowPrivateDomains && hostname.length > 3) {
|
|
888
|
+
const last = hostname.length - 1;
|
|
889
|
+
const c3 = hostname.charCodeAt(last);
|
|
890
|
+
const c2 = hostname.charCodeAt(last - 1);
|
|
891
|
+
const c1 = hostname.charCodeAt(last - 2);
|
|
892
|
+
const c0 = hostname.charCodeAt(last - 3);
|
|
893
|
+
if (c3 === 109 /* 'm' */ &&
|
|
894
|
+
c2 === 111 /* 'o' */ &&
|
|
895
|
+
c1 === 99 /* 'c' */ &&
|
|
896
|
+
c0 === 46 /* '.' */) {
|
|
897
|
+
out.isIcann = true;
|
|
898
|
+
out.isPrivate = false;
|
|
899
|
+
out.publicSuffix = 'com';
|
|
900
|
+
return true;
|
|
901
|
+
}
|
|
902
|
+
else if (c3 === 103 /* 'g' */ &&
|
|
903
|
+
c2 === 114 /* 'r' */ &&
|
|
904
|
+
c1 === 111 /* 'o' */ &&
|
|
905
|
+
c0 === 46 /* '.' */) {
|
|
906
|
+
out.isIcann = true;
|
|
907
|
+
out.isPrivate = false;
|
|
908
|
+
out.publicSuffix = 'org';
|
|
909
|
+
return true;
|
|
910
|
+
}
|
|
911
|
+
else if (c3 === 117 /* 'u' */ &&
|
|
912
|
+
c2 === 100 /* 'd' */ &&
|
|
913
|
+
c1 === 101 /* 'e' */ &&
|
|
914
|
+
c0 === 46 /* '.' */) {
|
|
915
|
+
out.isIcann = true;
|
|
916
|
+
out.isPrivate = false;
|
|
917
|
+
out.publicSuffix = 'edu';
|
|
918
|
+
return true;
|
|
919
|
+
}
|
|
920
|
+
else if (c3 === 118 /* 'v' */ &&
|
|
921
|
+
c2 === 111 /* 'o' */ &&
|
|
922
|
+
c1 === 103 /* 'g' */ &&
|
|
923
|
+
c0 === 46 /* '.' */) {
|
|
924
|
+
out.isIcann = true;
|
|
925
|
+
out.isPrivate = false;
|
|
926
|
+
out.publicSuffix = 'gov';
|
|
927
|
+
return true;
|
|
928
|
+
}
|
|
929
|
+
else if (c3 === 116 /* 't' */ &&
|
|
930
|
+
c2 === 101 /* 'e' */ &&
|
|
931
|
+
c1 === 110 /* 'n' */ &&
|
|
932
|
+
c0 === 46 /* '.' */) {
|
|
933
|
+
out.isIcann = true;
|
|
934
|
+
out.isPrivate = false;
|
|
935
|
+
out.publicSuffix = 'net';
|
|
936
|
+
return true;
|
|
937
|
+
}
|
|
938
|
+
else if (c3 === 101 /* 'e' */ &&
|
|
939
|
+
c2 === 100 /* 'd' */ &&
|
|
940
|
+
c1 === 46 /* '.' */) {
|
|
941
|
+
out.isIcann = true;
|
|
942
|
+
out.isPrivate = false;
|
|
943
|
+
out.publicSuffix = 'de';
|
|
944
|
+
return true;
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
return false;
|
|
948
|
+
}
|
|
949
|
+
|
|
950
|
+
// Auto-generated flat public-suffix trie. Do not edit.
|
|
951
|
+
const nodeFlags = /*#__PURE__*/ new Uint8Array([1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 2, 2, 0, 2, 2, 0, 2, 0, 0, 1, 0, 0, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 2, 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 0, 0, 0, 1, 0, 2, 2, 0, 0, 0, 2, 0, 1, 1, 0, 2, 0, 2, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 2, 2, 0, 2, 2, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 0, 2, 0, 2, 2, 2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 2, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 2, 2, 0, 0, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 2, 1, 2, 1, 1, 1, 2, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0]);
|
|
952
|
+
const edgeStart = /*#__PURE__*/ new Uint16Array([0, 0, 0, 9, 10, 17, 105, 110, 116, 123, 129, 135, 144, 145, 146, 147, 148, 149, 150, 152, 153, 154, 156, 158, 225, 238, 240, 241, 242, 257, 264, 265, 268, 269, 270, 273, 275, 295, 296, 298, 307, 312, 313, 331, 332, 335, 337, 338, 340, 374, 375, 377, 380, 381, 385, 387, 391, 394, 426, 429, 442, 443, 451, 453, 463, 477, 478, 479, 488, 525, 530, 546, 566, 572, 613, 614, 641, 668, 669, 817, 823, 826, 827, 828, 833, 838, 847, 869, 870, 871, 872, 873, 874, 875, 893, 895, 896, 899, 901, 902, 904, 906, 921, 936, 941, 942, 944, 945, 946, 947, 948, 950, 953, 958, 959, 960, 962, 963, 966, 969, 970, 971, 984, 986, 998, 1009, 1017, 1019, 1058, 1061, 1065, 1066, 1068, 1071, 1082, 1084, 1094, 1096, 1102, 1104, 1105, 1107, 1110, 1111, 1112, 1163, 1165, 1167, 1187, 1188, 1189, 1190, 1192, 1203, 1234, 1245, 1257, 1266, 1273, 1278, 1291, 1302, 1315, 1316, 1327, 1361, 1362, 1363, 1378, 1393, 1465, 1466, 1468, 1469, 1503, 1504, 1505, 1508, 1512, 1514, 1543, 1544, 1552, 1553, 1554, 1556, 1558, 1559, 1561, 1562, 1563, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1590, 1591, 1592, 1594, 2050, 2053, 2054, 2056, 2063, 2070, 2078, 2082, 2093, 2094, 2095, 2107, 2108, 2110, 2112, 2113, 2120, 2121, 2123, 2124, 2126, 2127, 2128, 2129, 2130, 2198, 2200, 2221, 2222, 2223, 2225, 2251, 2252, 2303, 2304, 2306, 2313, 2319, 2329, 2339, 2392, 2393, 2394, 2404, 2418, 2419, 2422, 2429, 2430, 2438, 2439, 2440, 2441, 2442, 2452, 2453, 2454, 2456, 2457, 2458, 2460, 2470, 2482, 2488, 2520, 2524, 2526, 2527, 2529, 2530, 2537, 2538, 2540, 2548, 2555, 2561, 2566, 2567, 2573, 2576, 2582, 2589, 2590, 2597, 2605, 2606, 2607, 2645, 2651, 2666, 2667, 2672, 2690, 2721, 2738, 2740, 2743, 2751, 2753, 2760, 2808, 2832, 2833, 2834, 2835, 2836, 2837, 2838, 2839, 2846, 2847, 2848, 2849, 2850, 2851, 2853, 2854, 2858, 2942, 2955, 2956, 3391, 3395, 3409, 3461, 3489, 3511, 3569, 3591, 3606, 3669, 3720, 3758, 3794, 3819, 3961, 4007, 4058, 4077, 4111, 4126, 4146, 4176, 4207, 4230, 4261, 4291, 4323, 4350, 4425, 4447, 4485, 4495, 4529, 4548, 4574, 4616, 4666, 4692, 4761, 4762, 4764, 4787, 4810, 4846, 4877, 4894, 4951, 4964, 4988, 5017, 5019, 5053, 5069, 5097, 5402, 5411, 5420, 5427, 5444, 5448, 5454, 5493, 5495, 5502, 5509, 5518, 5525, 5526, 5536, 5539, 5554, 5555, 5564, 5565, 5574, 5583, 5589, 5591, 5592, 5593, 5628, 5629, 5631, 5639, 5646, 5659, 5663, 5665, 5666, 5672, 5679, 5693, 5703, 5708, 5716, 5724, 5730, 5731, 5735, 5737, 5738, 5750, 5751, 5752, 5753, 5755, 5756, 5759, 5761, 5764, 5768, 5769, 5775, 5776, 5777, 5779, 5781, 5783, 5784, 5785, 5788, 5790, 5793, 5794, 5796, 5993, 6000, 6001, 6011, 6016, 6033, 6047, 6056, 6057, 6058, 6062, 6063, 6065, 6067, 6073, 6074, 6077, 6078, 6080, 6081, 6082, 6973, 6977, 6995, 7004, 7007, 7012, 7013, 7015, 7016, 7017, 7019, 7071, 7072, 7075, 7076, 7194, 7195, 7206, 7217, 7224, 7227, 7236, 7237, 7238, 7253, 7308, 7499, 7501, 7502, 7504, 7509, 7522, 7537, 7544, 7553, 7556, 7559, 7566, 7574, 7578, 7579, 7580, 7594, 7598, 7607, 7608, 7609, 7613, 7648, 7649, 7666, 7673, 7681, 7682, 7686, 7694, 7738, 7739, 7745, 7748, 7759, 7764, 7765, 7768, 7799, 7800, 7806, 7813, 7814, 7822, 7831, 7846, 7850, 7902, 7903, 7908, 7910, 7913, 7915, 7916, 7917, 7926, 7941, 7949, 7963, 7975, 7976, 7978, 7980, 8002, 8013, 8019, 8020, 8032, 8044, 8131, 8143, 8145, 8154, 8157, 8163, 8188, 8191, 8192, 8193, 8195, 8198, 8201, 8212, 8214, 8216, 8244, 8318, 8325, 8329, 8330, 8339, 8361, 8362, 8367, 8368, 8447, 8449, 8450, 8459, 8463, 8469, 8475, 8481, 8491, 8496, 8497, 8515, 8526, 8531, 8536, 8546, 8552, 8556, 8562, 8568, 10176, 10177, 10178, 10185, 10187]);
|
|
953
|
+
const edgeLength = /*#__PURE__*/ new Uint8Array([3, 3, 3, 3, 3, 3, 3, 5, 8, 8, 2, 2, 3, 3, 3, 3, 3, 8, 5, 5, 5, 5, 5, 3, 3, 5, 5, 9, 12, 19, 8, 19, 8, 11, 9, 9, 8, 7, 7, 6, 8, 9, 16, 10, 7, 7, 11, 8, 6, 6, 9, 7, 11, 7, 14, 4, 4, 4, 4, 4, 4, 10, 7, 6, 6, 6, 6, 10, 10, 6, 10, 10, 22, 11, 9, 10, 10, 10, 9, 10, 8, 7, 7, 7, 8, 21, 13, 11, 11, 9, 10, 9, 13, 10, 8, 8, 9, 12, 9, 7, 10, 7, 7, 13, 7, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 6, 3, 3, 3, 3, 3, 3, 2, 5, 3, 3, 3, 7, 2, 2, 2, 2, 2, 2, 3, 3, 3, 1, 1, 7, 8, 5, 2, 2, 7, 2, 2, 1, 4, 1, 11, 9, 9, 5, 5, 8, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 11, 9, 9, 13, 7, 14, 7, 6, 6, 6, 7, 6, 6, 6, 6, 6, 10, 7, 11, 9, 4, 4, 4, 4, 4, 4, 6, 6, 6, 6, 6, 8, 7, 10, 9, 9, 9, 8, 9, 8, 10, 10, 6, 9, 9, 8, 10, 10, 7, 8, 1, 9, 10, 12, 12, 12, 10, 9, 9, 10, 10, 9, 9, 1, 1, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 6, 6, 4, 3, 3, 3, 7, 4, 4, 4, 3, 3, 6, 7, 3, 4, 1, 2, 2, 2, 6, 1, 2, 2, 2, 2, 2, 12, 5, 3, 3, 8, 9, 13, 4, 4, 4, 13, 9, 9, 11, 3, 12, 9, 2, 2, 2, 3, 3, 3, 3, 3, 8, 2, 2, 3, 3, 3, 3, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 3, 7, 10, 15, 7, 15, 15, 20, 15, 9, 10, 10, 12, 14, 14, 14, 12, 12, 12, 12, 12, 14, 14, 10, 10, 10, 10, 14, 9, 9, 9, 10, 14, 14, 14, 13, 13, 9, 9, 9, 9, 9, 9, 7, 8, 6, 8, 8, 6, 8, 13, 8, 8, 6, 13, 8, 11, 13, 8, 6, 13, 8, 6, 9, 10, 10, 12, 14, 14, 14, 12, 12, 12, 12, 14, 14, 10, 10, 10, 10, 9, 9, 9, 10, 14, 14, 11, 13, 13, 9, 9, 9, 9, 9, 9, 2, 6, 9, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 2, 3, 3, 3, 3, 3, 3, 7, 2, 3, 2, 2, 5, 3, 3, 3, 3, 3, 3, 4, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 5, 7, 2, 2, 12, 8, 10, 8, 10, 7, 18, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 2, 2, 3, 3, 3, 5, 5, 3, 8, 8, 6, 8, 6, 6, 4, 6, 7, 7, 7, 10, 11, 2, 5, 5, 3, 3, 3, 3, 3, 3, 5, 5, 6, 11, 10, 7, 7, 7, 4, 4, 4, 2, 3, 3, 3, 3, 3, 2, 7, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 7, 7, 7, 11, 7, 6, 9, 6, 6, 8, 10, 8, 6, 8, 13, 4, 4, 4, 4, 4, 10, 8, 11, 8, 8, 8, 10, 10, 7, 10, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 7, 10, 13, 7, 8, 7, 11, 8, 8, 6, 9, 8, 8, 6, 6, 6, 8, 8, 6, 6, 6, 6, 6, 9, 7, 6, 4, 4, 4, 4, 4, 4, 4, 6, 6, 6, 9, 7, 8, 10, 8, 8, 2, 3, 3, 3, 3, 3, 2, 8, 9, 9, 2, 2, 2, 3, 3, 3, 2, 3, 3, 3, 9, 2, 2, 3, 3, 3, 3, 3, 3, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 12, 5, 5, 3, 5, 4, 2, 3, 2, 4, 3, 9, 2, 2, 2, 2, 2, 5, 5, 3, 8, 8, 13, 6, 10, 9, 4, 7, 9, 11, 2, 3, 7, 3, 3, 4, 1, 3, 4, 2, 9, 3, 3, 12, 5, 3, 7, 10, 10, 7, 4, 4, 6, 14, 7, 9, 7, 13, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 8, 15, 4, 4, 2, 3, 3, 3, 7, 4, 9, 9, 2, 3, 3, 3, 5, 3, 2, 2, 7, 2, 7, 6, 6, 7, 2, 4, 2, 2, 2, 2, 2, 2, 8, 8, 8, 9, 5, 2, 3, 3, 3, 3, 3, 3, 10, 7, 4, 4, 4, 4, 3, 4, 2, 3, 3, 3, 3, 3, 10, 7, 4, 4, 4, 4, 2, 3, 3, 3, 3, 10, 7, 4, 4, 4, 4, 3, 9, 6, 6, 6, 9, 13, 9, 2, 2, 2, 8, 7, 9, 5, 3, 3, 3, 5, 5, 12, 9, 10, 7, 8, 7, 6, 8, 6, 11, 12, 7, 9, 10, 4, 4, 7, 8, 11, 6, 7, 9, 8, 7, 10, 8, 9, 15, 8, 5, 4, 7, 2, 3, 3, 3, 2, 14, 10, 2, 14, 10, 2, 14, 3, 9, 13, 13, 10, 14, 16, 17, 11, 2, 14, 2, 14, 3, 9, 13, 10, 14, 16, 17, 11, 14, 10, 14, 2, 7, 3, 10, 7, 14, 10, 2, 14, 10, 9, 9, 17, 6, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 10, 10, 10, 12, 9, 10, 11, 8, 8, 8, 7, 9, 5, 3, 3, 3, 3, 3, 3, 3, 3, 5, 8, 4, 4, 4, 4, 4, 4, 6, 16, 3, 3, 14, 3, 14, 2, 14, 9, 13, 10, 10, 14, 16, 17, 11, 6, 9, 10, 10, 12, 14, 14, 14, 12, 12, 12, 12, 14, 14, 10, 10, 10, 10, 14, 9, 9, 9, 10, 14, 14, 14, 9, 9, 9, 9, 9, 9, 2, 14, 9, 13, 10, 10, 14, 16, 17, 11, 6, 2, 14, 9, 17, 13, 10, 10, 14, 16, 17, 11, 6, 2, 14, 9, 13, 10, 14, 16, 17, 11, 2, 14, 9, 13, 10, 16, 11, 2, 14, 10, 19, 7, 2, 14, 9, 13, 10, 19, 10, 7, 14, 16, 17, 11, 6, 2, 14, 9, 13, 10, 19, 7, 14, 16, 17, 11, 2, 14, 9, 13, 17, 13, 10, 10, 14, 16, 17, 11, 6, 3, 2, 14, 9, 13, 10, 10, 14, 16, 17, 11, 6, 9, 10, 12, 14, 14, 14, 12, 12, 12, 12, 12, 14, 14, 14, 10, 10, 10, 14, 9, 9, 9, 9, 14, 14, 14, 13, 13, 14, 9, 9, 9, 9, 9, 9, 4, 11, 2, 14, 9, 13, 17, 13, 10, 19, 10, 7, 14, 16, 17, 11, 6, 2, 14, 9, 13, 17, 13, 10, 19, 10, 7, 14, 16, 17, 11, 6, 2, 9, 10, 10, 7, 17, 3, 3, 12, 12, 16, 15, 15, 12, 14, 14, 14, 20, 20, 13, 12, 12, 12, 12, 12, 12, 20, 25, 14, 14, 12, 12, 10, 10, 10, 10, 9, 9, 9, 25, 4, 9, 17, 10, 7, 14, 16, 21, 13, 13, 14, 20, 14, 13, 17, 24, 9, 12, 13, 25, 13, 21, 20, 17, 9, 9, 9, 9, 9, 9, 12, 17, 4, 4, 9, 9, 9, 10, 10, 12, 14, 14, 14, 12, 12, 12, 12, 12, 14, 14, 10, 10, 10, 10, 14, 9, 9, 9, 10, 14, 14, 14, 13, 13, 9, 9, 9, 9, 9, 9, 1, 8, 7, 11, 11, 1, 3, 3, 3, 4, 8, 9, 10, 14, 14, 12, 12, 12, 12, 14, 14, 10, 10, 10, 10, 14, 9, 9, 9, 10, 14, 14, 14, 13, 13, 9, 9, 9, 9, 9, 7, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 9, 12, 6, 14, 4, 12, 7, 2, 2, 1, 2, 7, 6, 4, 4, 4, 6, 8, 8, 7, 4, 5, 6, 3, 3, 3, 3, 4, 16, 8, 3, 5, 4, 3, 3, 3, 5, 2, 2, 8, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 11, 12, 7, 7, 13, 9, 10, 12, 8, 9, 7, 8, 5, 12, 10, 13, 14, 5, 5, 5, 13, 5, 5, 5, 3, 3, 3, 5, 16, 5, 5, 5, 5, 5, 7, 12, 14, 8, 12, 8, 10, 12, 9, 11, 7, 9, 7, 10, 7, 13, 9, 7, 12, 8, 17, 7, 7, 16, 10, 13, 13, 8, 10, 10, 14, 17, 7, 16, 16, 15, 8, 10, 10, 12, 17, 7, 17, 14, 7, 10, 17, 8, 7, 7, 7, 8, 15, 15, 7, 14, 10, 10, 10, 11, 11, 7, 7, 13, 8, 10, 7, 16, 7, 8, 7, 14, 17, 12, 10, 11, 21, 8, 9, 7, 13, 9, 8, 13, 6, 12, 7, 6, 13, 10, 10, 10, 8, 18, 9, 17, 13, 10, 12, 6, 13, 6, 11, 8, 13, 10, 13, 18, 13, 11, 13, 8, 16, 7, 10, 8, 16, 12, 10, 8, 8, 6, 14, 11, 8, 15, 8, 8, 7, 7, 12, 7, 8, 9, 14, 15, 8, 9, 10, 9, 15, 7, 8, 8, 12, 13, 9, 10, 15, 15, 13, 7, 10, 10, 20, 7, 6, 9, 6, 6, 14, 11, 14, 11, 12, 9, 10, 16, 16, 12, 7, 11, 28, 8, 11, 10, 7, 21, 8, 7, 9, 4, 4, 4, 17, 7, 8, 6, 9, 6, 6, 13, 6, 6, 6, 6, 18, 20, 14, 8, 11, 12, 9, 10, 13, 15, 19, 8, 9, 12, 7, 10, 16, 12, 9, 9, 9, 14, 12, 11, 9, 12, 11, 18, 9, 9, 9, 10, 7, 7, 16, 8, 9, 7, 13, 12, 10, 18, 7, 8, 11, 7, 7, 8, 8, 13, 7, 7, 7, 11, 15, 13, 11, 7, 8, 15, 11, 7, 8, 18, 14, 13, 18, 15, 10, 12, 12, 9, 7, 11, 11, 8, 7, 10, 8, 14, 12, 10, 18, 7, 10, 9, 7, 8, 13, 10, 14, 9, 10, 8, 8, 23, 7, 7, 11, 12, 12, 17, 7, 7, 11, 11, 17, 16, 16, 7, 8, 11, 14, 14, 8, 10, 7, 7, 16, 16, 13, 9, 11, 9, 15, 15, 11, 11, 7, 7, 14, 7, 9, 7, 7, 16, 10, 13, 10, 11, 14, 7, 11, 10, 11, 7, 11, 10, 11, 15, 11, 15, 10, 12, 17, 10, 14, 13, 11, 11, 12, 13, 10, 7, 13, 10, 16, 12, 21, 14, 9, 10, 10, 7, 11, 14, 17, 7, 7, 8, 11, 12, 8, 15, 14, 14, 8, 17, 12, 10, 10, 7, 9, 11, 7, 10, 7, 11, 18, 7, 11, 7, 12, 11, 8, 8, 14, 12, 7, 8, 15, 3, 7, 7, 5, 2, 9, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 5, 11, 6, 4, 7, 10, 7, 7, 11, 1, 10, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 5, 7, 3, 5, 6, 3, 3, 5, 2, 2, 5, 3, 4, 13, 11, 3, 3, 6, 3, 5, 14, 2, 2, 3, 8, 2, 2, 12, 18, 5, 3, 3, 3, 16, 5, 5, 5, 10, 7, 13, 12, 13, 9, 12, 14, 19, 9, 21, 9, 9, 10, 6, 9, 6, 15, 10, 6, 12, 8, 6, 10, 15, 4, 4, 6, 9, 9, 12, 16, 14, 23, 7, 7, 14, 9, 7, 7, 11, 14, 10, 10, 10, 10, 12, 11, 10, 13, 11, 15, 11, 7, 12, 10, 3, 7, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 4, 3, 7, 2, 5, 5, 3, 3, 5, 5, 5, 5, 7, 6, 6, 6, 4, 4, 4, 4, 4, 4, 6, 6, 6, 6, 6, 7, 10, 2, 2, 2, 5, 5, 5, 5, 3, 3, 3, 3, 3, 5, 5, 10, 9, 11, 8, 7, 12, 8, 9, 7, 6, 13, 11, 6, 13, 7, 9, 9, 4, 4, 4, 4, 4, 4, 6, 10, 7, 8, 13, 8, 8, 9, 14, 8, 10, 7, 7, 7, 9, 6, 9, 7, 2, 12, 5, 3, 3, 13, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 2, 2, 5, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 1, 7, 6, 4, 12, 3, 3, 3, 3, 3, 8, 7, 3, 3, 3, 3, 3, 3, 4, 4, 11, 14, 2, 8, 3, 5, 5, 8, 10, 8, 6, 4, 7, 17, 4, 5, 2, 6, 5, 2, 4, 4, 2, 12, 5, 5, 3, 15, 13, 10, 8, 11, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 5, 3, 3, 3, 3, 4, 18, 2, 12, 5, 3, 3, 3, 3, 3, 5, 16, 8, 8, 9, 6, 6, 4, 4, 4, 4, 31, 6, 6, 10, 11, 21, 10, 9, 7, 10, 7, 7, 2, 4, 4, 4, 4, 6, 5, 3, 3, 4, 3, 3, 3, 3, 3, 3, 6, 6, 2, 2, 2, 5, 3, 3, 3, 7, 7, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 8, 2, 3, 3, 3, 3, 3, 5, 9, 11, 3, 3, 3, 3, 4, 4, 3, 3, 3, 3, 3, 5, 10, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 11, 10, 10, 10, 10, 10, 11, 10, 11, 10, 11, 10, 9, 9, 11, 3, 3, 3, 3, 3, 3, 5, 3, 7, 8, 8, 7, 6, 6, 11, 4, 4, 4, 7, 8, 9, 9, 2, 3, 7, 4, 4, 2, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 2, 2, 5, 5, 5, 5, 5, 3, 3, 5, 5, 5, 7, 7, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 6, 8, 8, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 6, 9, 12, 3, 7, 10, 7, 2, 2, 3, 3, 3, 3, 3, 4, 3, 3, 2, 2, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 8, 8, 6, 8, 7, 4, 4, 4, 4, 4, 6, 7, 5, 5, 20, 19, 8, 10, 9, 7, 10, 6, 8, 11, 6, 6, 6, 6, 13, 12, 8, 6, 7, 14, 11, 9, 2, 5, 3, 3, 6, 2, 3, 2, 2, 2, 2, 2, 2, 2, 5, 4, 3, 7, 6, 4, 7, 4, 3, 6, 4, 7, 2, 7, 7, 7, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 9, 10, 10, 8, 11, 7, 8, 20, 7, 8, 9, 8, 12, 6, 6, 6, 8, 9, 8, 12, 6, 6, 8, 13, 10, 12, 6, 6, 7, 7, 8, 9, 6, 4, 4, 4, 4, 4, 4, 4, 10, 6, 6, 6, 7, 14, 11, 10, 7, 8, 10, 8, 11, 14, 11, 11, 9, 7, 9, 8, 11, 9, 17, 10, 9, 2, 2, 2, 9, 3, 3, 3, 3, 15, 14, 9, 5, 5, 2, 8, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 15, 12, 22, 19, 17, 18, 18, 19, 21, 7, 16, 16, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 7, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 9, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 7, 16, 11, 11, 7, 7, 7, 7, 17, 7, 8, 12, 15, 9, 19, 7, 19, 8, 16, 21, 11, 12, 19, 14, 22, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 16, 16, 19, 24, 12, 7, 14, 7, 12, 7, 8, 10, 10, 13, 7, 12, 12, 7, 7, 10, 18, 15, 12, 16, 7, 14, 12, 17, 10, 16, 17, 12, 17, 25, 7, 7, 7, 13, 6, 9, 6, 9, 18, 6, 6, 11, 20, 10, 6, 6, 6, 6, 6, 6, 6, 17, 6, 6, 6, 15, 6, 6, 6, 6, 6, 8, 14, 11, 12, 15, 13, 19, 17, 21, 7, 18, 8, 13, 13, 8, 12, 8, 6, 6, 13, 6, 15, 15, 16, 6, 6, 16, 6, 6, 6, 14, 6, 18, 6, 6, 6, 17, 18, 9, 13, 15, 8, 19, 8, 15, 15, 18, 14, 16, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 11, 10, 11, 6, 21, 23, 12, 17, 12, 11, 14, 13, 22, 15, 15, 11, 12, 14, 12, 7, 12, 8, 14, 12, 18, 10, 8, 16, 19, 17, 12, 14, 15, 8, 9, 19, 17, 12, 13, 13, 15, 18, 13, 23, 24, 23, 21, 17, 24, 8, 21, 8, 14, 14, 16, 14, 8, 8, 15, 20, 8, 19, 21, 9, 8, 13, 12, 13, 15, 11, 8, 11, 9, 9, 8, 11, 8, 21, 14, 21, 15, 15, 13, 7, 19, 7, 7, 7, 7, 7, 16, 12, 17, 18, 7, 7, 11, 11, 7, 9, 9, 2, 2, 3, 3, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 10, 10, 7, 9, 7, 7, 7, 6, 8, 6, 6, 6, 6, 6, 6, 6, 7, 6, 8, 6, 6, 9, 7, 7, 7, 4, 4, 4, 4, 4, 4, 4, 4, 8, 9, 8, 7, 8, 7, 8, 10, 7, 5, 5, 5, 5, 5, 5, 3, 9, 7, 7, 8, 6, 6, 6, 6, 6, 6, 6, 6, 9, 6, 6, 9, 11, 13, 7, 8, 9, 9, 5, 5, 5, 7, 8, 6, 6, 6, 6, 6, 6, 6, 7, 8, 9, 7, 10, 9, 10, 7, 8, 5, 5, 5, 5, 5, 5, 7, 7, 9, 8, 7, 7, 6, 6, 6, 6, 6, 6, 10, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 9, 10, 4, 4, 4, 4, 8, 7, 7, 10, 10, 9, 8, 8, 15, 9, 8, 8, 8, 8, 8, 9, 10, 9, 10, 7, 8, 13, 5, 5, 5, 5, 5, 3, 3, 7, 7, 8, 6, 6, 6, 4, 4, 11, 9, 7, 8, 9, 10, 7, 5, 5, 5, 5, 5, 3, 3, 7, 6, 6, 13, 7, 9, 8, 7, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 7, 8, 7, 8, 13, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 8, 6, 6, 6, 6, 7, 6, 7, 6, 6, 9, 7, 4, 4, 4, 4, 4, 4, 4, 7, 8, 7, 8, 9, 8, 8, 8, 7, 10, 7, 8, 5, 5, 5, 5, 5, 5, 5, 5, 3, 7, 7, 7, 7, 9, 7, 10, 9, 6, 6, 6, 6, 6, 8, 8, 6, 6, 6, 7, 6, 6, 6, 9, 9, 4, 4, 13, 7, 10, 9, 9, 12, 7, 8, 8, 10, 8, 8, 8, 8, 8, 8, 5, 5, 5, 5, 3, 7, 7, 11, 7, 9, 8, 8, 6, 6, 10, 6, 8, 8, 8, 6, 7, 6, 6, 12, 4, 4, 4, 4, 4, 4, 4, 4, 4, 9, 8, 8, 16, 8, 9, 8, 7, 5, 5, 5, 5, 5, 3, 3, 7, 7, 7, 10, 15, 8, 9, 8, 9, 9, 6, 6, 6, 6, 6, 6, 7, 4, 8, 7, 8, 8, 7, 8, 11, 8, 5, 5, 5, 5, 5, 3, 7, 7, 6, 11, 16, 7, 6, 4, 4, 4, 4, 9, 9, 8, 8, 8, 13, 12, 8, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 11, 7, 8, 8, 9, 13, 7, 7, 7, 9, 8, 8, 9, 12, 7, 12, 7, 12, 8, 7, 10, 12, 9, 9, 6, 6, 8, 8, 6, 6, 6, 6, 6, 6, 6, 9, 8, 9, 11, 8, 6, 6, 6, 6, 6, 12, 7, 6, 6, 6, 9, 7, 7, 6, 6, 6, 6, 6, 11, 9, 6, 6, 6, 6, 6, 7, 9, 4, 4, 4, 4, 4, 4, 4, 4, 9, 9, 9, 9, 7, 7, 7, 7, 7, 11, 7, 7, 8, 8, 8, 8, 8, 8, 9, 8, 9, 9, 7, 7, 11, 11, 7, 12, 8, 8, 8, 8, 8, 7, 8, 8, 8, 8, 8, 13, 12, 8, 8, 8, 8, 7, 7, 7, 9, 5, 5, 5, 5, 5, 5, 5, 3, 3, 7, 7, 11, 7, 8, 8, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 10, 11, 6, 7, 9, 4, 4, 4, 4, 4, 4, 9, 9, 8, 9, 8, 8, 8, 7, 7, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 11, 7, 7, 7, 9, 6, 6, 11, 8, 10, 6, 6, 6, 12, 8, 8, 7, 6, 6, 8, 7, 4, 4, 4, 4, 4, 4, 4, 4, 9, 10, 9, 9, 8, 10, 9, 11, 8, 5, 5, 5, 7, 6, 6, 8, 7, 4, 4, 4, 4, 8, 7, 7, 8, 7, 8, 8, 5, 5, 5, 5, 7, 7, 8, 8, 8, 6, 6, 6, 6, 6, 10, 8, 9, 13, 6, 7, 6, 6, 8, 7, 8, 4, 4, 4, 4, 11, 8, 8, 8, 10, 5, 5, 8, 7, 8, 13, 8, 7, 6, 8, 6, 9, 7, 8, 7, 5, 5, 5, 5, 5, 5, 3, 3, 7, 8, 9, 6, 4, 8, 10, 10, 8, 12, 9, 13, 2, 7, 5, 5, 5, 5, 5, 7, 7, 10, 6, 6, 6, 6, 6, 6, 6, 8, 4, 4, 9, 8, 8, 8, 14, 8, 8, 8, 9, 8, 5, 5, 5, 5, 5, 3, 3, 9, 6, 6, 6, 6, 10, 12, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 4, 11, 8, 7, 8, 8, 8, 5, 5, 3, 3, 3, 3, 7, 7, 6, 8, 6, 8, 11, 7, 6, 6, 6, 7, 4, 8, 11, 9, 10, 5, 5, 5, 3, 3, 3, 7, 7, 8, 9, 8, 15, 9, 6, 6, 6, 6, 6, 6, 11, 11, 4, 4, 4, 4, 4, 7, 9, 9, 10, 8, 7, 5, 5, 5, 5, 5, 5, 3, 3, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 9, 7, 4, 4, 4, 4, 4, 9, 9, 8, 8, 10, 13, 5, 5, 5, 3, 17, 7, 7, 7, 7, 7, 8, 6, 8, 13, 6, 6, 6, 6, 6, 6, 6, 6, 4, 4, 4, 9, 10, 8, 8, 8, 5, 5, 5, 5, 3, 7, 7, 7, 8, 8, 6, 6, 6, 8, 8, 8, 9, 10, 8, 4, 8, 10, 9, 8, 8, 8, 9, 13, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 7, 8, 9, 9, 7, 7, 7, 10, 9, 9, 8, 9, 8, 8, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 12, 6, 6, 6, 6, 6, 6, 6, 6, 6, 12, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 11, 8, 8, 9, 9, 10, 8, 9, 7, 7, 5, 5, 5, 5, 5, 5, 3, 7, 8, 7, 6, 6, 8, 6, 6, 10, 4, 7, 8, 9, 12, 8, 7, 7, 5, 5, 5, 5, 5, 5, 3, 3, 7, 14, 7, 9, 8, 8, 6, 6, 8, 12, 12, 6, 6, 7, 7, 10, 4, 4, 4, 4, 4, 9, 9, 14, 9, 13, 8, 7, 5, 5, 5, 6, 6, 6, 7, 4, 8, 7, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 7, 7, 7, 8, 6, 6, 6, 6, 6, 6, 12, 6, 6, 6, 6, 4, 4, 9, 9, 8, 8, 11, 7, 7, 7, 5, 5, 5, 3, 9, 8, 6, 6, 7, 4, 4, 4, 4, 4, 4, 8, 8, 11, 5, 5, 5, 7, 7, 7, 9, 6, 6, 6, 6, 6, 6, 9, 8, 4, 4, 4, 4, 7, 12, 9, 8, 8, 8, 7, 10, 10, 5, 5, 5, 5, 5, 5, 5, 3, 11, 14, 8, 7, 8, 8, 6, 6, 6, 6, 6, 8, 7, 6, 6, 6, 7, 6, 8, 9, 4, 4, 4, 7, 8, 9, 7, 9, 7, 7, 9, 8, 5, 5, 5, 5, 5, 5, 5, 5, 5, 11, 3, 9, 7, 7, 12, 14, 8, 6, 6, 12, 11, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 15, 7, 4, 4, 4, 16, 9, 9, 9, 8, 9, 9, 9, 9, 9, 8, 8, 8, 13, 11, 8, 5, 5, 5, 5, 3, 7, 6, 6, 8, 8, 8, 6, 6, 7, 10, 7, 4, 4, 4, 4, 9, 7, 8, 7, 7, 7, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 7, 7, 7, 9, 6, 6, 6, 6, 6, 8, 8, 7, 7, 9, 6, 6, 6, 7, 6, 6, 6, 6, 6, 15, 4, 4, 4, 4, 4, 8, 8, 7, 8, 12, 9, 8, 8, 8, 8, 8, 9, 8, 8, 10, 8, 8, 8, 8, 16, 9, 10, 2, 5, 5, 5, 5, 5, 5, 5, 9, 7, 6, 8, 9, 4, 4, 4, 4, 4, 7, 8, 8, 8, 9, 8, 11, 10, 5, 5, 5, 5, 3, 7, 8, 6, 6, 6, 6, 6, 8, 6, 6, 6, 6, 4, 12, 10, 12, 7, 7, 7, 7, 7, 7, 7, 5, 5, 5, 5, 3, 3, 7, 7, 10, 8, 9, 7, 6, 10, 7, 6, 6, 4, 4, 8, 9, 7, 9, 9, 9, 9, 8, 8, 8, 8, 10, 5, 5, 5, 5, 5, 5, 8, 7, 6, 6, 6, 10, 6, 7, 10, 7, 4, 4, 4, 4, 4, 4, 4, 12, 9, 10, 7, 7, 10, 8, 10, 5, 12, 9, 6, 6, 6, 6, 6, 7, 6, 4, 4, 4, 10, 9, 9, 8, 7, 7, 5, 5, 5, 5, 5, 5, 3, 3, 13, 7, 7, 9, 7, 7, 7, 8, 9, 9, 7, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 13, 9, 15, 15, 4, 4, 4, 4, 4, 10, 10, 9, 8, 9, 8, 8, 9, 7, 8, 7, 8, 5, 5, 7, 6, 6, 6, 4, 4, 4, 7, 8, 11, 8, 5, 5, 5, 5, 5, 5, 5, 7, 6, 6, 6, 6, 6, 6, 9, 11, 10, 7, 4, 4, 4, 9, 8, 8, 5, 5, 5, 5, 5, 9, 9, 6, 6, 6, 6, 6, 6, 6, 9, 9, 4, 4, 4, 4, 8, 8, 8, 9, 9, 8, 8, 8, 13, 2, 4, 2, 7, 5, 5, 5, 5, 5, 5, 9, 9, 6, 6, 6, 6, 10, 8, 8, 8, 6, 6, 6, 4, 4, 9, 8, 10, 8, 9, 8, 8, 8, 9, 8, 8, 5, 3, 3, 3, 11, 6, 6, 6, 7, 6, 6, 6, 4, 4, 9, 8, 5, 5, 5, 5, 5, 3, 11, 8, 6, 6, 6, 6, 6, 9, 7, 4, 4, 14, 10, 9, 8, 12, 8, 8, 8, 11, 15, 8, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 11, 11, 11, 10, 10, 7, 7, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 7, 11, 7, 7, 11, 11, 7, 8, 9, 10, 7, 7, 9, 9, 9, 9, 7, 7, 10, 8, 13, 8, 8, 8, 8, 11, 10, 6, 6, 8, 10, 11, 14, 14, 6, 6, 6, 6, 6, 6, 9, 11, 7, 7, 6, 8, 12, 11, 11, 6, 6, 10, 6, 6, 6, 6, 6, 10, 7, 7, 6, 6, 11, 6, 6, 6, 11, 8, 9, 7, 6, 10, 11, 9, 10, 11, 7, 11, 8, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 8, 6, 6, 8, 9, 10, 9, 6, 6, 6, 10, 6, 6, 6, 6, 11, 10, 11, 10, 9, 8, 7, 7, 7, 7, 11, 14, 8, 10, 9, 9, 8, 8, 7, 11, 8, 8, 8, 11, 11, 10, 10, 9, 10, 8, 11, 10, 8, 11, 9, 12, 8, 10, 8, 11, 8, 9, 9, 11, 11, 10, 11, 13, 8, 7, 8, 8, 9, 7, 8, 8, 8, 8, 7, 8, 2, 2, 2, 2, 2, 2, 2, 4, 4, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 8, 6, 4, 4, 4, 11, 7, 11, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 5, 3, 3, 3, 3, 8, 7, 7, 8, 8, 4, 8, 7, 7, 7, 9, 7, 8, 9, 8, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 2, 3, 3, 3, 3, 3, 4, 5, 3, 8, 8, 6, 9, 4, 4, 10, 7, 3, 3, 3, 2, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 3, 2, 2, 2, 3, 3, 3, 3, 3, 4, 10, 2, 3, 3, 3, 3, 3, 3, 3, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 3, 3, 3, 5, 2, 4, 2, 6, 2, 2, 9, 5, 5, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 9, 8, 7, 6, 6, 11, 4, 4, 4, 4, 4, 4, 4, 6, 6, 7, 7, 11, 8, 8, 6, 5, 11, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 2, 3, 3, 3, 3, 3, 3, 6, 4, 4, 4, 4, 3, 3, 3, 3, 5, 7, 2, 3, 3, 3, 3, 3, 8, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 4, 4, 4, 4, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 6, 3, 3, 8, 10, 3, 4, 4, 1, 1, 1, 1, 1, 1, 1, 8, 9, 10, 7, 7, 1, 1, 3, 8, 7, 7, 8, 8, 8, 1, 6, 1, 1, 6, 3, 3, 4, 7, 3, 5, 5, 4, 4, 4, 4, 4, 2, 7, 7, 8, 12, 3, 4, 5, 1, 3, 4, 4, 10, 4, 3, 3, 3, 8, 7, 7, 2, 2, 2, 2, 2, 2, 2, 2, 2, 12, 9, 20, 7, 5, 5, 9, 13, 5, 5, 5, 5, 5, 3, 3, 3, 16, 5, 5, 5, 13, 7, 8, 8, 11, 8, 7, 9, 7, 11, 12, 9, 9, 8, 8, 11, 10, 14, 7, 12, 10, 11, 13, 7, 9, 11, 17, 17, 14, 13, 7, 8, 7, 10, 10, 7, 16, 13, 7, 8, 17, 12, 9, 8, 6, 7, 10, 6, 6, 12, 6, 8, 10, 8, 8, 8, 6, 8, 6, 14, 6, 6, 6, 13, 6, 10, 6, 6, 7, 14, 8, 6, 6, 10, 11, 10, 9, 9, 7, 7, 6, 6, 6, 9, 9, 7, 9, 10, 9, 13, 12, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 6, 6, 8, 8, 6, 8, 9, 10, 9, 7, 10, 10, 8, 7, 8, 7, 10, 12, 9, 8, 15, 8, 7, 8, 8, 7, 7, 15, 13, 7, 10, 9, 14, 18, 16, 7, 24, 7, 8, 10, 11, 16, 8, 14, 7, 9, 9, 9, 11, 13, 19, 14, 15, 14, 11, 7, 13, 9, 10, 7, 13, 9, 10, 11, 12, 8, 9, 2, 3, 5, 8, 7, 4, 4, 10, 5, 3, 3, 3, 3, 3, 5, 4, 4, 4, 2, 2, 2, 2, 2, 1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 2, 12, 5, 3, 8, 10, 15, 6, 7, 2, 3, 2, 5, 5, 12, 2, 5, 5, 5, 5, 2, 2, 5, 5, 12, 9, 5, 2, 2, 9, 5, 5, 12, 12, 5, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 9, 12, 5, 8, 8, 9, 5, 5, 5, 8, 19, 7, 16, 15, 14, 9, 9, 9, 9, 7, 11, 11, 11, 14, 10, 10, 5, 5, 5, 5, 5, 5, 5, 5, 5, 15, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 9, 9, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 14, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 15, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 12, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 9, 9, 12, 9, 9, 12, 12, 12, 15, 7, 11, 7, 11, 18, 13, 8, 18, 15, 18, 12, 14, 12, 8, 8, 8, 8, 9, 9, 9, 12, 7, 10, 10, 8, 8, 12, 12, 12, 7, 12, 12, 9, 7, 7, 7, 7, 7, 8, 15, 12, 9, 10, 10, 7, 10, 10, 13, 11, 10, 9, 22, 11, 9, 8, 8, 8, 8, 8, 13, 18, 13, 9, 15, 19, 9, 7, 7, 10, 7, 7, 7, 11, 8, 13, 17, 7, 7, 10, 10, 10, 7, 20, 16, 7, 7, 7, 7, 11, 21, 12, 12, 13, 11, 14, 16, 8, 8, 13, 11, 9, 7, 7, 13, 7, 7, 14, 15, 15, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 13, 10, 18, 6, 6, 6, 6, 6, 6, 6, 6, 6, 11, 8, 8, 12, 12, 11, 11, 8, 12, 9, 9, 9, 13, 13, 9, 9, 9, 9, 9, 9, 10, 12, 6, 6, 6, 6, 17, 11, 7, 7, 7, 7, 14, 14, 12, 6, 7, 7, 6, 6, 15, 10, 13, 10, 6, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 13, 9, 9, 15, 13, 6, 12, 12, 6, 19, 11, 10, 7, 7, 16, 8, 19, 17, 9, 9, 9, 9, 9, 6, 6, 6, 10, 8, 16, 8, 6, 6, 9, 6, 6, 6, 6, 6, 6, 6, 6, 8, 8, 8, 6, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 14, 6, 6, 6, 6, 20, 6, 9, 6, 9, 9, 9, 6, 9, 8, 8, 12, 9, 8, 8, 8, 7, 8, 12, 7, 8, 8, 8, 6, 8, 6, 6, 6, 6, 6, 6, 6, 9, 8, 8, 6, 6, 13, 9, 12, 13, 12, 14, 13, 12, 11, 11, 6, 8, 8, 8, 6, 13, 12, 11, 11, 12, 6, 11, 12, 11, 13, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 15, 6, 6, 6, 6, 6, 6, 6, 13, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 8, 8, 8, 8, 6, 18, 6, 12, 13, 13, 13, 9, 10, 15, 9, 12, 6, 6, 6, 6, 6, 6, 6, 6, 9, 15, 10, 9, 10, 13, 9, 19, 8, 18, 17, 10, 10, 8, 8, 6, 6, 6, 6, 6, 6, 10, 14, 8, 16, 16, 9, 8, 15, 8, 8, 10, 12, 14, 7, 7, 8, 8, 7, 7, 7, 7, 8, 13, 13, 11, 9, 9, 9, 12, 10, 17, 8, 11, 9, 7, 7, 14, 8, 14, 14, 7, 7, 7, 7, 7, 7, 14, 7, 7, 7, 7, 7, 10, 10, 8, 14, 7, 7, 7, 7, 8, 8, 8, 8, 8, 17, 9, 15, 7, 8, 12, 7, 9, 14, 7, 7, 7, 9, 13, 8, 14, 7, 16, 18, 13, 15, 14, 12, 13, 10, 15, 9, 7, 7, 7, 10, 13, 15, 15, 9, 9, 9, 9, 19, 11, 11, 11, 13, 8, 8, 8, 8, 7, 12, 19, 17, 9, 9, 13, 7, 7, 7, 9, 7, 7, 7, 12, 13, 15, 10, 8, 8, 14, 15, 12, 13, 13, 8, 12, 14, 7, 11, 7, 14, 15, 13, 12, 8, 8, 8, 8, 11, 13, 15, 15, 8, 13, 12, 8, 8, 8, 13, 10, 16, 14, 11, 8, 8, 12, 12, 9, 15, 15, 12, 12, 13, 8, 8, 9, 12, 13, 9, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 11, 12, 11, 14, 7, 13, 13, 13, 12, 18, 16, 7, 12, 11, 10, 10, 15, 9, 9, 9, 21, 7, 7, 7, 11, 16, 8, 8, 11, 11, 7, 7, 7, 7, 7, 19, 7, 7, 7, 7, 7, 7, 7, 7, 7, 12, 8, 9, 12, 14, 11, 9, 9, 9, 22, 12, 8, 8, 15, 4, 2, 2, 5, 5, 3, 3, 3, 3, 3, 3, 6, 6, 4, 4, 4, 12, 7, 10, 2, 3, 3, 3, 3, 3, 3, 3, 6, 7, 3, 7, 5, 14, 4, 8, 10, 4, 1, 3, 3, 6, 2, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 4, 2, 2, 5, 3, 4, 2, 2, 2, 2, 2, 2, 11, 5, 5, 5, 11, 5, 5, 3, 5, 5, 5, 5, 11, 14, 13, 9, 11, 9, 12, 8, 11, 11, 8, 11, 16, 9, 9, 7, 10, 9, 12, 8, 15, 6, 7, 6, 6, 13, 10, 8, 11, 8, 6, 6, 6, 12, 16, 6, 11, 7, 8, 9, 18, 6, 6, 9, 4, 4, 6, 13, 6, 6, 6, 6, 8, 8, 9, 16, 8, 7, 7, 14, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7, 15, 13, 7, 10, 7, 7, 10, 12, 16, 15, 7, 9, 9, 14, 11, 11, 10, 9, 10, 8, 12, 7, 8, 7, 7, 10, 12, 7, 12, 8, 7, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 3, 3, 5, 5, 5, 10, 4, 8, 7, 10, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 3, 7, 4, 5, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 9, 8, 2, 2, 2, 8, 12, 7, 7, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 8, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 7, 11, 9, 8, 8, 8, 7, 8, 9, 7, 7, 9, 7, 7, 7, 10, 7, 7, 10, 9, 10, 6, 6, 6, 6, 6, 6, 15, 7, 8, 9, 9, 8, 6, 6, 10, 9, 6, 8, 13, 9, 7, 6, 6, 6, 6, 6, 6, 12, 6, 6, 7, 6, 7, 6, 6, 6, 10, 10, 7, 6, 6, 6, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 6, 14, 6, 6, 7, 7, 9, 6, 6, 6, 6, 9, 9, 8, 9, 10, 9, 8, 9, 12, 7, 7, 7, 8, 7, 10, 12, 11, 9, 10, 7, 7, 7, 9, 10, 10, 8, 12, 9, 7, 7, 9, 8, 8, 8, 10, 7, 7, 8, 9, 9, 7, 7, 7, 8, 2, 4, 6, 3, 4, 2, 3, 3, 3, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 5, 8, 6, 4, 7, 3, 3, 3, 3, 3, 3, 3, 12, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 5, 3, 4, 7, 3, 3, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 4, 3, 3, 6, 4, 3, 4, 2, 2, 2, 5, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 7, 6, 8, 9, 2, 2, 2, 2, 3, 3, 3, 5, 7, 2, 3, 3, 8, 7, 7, 2, 2, 8, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 8, 8, 7, 7, 6, 10, 6, 9, 7, 11, 4, 6, 8, 8, 7, 8, 4, 5, 5, 5, 3, 3, 11, 8, 9, 6, 6, 8, 7, 4, 4, 7, 8, 7, 2, 2, 3, 3, 3, 3, 4, 3, 3, 3, 3, 3, 3, 3, 3, 7, 2, 2, 3, 3, 2, 3, 3, 3, 3, 3, 3, 4, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 12, 5, 5, 3, 3, 3, 5, 10, 12, 6, 15, 4, 6, 6, 7, 14, 9, 3, 3, 3, 3, 3, 8, 2, 2, 3, 5, 3, 3, 3, 3, 3, 3, 8, 8, 8, 7, 5, 8, 4, 6, 11, 2, 2, 6, 7, 2, 9, 8, 5, 5, 3, 3, 5, 7, 6, 6, 10, 6, 6, 8, 9, 7, 4, 4, 4, 4, 7, 6, 6, 7, 7, 10, 9, 8, 11, 8, 3, 3, 3, 3, 3, 4, 4, 2, 3, 3, 3, 3, 3, 7, 6, 2, 5, 6, 7, 6, 4, 9, 11, 2, 2, 3, 3, 3, 3, 3, 3, 3, 2, 2, 5, 3, 3, 3, 3, 3, 9, 9, 6, 4, 8, 7, 7, 5, 9, 8, 6, 8, 7, 8, 5, 5, 5, 5, 5, 3, 3, 3, 16, 8, 7, 7, 7, 8, 7, 7, 7, 7, 9, 6, 9, 6, 10, 7, 7, 7, 6, 10, 8, 9, 11, 11, 8, 4, 4, 10, 8, 8, 6, 9, 6, 11, 8, 8, 8, 15, 7, 8, 9, 5, 3, 3, 3, 3, 3, 5, 11, 2, 2, 3, 8, 9, 10, 3, 2, 2, 2, 2, 2, 2, 3, 6, 4, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 3, 3, 3, 3, 3, 3, 11, 5, 3, 3, 3, 3, 3, 3, 3, 3, 6, 7, 4, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 12, 7, 4, 12, 4, 6, 5, 4, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 11, 10, 6, 4, 6, 10, 8, 3, 3, 3, 3, 3, 3, 3, 3, 5, 4, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 5, 3, 4, 4, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 10, 5, 5, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 7, 8, 8, 7, 13, 12, 10, 10, 8, 8, 7, 7, 9, 12, 11, 6, 6, 8, 8, 9, 7, 7, 7, 10, 15, 10, 4, 4, 4, 4, 4, 11, 8, 8, 9, 7, 9, 14, 14, 12, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 2, 2, 12, 5, 5, 5, 8, 11, 10, 7, 9, 3, 8, 7, 3, 15, 13, 11, 4, 4, 2, 2, 2, 19, 7, 5, 5, 3, 3, 3, 3, 3, 3, 3, 5, 22, 18, 6, 14, 17, 4, 4, 19, 16, 18, 2, 3, 3, 2, 3, 2, 3, 3, 6, 4, 2, 3, 3, 2, 5, 3, 3, 3, 3, 3, 3, 3, 9, 9, 2, 3, 2, 2, 2, 3, 3, 3, 5, 7, 14, 7, 7, 12, 9, 13, 6, 11, 6, 10, 9, 7, 7, 8, 12, 12, 8, 8, 8, 10, 7, 7, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 5, 8, 10, 7, 8, 11, 8, 12, 9, 4, 7, 7, 9, 13, 2, 3, 3, 3, 3, 3, 3, 2, 3, 3, 3, 1, 2, 2, 3, 3, 3, 3, 3, 3, 5, 2, 2, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 8, 4, 4, 4, 3, 2, 3, 3, 3, 3, 5, 2, 2, 2, 2, 5, 5, 5, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 12, 9, 8, 8, 9, 8, 6, 17, 6, 6, 6, 8, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 4, 4, 8, 8, 9, 9, 9, 7, 7, 7, 7, 7, 7, 7, 9, 9, 9, 7, 8, 8, 8, 10, 7, 13, 10, 8, 9, 3, 3, 13, 3, 3, 3, 3, 3, 7, 7, 6, 6, 10, 13, 11, 11, 8, 8, 9, 8, 9, 9, 10, 10, 10, 11, 10, 10, 13, 13, 16, 15, 11, 12, 9, 9, 10, 9, 11, 10, 9, 9, 14, 7, 8, 3, 10, 7, 7, 3, 2, 2, 2, 5, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 6, 7, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 11, 6, 7, 4, 6, 2, 2, 3, 3, 3, 1, 3, 3, 3, 3, 3, 3, 6, 4, 4, 2, 2, 2, 3, 3, 3, 3, 4, 4, 6, 6, 6, 6, 5, 4, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 9, 11, 6, 10, 9, 12, 7, 7, 11, 14, 9, 7, 12, 3, 3, 7, 12, 11, 12, 7, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 9, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 11, 5, 5, 5, 5, 5, 5, 5, 5, 11, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 3, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 3, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 6, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 10, 3, 3, 3, 11, 3, 5, 9, 11, 8, 12, 14, 9, 7, 8, 7, 7, 11, 11, 7, 7, 10, 9, 8, 10, 9, 7, 7, 7, 7, 7, 7, 8, 8, 7, 11, 8, 8, 8, 7, 7, 10, 8, 7, 13, 12, 7, 17, 10, 8, 8, 11, 7, 11, 11, 14, 7, 11, 7, 8, 6, 9, 20, 8, 7, 9, 16, 7, 10, 6, 11, 10, 8, 9, 7, 16, 11, 11, 9, 8, 9, 8, 8, 8, 11, 8, 15, 8, 8, 9, 7, 8, 8, 11, 10, 7, 5, 7, 10, 10, 15, 7, 7, 7, 8, 7, 8, 8, 10, 11, 10, 10, 10, 11, 11, 7, 8, 6, 8, 8, 8, 10, 6, 8, 6, 6, 7, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 16, 6, 15, 6, 7, 11, 11, 7, 9, 10, 11, 13, 10, 6, 16, 8, 10, 12, 11, 6, 6, 6, 6, 6, 6, 6, 10, 6, 10, 7, 7, 7, 7, 11, 7, 11, 6, 6, 6, 6, 6, 6, 17, 7, 7, 6, 6, 12, 22, 6, 6, 6, 6, 6, 8, 6, 6, 6, 6, 7, 6, 6, 5, 6, 6, 8, 11, 6, 9, 14, 11, 9, 11, 7, 7, 8, 6, 6, 6, 8, 10, 9, 6, 6, 6, 6, 9, 7, 6, 6, 6, 6, 6, 15, 6, 4, 4, 4, 6, 4, 17, 8, 11, 6, 6, 9, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 6, 6, 6, 6, 10, 6, 10, 6, 6, 6, 6, 12, 8, 6, 6, 6, 6, 6, 6, 6, 6, 6, 9, 6, 6, 6, 6, 18, 6, 6, 6, 8, 9, 10, 7, 8, 9, 10, 11, 7, 13, 6, 8, 8, 6, 6, 14, 7, 7, 7, 7, 10, 7, 14, 9, 6, 6, 9, 15, 9, 7, 14, 6, 11, 14, 13, 7, 12, 8, 7, 7, 7, 7, 7, 12, 7, 10, 9, 16, 6, 8, 6, 5, 17, 6, 8, 10, 4, 6, 4, 10, 15, 17, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 8, 4, 4, 11, 7, 4, 4, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 19, 17, 6, 10, 11, 6, 6, 6, 6, 18, 6, 6, 11, 4, 4, 4, 5, 6, 6, 6, 9, 5, 6, 4, 6, 6, 4, 6, 6, 6, 6, 10, 6, 6, 4, 6, 6, 10, 6, 10, 6, 6, 6, 6, 11, 6, 6, 10, 6, 6, 8, 6, 6, 6, 8, 6, 11, 4, 11, 9, 10, 9, 11, 4, 8, 4, 11, 12, 7, 9, 8, 6, 7, 7, 8, 12, 12, 11, 13, 10, 11, 7, 7, 7, 9, 7, 11, 10, 7, 7, 7, 16, 11, 10, 11, 17, 9, 9, 8, 8, 7, 7, 7, 9, 7, 7, 7, 14, 7, 13, 9, 11, 10, 14, 10, 10, 12, 11, 10, 7, 10, 5, 14, 8, 8, 8, 9, 7, 8, 7, 7, 9, 8, 7, 8, 7, 7, 7, 7, 7, 7, 7, 11, 8, 10, 8, 7, 8, 14, 11, 8, 9, 9, 9, 8, 24, 10, 10, 12, 7, 7, 15, 11, 8, 8, 12, 11, 8, 9, 9, 7, 8, 9, 10, 11, 10, 11, 7, 12, 7, 7, 11, 9, 8, 14, 13, 12, 8, 11, 10, 8, 8, 7, 7, 14, 9, 10, 8, 9, 11, 7, 14, 8, 8, 13, 8, 8, 12, 7, 10, 14, 14, 11, 9, 10, 9, 9, 7, 7, 11, 11, 13, 9, 13, 5, 5, 5, 7, 9, 5, 11, 12, 14, 8, 7, 7, 11, 10, 9, 7, 8, 8, 7, 10, 11, 11, 5, 5, 7, 5, 5, 5, 7, 7, 15, 7, 7, 8, 7, 15, 12, 12, 10, 7, 8, 7, 11, 7, 7, 7, 23, 11, 8, 8, 11, 10, 7, 8, 11, 7, 19, 7, 7, 6, 9, 9, 9, 11, 3, 4, 7, 8, 6, 6, 4, 10, 8, 2, 2]);
|
|
954
|
+
const edgeChild = /*#__PURE__*/ new Uint16Array([0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 1, 1, 1, 1, 1, 17, 1, 1, 1, 12, 1, 12, 1, 12, 13, 1, 1, 1, 1, 12, 1, 12, 1, 1, 1, 1, 1, 14, 21, 1, 1, 1, 1, 1, 1, 19, 12, 1, 1, 1, 1, 1, 1, 1, 20, 1, 1, 1, 16, 1, 18, 1, 1, 15, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 22, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 24, 25, 26, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 1, 1, 12, 12, 12, 12, 1, 32, 0, 0, 0, 1, 1, 1, 1, 1, 35, 34, 1, 1, 1, 1, 1, 1, 33, 1, 1, 1, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 38, 0, 0, 0, 0, 39, 40, 0, 0, 0, 41, 0, 12, 1, 1, 12, 1, 1, 1, 1, 44, 45, 45, 45, 44, 45, 44, 44, 46, 45, 44, 45, 44, 44, 44, 44, 44, 44, 46, 44, 44, 44, 44, 44, 44, 45, 47, 47, 45, 44, 44, 44, 44, 44, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 50, 52, 50, 50, 50, 52, 50, 51, 50, 53, 50, 51, 51, 50, 50, 50, 51, 53, 51, 53, 50, 51, 51, 12, 55, 55, 54, 56, 51, 53, 50, 50, 48, 49, 57, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 60, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 66, 1, 12, 1, 1, 65, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 74, 77, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 75, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 12, 1, 1, 1, 1, 87, 1, 89, 1, 1, 1, 1, 1, 1, 1, 1, 92, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 95, 95, 1, 1, 12, 1, 98, 1, 1, 1, 1, 1, 1, 1, 96, 1, 97, 1, 99, 1, 1, 1, 1, 1, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 108, 109, 1, 1, 1, 1, 1, 1, 111, 111, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 119, 120, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 120, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 120, 1, 1, 1, 1, 1, 1, 1, 1, 1, 124, 121, 123, 118, 1, 122, 1, 1, 112, 1, 1, 1, 1, 115, 1, 125, 1, 1, 1, 1, 1, 117, 1, 106, 1, 107, 1, 12, 126, 104, 1, 110, 1, 1, 1, 1, 1, 105, 113, 1, 12, 12, 12, 116, 114, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 12, 12, 1, 1, 1, 1, 1, 12, 132, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 134, 1, 1, 1, 1, 1, 1, 1, 1, 135, 136, 12, 12, 133, 131, 45, 45, 138, 50, 50, 137, 140, 139, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 143, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 141, 0, 0, 0, 0, 1, 0, 142, 130, 0, 1, 12, 12, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 146, 145, 20, 1, 1, 12, 12, 1, 20, 12, 12, 1, 1, 1, 1, 1, 132, 1, 1, 150, 1, 1, 1, 1, 151, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 1, 134, 1, 1, 150, 1, 1, 1, 1, 151, 1, 1, 132, 1, 1, 1, 150, 1, 1, 1, 1, 151, 1, 1, 132, 1, 1, 1, 1, 1, 1, 1, 1, 132, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 158, 1, 1, 1, 150, 1, 1, 1, 1, 1, 151, 1, 1, 158, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 132, 1, 1, 1, 1, 150, 1, 1, 1, 1, 151, 1, 1, 1, 132, 1, 1, 150, 1, 1, 1, 1, 162, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 165, 1, 1, 158, 1, 1, 1, 1, 1, 150, 1, 1, 1, 1, 1, 151, 1, 1, 158, 1, 1, 1, 1, 1, 150, 1, 1, 1, 1, 1, 151, 1, 152, 156, 156, 12, 1, 12, 164, 1, 1, 1, 1, 1, 156, 156, 156, 152, 1, 1, 1, 155, 156, 159, 163, 1, 1, 1, 1, 155, 155, 1, 1, 154, 152, 152, 155, 168, 154, 168, 1, 1, 166, 1, 154, 153, 155, 1, 1, 1, 1, 155, 1, 157, 1, 1, 1, 12, 1, 160, 1, 160, 1, 1, 1, 160, 159, 161, 167, 154, 152, 1, 1, 1, 1, 1, 1, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 170, 171, 170, 171, 170, 170, 170, 170, 172, 172, 170, 171, 170, 171, 170, 170, 12, 12, 12, 12, 12, 1, 12, 12, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 191, 1, 1, 1, 1, 12, 197, 198, 199, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 149, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 194, 1, 1, 1, 182, 1, 208, 1, 1, 1, 206, 1, 1, 203, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 188, 1, 1, 1, 184, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 180, 1, 1, 1, 1, 1, 1, 1, 189, 1, 1, 1, 1, 193, 1, 1, 1, 1, 169, 1, 1, 187, 1, 1, 1, 190, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 178, 1, 12, 1, 1, 12, 1, 1, 1, 1, 181, 1, 1, 1, 186, 1, 201, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 207, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 192, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 174, 12, 1, 1, 1, 176, 12, 1, 1, 1, 1, 1, 1, 1, 196, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 175, 1, 1, 1, 1, 1, 1, 202, 1, 1, 1, 179, 1, 1, 1, 185, 1, 12, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 189, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 173, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 183, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 204, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 205, 1, 1, 12, 1, 1, 1, 1, 177, 1, 1, 1, 183, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 195, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 200, 1, 1, 12, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 218, 0, 0, 0, 0, 0, 219, 0, 0, 0, 0, 0, 0, 1, 12, 1, 1, 1, 223, 1, 1, 1, 0, 224, 221, 222, 1, 1, 1, 1, 1, 1, 229, 1, 231, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 227, 1, 1, 1, 1, 1, 233, 1, 1, 12, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 232, 1, 1, 12, 1, 1, 1, 1, 228, 1, 1, 226, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 230, 1, 1, 1, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 12, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 239, 13, 1, 1, 1, 12, 12, 236, 237, 1, 1, 1, 1, 238, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 240, 1, 1, 12, 16, 1, 1, 1, 1, 1, 1, 1, 241, 1, 1, 1, 12, 12, 1, 1, 1, 1, 1, 241, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 250, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 254, 254, 1, 0, 0, 0, 0, 0, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 170, 259, 260, 1, 12, 1, 1, 1, 1, 12, 262, 1, 1, 261, 1, 264, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 268, 269, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12, 1, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 12, 0, 280, 0, 0, 281, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 60, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 1, 1, 0, 305, 0, 0, 0, 0, 0, 0, 0, 0, 0, 307, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 324, 324, 325, 324, 0, 183, 1, 1, 13, 320, 1, 318, 0, 0, 0, 0, 1, 0, 0, 0, 321, 1, 1, 326, 1, 203, 1, 1, 1, 1, 1, 319, 1, 316, 1, 322, 1, 314, 1, 323, 1, 315, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 12, 1, 12, 317, 317, 1, 1, 1, 313, 182, 1, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 12, 1, 1, 1, 1, 312, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 329, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 264, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 369, 369, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 361, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 0, 1, 337, 348, 1, 1, 336, 371, 1, 342, 1, 1, 334, 366, 1, 1, 352, 333, 338, 1, 1, 1, 345, 376, 354, 1, 1, 1, 1, 1, 1, 355, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 364, 368, 0, 0, 77, 1, 1, 0, 362, 339, 375, 340, 343, 350, 1, 365, 0, 1, 0, 77, 359, 357, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 378, 1, 1, 349, 1, 77, 1, 0, 1, 1, 1, 381, 1, 0, 0, 77, 356, 0, 1, 335, 1, 1, 1, 0, 1, 1, 358, 1, 0, 1, 1, 1, 0, 1, 383, 346, 1, 1, 0, 1, 0, 0, 374, 0, 1, 1, 1, 77, 367, 1, 1, 363, 360, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 341, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 373, 0, 77, 1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 0, 1, 1, 377, 1, 1, 1, 0, 0, 380, 0, 0, 0, 1, 353, 1, 0, 77, 379, 1, 0, 0, 0, 0, 382, 1, 1, 0, 0, 1, 0, 1, 0, 351, 0, 347, 0, 1, 1, 1, 0, 1, 1, 0, 370, 344, 372, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 397, 397, 1, 1, 12, 12, 1, 397, 1, 1, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 409, 1, 0, 1, 1, 1, 1, 203, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 427, 427, 1, 1, 0, 0, 314, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 439, 1, 438, 1, 1, 1, 1, 1, 1, 1, 1, 442, 1, 12, 12, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 450, 1, 1, 1, 452, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 449, 1, 444, 1, 1, 1, 432, 1, 1, 1, 1, 1, 1, 1, 1, 445, 12, 1, 1, 1, 1, 451, 1, 1, 1, 446, 441, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 314, 1, 430, 1, 1, 12, 448, 1, 1, 314, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 434, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 451, 1, 1, 1, 1, 314, 1, 447, 1, 1, 1, 436, 1, 1, 1, 1, 1, 437, 1, 453, 440, 1, 1, 1, 1, 1, 435, 1, 1, 1, 1, 1, 1, 1, 1, 1, 431, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 443, 1, 1, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 433, 1, 1, 1, 1, 1, 1, 1, 218, 454, 1, 1, 1, 1, 1, 12, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 1, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 0, 459, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 12, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 463, 463, 463, 463, 463, 463, 463, 0, 463, 463, 463, 463, 463, 1, 463, 463, 463, 0, 463, 463, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 468, 467, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 465, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 466, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 474, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 471, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 464, 0, 0, 475, 470, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 469, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 463, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 473, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 484, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 196, 196, 1, 488, 1, 1, 1, 487, 1, 1, 1, 1, 483, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 485, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 489, 1, 1, 486, 1, 1, 1, 1, 1, 1, 1, 1, 1, 369, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 490, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 501, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 12, 1, 503, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 12, 12, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 60, 1, 1, 12, 12, 12, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 522, 1, 1, 1, 1, 1, 1, 1, 523, 1, 1, 1, 1, 1, 1, 1, 521, 1, 1, 12, 1, 525, 237, 1, 1, 12, 12, 1, 1, 12, 1, 12, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 1, 535, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 130, 1, 12, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 105, 1, 1, 12, 1, 1, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 544, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 142, 1, 1, 1, 226, 1, 1, 12, 30, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 0, 0, 1, 568, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 573, 1, 218, 1, 325, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 574, 1, 1, 1, 1, 0, 576, 0, 77, 0, 575, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 578, 578, 0, 581, 579, 578, 578, 578, 578, 578, 583, 578, 578, 587, 578, 578, 578, 578, 578, 578, 578, 578, 578, 578, 584, 581, 578, 578, 581, 578, 578, 578, 578, 578, 578, 578, 578, 578, 578, 578, 578, 578, 579, 578, 578, 578, 578, 578, 585, 578, 578, 578, 578, 578, 578, 0, 0, 0, 1, 586, 1, 1, 1, 1, 580, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 591, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 1, 12, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 12, 1, 1, 12, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 94, 64, 277, 303, 408, 531, 0, 4, 67, 234, 252, 279, 304, 331, 385, 410, 0, 495, 515, 532, 593, 9, 0, 61, 86, 395, 406, 426, 571, 0, 493, 514, 528, 608, 0, 30, 6, 0, 458, 496, 598, 556, 68, 0, 7, 282, 253, 386, 460, 413, 534, 77, 594, 0, 572, 306, 415, 462, 9, 103, 285, 502, 6, 30, 0, 308, 77, 388, 77, 479, 10, 6, 129, 246, 272, 0, 609, 505, 0, 559, 0, 63, 6, 6, 249, 93, 2, 429, 396, 407, 592, 0, 6, 0, 6, 283, 101, 6, 557, 497, 536, 0, 461, 387, 270, 284, 8, 69, 102, 595, 539, 389, 309, 297, 416, 144, 72, 287, 542, 506, 597, 560, 332, 327, 476, 6, 73, 147, 11, 0, 247, 518, 543, 561, 510, 547, 566, 607, 36, 6, 258, 292, 330, 301, 216, 30, 524, 549, 216, 42, 214, 263, 293, 302, 403, 420, 477, 271, 0, 71, 558, 0, 400, 414, 296, 77, 245, 77, 0, 577, 541, 500, 289, 418, 77, 390, 384, 0, 0, 0, 9, 551, 567, 215, 0, 421, 404, 527, 512, 569, 611, 83, 216, 43, 294, 393, 422, 565, 0, 507, 290, 273, 77, 213, 78, 28, 387, 30, 6, 391, 328, 300, 600, 588, 520, 546, 509, 0, 256, 79, 30, 402, 419, 0, 30, 423, 0, 217, 589, 513, 9, 405, 424, 216, 246, 84, 220, 590, 570, 553, 478, 425, 394, 248, 225, 85, 59, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 80, 0, 127, 0, 0, 82, 545, 0, 0, 0, 0, 0, 0, 0, 27, 0, 548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 499, 0, 255, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 291, 0, 0, 0, 0, 0, 0, 0, 613, 0, 0, 0, 0, 0, 612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 392, 0, 0, 0, 480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 491, 0, 0, 0, 0, 0, 0, 401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 492, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 278, 0, 0, 0, 0, 0, 526, 274, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 508, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 455, 0, 0, 0, 311, 0, 0, 0, 0, 0, 0, 251, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 564, 0, 0, 0, 0, 596, 517, 0, 0, 0, 0, 242, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 265, 58, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 244, 0, 0, 0, 0, 0, 276, 606, 0, 70, 0, 0, 0, 0, 0, 0, 0, 0, 0, 615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 148, 0, 275, 0, 0, 0, 0, 0, 0, 563, 0, 0, 0, 0, 0, 0, 519, 0, 0, 0, 0, 0, 0, 0, 0, 0, 562, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 211, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 0, 498, 0, 0, 0, 0, 0, 550, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 482, 0, 481, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 257, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 533, 0, 0, 0, 0, 0, 0, 0, 0, 295, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 235, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 82, 0, 602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 243, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 516, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 494, 0, 610, 0, 0, 428, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 399, 0, 0, 0, 540, 0, 91, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 29, 90, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 288, 0, 0, 0, 212, 0, 0, 0, 0, 0, 0, 554, 0, 267, 0, 0, 128, 0, 0, 0, 0, 0, 555, 0, 0, 0, 0, 0, 0, 0, 411, 417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 310, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 298, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 530, 0, 0, 0, 412, 0, 0, 398, 0, 0, 0, 0, 0, 0, 599, 0, 0, 0, 537, 0, 0, 88, 0, 538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 504, 457, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 266, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 603, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 614, 0, 0, 0, 0, 0, 552, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 299, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 601, 0, 0, 210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 619, 619, 619, 619, 619, 619, 619, 618, 620]);
|
|
955
|
+
const labelText = "orgmilcomnetedugovdrrformsfeedbackofficialaccoorgmilschnetgovmagazinemediaunioncargopilotgroupcaarespressworksaerodromeworkinggroupair-traffic-controlaircraftaccident-preventioneducatormarketplaceambulanceinsurancecateringairportrepbodyenginesoftwaremodellingair-surveillanceconsultingchartertrainermaintenanceservicesdesignflightskydivingfreightassociationstudentgroundhandlingdgcafuelclubtaxicrewshowballooningexpresstraderbrokerauthoragentsairtrafficjournalistsafetyconsultantmicrolightaccident-investigationparachutingequipmentproductionfederationrecreationscientistnavigationengineertradingglidingleasingresearchpassenger-associationentertainmentparaglidinghangglidingaerobaticrotorcraftemergencycertificationgovernmentaeroclubexchangelogisticschampionshiphomebuiltcouncilconferencecontrolairlinecivilaviationjournalorgcomnetedugovcoorgcomnomnetobjofforgcomnetuwukiloappsframerorgmilcomnetedugovcoradioorgcomnetcommuneedogpbcoitgvorgedugov*spreviewfrontendrelayononstagingupid*mtls*privatelinktypedreamdeveloperbravemochawindsurfaivenmirenupsunwnextbegetngrokclerkwale2bwebcsbrunflutterflowspawnbaseshiptodaymagicpatternsnetlifyondigitaloceanrailwayhostedclaudehasurabotdashvercelgithubluyanigadgetreplitcloudflaretelebitedgecomputeevervaultdetaexponyatnoopencrpplxzeaburwasmerframerzeropsconvexmedusajsspritesonherculeseasypanelstreamlitsnowflakemesserliloginlinehackclubnorthflankbookonlinebase44corespeedadaptableleapcellngrok-freeclerkstagelovableon-fleek*us-west-3ap-south-2us-central-2us-central-1eu-central-1ap-south-1us-west-2us-east-2eu-north-1ap-north-1us-west-1us-east-1*rcloudintsegorgmilcomgobbetnetintedugovturmusicasenasamutualcoopip6uriurnin-addre164homeirisgovdixdaemoncloudnssthwien*inexexkunden4accogvormymyspreadshop4lima2ixbizortsinfofuturecmsfuturehostinginfo12hpprivfuturemailinglima-cityfunkfeuer123webseitemelmyspreadshopcloudletswasantqldvicactnswtascatholicwasaqldvictasvpsidwasantozqldorgcomvicasnactnetedugovnswtasconfhrsncomairflowlambda-urltransfer-webappairflowtransfer-webapptransfer-webapptransfer-webapp-fipstransfer-webappeu-west-3ap-south-2eu-south-2eu-central-2ap-southeast-3ap-southeast-4ap-northeast-3eu-central-1mx-central-1me-central-1ca-central-1il-central-1ap-northeast-1ap-southeast-1me-south-1af-south-1eu-south-1ap-south-1ap-southeast-7us-west-2eu-west-2us-east-2eu-north-1ap-southeast-2ap-northeast-2ap-southeast-5us-gov-west-1us-gov-east-1ca-west-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1privatenotebookstudiolabelingnotebookstudionotebooknotebook-fipslabelingnotebookstudionotebook-fipsnotebookstudio-fipsnotebook-fipsnotebookstudionotebook-fipsnotebookstudioeu-west-3ap-south-2eu-south-2eu-central-2ap-southeast-3ap-southeast-4ap-northeast-3eu-central-1me-central-1ca-central-1il-central-1ap-northeast-1ap-southeast-1me-south-1af-south-1eu-south-1ap-south-1us-west-2eu-west-2us-east-2eu-north-1ap-southeast-2ap-northeast-2experimentsus-gov-west-1us-gov-east-1ca-west-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1onrepostsagemakercopporgmilcompronetintedugovbiznameinfoshoprsorgmilcomnetedugovbrendlynzauscotvstoreorgcomnetedugovbizinfoidacaicoittvorgmilcomschnetedugovinfocloudezproxyacmymyspreadshopkuleuvenwebhostingtransurl123websitecloudnsinterhostsolutions5476103298edgfacbmlonihkjutwvqpsryxzbarsycoororgcomedumyftpno-iporxcloud-ipfor-somemmafanfor-morewebhopselfipjozidyndnscloudnsdscloudfor-thefor-betteractivetrailcoeconorestooteorgcomeconeteduassurmoneyafricaarchitectesrestaurantloisirstourismavocatsinfoagrounivcoorgcomnetedugovtvdeportesaludtksatorgmilcomwebgobnetinteducienciaboliviarevistacooperativaempresanombreindustriamusicapatriamedicinademocraciapoliticapuebloindigenaplurinacionalarteblogwikiinfoagrotransportenoticiasprofesionalacademiaeconomiaecologiamovimientotecnologianaturalsimplesitecepesebamapadfmgalampbacscpirngorotomtrjspaprrprrsesmscepesebamapadfmgalampbacscpirngorotomtrjspaprrprrsesms*biaamfmtcmptvfeirasampajampanatalbelemananiradiog12medindfndbmdtrdthepoaggfjdfdefinfenflegsegongengcngorgzlgslglogppgmillelqslcimcomnomadmjabimbbibbsbabcrectecsjcetcpscpvhudieticriapipsiecnbiorioecogeoteoodoproatoartfstmatvetdetbetnetcntnotfotgrueduajuespappreptmpemparqsrvadvdevgovntrturagrjorfarjusmusdesvixxyzcozfozslzbhzmaringasantamariacampinagrandegoianiasorocabafloripasaobernardocuritibaboavistarecifeaparecidasaogoncasalvadorcuiabamorenamacapalondrinacontagemsocialfortalmaceioleilaoosascoriobranconiteroi9guacutcheblogflogvlogwikitaxicoopmanauspalmascaxiasjoinvillebaruericampinassantoandreribeiraoriopretoweorgcomnetedugovv0windsurfshiptodaycloudsitecoaccoorgnetgovofmilcomgovmediatechzacoorgcomnetedugsjgovmydnspenfnlabnbmbgcbcqconcontnuyksknsmyspreadshopno-ipawdevboxbarsyonidatemfuinabusavinstanceseceuguukussryzespawncsxcloud-ipmyphotosfantasyleaguetwmailcleverappsscrappingccwucloudnsftpaccessgame-serverccgovobjectsrmalpgcust*svcalp1aeappenginermalpgmyspreadshop4lima2ixsquare7cloudscale123websitefirenet12hpflowgotdnslinkyard-cloudcloudnslima-citydnskingobjectstorageedaccogoorusorgcomnetinteduaéroportxn--aroport-byaassogouvcomilgobgovcloudnses-1eu-west-1us-east-1euvipit1eurarubait1s3lbwebsites3websiteru-spbru-mskelasticcsrunstnukukcaukusnl-ams-1fr-par-1fr-par-2functionsnodess3ddlwhmrdbfnck8sifrs3-websitecockpitscblmgdbdtwhkafkpubprivs3ddlwhmrdbk8sifrs3-websitecockpitscblmgdbdtwhkafks3ddlrdbk8sifrs3-websitecockpitscblmgdbdtwhkafkk8sscalebookpl-wawfr-parnl-amsbaremetalsmartlabelinginstancesdechk2kuleuvenlaravelvoorloperurownoxazapscwhstgrvaporobservablehqelementorantagonistreclaimjoteluluencowaydiademjelasticmatlabmagentositetrendhostingaxarnetperspectajenv-arubajelejoteravendbemergenttrafficplexconvexkeliwebserveboltbegetcdnstaticson-rancherprimetelonstackitunison-serviceslinkyardbarsyjelecloudnscocomnetgovmycn-northwest-1cn-north-1s3s3-accesspoints3-websites3s3-accesspointrdsdualstacks3-deprecatedemrappui-prods3-websiteemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apis3s3-accesspoints3s3-accesspointrdsdualstackemrappui-prods3-websiteemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicn-northwest-1cn-north-1cn-northwest-1ebcomputeelbcn-north-1airflowcn-northwest-1cn-north-1oncn-northwest-1cn-north-1amazonawssagemakeramazonwebservicesdirectasgdsdhehahljlnmhbacscahqhshhihnlnynsnmofjbjzjxjtjhkcqtwgsjssxnxjxgxxzgz網絡网络公司orgmilcomnetedugovxn--55qx5dcanva-appsxn--io0a7iquickconnectcanvasitexn--od0algmyqnapcloudsrvrlessclustersrealtimestorageleadpagescarrdcrdorgmilcomnomnetedugovhidnssupabaserdpareplmypiumsoxmitotaplpagesfirewalledreplitowodevwebview-assetsvfswebview-assetss3s3-accesspointdualstackemrappui-prods3-websiteaws-cloud9emrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9eu-west-3ap-south-2eu-south-2eu-central-2ap-southeast-3ap-southeast-4ap-northeast-3eu-central-1me-central-1ca-central-1il-central-1ap-northeast-1ap-southeast-1me-south-1af-south-1eu-south-1ap-south-1ap-southeast-7us-west-2eu-west-2us-east-2eu-north-1ap-southeast-2ap-northeast-2ap-southeast-5ca-west-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1s3s3-accesspointdualstackemrappui-prods3-websiteaws-cloud9emrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9s3s3-accesspointdualstackanalytics-gatewayemrappui-prods3-websiteaws-cloud9emrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9s3s3-accesspointdualstackemrappui-prods3-websiteemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apis3s3-accesspointdualstacks3-deprecateds3-websites3-object-lambdaexecute-apis3s3-accesspoints3-websites3-accesspoint-fipss3-fipss3s3-accesspointdualstackemrappui-prods3-websites3-accesspoint-fipsaws-cloud9s3-fipsemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9s3s3-accesspointdualstackemrappui-prods3-websites3-accesspoint-fipss3-fipsemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apis3s3-accesspointdualstacks3-deprecatedanalytics-gatewayemrappui-prods3-websiteaws-cloud9emrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9vfss3s3-accesspointdualstackemrappui-prods3-websiteaws-cloud9emrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9eu-west-3ap-south-2eu-central-2ap-southeast-3ap-southeast-4ap-northeast-3eu-central-1mx-central-1me-central-1ca-central-1il-central-1ap-northeast-1us-northeast-1ap-southeast-1me-south-1af-south-1ap-south-1ap-southeast-7us-west-2eu-west-2ap-east-2us-east-2ap-southeast-2ap-northeast-2ap-southeast-5us-gov-west-1us-gov-east-1ap-southeast-6ca-west-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1mrapaccesspoints3s3-accesspointdualstacks3-deprecatedanalytics-gatewayemrappui-prods3-websites3-accesspoint-fipsaws-cloud9s3-fipsemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9s3s3-accesspointdualstacks3-deprecatedanalytics-gatewayemrappui-prods3-websites3-accesspoint-fipsaws-cloud9s3-fipsemrstudio-prods3-object-lambdaemrnotebooks-prodexecute-apicloud9s3eu-west-3ap-south-2eu-south-2computes3-ap-northeast-2elbrdss3-ap-east-1s3-sa-east-1s3-us-gov-west-1s3-eu-central-1s3-ca-central-1eu-central-2ap-southeast-3ap-southeast-4ap-northeast-3s3-website-us-west-2s3-website-eu-west-1s3-external-1eu-central-1me-central-1ca-central-1il-central-1s3-us-west-1s3-eu-west-1s3-website-sa-east-1s3-website-ap-southeast-2ap-northeast-1ap-southeast-1s3-us-west-2s3-eu-west-2me-south-1af-south-1eu-south-1ap-south-1us-west-2eu-west-2us-east-2s3-website-ap-southeast-1s3-1s3-globals3-ap-northeast-3eu-north-1airflowap-southeast-2s3-us-gov-east-1s3-fips-us-gov-east-1s3-me-south-1s3-ap-south-1ap-northeast-2s3-website-us-west-1ap-southeast-5s3-eu-north-1s3-ap-southeast-1s3-website-us-gov-west-1compute-1s3-eu-west-3us-gov-west-1s3-website-ap-northeast-1us-gov-east-1s3-fips-us-gov-west-1s3-website-us-east-1s3-ap-southeast-2ca-west-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1s3-us-east-2s3-ap-northeast-1authauthauth-fipsauth-fipseu-west-3ap-south-2eu-south-2eu-central-2ap-southeast-3ap-southeast-4ap-northeast-3eu-central-1mx-central-1me-central-1ca-central-1il-central-1ap-northeast-1ap-southeast-1me-south-1af-south-1eu-south-1ap-south-1ap-southeast-7us-west-2eu-west-2us-east-2eu-north-1ap-southeast-2ap-northeast-2ap-southeast-5us-gov-west-1us-gov-east-1ca-west-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1rservicesbuilderstg-builderdev-builder*ociocpocsdemoinstanceeu-west-3eu-south-2ap-southeast-3ap-northeast-3eu-central-1me-central-1ca-central-1il-central-1ap-northeast-1ap-southeast-1me-south-1af-south-1eu-south-1ap-south-1ap-southeast-7us-west-2eu-west-2us-east-2eu-north-1ap-southeast-2ap-northeast-2ap-southeast-5us-gov-west-1us-gov-east-1us-west-1eu-west-1us-east-1ap-east-1sa-east-1previeweu-4us-4us-1eu-1us-2eu-2us-3eu-3appspaasrag-cloudrag-cloud-chjcloudjcloud-ver-jpcdemonodebalancermembersipeuxvsoncillaocelotonzayalilynxsphinxfentigercustomercaracalo365cloudstaticxendevapp001testcode-builder-stgplatformapimediasiteprojedrydpagesjsu2u2-localx0desazacncoitrueu4uhkukgrbrushatenadiarymyspreadshopfrom-flfrom-wvwebspace-hosttheworkpchatenablogservesarcasmapplinzisakuratanwixsiteappchizigiizeis-into-carsdnsiskinkyadobeaemcloudis-a-therapistpgfogmyvncdojinis-an-actress1kappfldrvkozowqa2jpnmexprgmrfirewall-gatewaydynnscafjsfbsbxooguyxnbayfrom-gawoltlab-demois-a-anarchistwiardwebteaches-yogadattowebtb-hostinglive-websiteservegamegotpantheonfrom-nhsubsc-payfrom-ohvipsinaappfrom-cadyndns-officehomelinuxfrom-mahercules-appservebbsstreakusercontentfrom-okfrom-wyfastly-terrariumis-a-llamaqualyhqportalserveexchangeon-vaporvivenushopciscofreakgrayjayleaguesmetaaiusercontentfrom-iais-a-libertariansaves-the-whalestaveusercontentyolasiteoperaunitepoint2thisis-a-catererlinodeusercontentfrom-vagithubusercontentsells-for-lesshosteurcanva-appsplaystation-cloudddnsfreefrom-pafrom-prfrom-waddnskingoutsystemscloudhotelwithflightmydattois-a-nascarfanmydbserverminiserverdamnserverservehumouris-a-playerfrom-nvfrom-nmemergentagentgentappsamplifyappfrom-kyis-an-accountantnfshostserveircfrom-akpythonanywherestackhero-networkpostman-echolikescandydyndns-mailobservableusercontentserveftpfreeboxosfrom-utcdn77-storageamazonawsneat-urldyndns-serverlinodeis-a-teacherfrom-vtgleezemythic-beastsus1-pleniteu1-plenitla1-plenitpaywhirlservecounterstrikejdevcloudhealth-carereformis-into-animegoogleapisis-a-painterafricaisa-hockeynutatmetais-an-actora2hostedis-a-democratdatadetectest-le-patrondigitaloceanspacesis-a-designeris-a-hunterlinodeobjectstemp-dnsissmarterthanyoufrom-arsimplesiteevennodetownnews-stagingis-a-liberalgooglecodejelasticservemp3stdlibqualyhqpartnerdyndns-free1cooldnsest-a-la-masiondrayddnsdynuddnsfrom-orfrom-miis-a-bloggerfrom-himydobisscanvacodeis-an-engineerest-a-la-maisonupsunappdevinappswafflecellmyasustorwpenginepoweredfrom-ctservep2psame-appmyshopblocksthingdustdatalikes-piediscordsezis-with-thebanddev-myqnapcloudlpusercontentis-leetshopitsite3utilitiesis-a-personaltrainersinaappladeskis-a-cheflogoipselfipbase44-sandboxnospamproxyalibabacloudcsmesswithdnsauthgearappsiamallamawithgooglelutrausercontentmochausercontentframercanvasmytabitdyndns-homew-credentialless-staticblitzcpserverdiscordsaysis-a-nurseappspotatlassian-isolated-3premotewdfrom-mtwixstudiocode0emm180rmyactivedirectoryawsappsmytuleapdnsabrpolyspaceqbuserrenderbuiltwithdarkboutirgotdnsabrdnsdopaascanva-hosted-embedawsglobalacceleratorhomesecuritypcmyiphostditchyouripclever-clouddyndns-ipon-aptibleis-a-musiciansecuritytacticsappspaceusercontenthomeunixstrapiappsame-previewcf-ipfsmycloudnaselasticbeanstalkis-certifieddontexistkasserverik-serverdrive-platformatlassian-3pfirebaseappherokuappawsapprunnerbarsycenteris-a-cubicle-slaveservehttpmyshopifyis-a-guruquicksytessiiitesorsitesmagicpatternsappis-a-cpameteorappfrom-wiis-a-rockstarbumbleshrimpdattolocalreadthedocs-hostedfrom-rifamilydsdyndns-picsplesknsbplaceddnsaliasdynaliasdyndns-remotedoomdnsip-ddnsblogdnsis-a-doctorroutingthecloudamazoncognitobarsyonlinedsmynasddnsgurucloudflare-ipfsdeus-canvasfrom-idsmushcdnpagespeedmobilizerdyndns-at-homeunusualpersonhosted-by-previderis-a-republicandyn-o-saurstreamlitappworkisboringonthewificprapidqualifioappis-uberleetis-slickgetmyipwpdevcloudtypeformdyndns-at-workgentlentapismynascloudw-corp-staticblitzfrom-ingeekgalaxyservebeerfrom-mdonrenderspace-to-rentaivencloudappspacehostedonfabricawafaicloudcodespotblogspotatlassian-3p-us-gov-modfrom-ndfrom-msis-a-techieis-a-studentcustomer-ociis-a-photographerdurumisfrom-ksmassivegriddyndns-wikiis-an-entertaineris-a-hard-workermysecuritycamerafrom-mnrackmazedyndns-blogis-a-bulls-fanwritesthisblogfreemyipsimple-urlfrom-sdreservdauthgear-stagingest-mon-blogueuris-into-gamesrice-labsxtooldevicesakurawebis-an-anarchistoraclecloudappsdyndns-worksells-for-urhcloudfrom-dcfastvps-serverwpmucdnis-a-geekscrysecfrom-txis-into-cartoonsmodelscapetrycloudflarelocaltonetstreak-linkbalena-devicesfrom-njforgeblocksfreebox-oswebadorsitefrom-ncdoesntexisthobby-sitestreaklinkshomesecuritymacownprovidertuleap-partnersdattorelaywphostedmailalpha-myqnapcloudservequakeis-a-socialistservehalflifepivohostingdynuhostingquipelementsw-staticblitzdyndns-webfrom-deproject-studyaliases121is-not-certifiedhercules-devis-a-financialadvisorreserve-onlineservepicsis-a-greenloseyouripfrom-ilwithyoutubemwcloudnonprodwiredbladehostingdnsdojofrom-tnpixolinomyqnapcloudis-an-artisthostedpiis-a-landscaperauiusercontentoaiusercontenton-forgeis-a-conservativedreamhostersnet-freaksapps-1and1is-goneencoreapifastly-edgefrom-nesalesforcefrom-scdeployagentoraclegovcloudappsfrom-alis-a-lawyercechirevultrobjectsstufftoreadisa-geekddnsgeeklovableprojecttry-snowplowfrom-moblogsyteis-a-bookkeepernogmyforumravendbmyboxdeelementoredsaacficogoorinforgcomgobnatneteduidorgcomnetintedunomepublorgcomneteduathgovtestscalculatorspaynowinfoquizzesresearchedcloudnsfunnelsassessmentsjscaleforcetmacltdorgmilcompronetgovbizpresseklogesrsccloudcustomfltusrcloude4corealmgovmunicontentproxy9metacentrumdyndyndyndnsdynpagespages-researchitionoccustomercomymyspreadshopdiskussionsbereich4limacomrub2ixfirewall-gatewayddnssspdnsbarsykeymachinesquare7myhome-serverspeedpartnercommunity-proschuldockxenonconnectgünstigliefernbwcloud-os-instancemy-routerxn--gnstigliefern-wobin-butterl-o-g-i-nisteingeekin-dslin-berlinin-brbfuettertdasnetzleitungsenin-vpnlcube-serverdyn-ip24logoipdyn-berlinruhr-uni-bochum12hpgoipfruskygit-repossvn-reposinternet-dnsgünstigbestellenhome-webserverxn--gnstigbestellen-zvbbplacedcosidnswebspaceconfiglima-citydyndns1istmeinvirtualuserschulplattformmy-gatewaylebtimnetztest-iservmein-iservvirtual-useriservschuletaifun-dnstraeumtgeradeschulserverdynamisches-dns123webseitednshomehs-heilbronndnsupdaterbssgraphicdwadpdwdaepeweaawapaafpfwfabwbpbacwcpcciwebuserapiobjectsidsiskospockkimodorikerbonesteamsparisjanewaypicardglobaltarpitreedpikekiraworfsulukirkarchertuckerhackercanarywesleystagingprereleaset3r2lpbravepanelngrokiservstglclcrmerpflypagesbarsyvivenushoplocalcertlocalplayerbearbloggatewaydeno-stagingis-not-ais-a-goodbotdashvercelmocha-sandboxplatter-appreplitgithubpreviewworkersinbrowserevervaultdetais-ahrsndenoxmitmodxmyaddrstorageapipayloadgrebedocruncontainersstgstagelclstageloginlineis-a-fullstackleapcellngrok-freeis-coolstoragewebharemediatechlibp2pdiscourseimaginecomyspreadshopstoreregbiz123hjemmesidefirmcoorgcomnetedugovsldorgmilcomwebgobartnetedugovtmorgpolcomsocartnetedugovassoagrondiscoodontk12medcuegyecpaabgengorgmilgalsaltulcomadmesmgobpubdocmonfindgnriouioproartlatvetnetfotedulojgovntrturibrbarxxxofficialbasechefprofmktgpsictechinfoarqtcontdentrrpppsiqgit-pagesritmedfieorgcomlibprieduaipgovriikmeactvsportorgmilcomscieunnetedugovnameinfopintouchtawktotawkmyspreadshoporgcomnomgobedu123miwebcomputeorgcomnetedugovbiznameinfocognito-idpeusc-de-east-1onjelasticnxaspdnsbarsydirectwpdeuxfleurstransurldogadoprvwcloudnsamazonwebservicesuserpartycokoobinstorjfidemopaasdymyspreadshopalandkapsiikixn--hkkinen-5wacloudplatformdatacenterhäkkinen123kotisivuidacorgmilcompronetedugovbiznameinforadioorgcomneteduuserexperts-comptablestmmyspreadshopgretaprdcomnomynhccifbxoshuissier-justicenotairesaeroportfreeboxoson-webavocatassoportgouvkdnschirurgiens-dentistes-en-franceavouesfbx-os123sitewebveterinairechirurgiens-dentistespharmacienchambagrimedecinfreebox-osdediboxgoupilemszicpyicpvicppleysheezypagesedugovcnpyorgcompvtnetedugovschooldaemond6atcopanelorgnetplybotdashstackitkaasorgmilcomnetedugovbizmodltdorgcomedugovcoorgcomneteduappwriteacorgcomnetedugovcloudtranslateusercontentorgcomnetedumobiassoorgcomnetedugovbarsysimplesitediscourseindorgmilcomgobneteduorgcomwebnetedugovguaminfonxhra教育敎育網絡网絡组織組織网络網络组织組织公司政府個人个人箇人ltdorgcomincneteduidvgovxn--uc0ay4axn--55qx5dxn--mk0axixn--io0a7ixn--uc0atvxn--zf0avxxn--lcvr32dxn--od0algxn--wcvs22dxn--gmqw5axn--od0aq3bxn--mxtq1mxn--ciqpnxn--tn0agxn--gmq050iorgmilcomgobneteduiservwp2tempurlmircloudfreesitewpmudevmyfastgadgetcloudaccessjelehalfboltfastvpsemergenteasypanelopencraftizcombrendlynamefromrtpersoadultmedorgpolrelcomproartnetedufirminfoassoshopcoopgouvtmcomediahotelforumvideosportorgsexagrargameslakaseroticaerotikatozsdereklamcasino2000filmsuliinfoboltshopprivnewsszexcityutazasjogaszkonyveloingatlaneaccogoormyᬩᬮᬶmilwebschnetkopbizzonedesaponpesxn--9tfkymyspreadshopgovmytabittabitorderravpageaccok12idforgnetgovmuniltdplcaccotttvorgcomnetmeca6g5gpgamacaicniocoukuptverdruscsdelhiindorgmilcomwebnicfingenpronetintedugovresbizbiharbarsyinternetbusinesstravelsupabasegujaratfirminfopostbankcoopindevscloudnsno-ipbarsybarrell-of-knowledgebarrel-of-knowledgensupdategroks-thisdnsupdatefor-ourknowsitalldvrcammittwalddynamic-dnsv-infowebhopselfipdyndnshere-for-moreilovecollegemayfirstforumzcloudnsmittwaldservertypo3servergroks-theeusekd1uk0cdndyndnsidrawsainaueuapjpusstagemocksysdevicesclientcustreservdcustdevdisrecprodtestingcobeebyteutwenteboxfusebravepstmndedynngrokorgmilcomnomhzcnetedugovqcxqzzbarsythingdustmo-siemensrb-hostingprotonetfh-muenstergitbookbluebitecloudbeesusercontentnodeartkiloappsforgerockdarklangresinstagingapigeebubbleb-datascryptedhypernodedappnodepantheonsitegitlabgithubkeeneticvirtualservercleverappshostyhostingon-rioedugitticketstelebiton-acornwixstudioon-k3sicp0icp12038jeleqotobigvlairbubbleappsmyaddrstolosmyrdbxwebflowdrive-platformbeagleboardhasura-applolipopdefinimavaporcloudmusicianwebflowtestazurecontainerresindevicereadthedocsloginlineeditorxmoonscalesandcatsbasicserverwebthingsbrowsersafetymarkbeebyteappbitbucketidaccovistablogorgschnetgovxn--mgba3a4f16axn--mgba3a4fraarvanedgeايرانایرانjclaspeziapdudcefegelemeperetevebacanatavaparasabgagfgogrgpgalclblimfmrmcbmbvbfclcmcvcrcpcchlimifibicivipirisimncnbnanenrnpntnnolomobocoaogorosopotoptvtatctbtmtltotpulunutpspapaqsvpvvvtvavvrtrsrprgrfrcrbrarorkrvstsssbscsmsispzczbzbozen-suedtirolmyspreadshopxn--bulsan-sdtirol-nsbxn--valledaoste-ebbtrentinoaltoadigetrentin-sued-tirolxn--forlcesena-c8axn--forl-cesena-fcbxn--bozen-sdtirol-2obtriestetrentinsuedtiroltrentino-s-tirollecceudineaostesienaparmaluccapaviagenoapaduaaostamonzaabruzzoternirietiturinmilanbozenlaziofermoleccocuneonuoropratola-speziavdataaligfvgpugmolcalcamlomumbsicpmnvenvaoedugovabrsarmaremrbastoslazibxosfirenzetrentinosüdtirolval-d-aostavalle-aostamessinacremonaravennatoscanatrentin-suedtirolbolognacalabriaurbinopesarofriuli-v-giuliaogliastraxn--valle-aoste-ebblaquilaandriatranibarlettasyncloudtrentinosudtirolxn--valle-d-aoste-ehbaostavalleyvalled-aostatrentino-alto-adigevallee-d-aostexn--balsan-sdtirol-nsbpistoiasicilialucaniacataniaiserniaperugiabresciaveneziagorizialiguriaimperiabulsan-suedtirolbalsan-suedtirolbarlettatraniandriaxn--trentino-sdtirol-szbforlì-cesenatuscanyvallée-d-aostemantovavallée-aostecasertapiemontevalleaostaval-daostafriulivgiuliatrevisoforli-cesenavalléedaosteferrarapescaravald-aostatrentino-altoadigefriuli-vegiuliavallee-aostecarboniaiglesiastarantomediocampidanovalleedaostetrentinosud-tirolcampobassotrentinsüd-tiroltrentinosüd-tirolmonzabrianzatrentino-südtirolxn--trentino-sd-tirol-c3bpotenzacosenzavicenzaemiliaromagnavenicefrosinonemarchepordenonetrentinosued-tirolvaresemolisevalléeaostefriuli-veneziagiuliabasilicatalatinaanconasavonaveronamodenaaquilabiellabolzano-altoadigepugliafoggiaumbriatrentino-stirolgenovapadovamateranovararagusapiacenzatrentinostirolvalleeaostetempio-olbiatrentinsudtirolmassa-carrarafriuliveneziagiuliatrentinosuedtirolandria-barletta-tranitrapanixn--cesenaforl-i8amaceratacaltanissettaascoli-picenobrindisicarraramassacagliaririmininapolivibo-valentiachietibulsan-sudtirolbalsan-sudtiroltrentino-a-adigebulsanbalsaniglesiascarboniamilanotorinoteramodell-ogliastraarezzotrentinoalto-adigerovigotrentovenetoiglesias-carboniatrentino-sud-tirolaltoadigereggio-emiliareggio-calabriasardegnatranibarlettaandriapiedmontxn--sdtirol-n2amedio-campidanotrentino-süd-tirolfriuli-vgiuliafriuli-ve-giuliaromeennaromapisa32-b16-b64-blodiastibarineencomonaplesforlicesenailiadboxosalessandriasicilytrani-barletta-andriaxn--trentin-sdtirol-7vbpesarourbinotrentinsued-tirolcesena-forliforlìcesenaemilia-romagnamonzaebrianzaxn--trentinsdtirol-nsbtrentinos-tiroltrentinsüdtirolvalledaostaolbia-tempiocampidanomediovibovalentiasassarivalle-daostalombardyfriulivegiuliareggioemiliamonzaedellabrianzaalto-adigevercellitrentin-sudtiroltraniandriabarlettatrentino-sudtirolascolipicenobozen-südtirolfriulive-giuliaflorencevaldaostaxn--cesena-forl-mcbcarbonia-iglesiasaosta-valleycarrara-massadellogliastratrentinoa-adigexn--valleaoste-e7apesaro-urbinoxn--trentinosdtirol-7vbxn--trentin-sd-tirol-rzbxn--trentinsd-tirol-6vbtrani-andria-barlettatrentin-süd-tirolxn--trentinosd-tirol-rzbgrossetomonza-e-della-brianzasüdtirolreggiocalabriatrentinoaadigetrentin-südtirolfriuliv-giuliaverbaniacampaniatrentino-aadigefriulivenezia-giuliasardiniaandriabarlettatranibarletta-trani-andriacatanzarooristanourbino-pesarocesena-forlìvalle-d-aostacampidano-medio123homepagesiracusatempioolbiasuedtirollombardiaavellinocesenaforlìtrentinofriuli-venezia-giuliabozen-sudtirolandria-trani-barlettabulsan-südtirolbalsan-südtirolmonza-brianzabolzanotrentino-sued-tirolbellunosalernolivornocrotonesondriotrentinsud-tirolmassacarraratrentin-sud-tiroltrentino-suedtirolviterbobergamocesenaforliolbiatempiopalermobeneventoagrigentoofcoorgnetfmaitvphdengorgmilcomschnetedugovperagrikanieasukehandachitatokaiaisaikonanoharuamaobuhigashiuraowariasahiinuyamatobishimaiwakurashitarainazawatoyonegamagorimihamatoyotataharakariyayatomioguchikomakimiyoshinishiotokonamekiyosuchiryutoyohashiokazakiisshikikasugaikotakiratoeianjotogofusosetohazutsushimashinshirotakahamanisshinshikatsuhekinantoyokawaichinomiyatoyoakeodateogataakitaikawakyowahonjoogayurihonjonoshirokamiokakatagamimitanegojomeyokotekosakadaisenkazunonikahohonjyomoriyoshimisatohappoukamikoanihachirogatahigashinarusesembokufujisatokitaakitaitayanagiowanitakkomutsutsurutahirosakigonoheoirasetowadamisawanohejiaomorishingohiranairokunohehashikamitsugarushichinohehachinohenakadomarisannohekuroishisakaeisumiasahiotakiinzaiabikomatsudoyachiyomutsuzawakujukuriomigawakashiwatoganemihamanaritasakuranagaramobarahanamigawachoshishiroichoseikozakishisuikatorimidorichonankyonanfuttsuonjukufunabashinagareyamanodasosatakochuotohnoshourayasukimitsuyokaichibayotsukaidosodegauratateyamakamagayayokoshibahikariyachimatakatsuuratomisatokisarazukamogawaichikawanarashinoichinomiyashimofusaminamibososhirakoichiharaoamishirasatoikatahonaiainansaijoseiyoiyoozuuwajimaniihamanamikatamasakiuchikokihokutobetoonshikokuchuomatsuyamaimabarikamijimakumakogenyawatahamamatsunosabaeikedaobamasakaifukuiohionotsurugamihamawakasaminamiechizeneiheijikatsuyamatakahamaechizensoedaukihaomutaokawanishiogoribuzenonojosueumiokiotochikugosasagurisaigawamizumakishinyoshitomikurumekurateyamadakasuganakamamiyamanogatatakatahakataiizukakawaratagawakasuyaashiyainatsukimunakataminamitsuikishonaikurogifukuchikeisenhigashimiyakoshinguyukuhashiokagakiyamekogaongausuikahotohochuotoyotsumiyawakadazaifuhisayamatachiaraiyanagawanakagawahirokawachikujochikushinochikuhochikuzennamieotamaokumashowateneiiwakikoorinangoononishigoshimogoomotegomishimafukushimaasakawakagamiishishirakawaiitatefutabahiratayugawahanawakitakatakawamatakunimiyabukibandaihigashihironoyamatomiharuyamatsuriaizubangedatesomaaizuwakamatsuyanaizuaizumisatonishiaizuizumizakikitashiobarataishinkaneyamakoriyamainawashirotanagurafurudonosamegawasukagawaishikawatamakawaikedaogakitaruiginanenahashimahichisonakatsugawaibigawashirakawamizunamiminokamomitakekawauesekigaharatomikasakahogikitagatayamagatatajimianpachimotosuyaotsukakamigaharahidakanisekitokigujominogodoyorogifukasamatsutakayamawanouchihigashishirakawakasaharashimonitatsumagoichiyodakannakanrashowameiwakiryuotaoratomiokafujiokaitakuranaganoharahigashiagatsumatakasakishibukawaminakamikatashinatsukiyonokawabanumataannakaoizumimidorishintoisesakiuenoyoshiokakusatsutakayamanakanojonanmokutamamuratatebayashimaebashiotakekaitadaiwahongofuchukuietajimashobaramiharahatsukaichihigashihiroshimamiyoshikumanokurenakasakaseraseranishiasaminamifukuyamashinichionomichiosakikamijimajinsekikogentakeharaotobenanaeikedatohmaozoraobiraabirakyowaeniwataikibibaisharirebunerimohiroooketootarupippunishiokoppechitosefurubirahakodateshiranukakitahiroshimakushiroobihironanporoiwamizawaniikappukunneppufukushimanakasatsunaitoyourakuromatsunaiakabirakamisunagawashibechaurakawakamifuranonakatombetsuasahikawashimokawakayabeokoppebiratoriabashirisaromaatsumanumatahidakabifukamukawamikasahorokanaitoyotomisarufutsuhigashikawaishikarikitamiyoichiesashiiwanaitomariminamifuranoakkeshifuranotoyakoyakumootoineppushikaoishiraoinemuronayorohaboroashorobihororishirifujiutashinaihokutotakasuebetsuurausuassabukikonaishimamakinaiedatetoyabieinikiesanuryuoumuteshikagarikubetsuashibetsukimobetsuaibetsutobetsusobetsuembetsushimizuchippubetsurishirihokuryuhoronobeshintokutsubetsushibetsuhonbetsumombetsutsukigatakuriyamakoshimizushiriuchikutchanmurorannoboribetsukamishihorowassamushinshinotsukembuchiwakkanaikamoenaikiyosatotakinoueshikabesunagawafukagawanakagawatakikawakamikawahigashikagurahamatonbetsumatsumaemoseushirankoshishakotanimakanemashikeotofuketomakomaisandatambaitamiawajikasaiasagoshisoonoakoyashirotoyookaminamiawajiinagawafukusakitakasagokamigorikasugaharimayokawaashiyahimejiakashitaishiaogakisannantakinosumototakarazukanishinomiyashingugoshikinishiwakiyokatakaaioimikisayoyabukawanishiamagasakisasayamashinonsenkakogawaichikawakamikawatatsunotsukubaiwamaogawaasahisakaitokaioaraiitakobandodaigosuifuinaamikasumigaurakashimaomitamayachiyoshimodatetomobetoridehitachinakainashikisakuragawakasamayawaramoriyahitachiomiyanamegatayamagatahitachikamisuushikutakahagiibarakitonekoganakasowayukimihojosomitoryugasakishimotsumafujishirotsuchiurachikuseihitachiotashirosatotamatsukuriuchiharashikahakuinanaotsubatawajimakahokukawakitatsurugikaganominotosuzuuchinadakomatsuanamizunakanotohakusannonoichikanazawaiwateshiwafudaikawaimoriokaofunatohanamakikuzumakikitakamininohekunoheyamadayahabasumitaichinosekitanohatahiraizumirikuzentakatajobojiotsuchihironomiyakoiwaizumikarumaiichinohenodakujitonooshushizukuishifujisawamizusawakamaishikanegasakimannoutazukotohiraayagawazentsujihigashikagawauchinomikanonjisanukimarugamemitoyotakamatsutadotsunaoshimatonoshoakuneamamiizumihiokiyusuikinkoisasookouyamanakatanekagoshimakanoyaisenkawanabeminamitanemakurazakitarumizunishinoomotematsumotosatsumasendaioimatsudaayaseebinamiurazushinakaiodawaraiseharasagamiharahakoneaikawakaiseiatsugitsukuihadanoyamatoyamakitazamaoisochigasakininomiyayokosukakamakuraminamiashigarafujisawasamukawakiyokawahiratsukayugawaraokawaumajikochitsunootoyoakiinonishitosayasudahidakamiharasakawaniyodogawahigashitsunokagamigeiseisusakiotsukinaharisukumomurototosakamiochitoyotosashimizumotoyamanankokunakamurakitagawayusuharaogunichoyoukiasoutoozugyokutoamakusamifunetakamoriyamagaminamataminamiogunikikuchisumotoyamatonagasumashikiaraokumamotokamiamakusanishiharayatsushiroayabeseikasakyoideineujinakagyokameokakyotangokyotanabekyotambaminamiyamashiroyamashinatanabeyawatawazukaminaminantanmiyazuhigashiyamafukuchiyamakitamukokamojoyokizumaizuruujitawaraoyamazakinagaokakyokumiyamakawagoeinabeshimameiwaasahitaikiudonoisetsukisosakikuwanamihamamiyamasuzukatamakimisuginabarikumanokomonominamiisewataraitobakiwatakikihotadomatsusakayokkaichikameyamaureshinoishinomakishichikashukuohirataiwaosakizaohigashimatsushimashikamaiwanumashibataogawaraonagawakawasakiseminemarumoriminamisanrikukakudamuratawakuyatomiyanatoriwataritagajomisatotomekamirifushiroishimatsushimayamamotoshiogamafurukawahyugaebinotsunosaitoayakushimanobeokakitauramiyazakitakazakigokaseshiibamimatashintomikunitomikitakatakobayashikawaminamitakaharukijotakanabemiyakonojonishimeranichinankitagawakadogawamorotsukakisofukushimaminamimakisakaeobuseikedaogawamiasaokayaasahiotakiotarichinoinaomichikumakomaganechikuhokukaruizawayasuokaooshikaikusakaminamiaikitogakushimatsukawakawakamitateshinatakamorikitaaikishiojirimiyadahakubaiizunaiijimaiiyamamiyotasuzakayasakatoguraookuwanagawaminowahirayayamagataminamiminowafujimiomachisakakitakaginaganonakanosakuhokomoronagisoshinanomachiwadauedaiidaharasuwatomiachiaokianankisosakunozawaonsenagematsutakayamashimosuwamatsumotoyamanouchinakagawamochizukiazuminotatsunoobamaomuraseihiunzenosetofutsuikichijiwanagasakiisahayahasamisaikaikawatanasasebohiradokuchinotsugototogitsutsushimashimabarashinkamigotomatsuurayamazoekashibaikomakawaitenrioyodosangokoryoudaojiikarugayamatokoriyamatenkawakatsuragikurotakikawakamimiyakemitsuetakatorikamikitayamayamatotakadahegurishinjokanmakisakuraitawaramotogoseoudanarasoniandokawanishishimoichihigashiyoshinokashiharashimokitayamanosegawayoshinomintsivorytopazsakuragehirnsumomoaseinetopalmail-boxmokurenyoitamuikaojiyagosensanjoaganomyokoseiroagaomishibataniigatanagaokamurakamiuonumayuzawakariwatagamitainaitsunanminamiuonumatochioyahikojoetsuseiroukamosadoizumozakitokamachiitoigawasekikawakashiwazakitsubamemitsukekokonoesaikiusukibeppuusahimeshimakunisakihasamataketatsukumihitaoitahijikusuyufukujukamitsuebungoonobungotakadaibaraniimibizentsuyamaokayamakasaokahayashimayakagemaniwaakaiwamisakishinjotamanotakahashikibichuowakesojanagishookumenannishiawakurakurashikiasakuchisetouchikagaminosatoshotomigusukunakagusukuyaeseizenaurumaiheyaaguniogiminanjokinminamidaitokitanakagusukuyonaguniokinawaishigakikunigamiurasoekadenataramahiraraginozataketomishimojizamamitonakiitomanhigashimotobuyonabarugushikamionnanahanagohaebarukumejimakitadaitonakijinnishiharayomitanginowantokashikiishikawaikedasuitaminohizuminishisakaikananabenodaitoosakasayamayaokishiwadatadaokakaizukatondabayashichihayaakasakakumatorikadomasayamahigashiosakashijonawatehirakatataishimisakitajirihannansennankatanotoyonominatosettsuhigashiyodogawaibarakinosekitachuohigashisumiyoshifujiiderakashiwaraizumiotsutoyonakamatsubaramoriguchiizumisanoshimamototakatsukineyagawahabikinotakaishikawachinaganoyoshinogarikamiminearitaouchiimarihizenogikashimaariakekiyamafukudomikitagatakitahataomachigenkaikanzakinishiaritakyuragisagataratosutakushiroishikaratsuhamatamakouhokukawagoeyoshidasatteogoseirumaasakaurawaogawaniizaomiyayoriiotakishikihonjooganohannohanyuinasaitamaokegawaarakawayoshikawayokozehasudasayamahidakafukayachichibuiwatsukiryokamiyoshimikamiizumifujimiwarabiranzanmiyoshiminanoyashiosakadosugitomisatohigashichichibutodasokakukiyonokazoshiraokakasukabekounosukawajimatsurugashimamiyashirokitamotohatoyamamoroyamahatogayakumagayakawaguchinagatorokamisatomatsubushinamegawatokigawakamikawafujiminohigashimatsuyamakoshigayatokorozawas3isk01isk02ryuohkoseikonanaishorittotakashimamaibarahikonetorahimenishiazaikokagamokotoyasuotsukusatsunagahamamoriyamatoyosatotakatsukinotogawaomihachimanhigashiomiakagiunnanizumogotsuamayatsukakakinokimatsuehamadamasudahikawahikimiokuizumoyasugiyakumomisatotamayuohdahigashiizumookinoshimanishinoshimatsuwanoshimaneshimadafujiedayoshidashimodagotembaiwataatamikosaiyaizuitoizumishimahaibaramakinoharaomaezakikawanehonkannamisusonohigashiizufukuroinumazukawazufujiaraishizuokahamamatsushimizuizunokunimatsuzakimorimachiminamiizunishiizukikugawakakegawafujikawafujinomiyaujiietsugaoyamayaitaohiranikkoashikagakuroisokanumasakurashioyakarasuyamamotegiichikaikaminokawatochigihagamokanogisanobatonasumibunasushiobaranishikatautsunomiyaiwafunemashikoshimotsukeohtawaratakanezawaitanokomatsushimatokushimaichibaminamiaizumiwajikikainanmiyoshinarutomimamugiananmatsushigesanagochishishikuinakagawamachidachiyodakomaefussainagitaitochofufuchuomeotahigashiyamatotoshimaokutamaaogashimakodairaedogawaarakawahachiojishinagawatachikawashibuyasuginamihinodekiyosesumidaoshimanerimamitakahamuraadachinakanomizuhobunkyomegurominatokoganeihigashikurumekokubunjihigashimurayamamusashimurayamatamakitahinochuokotokatsushikakouzushimaogasawaraakishimakunitachishinjukusetagayamusashinohachijoitabashiakirunohinoharachizunanbukotouramisasawakasayonagokogehinoyazutottorinichinansakaiminatokawaharaoyabetairainamiasahinantoimizufuchutakaokakurobeyamadajohanatoyamatonaminyuzenfunahashinakaniikawanamerikawaunazukitogahimiuozufukumitsutateyamakamiichiiwadearidayuasainamitaijikatsuragiaridagawatanabemihamahidakakainankiminomisatoshingushirahamakamitondayurakozakoyagobokitayamawakayamakudoyamahashimotokushimotokozagawahirogawakinokawanachikatsuurarsuseroeoishidasagaeoguniasahinagaitendonanyoobanazawanishikawasakataohkuratozawamikawamamurogawayamagatafunagatatakahatashonaishinjokahokuiideyuzakawanishitsuruokakaminoyamayamanobeshiratakamurayamanakayamakaneyamahigashineyonezawasakegawamitouubeyuuabushimonosekitabuseoshimatoyotaiwakunihikarishunannagatohagihofukudamatsutokuyamashowadoshitsurunanbukoshukaiminami-alpsnirasakikosugeotsukioshinohokutominobuyamanashifuefukichuokofuichikawamisatoyamanakakonakamichitabayamanishikatsuranarusawafujikawahayakawafujiyoshidafujikawaguchikouenohara長野京都岐阜大阪三重群馬千葉滋賀佐賀奈良adednelgaccogogror秋田愛知高知埼玉沖縄栃木熊本岩手青森山梨新潟島根鳥取長崎香川宮城石川大分宮崎茨城山口兵庫山形徳島広島福島福岡岡山富山静岡愛媛福井東京xn--4it168dhatenadiaryxn--vgu402ckawaiishophatenablogcocottenamaste北海道penneehimeiwateversestabachibashigagonnagunmapermahaccaakitaosakauh-ohblushkochiaichifukuikuroncapooitigohyogotokyokyotopunyuthickcheap0t00g00j0mie2-ddaapyawjg0amfemsubxiiboomoobutchueekpgwrgrherskrboyrdyupperunderflierchipsmydnsheavyangryhippygirlyrulez神奈川鹿児島和歌山bambinaxn--nit225kokayamasaitamaxn--k7yn95exn--1lqs03nsapporoparasitelolipopmcxn--efvn9sniigatafukuokatokushimafukushimahiroshimakagoshimafakefurokinawaxn--8pvr4ucoolblogxn--0trq7p7nnkawasakinagasakimiyazakichilloutxn--8ltr62kxn--klty5xpeeweezombiecutegirlxn--rny31hxn--uuwu58axn--ntso0iqx3axn--djrs72d6uytoyamanikitanyantakagawamimozanagoyaboyfriendxn--2m4a15egreaterchowderegoismyamagatafashionstorexn--elqq16hxn--pssu33lsendaimiyagixn--rht27zpecoriaomorisaloonwatsonvivianxn--djty4knobushipigboatnaganopinokoxn--f6qx53asadistvelvetsecretxn--5js045dchicappayamanashiibarakidigickgirlfriendxn--1lqs71dmongolianxn--c3s14mxn--qqqt11mtochigixn--5rtq34kparallelo0o0mondkobesagabonadecaoitanarafoolkilldecimainhiholomosblokilociaoundopupugifutankcrapflopnooroopsmodsholyjeezstripperpepperbittershizuokaxn--rht3dkitakyushureadymadeicurusversusmatrixxn--rht61ehungryfloppygloomycrankyhandcraftedlittlestarxn--klt787dxn--kltx9awhitesnowsunnydaytottorilovepoptheshopbuyshopxn--5rtp49cxn--d5qv7z876cwebaccelxn--kbrq7oxn--4pvxsxn--1ctwolovesickkumamotocatfoodxn--tor131oyokohamawakayamatonkotsuxn--ehqz56nxn--uist22hxn--6btw5axn--kltp7dyamaguchifrenchkisspussycatxn--4it797kxn--uisz3gbabybluexn--zbx025dnetgamersxn--7t0a264ckanagawaxn--6orx2rishikawaxn--ntsq17ghalfmoonschoolbusjellybeanxn--mkru45iusercontentlolitapunkxn--32vp30hsakurastoragehokkaidoshimanecandypopbabymilksupersaleweblikeraindropbackdropwebsozaikikirarahateblodaynightmeneacsccogoormobiinfoaeusxxorgmilcomnetedugovorgcomnetedugovbizinfotmprdorgmilcomnomedugovassnotairespresseassocoopgouvveterinairemedecinpharmaciensorgnetedugovtraorgcomedurepgovmeneperekgacscaiiocogoitoresmshsseoulbusanulsandaeguc01milvkimmvchungnamjeonnamjeonbukeliv-dnsgyeonggijejueliv-cdnincheondaejeongangwongyeongbukgwangjuchungbukgyeongnameliv-apicoeduindorgcomembnetedugovorgmilcomnetedugovjcloudorgcomnetintedugovperbnrinfocooyorgcomnetedugovipfsmypepw3sstorachakeeneticjoinmcinbrowserdwebcyonnftstoragemyfritzaemewphlxachotelltdorgcomwebsocschngonetintedugrpgovassnomgacsccoorgnetedugovbizinfo123websiteidorgmilcomasnnetedugovconfidmedorgcomplcschnetedugovaccoorgnetgovpresstmassoirseproxaccosoundcasthoptocraftvp4c66orgnetedugovitsmcdirmyboxbarsyedgestacksynologylogintonohostwebhopdiskstationi234tcp4hoocnoipprivmydsddnsdnsforlohmustransipdscloudfilegear-sgbrasiliafilegearframerbarsybarsyonlinecoprdorgmilcomnomedugovinforgcomnetedugovnameacprorgcomartnetedugovpresseinfoassoinstgouvorgnycedugovbarsydscloudjuorgcomnetedugovminisiteaccoororgcomnetgovorgmilcompronetintedugovbizmuseumnameinfoaerocoopaccoorgcomnetintedugovbizcooporgcomgobneteduorgmilcomnetedugovbiznameaccoorgmilneteduadvgovcoorgcomnetaltgovforgotherhiskeeneticispmanagernomassoprod5476132eastasiacentraluswesteuropewestus2eastus2rucdnwest1-usfra1-desandboxjls-sto1jls-sto3jls-sto2aglobalabglobalsslmapprodfreetlsmaplon-1lon-2ny-1fr-1sg-1ny-2paassnwebpaashostingjelasticnordeste-idcsocuserpagescwebfileblobservicebuscoreatlricnjsjelasticwebsitestoragesezagbinruhuukjptsmyspreadshopmynetnameakamaiorigin-stagingfrom-codynv6cdn77serveblogadobeaemcloudhicamsprytdnsupno-ipownipde5ovhicpfirewall-gatewaysytesmypsxbarsyusgovcloudapimyamazemyradwebakamaihdsaveincloudfastlylbfrom-lasubsc-paysquare7in-the-bandblackbaudcdnhomelinuxoninfernoctfcloudservebbsdns-dynamiccloudfrontakamai-stagingipifonyham-radio-opsenseeringclickrisingcommunity-profrom-nylocalcertgrafana-devedgesuite-stagingcloudflareanycasteating-organicatlassian-devmydattofeste-iplocaltotorprojectknx-serveredgekeycloudflareglobalcloudyclustercasacamserveftpakamaized-stagingakamaiorigindns-cloudmyeffectboomlabotdashbuyshousestwmailhetemlazure-mobilein-dslthruhereredirectmedynuddnsbouncemesupabaseluyanicloudappakamaicloudfunctionsdebiannhlfanpgafanstatic-accessin-vpnmysynologymafeloappudohomeftptrafficmanagersiteleafseidatmemsetcloudflarecloudaccesskeyword-onazure-apiis-a-chefdoes-itgets-itwebhopselfiphomeipkicks-assedgesuitewindowsserver-ontunnelmolemydissentscrapper-sitecloudflarecnuni5srcfggffiobbzabcdenodynuopikddnsvpndnsakadnselastxkinghostvps-hostfastlyhomeunixazureedgeshopselectdontexistmyfritzcloudjiffyalwaysdatasells-itsquaresbroke-itazurefddattolocalat-band-campmeinforumfamilydsazurestaticappsdefinimabplaceddnsaliasdynaliasnow-dnsblogdnsroutingthecloudendofinternetdsmynasakamaiedgemymediapcadobeio-staticakamaiedge-stagingakamaihd-stagingddns-ipprivatizehealthinsurancelive-onkrellianschokokeksmassivegridmysecuritycamerarackmazeserveminecraftfrom-azis-a-geekakamaizedmoonscalecryptonomicoffice-on-theusgovtrafficmanageradobeioruntimeedgekey-stagingreserve-onlinechannelsdvrdnsdojousgovcloudappcdn77-sslapps-1and1podzoneazurewebsitesdynathomescaleforceyandexcloudvusercontentisa-geekcdn-edgescoaemalcesappwriteazimuthtlonarvonoticeablestorecomwebrecnetperotherfirminfoartslgdloncogoiltdorgmilcolcomplcschgenngonetedugovbiznamefirmmobiacincoorgmilcomnomwebgobnetintedubizinfocomyspreadshopdemongovtransurl123websitehosting-clusterkhplaycistrongsnesosvalervålerxn--vler-qoaossandeheroysandeherøybøboheroyherøyxn--hery-iraxn--b-5gavalerbøboxn--b-5gasandesandexn--hery-iraxn--vler-qoavålerhåålaahavaofsfvfhlolnlalrlhmfmtmahcostntbuåstrmreigersundmyspreadshopgálsáeidsvolltingvollgildeskalflorøvadsøvardøvanylvenxn--bhccavuotna-k7astrandaxn--kvnangen-k0axn--sknland-fxaxn--mosjen-eyarakkestadhyllestadnannestadvevelstadvaapstenordre-landsondre-landsøndre-landxn--vrggt-xqadsør-aurdalsor-aurdalheradstordmoldefordeførdeseljefedjeryggehemnexn--krehamn-dxasognegranesøgnebrynetjomevallebykletokkegiskedovretjømehobølvoldasaudatolgasømnaviknadønnasomnadonnatranafrananesnaraumasmolatrænafrænalesjasmølaørstaorstahitrafloraaukraloppafrøyarissasnasahalsagalsaromsaraisaráisafroyasnåsagronghobolfjelltydalårdalardalaskimharamkraanghkekråanghkesorumbarumhurumbærumsørummodumsálátbálátfrognbjugnvåganvagangulenskienløtenlotenstrynvefsnxn--merker-kuaskaunsveiobømlobomloskjåkvardoflorovadsosalatbalatsálatklæbuklabuselbubarduulvikskjakklepprisørxn--nttery-byaeflåeidflahofmilgolholsellomskifetvikdepvgsfhsaskerrisorhamarasnesåsnesrørosrorosxn--slat-5namasoynaroyvaroyluroydyroyaskoyradoyandoyrodoymeloyradøyandøyrødøymeløyaskøylurøydyrøymåsøyværøynærøyhoylandethøylandetdivtasvuodnalørenskoglorenskognesoddtangenxn--tjme-hraxn--smla-hraxn--stjrdal-s1aunjargalillehammerunjárgadavvenjargaxn--bearalvhki-y4a123hjemmesidegjerdrumxn--brnnysund-m8acxn--tnsberg-q1axn--mlatvuopmi-s4axn--snsa-roaxn--skierv-utaxn--brum-voatysfjordkvafjordeidfjordkvæfjordsongdalenmjondalenmjøndalenxn--gls-elackragerogáŋgaviikagangaviikasørreisasorreisasør-varangersor-varangerxn--risr-iraskiervaxn--frna-woaxn--trna-woakvinesdalleksvikleirvikrøyrvikroyrviksvelvikvenneslaevje-og-hornnessandnessjøenmarnardalvindafjordsandefjordenebakksnillfjordullensvangxn--trany-yuabrønnøysundnamsskoganaustevollxn--stjrdalshalsen-sqbnord-aurdalnord-frontrøgstadtrogstadgrimstadflakstadgjerstadxn--sandy-yuaxn--leagaviika-52bnore-og-uvdalvegarsheixn--rlingen-mxaxn--ggaviika-8ya47hvegårsheikarlsoykvitsoymasfjordenhamaroyinderoyosteroydavvenjárgasauheradguovdageaidnuxn--vre-eiker-k8abronnoysiellakkrødsheradkrodsheradkvinnheradbrønnøyxn--mtta-vrjjat-k7afxn--lrenskog-54akvitsøyvárggátosterøyinderøybronnoysundxn--aurskog-hland-jnbbahccavuotnabáhccavuotnagiehtavuoatnastor-elvdalmidtre-gauldalxn--gildeskl-g0akarasjokevenassixn--bievt-0qaxn--yer-znaaudnedalnlebesbynessebyxn--hbmer-xqamalselvmålselvxn--unjrga-rtamøre-og-romsdalmore-og-romsdalhareidmelandørlandorlandstrandålgårdsolundalgardafjordåfjorddielddanuorrikautokeinoxn--stre-toten-zcbskodjeaejriestangeliernebamblestokkefauskesnåasesnaasekongsvingerlangevagberlevagxn--flor-jrahattfjelldalostre-totenøstre-totenvestfoldxn--mely-iraálaheadjualaheadjunordreisaxn--troms-zuaxn--lgrd-poacporsangerflatangerstavangerleikangerbremangersamnangerkarasjohkaxn--rdy-0nabfrostautsirasnoasatromsaxn--sr-aurdal-l8aflekkefjordjølsterjolsteraremarkhedmarknååmesjevuemienaamesjevuemiexn--vard-jrarollagmeråkermerakerorskogørskogxn--bdddj-mrabdákŋoluoktaxn--osyro-wuaaknoluoktatrysilskjervøymandaljondalbindalrindalmeldalsuldalorkdalsigdalalvdallærdalhurdalsirdalverdallerdallardaloppdalåseralaseralhadselkragerødivttasvuotnaoverhallasteinkjerxn--hnefoss-q1askedsmokorsettromsøxn--dyry-iravestre-totenmuseumxn--sandnessjen-ogbrahkkeravjufylkesbiblbájddarbajddarxn--laheadju-7yarennesøyxn--koluokta-7ya57hxn--hgebostad-g3aleirfjordstorfjordbalsfjordbåtsfjordbatsfjordmuosátbievátloabátkárášjohkanøtterøyxn--mjndalen-64anordkappláhppilahppialstahaugsiljanverranrøykenroykenhaldenlyngenbergenhortenhønefosshonefosstroandinbeiarnvarggatosoyroosøyrotromsoidrettmuosatbievatruovatloabatvoagattynsetnessetxn--indery-fyaskánitskanitraholtråholtxn--ystre-slidre-ujbandebusarpsborgbearduhordalandjorpelandjørpelanddeatnuringsakersør-odalsor-odalxn--slt-elabringerikenittedalnissedalhemsedalslattumsurnadalxn--blt-elabelverumstjørdalnaustdalhjartdalgjøvikfyresdalhasviknarviklarvikgjovikmalvikgamviklenvikporsgrunnstjordalengerdaldrobakdrøbakxn--msy-ula0hvestvagoyxn--vgan-qoaxn--ryken-vuaxn--lten-graxn--stfold-9xaxn--hpmir-xqaxn--lury-iramálatvuopmimalatvuopmitysværkirkenesbirkenesmoskenesbáidárxn--fjord-lraxn--rdal-poabahcavuotnabáhcavuotnaxn--frde-gralindåsbearalvahkixn--hobl-iraráhkkerávjuxn--loabt-0qavågåáltábodøsundlundraderådeetnetimeholeauregrueoddavagavegaranatanaarnasolasulaaltalekafusavangbergkvamåmliamlifreibokntinnroangranosenoslobodorøstroststatåmotamotivguprivøyeroyerliermossvossxn--nvuotna-hwalusterlunnermarkerhábmerhabmerhvalerfjalerxn--rholt-mratysvarbaidarfitjargaularhápmirhapmirmelhusfosnesøksnesoksnestysneshemnesevenesflesbergeidsbergtonsbergtønsberglindasxn--sndre-land-0cbnamsosxn--srum-graøystre-slidreoystre-slidrevestre-slidretrondheimbalestrandxn--langevg-jxaaustrheimxn--skjk-soavagsoyaveroysandoykarmoyfinnoytranoyvestbytranbysykkylvenxn--hyanger-q1aspjelkavikandasuoloxn--fl-ziaxn--drbak-wuastathellexn--sr-varanger-ggbtelemarkxn--bhcavuotna-s4axn--porsgu-sta26fčáhcesuolocahcesuoloakrehamnåkrehamnsandøykarmøyfinnøytranøyvågsøyaverøynamdalseidxn--lesund-huabadaddjaxn--vegrshei-c0axn--btsfjord-9zagildeskålporsanguxn--trgstad-r1anávuotnanavuotnahammerfestxn--sgne-graxn--brnny-wuacibestadharstadnarviikaevenáššivestnesgjemnessandnesagdenesrennesoyxn--avery-yuaxn--tysvr-vrabearalváhkikongsbergspydebergrandabergxn--andy-iradavvesiidaxn--krdsherad-m8aporsáŋgufredrikstadbjerkreimringeburennebuaurskog-holandnotteroyxn--vgsy-qoa0jxn--rmskog-byaskierváivelandbyglandfrolandaurlandforsandxn--bjddar-ptamidsundålesundalesundfetsundfarsundovre-eikerøvre-eikerakershusxn--moreke-juasørfoldøstfoldostfoldsorfoldhøyangerhoyangerlevangerorkangertanangerxn--vestvgy-ixa6olillesandxn--rennesy-v1agranvinskjervoyxn--klbu-woalavagisxn--h-2faxn--ryrvik-byakafjordkåfjordseljordfolkebiblxn--gjvik-wuajevnakerxn--kfjord-iuabudejjuxn--kranghke-b0axn--davvenjrga-y4axn--rland-uuaxn--ldingen-q1axn--mlselv-iuaxn--rady-iraxn--linds-prabrumunddalxn--ygarden-p1amo-i-ranaeidskogrømskogromskoghjelmelandxn--finny-yuaxn--sr-odal-q1axn--skjervy-v1aballangenkvanangenkvænangengratangenxn--hmmrfeasta-s4acvossevangenxn--rde-ulaxn--mli-tlaxn--ksnes-uuanordlandskanlandskånlandsortlandfuoiskuxn--rros-graxn--hcesuolo-7ya35bxn--eveni-0qa01gagaivuotnagáivuotnaxn--seral-lradrammenmodalenmosjoenjan-mayentorskensteigengloppenxn--snes-poamatta-varjjatxn--sr-fron-q1aomasvuotnajessheimbådåddjåxn--krager-gyaxn--kvfjord-nxaxn--asky-iraxn--snase-nraxn--bidr-5nacholtålenxn--vads-jraxn--jlster-byamosjøenxn--rst-0nastavernxn--ostery-fyaxn--oppegrd-ixaxn--sknit-yqaxn--risa-5naoppegårdskiptvetrendalenholtalenxn--mot-tlaxn--lhppi-xqaxn--holtlen-hxaxn--srreisa-q1akopervikxn--muost-0qaxn--bmlo-grahokksundkvalsundegersundxn--karmy-yuaullensakerxn--hylandet-54axn--kvitsy-fyaxn--bod-2nalangevågberlevågkristiansandxn--rsta-frahornindalstjørdalshalsenstjordalshalsensandnessjoenhámmárfeastaxn--lrdal-srasør-fronsor-fronnord-odalkristiansundmátta-várjjatvestvågøynesoddennotoddenbuskerudøygardenoygardensalangenlavangenralingenrælingenlodingenlødingenleaŋgaviikalaakesvuemieleangaviikaxn--srfold-byaaskvollxn--rskog-uuaxn--nry-yla5gxn--vry-yla5ghammarfeastaxn--rhkkervju-01afxn--givuotna-8yakommunekrokstadelvanedre-eikerhagebostadhægebostadxn--berlevg-jxakviteseidxn--s-1faxn--l-1faxn--nmesjevuemie-tcbafuosskomoårekemoarekexn--lt-liacxn--jrpeland-54asvalbardoppegardholmestrandtvedestrandsogndalsokndalarendalsunndalfolldalxn--krjohka-hwab49jlyngdaletnedalnorddalsaltdalgausdalskedsmovaksdalgjesdalstordalxn--frya-hraaarbortedrangedalxn--smna-graaurskog-hølandxn--vg-yiabtjeldsundhaugesundlindesnesxn--mre-og-romsdal-qqbxn--dnna-gramerseineshacknetenterprisecloudmineaccomaorimāoriorgmilcriiwigennetschoolhealthkiwigovtgeekxn--mori-qsacloudnsparliamentcomedorgcompronetedugovmuseumwebsitekinservicebarsywebsitebuildereeroleapcelleero-stagetechcrscsslorigingohomecdbedeeeiemesecabgngilnlalplchfisiincnnoroptatitmtltruauhulumkdkukskjplvtrgrfrkrhrusesismycynzcznetinteduassoososcloudstgbetaaezaeuhkusjshatenadiarycdn77hoptozaptois-a-knightmyftpno-ipjpnddnssdpdnsspdnsbarsysweetpepperis-a-bruinsfanis-very-sweetservegameis-a-soxfanhomelinuxcdn77-secureservebbsmisconfusedwebredirectblogsitefreedesktopcouchpotatofriestoolforgeaccesscamis-lostreadmyblogsmall-webfedorapeopleserveftpis-a-celticsfanmywirepotagertwmailin-dslsellsyourhomeread-booksfreeddnscable-modemis-savednflfanufcfanmlbfanstuff-4-saleendoftheinternetin-vpnmy-firewallhomeftpis-localis-a-chefboldlygoingnowherewebhopselfipkicks-assroxatunkcamdvrfedoraprojectgotdnsdvrdnsdyndnspubtlspimientahomeunixdontexistfedorainfracloudmayfirstwmflabsfspagesbmoattachmentsteckidsfamilydsdnsaliasdynaliasnow-dnscloudnsdoomdnsduckdnsblogdnshomednsroutingthecloudendofinternetdsmynasip-dynamicpoivronhttpbinmyfirewallis-very-evilmysecuritycamerais-a-linux-userwmcloudis-a-geektuxfamilyis-a-candidatedoesntexistis-very-badhobby-sitegame-hostaltervistais-foundis-a-patsfandnsdojohepforgepodzonedynservcollegefanis-very-goodfrom-meis-very-niceisa-geeknerdpolacmedsldingorgcomnomgobabonetedupleskaemhlxmyboxrockyprvcydeuxfleurspdnscodebergheyflowstatichostorgmilcomnomgobneteduorgcomeduiorgmilcomngonetedugovcloudns1337ngrokacorggogfamcomwebgobnetedugokgopgkpgovgosbizpasaugumicsopozpapuwmwsrprusiskwpspkppspkmpspokeoiawsawifoumsdnskokwpmuppuppsppiwwiwoowuzswkzoschrzpisdnwzmiuwwitdpssewsseumigugimoirmpinbwinbwiihupporzgwgriwupowwskrwioswuozstarostwokonsulattmpccopruszkowmyspreadshopostrodakartuzyopolegminamediaustkazgorajgoraolawailawalomzawloclradombytomjaworznotargilubinkoninzagantorunkutnokepnonakloczestsopotsanokturekplockslasksklepzarowlukowmedaidgdaorgmilrelcomnomatmgsmartneteduelkgovwawsossexbiztgorysejnytychypomorzeboleslawiechomesklepsdscloudunicloudzakopanelegnicarawa-mazbydgoszczswidnikkrasnikwloclawekbielawamragowograjeworealestatebeskidykaszubymalopolskaprzeworskswiebodzinlecznadfirmaszkolawarmiagdyniamiastakazimierz-dolnymalborkswidnicadlugolekaostrolekapodlasieelblagtravelsimplesitezachpomormielecszczecinnieruchomosciwalbrzychlezajsklublinbedzinpoznanwielunmielnooleckostarachowicedkontopowiatwroclawrybniksuwalkileborkslupskgdanskostrowwlkptarnobrzegtourismwegrowkrakowglogowyou2pilanysamailwrocinfoagroautobeepshopprivlapypiszlodzcfolksecommerce-shopmazurypulawyskoczowrzeszowpomorskiezgierzkaliszolkuszlowiczostrowiecsosnowiecmazowszewodzislawbialowiezazgorzeleckatowicepabianicejelenia-gorawolominkarpaczsieradznowarudaczeladzkonskowolaskierniewiceswinoujscieturystykabieszczadycieszynketrzynolsztynbialystokbabia-goraprochowicewarszawastalowa-wolapolkowicegorlicegliwiceponiatowalimanowalubartowaugustowkobierzyceopocznognieznoszczytnokolobrzegshoparenapodhalebielskoklodzkostargardatwithplayitownnamecoorgnetedugovacorgcomproestnetedugovbiznameislaprofinforechtngrokmedaaaacacpaenglawjurbarbarsykeeneticavocatacctcloudnsorgcomsecplonetedugov123paginaweborgcomnetintedugovnomepublidkinbarsygovx443cloudnsorgmilcomnetedugovcooporgmilcomschnetedugovnamecomcannetlibassoaemclantmcontstoreorgcomnomrecwwwbarsyfirminfoshopartsstackitmyddnswebspacelima-cityacincooxorgedugovbarsybrendlyhbvpsvpsspectrumlandinghostingacppmordoviamcprecbgorgmilcomspbnetintedumsknovgovbirrasmcdirmytismircloudvladimirnalchikadygeyamarinepyatigorskmyjinobashkiriaeurodirvladikavkazna4ugroznykustanaikalmykiacldmaildagestaniranbuildcanvaliaravalwixdevelopmentappwritemigrationneedleverceldatabasestackitcodereplravendbonporterlovableaccoorgmilnetgovcoopmedorgcompubschnetedugovservicemecoorggovtvmedorgcomnetedugovinfoedgfacbmlonihkutwpsryxzbdtmacfhppmyspreadshopbrandpartiorgcomfhvpress123minsidaitcouldbeworlanbibkommunalforbundfhskiopsyskomvuxkomforbnaturbruksgymnloginlineorgcomnetedugovenscaledeuusentbotdaorgmilcomnetgovnowteleporthashbangplatformlovablebarsyshopwarebasehoplixbarsyonlinemsf5gitappgitpagecofigma-govcaffeinefigmacanvasoltstbarsysupportsquareomniweopensocialcpanelnotionnovecorewpsquaredpreviewjelecyonbyensrhtfastvpspieboxconvexjouwwebheyflowplatformshloginlinemadethissourcecraftclouderaorgorgcomartedugouvunivmeorgcomnetedugovsurveysstatichfheiyuxs4allprojectmyfastuberapp-ionosdeployagentmecoorgcomschnetedugovbizcncostoreorgmilcomneteduembaixadaconsuladokiraranohoprincipesaotomeheliohobarsystorebaseshopwaresellfyabkhaziavologdamordoviapenzalenugsochinavoiexnetspbmsknovnorth-kazakhstanashgabadkareliaarmeniageorgiavladimirnalchikivanovobukharaadygeyakhakassiakalugakrasnodarjambylaktyubinsktroitskbryanskobninskkurganazerbaijanpokrovskbashkiriatselinogradvladikavkazmurmansktulatuvamangyshlaktashkentchimkentgroznykaragandatermezarkhangelskkustanaikalmykiabalashoveast-kazakhstankaracoldagestantogliattibarsyredorgcomgobedumirenknightpointaccoorgjelasticdiscoursecleverappsschacmiincogoornetonlineshopaccogoorgmilcomwebnicnetintedugovbiznametestcoorgmilcomnomnetedugovorangecloudpersoindorgcomfinnatnetgovensmincomtourismintlinfox0611oyaorgmilcomnetedugovquickconnectvpnplusnettprequalifymeaddrmyaddrntdllwadlnctvavdrk12orgmilpolbeltelcomwebgennetedutskkepgovbbsbiznameinfocoorgmilcompronetedugovbiznameinfobetter-thanworse-thansakurafromdyndnson-the-webmymailerorgmilurlcomneteduidvgovmydnsgameclubebizmeneacsccogotvorhotelmilmobiinfovodteiflgplkmsmsbcckhincndnvncoztltmkckppzpdprvcvkvlvcrkrkscxuzchernovtsyrivneyaltaodesavolynrovnolutskltdinforgcomnetedugovbizvinnicazhitomirternopilpoltavakropyvnytskyizaporizhzhiasevastopolsebastopoluzhgoroduzhhorodkharkovkharkivvinnytsiakhmelnytskyizaporizhzhecrimeaodessazhytomyrnikolaevcherkassydonetskluganskluhanskkirovogradivano-frankivskchernivtsikrymkievkyivlvivsumyzakarpattiamykolaivcherkasychernigovkhersonchernihivdnipropetrovskdnepropetrovskkhmelnitskiyneacsccogoorusorgmilcomedugovvmdhmyspreadshopadimono-ipbarsybytemarkbarsyonlinelayershiftnh-servretrosnubapicampaignservicelugaffinitylotteryweeklylotteryraffleentrygluglugsmeaccoindependent-inquestnimsitecopropymntltdorgplcschnetgovnhsbarsyindependent-commissionindependent-reviewpolicepublic-inquiryindependent-panelconnhospindependent-inquiryroyal-commissionoraclegovcloudappscck12libccphxcclibpvtparochchtrcck12libcceatonk12coglibtecgendstmusann-arborwashtenawcck12glghcck12sealibforksolympiabainbridge-islkeyporthoquiamyarrow-pointcentraliaport-townsendsequimport-ludlowrentonsilverdalebremertonredmondsheltonbellevueport-orchardport-angeleskingstonchehalisaberdeengig-harborseattlepoulsboidmdndsddemenegacalamaiavawapailalflnmdcncscohnhmihiviwiriinmntnmocoutvtctmtgunjokakwvnvprarorasmskstxwynykyazisadninsnngosrvis-bymircloudservernamepointtoenscaledland-4-salefreeddnsstuff-4-saleazure-apinoipcloudnsgolffanheliohostazurewebsitesgvorgmilcomgubneteducoorgcomnetd0egvorgmilcomnetedugovmydnsiacostoree12orgmilcomnomwebgobbibrectecnetintedugovraremprendefirminfoartseducok12orgcomnethidnsidacaiiosonlahanamhanoicamauhueorgcompronetintedugovbizbacninhtayninhhoabinhnamdinhtravinhhaiphongvinhlonghaiduongquangnamquangtrithuathienhuequangninhbacgianghaugiangquangbinhsoctrangbentrethanhphohochiminhdanangkontumhatinhkhanhhoathanhhoahealthgialailaocaiyenbaibackanngheanlonganphuyenphuthocanthodaklakdongnainameinfovinhphucdongthapkiengiangtiengiangquangngailaichaulangsonlamdongdaknonghagiangangiangcaobangbinhduongninhthuanbinhthuanbaclieuthaibinhninhbinhbinhdinhtuyenquanghungyenbaria-vungtauthainguyendienbienbinhphuocschbizimagine-proxyorgcomnetedugovcloud66advisormypetsdyndnsxn--8dbq2axn--4dbgdty6cxn--5dbhl8dxn--hebda8bxn--80auxn--d1atxn--c1avgxn--o1acxn--o1achxn--90azhxn--55qx5dxn--uc0atvxn--od0algxn--wcvs22dxn--gmqw5axn--mxtq1mxn--12c1fe0brxn--h3cuzk1dixn--12co0c3b4evaxn--12cfi8ixb8lxn--o3cyx2axn--m3ch0j3axn--j1adpxn--90amcxn--90a1afxn--h1ahnxn--j1ael8bxn--h1alizxn--c1avgxn--j1aefxn--80aaa0cvacxn--41acaffeineexeopentunnelbotdashtelebitorgtmaccoagricorgmilnomwebnicngonetaltedugovlawnisschoolgrondaraccoorgmilcomschnetedugovbizinfoprg1-zeropstritonstackitlimazeropsaccoorgmilgovяспборгкоммскбизмирсамаракрымсочиакодпроргобрупрצהלממשלישובאקדמיהองค์กรธุรกิจรัฐบาลศึกษาทหารเน็ต教育網絡組織公司政府個人닷넷한국澳门新闻澳門联通家電嘉里招聘通販닷컴삼성コムგეбгрфеюadcdbdgdidmdsdtdaebedeeegeiejekemenepereseveyegabacalamanauavapaqasazacfbfafgfnfpfwftfbgcgagggegkgngmgsgpgvgtgugilmlnlalclglplsltlhmimjmkmmmomambmcmdmfmgmzmpmsmtmgbbblbsbecccacnclcmcvctcscmhkhghchbhthphshlinikifigiaibicivisikninhnmncnbngnsnpnvntnjoionomobocoaofodorosotoptstttytatbtetgtithtmtltrusuvuaucueuguhulumunufjdjbjtjsjlkmkhkfkdkcktkukskpkgpmpnpkpjpgqaqmqiqsvtvcvbvmvlvrwpwtwzwbwcwawgwkwmwtrsrprgrfrercrbrarnrmrlrkrirhrwsusrssspsgsesbsaslsmsissxmxaxcxuypysylymykygybycyuztzsznzmzkzdzczbzazελευ世界台灣购物公益点看臺灣网络書籍在线网站手机机构大拿游戏信息台湾谷歌慈善商标香港中国餐厅网址中國商城食品微博政务移动集团公司八卦商店健康网店政府时尚佛山中信娱乐广东企业homedepotengineeringاماراتrepublicankuokgroupversicherungchannelcitadelxn--pgbs0dhxn--b4w605ferdstatebankwebsitexn--mgb9awbf亚马逊淡马锡alibabaxn--ngbc5azdxn--mgbbh1axn--45br5cyltoshibabuildworldcloudtradeguideplacespacedancemoviephoneprimesmilebiblestyleappleazurestoreskypegripexn--l1accdrivelottehorsehouseleasechasereisestadahondaomegaaetnaamicaninjanokiamediadeltavodkaedekaosakapizzaslingemailgmailtirolshelltmallfinallegaltotalhotelamfamforumrehabmusicciticricohcoachwatchboschearthfaithirishmiamiarchidubaiguccipraxiみんなストアセールcanonsalononionnikonepsonkoelngreensevencrownikanoradioaudioweiboglobopromogalloyahoociscorodeovideomangobingotokyovolvolottokyotophotosmartsportquesttrusthyattjetztadultcymrubaidutushuxn--kprw13dubankclickblackmerckgroupsharpcheapnowtvxn--h2brj9cקוםհայоргсрбмонкомбелмкдқазрусукрمصرقطرعربكومdadcfdmedwedredphdthdbidpidkrdmsdltdiceonewmeglemoerwecfageacbanbambaaaammakianraspacpaaxawtfbcgaegongingaigvigorgdogdhlmilrilonlaolloluoljllcalgalnflafltelsrlfrllplkimibmcamcombommomifmabbjcbscbcabnabtabmlbpubabcbbcnecincpncllcstcwtcpwcnyckfhbzhovhmoiskiobisbitcifyituipinvinwinxincbnbcnmanfangdnmenrenkpnmtnyunrunfununobiojioriohbogmofooboooooacoecoceongoproartistottnttbbtcateatlatvetpetbetnethktmitfitintjothotgotdotbotprueduicujnjyouinknhktdkappsapgapmapdnptopgopllpjmpzipvipripesqtrvdtvitvdevmovgovhivnrwlawsewnewbmwwownowhowdvrftrmtrsfrbarcartvscrseusawsupsubssbsadsddsldssasbmsmlsxxxboxfoxgmxtjxsextaxbuyflydiysoyjoyskypaydaygayxyzanzbizwebersenerpokerlameractortatarsolarລາວคอมไทยtourslocusnexuslexusgiftsbeatsboatspartspressglassswissकॉमनेटtiresgivescodeshomesgamestunesshoescardswalesloansvegastoolsdealsautosparisファッションworkssucksrocksxeroxforexfedexpartylillymoneystudyrugbytoraytoday中文网xn--unup4y天主教飞利浦新加坡enterprises我爱你嘉里大酒店christmasxn--fct429kholdingsxn--8y0a063axn--mgbx4cd0ablifestyleabogadoallstatenetbankكاثوليكxn--s9brj9cxn--gk3at1ebestbuycharityxn--55qx5dmicrosoftpropertybasketballhomegoodscorsicajewelrygallerygrocerysurgerycountrybrusselsverisignferreroxn--czr694bhdfcbankcommbanksoftbankپاكستانپاکستانnextdirectالسعوديهالعليانxn--h2brj9c8cxn--80adxhksshikshaxn--mgbai9azgqp6jcuisinellabarclayscatholicxn--kpry57dcompanyxn--xhq521bblackfridayxn--mgba3a3ejtsandvikxn--d1acj3bacademydownloadمليسياxn--j1amhxn--w4r85el8fhu5dnraipirangaathletaxn--fhbeixn--mgbqly7cvafrzuerichxn--c2br7gஇலங்கைcontractorsxn--io0a7igraphicsinsurancetemasekxn--xkc2al3hye2amotorcyclesphotographydirectoryplumbingxn--vhquvclothingtrainingcleaningwilliamhilllightingxn--mgba3a4f16ashoppingcateringeducationokinawapicturesventuresproductionsxn--9et52uwalmartഭാരതംsupportrealestatecapitalonexn--nqv7fs00emaauspostfloristdentistxn--qxamgodaddybradescobargainsmitsubishikerryhotelsxn--9dbq2axn--3pxu8kimmobilienxn--fjq720axn--mgbtx2bholidaymckinseymadridbusinessbuildershelsinkixn--4gbrimмоскваالسعودیةcoffeedegreelacaixapartnersalsaceofficeabbvievoyageorangegeorgeonlinechromemobilekindlegoogleoraclecircleschulesecureinsurexn--mgba7c0bbn0aestatexn--mgbc0a9azcgcruisehangoutxn--vuq861bxn--42c2d9arexrothfirestoneuniversityxn--nnx388alifeinsuranceextraspaceонлайнvermögensberatersoftwarexn--fiqs8sxn--mgbab2bdxn--w4rs40ltiendaभारतम्africatoyotaotsukasakuracameracreditcardnagoyaconsultingnetworkjunipertheatermonsterprogressivepioneerxn--55qw42gracingdatingvotingvikinglivinggivingxn--bck1b9a5dre4cbrotherweatherjoburgفلسطينlplfinancialxn--clchc0ea0b2g2a9gcdfutbolschoolsocialglobaldentalwoodsidechanelairtelmatteltravelrealtorwebcamstreamభారత్unicomalstomxn--nodexn--6frz82gmuseumfurniturexn--rvc1e0am3exn--mix891faccenturexn--11b4c3dismailineustardiscountquebeccomsecclinicservicesxn--y9a3aqxn--c1avgswatchchurchsearchالاردنmarketingcontacthealthmonashshoujisanofitaipeiamericanexpresssuzukiアマゾンクラウドポイントbhartiグーグルxn--mgberp4a5d4armemorialxn--1qqw23alondonmormoninstitutevisionbostonnortoncouponmaisonamazonvirginberlindesigndurbanolayannissananquanxihuanhitachikaufengardenreisenbayerntechnologydatsunxn--90a3aclatinocasinostudiophysioxn--ngbe9e0apharmacytattootaobaoaramcoexpertreportabbottdirectselectimamatfairwindspictettargetmarketintuittravelersinsurancecreditdupontryukyusuppliesxn--tckwebnpparibasschmidtmerckmsdyodobashirestaurantbridgestonecricketxn--fpcrj9c3dbostikbroadwayattorneylefrakemerckxn--fiq228c5hscareersfarmerswinnersflowersxn--wgbh1cguitarsxn--54b7fta0ccxn--p1acfmakeupgalluplandroverxn--kcrx77d1x4agoldpointbauhausxn--mgbayh7gpahiphopplaystationxn--mgba3a4fraxn--eckvdtc9dhyundaixn--gckr3f0fistanbulticketsmarketsflightschintaireviewsxn--3e0b707ewindowsxn--fiqz9sfinancialxn--fzys8d69uvgmابوظبيdiscoverreviewবাংলাxn--5su34j936bgsgmoscowobserverapartmentsдетиارامكوсайтeurovisionxn--i1b6b1a6a2exn--xkc2dl3a5ee0hتونسموقعبارتڀارتشبكةعمانبيتكعراقreadkredbondlandbandfundfoodprodgoldfordtubecafesafelifeggeeieeefreefagepagegugezonewinememenamegamesaleablebikenikelikecarecbreherefiresaveloveliveblueartedatesitevotecaseluxebofamodaltdaasdatiaayogasinavanashiaasiajavabbvatevavivadatazaraarpacasavisasncfprofmaifsurfgolfdvagsongbingpingwangkpmggoogblogpohlfailcooldellcalldeallidlsarlfilmteamroomfarmimdbarabclubhdfcicbchsbcgmbhrichtechfishdishcashminiernikddiaudiwikimobitaxicitikiwidesiqponskinloanakdnwienopenporncerntownimmolimoolloinfonicofidolegosaxozeroaerovivoautovotomotofastbestresthostpostnextlgbtchatseatgiftmeetdietreitmintrentgentspotscotguruitausohumenucyoubanklinkpinkdclktalksilkbookseekworkrsvpaarpjeepshopcoophelpcamppccwshowbeerstarruhrflirweirhaircarsparsjprshausplusnewstipstoysjobskidsfanspicsdocsxboxamexsexynavycitysonyarmyallybabyplaydeliverybuzzgbizlamborghiniphilipsලංකාಭಾರತfitnessexpresslanxesspfizercenterwalterlawyersoccercareerkosherbrokerlockerdealerdoctorauthorxn--mgbqly7c0a67fbcvermögensberatungjaguarxn--pssy2uxn--hxt814eflickrrepairrogersairbusxn--mgbai9a5eva00beventsyachtsxn--t60b56aভাৰতভারতभारतभारोतviajeshermeshughesxn--j1aefसंगठनvillasଭାରତclaimshotelsભારતzapposphotosjuegoscondostatamotorsgratistennisਭਾਰਤtkmaxxtjmaxxschaeffleryandexxn--80aswgrealtysafetybeautyluxuryxn--3ds443gsupplyfamilyxn--o3cw4hhockeysydneyxn--90aenissayalipayenergycomputeragencyxn--rovu88b電訊盈科xn--gecrj9cstatefarmaccountantaquarelleolayangroup香格里拉xn--p1ai组织机构xn--1ck2e1bxn--mgbt3dhdschwarzموريتانياabudhabinowruzkomatsufujitsuhospitalxn--80asehdbxn--mgbtf8flxn--j6w193gxn--yfro4i67oprudentialxn--flw351ecruisescoursesrecipesxn--e1a4cferrarixn--ses554gxn--wgbl6awatchesstaplessinglesxn--mgbcpq6gpa1axn--otu796dpropertiescreditunionxn--mgbah1a3hjkrdstockholmhisamitsuالسعوديةstcgroupdomainsoriginscouponsbloombergclubmedfroganslimitedxn--80aqecdr1aexposedinternationalequipmentbarclaycardxn--q7ce6axn--mgbi4ecexpprotectionassociatesconstructionxn--cck2b3bxn--45q11candroidfoundationישראלxn--mgbca7dzdocliniqueboutiqueengineerxn--qxa6asystemsfirmdalefashionauctionxn--nqv7finfinitirentalsreliancetradingweddingfishinghostinggentingbookingcookingxn--3hcrj9cgraingerxn--czrs0tdemocratsamsungyokohamaxn--h2breg3evexn--nyqy26alundbeckmelbournevacationssolutionsfrontierxn--vermgensberatung-pwbmanagementxn--cg4bkixn--mgb2ddeslincolnhamburgsandvikcoromantblockbusterairforcebarefootxn--4dbrk0ceinvestmentsfeedbackcommunityxn--ngbrxالبحرينdiamondsamsterdamhealthcareredumbrellaxn--mxtq1mxn--2scrj9cagakhanxn--mgbpl2fhкатоликcaravanசிங்கப்பூர்richardlimortgageamericanfamilyxn--fzc2c9e2cscholarshipssaarlandxn--imr513nvlaanderensamsclubgoodyearkitchenஇந்தியாweatherchannelallfinanzxn--kput3iالسعودیۃxn--90aisxn--efvy88hالجزائرxn--mgbaam7a8hexchangejpmorganxn--tiq49xqyjfidelitysecurityxn--mk1bu44cwanggouxn--fiq64bxn--6qq986b3xlxn--mgbbh1a71exn--80ao21amarshallsxn--5tzm5gtravelerspanasoniclatrobeyoutubeaccountantsxn--rhqv96gxn--cckwcxetdanalyticsxn--ygbi2ammxبازاربھارتسوريةorganicfreseniusسورياxn--9krt00axn--qcka1pmcxn--jlq480n2rgdeloittesciencefinancexn--jvr189mxn--30rr7yhomesensehotmailbaseballfootballleclercboehringerxn--q9jyb4cxn--mix082fاليمنهمراهpolitieسودانايرانایرانnetflixyamaxunxn--lgbbat1ad8jcollegestoragecapetowncolognekerrypropertiesxn--mgbgu82axn--ogbpf8flxn--czru2dwhoswhociprianilasallexn--g2xx48cforsalebanamexaudiblexn--vermgensberater-ctbxn--zfr164bericssonvanguardxn--45brj9cindustriestheatremarriottxn--3bst00mcomparexn--mgberp4a5d4a87gcapitaldigitalالمغربbarcelonashangrilaxn--d1alfcalvinkleinwwwcitysapporokawasakinagoyasendaikobekitakyushuyokohamackjp";
|
|
956
|
+
const rulesRoot = 617;
|
|
957
|
+
const exceptionsRoot = 621;
|
|
958
|
+
|
|
959
|
+
// NOTE: kept (intentionally) near-identical to packages/tldts-icann/src/suffix-trie.ts.
|
|
960
|
+
// They are separate copies rather than a shared helper because the lookup is
|
|
961
|
+
// only fast when the typed arrays are module-scope monomorphic globals —
|
|
962
|
+
// closing over them (a shared factory) measured ~20% slower. The ICANN build
|
|
963
|
+
// also specializes (constant mask, no isIcann/isPrivate). Keep the two in sync.
|
|
964
|
+
// `edgeOffset` (where each label starts in `labelText`), `edgeHash` (djb2 of
|
|
965
|
+
// each label) and `wildcardEdge` (each node's '*' edge, or -1) are derived once
|
|
966
|
+
// at load instead of being shipped: the bundle then carries only the
|
|
967
|
+
// compressible `labelText` + structure, while the lookup binary-searches
|
|
968
|
+
// integer hashes. The cost is a single ~1ms pass at first import — cheaper than
|
|
969
|
+
// the object trie it replaces. Kept at module scope (not captured in a closure)
|
|
970
|
+
// so V8 treats the typed arrays as fast monomorphic globals.
|
|
971
|
+
const numberOfNodes = nodeFlags.length;
|
|
972
|
+
const numberOfEdges = edgeLength.length;
|
|
973
|
+
const edgeOffset = new Uint32Array(numberOfEdges);
|
|
974
|
+
const edgeHash = new Uint32Array(numberOfEdges);
|
|
975
|
+
const wildcardEdge = new Int32Array(numberOfNodes).fill(-1);
|
|
976
|
+
for (let node = 0, offset = 0; node < numberOfNodes; node += 1) {
|
|
977
|
+
for (let edge = edgeStart[node]; edge < edgeStart[node + 1]; edge += 1) {
|
|
978
|
+
edgeOffset[edge] = offset;
|
|
979
|
+
const end = offset + edgeLength[edge];
|
|
980
|
+
let hash = 5381;
|
|
981
|
+
for (let i = end - 1; i >= offset; i -= 1) {
|
|
982
|
+
hash = (hash * 33) ^ labelText.charCodeAt(i);
|
|
983
|
+
}
|
|
984
|
+
edgeHash[edge] = hash >>> 0;
|
|
985
|
+
if (edgeLength[edge] === 1 &&
|
|
986
|
+
labelText.charCodeAt(offset) === 42 /* '*' */) {
|
|
987
|
+
wildcardEdge[node] = edge;
|
|
988
|
+
}
|
|
989
|
+
offset = end;
|
|
990
|
+
}
|
|
991
|
+
}
|
|
992
|
+
// Result of the last `walk`, kept in module scope to avoid allocating a match
|
|
993
|
+
// object. Safe because lookups are synchronous and read right after `walk`.
|
|
994
|
+
let matchNode = -1;
|
|
995
|
+
let matchStart = 0;
|
|
996
|
+
let matchEnd = 0;
|
|
997
|
+
/**
|
|
998
|
+
* True if edge `edge`'s label equals `hostname[start, start + length)`.
|
|
999
|
+
*/
|
|
1000
|
+
function labelEquals(edge, hostname, start, length) {
|
|
1001
|
+
if (edgeLength[edge] !== length) {
|
|
1002
|
+
return false;
|
|
1003
|
+
}
|
|
1004
|
+
const offset = edgeOffset[edge];
|
|
1005
|
+
for (let i = 0; i < length; i += 1) {
|
|
1006
|
+
if (labelText.charCodeAt(offset + i) !== hostname.charCodeAt(start + i)) {
|
|
1007
|
+
return false;
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
return true;
|
|
1011
|
+
}
|
|
1012
|
+
/**
|
|
1013
|
+
* Find the child edge of `node` whose label is `hostname[start, start + length)`.
|
|
1014
|
+
* Edges are sorted by hash, so binary-search the hash then verify the label
|
|
1015
|
+
* (scanning the rare run of equal hashes). Returns the edge index or -1.
|
|
1016
|
+
*/
|
|
1017
|
+
function findEdge(node, hash, hostname, start, length) {
|
|
1018
|
+
let lo = edgeStart[node];
|
|
1019
|
+
let hi = edgeStart[node + 1];
|
|
1020
|
+
while (lo < hi) {
|
|
1021
|
+
const mid = (lo + hi) >>> 1;
|
|
1022
|
+
const value = edgeHash[mid];
|
|
1023
|
+
if (value < hash) {
|
|
1024
|
+
lo = mid + 1;
|
|
1025
|
+
}
|
|
1026
|
+
else if (value > hash) {
|
|
1027
|
+
hi = mid;
|
|
1028
|
+
}
|
|
1029
|
+
else {
|
|
1030
|
+
for (let e = mid; e >= lo && edgeHash[e] === hash; e -= 1) {
|
|
1031
|
+
if (labelEquals(e, hostname, start, length))
|
|
1032
|
+
return e;
|
|
1033
|
+
}
|
|
1034
|
+
for (let e = mid + 1; e < hi && edgeHash[e] === hash; e += 1) {
|
|
1035
|
+
if (labelEquals(e, hostname, start, length))
|
|
1036
|
+
return e;
|
|
1037
|
+
}
|
|
1038
|
+
return -1;
|
|
1039
|
+
}
|
|
1040
|
+
}
|
|
1041
|
+
return -1;
|
|
1042
|
+
}
|
|
1043
|
+
/**
|
|
1044
|
+
* Walk `hostname`'s labels right-to-left from `root`, recording the deepest
|
|
1045
|
+
* node whose flag passes `allowedMask` (with the label boundaries of that match
|
|
1046
|
+
* in `matchStart`/`matchEnd`). Returns whether any match was found.
|
|
1047
|
+
*/
|
|
1048
|
+
function walk(hostname, root, allowedMask) {
|
|
1049
|
+
let node = root;
|
|
1050
|
+
let end = hostname.length;
|
|
1051
|
+
let hash = 5381;
|
|
1052
|
+
matchNode = -1;
|
|
1053
|
+
for (let i = hostname.length - 1; i >= 0; i -= 1) {
|
|
1054
|
+
const code = hostname.charCodeAt(i);
|
|
1055
|
+
if (code === 46 /* '.' */) {
|
|
1056
|
+
const start = i + 1;
|
|
1057
|
+
let edge = findEdge(node, hash >>> 0, hostname, start, end - start);
|
|
1058
|
+
if (edge === -1) {
|
|
1059
|
+
edge = wildcardEdge[node];
|
|
1060
|
+
}
|
|
1061
|
+
if (edge === -1) {
|
|
1062
|
+
return matchNode !== -1;
|
|
1063
|
+
}
|
|
1064
|
+
node = edgeChild[edge];
|
|
1065
|
+
if ((nodeFlags[node] & allowedMask) !== 0) {
|
|
1066
|
+
matchNode = node;
|
|
1067
|
+
matchStart = start;
|
|
1068
|
+
matchEnd = end;
|
|
1069
|
+
}
|
|
1070
|
+
end = i;
|
|
1071
|
+
hash = 5381;
|
|
1072
|
+
}
|
|
1073
|
+
else {
|
|
1074
|
+
hash = (hash * 33) ^ code;
|
|
1075
|
+
}
|
|
1076
|
+
}
|
|
1077
|
+
// Left-most label: hostname[0, end). Same find/descend/record as the loop —
|
|
1078
|
+
// duplicated rather than folded into the loop (via `i >= -1`) because that
|
|
1079
|
+
// extra per-character branch measured slightly slower on the hot path.
|
|
1080
|
+
let edge = findEdge(node, hash >>> 0, hostname, 0, end);
|
|
1081
|
+
if (edge === -1) {
|
|
1082
|
+
edge = wildcardEdge[node];
|
|
1083
|
+
}
|
|
1084
|
+
if (edge !== -1) {
|
|
1085
|
+
node = edgeChild[edge];
|
|
1086
|
+
if ((nodeFlags[node] & allowedMask) !== 0) {
|
|
1087
|
+
matchNode = node;
|
|
1088
|
+
matchStart = 0;
|
|
1089
|
+
matchEnd = end;
|
|
1090
|
+
}
|
|
1091
|
+
}
|
|
1092
|
+
return matchNode !== -1;
|
|
1093
|
+
}
|
|
1094
|
+
/**
|
|
1095
|
+
* Check if `hostname` has a valid public suffix in the trie.
|
|
1096
|
+
*/
|
|
1097
|
+
function suffixLookup(hostname, options, out) {
|
|
1098
|
+
if (fastPathLookup(hostname, options, out)) {
|
|
1099
|
+
return;
|
|
1100
|
+
}
|
|
1101
|
+
const allowedMask = (options.allowPrivateDomains ? 2 /* RULE_TYPE.PRIVATE */ : 0) |
|
|
1102
|
+
(options.allowIcannDomains ? 1 /* RULE_TYPE.ICANN */ : 0);
|
|
1103
|
+
// Exceptions have priority and strip their own left-most label (e.g. the
|
|
1104
|
+
// rule '!www.ck' makes the suffix of 'www.ck' be 'ck').
|
|
1105
|
+
if (walk(hostname, exceptionsRoot, allowedMask)) {
|
|
1106
|
+
out.isIcann = (nodeFlags[matchNode] & 1 /* RULE_TYPE.ICANN */) !== 0;
|
|
1107
|
+
out.isPrivate = (nodeFlags[matchNode] & 2 /* RULE_TYPE.PRIVATE */) !== 0;
|
|
1108
|
+
out.publicSuffix = hostname.slice(matchEnd + 1);
|
|
1109
|
+
return;
|
|
1110
|
+
}
|
|
1111
|
+
if (walk(hostname, rulesRoot, allowedMask)) {
|
|
1112
|
+
out.isIcann = (nodeFlags[matchNode] & 1 /* RULE_TYPE.ICANN */) !== 0;
|
|
1113
|
+
out.isPrivate = (nodeFlags[matchNode] & 2 /* RULE_TYPE.PRIVATE */) !== 0;
|
|
1114
|
+
out.publicSuffix = hostname.slice(matchStart);
|
|
1115
|
+
return;
|
|
1116
|
+
}
|
|
1117
|
+
// No match: the prevailing '*' rule makes the right-most label the suffix.
|
|
1118
|
+
out.isIcann = false;
|
|
1119
|
+
out.isPrivate = false;
|
|
1120
|
+
const lastDot = hostname.lastIndexOf('.');
|
|
1121
|
+
out.publicSuffix = lastDot === -1 ? hostname : hostname.slice(lastDot + 1);
|
|
1122
|
+
}
|
|
1123
|
+
|
|
1124
|
+
// For all methods but 'parse', it does not make sense to allocate an object
|
|
1125
|
+
// every single time to only return the value of a specific attribute. To avoid
|
|
1126
|
+
// this un-necessary allocation, we use a global object which is re-used.
|
|
1127
|
+
const RESULT = getEmptyResult();
|
|
1128
|
+
function parse(url, options) {
|
|
1129
|
+
return parseImpl(url, 5 /* FLAG.ALL */, suffixLookup, options, getEmptyResult());
|
|
1130
|
+
}
|
|
1131
|
+
function getHostname(url, options) {
|
|
1132
|
+
/*@__INLINE__*/ resetResult(RESULT);
|
|
1133
|
+
return parseImpl(url, 0 /* FLAG.HOSTNAME */, suffixLookup, options, RESULT).hostname;
|
|
1134
|
+
}
|
|
1135
|
+
function getPublicSuffix(url, options) {
|
|
1136
|
+
/*@__INLINE__*/ resetResult(RESULT);
|
|
1137
|
+
return parseImpl(url, 2 /* FLAG.PUBLIC_SUFFIX */, suffixLookup, options, RESULT)
|
|
1138
|
+
.publicSuffix;
|
|
1139
|
+
}
|
|
1140
|
+
function getDomain(url, options) {
|
|
1141
|
+
/*@__INLINE__*/ resetResult(RESULT);
|
|
1142
|
+
return parseImpl(url, 3 /* FLAG.DOMAIN */, suffixLookup, options, RESULT).domain;
|
|
1143
|
+
}
|
|
1144
|
+
function getFullDomain(url, options) {
|
|
1145
|
+
/*@__INLINE__*/ resetResult(RESULT);
|
|
1146
|
+
const result = parseImpl(url, 3 /* FLAG.DOMAIN */, suffixLookup, options, RESULT);
|
|
1147
|
+
// The hostname *is* the full domain (subdomain + domain) whenever a
|
|
1148
|
+
// registrable domain exists; gate on `domain` so non-registrable inputs
|
|
1149
|
+
// (IPs, suffix-less or invalid hostnames) return `null` like `getDomain`.
|
|
1150
|
+
return result.domain === null ? null : result.hostname;
|
|
1151
|
+
}
|
|
1152
|
+
function getSubdomain(url, options) {
|
|
1153
|
+
/*@__INLINE__*/ resetResult(RESULT);
|
|
1154
|
+
return parseImpl(url, 4 /* FLAG.SUB_DOMAIN */, suffixLookup, options, RESULT)
|
|
1155
|
+
.subdomain;
|
|
1156
|
+
}
|
|
1157
|
+
function getDomainWithoutSuffix(url, options) {
|
|
1158
|
+
/*@__INLINE__*/ resetResult(RESULT);
|
|
1159
|
+
return parseImpl(url, 5 /* FLAG.ALL */, suffixLookup, options, RESULT)
|
|
1160
|
+
.domainWithoutSuffix;
|
|
1161
|
+
}
|
|
1162
|
+
|
|
1163
|
+
exports.getDomain = getDomain;
|
|
1164
|
+
exports.getDomainWithoutSuffix = getDomainWithoutSuffix;
|
|
1165
|
+
exports.getFullDomain = getFullDomain;
|
|
1166
|
+
exports.getHostname = getHostname;
|
|
1167
|
+
exports.getPublicSuffix = getPublicSuffix;
|
|
1168
|
+
exports.getSubdomain = getSubdomain;
|
|
1169
|
+
exports.parse = parse;
|
|
1170
|
+
//# sourceMappingURL=index.js.map
|