uomtiles 0.1.0
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/.output/nitro.json +15 -0
- package/.output/public/_nuxt/1d1PDhA4.js +1 -0
- package/.output/public/_nuxt/3B2XYGg4.js +1 -0
- package/.output/public/_nuxt/981KwFWf.js +1 -0
- package/.output/public/_nuxt/B30dSvM4.js +1 -0
- package/.output/public/_nuxt/BN1Gp4Dm.js +1 -0
- package/.output/public/_nuxt/BQlj8Xoe.js +6 -0
- package/.output/public/_nuxt/BRkljK8J.js +1 -0
- package/.output/public/_nuxt/BSdHYVlE2.js +1 -0
- package/.output/public/_nuxt/B_MqTg2k2.js +1 -0
- package/.output/public/_nuxt/BiWblTbb2.js +64 -0
- package/.output/public/_nuxt/BrPwntMr.js +1 -0
- package/.output/public/_nuxt/BskybydR.js +1 -0
- package/.output/public/_nuxt/ByRlKR9F.js +1 -0
- package/.output/public/_nuxt/C0Zdl2EE2.js +1 -0
- package/.output/public/_nuxt/C4qlzA4o.js +1 -0
- package/.output/public/_nuxt/C7HxHbxA.js +1 -0
- package/.output/public/_nuxt/C97TfNgP.js +3 -0
- package/.output/public/_nuxt/CNs_Ozdc.js +1 -0
- package/.output/public/_nuxt/CPuhwLY1.js +1 -0
- package/.output/public/_nuxt/CVE291Pi.js +1 -0
- package/.output/public/_nuxt/C_0VY3Cv2.js +4 -0
- package/.output/public/_nuxt/Ce26t8_Y.js +1 -0
- package/.output/public/_nuxt/CfW544W5.js +1 -0
- package/.output/public/_nuxt/CgMd2Y5s.js +2 -0
- package/.output/public/_nuxt/CgdzV712.js +1 -0
- package/.output/public/_nuxt/D1wVNWS0.js +1 -0
- package/.output/public/_nuxt/DC3bhq63.js +1 -0
- package/.output/public/_nuxt/DK3Fl9T5.js +1 -0
- package/.output/public/_nuxt/DL1MZZLI.js +1 -0
- package/.output/public/_nuxt/DXm-42Fi.js +1 -0
- package/.output/public/_nuxt/Djg3Kzfv.js +1 -0
- package/.output/public/_nuxt/DkcySee1.js +1 -0
- package/.output/public/_nuxt/DmN-PKW1.js +1 -0
- package/.output/public/_nuxt/DtFVCXI9.js +1 -0
- package/.output/public/_nuxt/Dz7VMlHR.js +1 -0
- package/.output/public/_nuxt/NL65vbjG2.js +1 -0
- package/.output/public/_nuxt/Oxy7pKSk.js +3 -0
- package/.output/public/_nuxt/Pik8or8N2.js +1 -0
- package/.output/public/_nuxt/XZ59tThl.js +1 -0
- package/.output/public/_nuxt/ZpWjFsgV.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/9f85104e-738d-4a74-8daa-40b136ce17d5.json +1 -0
- package/.output/public/_nuxt/dXz6dFgW2.js +1 -0
- package/.output/public/_nuxt/entry.P6tFNE31.css +1 -0
- package/.output/public/_nuxt/error-404.Biv0P6cJ.css +1 -0
- package/.output/public/_nuxt/error-500.8ok468rV.css +1 -0
- package/.output/public/_nuxt/j0MRD-c3.js +1 -0
- package/.output/public/_nuxt/local-pixel-diff.worker-C6RdZoCq.js +2 -0
- package/.output/public/_nuxt/maplibre-gl-worker.nfnkSQvL.mjs +6 -0
- package/.output/public/_nuxt/nearest-area.worker-iSLH0Y_s.js +2 -0
- package/.output/public/_nuxt/q7DkoVkj.js +828 -0
- package/.output/public/_nuxt/raster-tile.worker-BFlOgJig.js +2 -0
- package/.output/public/_nuxt/services._3nQizF8.css +1 -0
- package/.output/public/_nuxt/sql-wasm.DfANybxk.wasm +0 -0
- package/.output/public/_nuxt/tile-diff.worker-CvWWI_eu.js +1 -0
- package/.output/public/_nuxt/zZ1EGR7Y.js +1 -0
- package/.output/public/apple-touch-icon.png +0 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/favicon.svg +8 -0
- package/.output/public/icon-192.png +0 -0
- package/.output/public/icon-512.png +0 -0
- package/.output/public/site.webmanifest +11 -0
- package/.output/server/chunks/_/config.mjs +208 -0
- package/.output/server/chunks/_/config.mjs.map +1 -0
- package/.output/server/chunks/_/data-directory.mjs +24 -0
- package/.output/server/chunks/_/data-directory.mjs.map +1 -0
- package/.output/server/chunks/_/error-500.mjs +20 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/_/file-workspace.mjs +910 -0
- package/.output/server/chunks/_/file-workspace.mjs.map +1 -0
- package/.output/server/chunks/_/icons.mjs +6269 -0
- package/.output/server/chunks/_/icons.mjs.map +1 -0
- package/.output/server/chunks/_/map-service.mjs +233 -0
- package/.output/server/chunks/_/map-service.mjs.map +1 -0
- package/.output/server/chunks/_/missing-tile.mjs +104 -0
- package/.output/server/chunks/_/missing-tile.mjs.map +1 -0
- package/.output/server/chunks/_/pixel-diff.mjs +78 -0
- package/.output/server/chunks/_/pixel-diff.mjs.map +1 -0
- package/.output/server/chunks/_/uom-auth.mjs +334 -0
- package/.output/server/chunks/_/uom-auth.mjs.map +1 -0
- package/.output/server/chunks/_/uom-map.mjs +265 -0
- package/.output/server/chunks/_/uom-map.mjs.map +1 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs +5076 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs.map +1 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs +569 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs.map +1 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs +359 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs.map +1 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs +207 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs.map +1 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs +278 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs.map +1 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs +592 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs.map +1 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs +2003 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs.map +1 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs +1326 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs.map +1 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs +146 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs.map +1 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs +1025 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs.map +1 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs +2066 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs.map +1 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs +379 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs.map +1 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs +1087 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs.map +1 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs +1345 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs.map +1 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs +7 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs.map +1 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs +1430 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs.map +1 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs +1093 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs.map +1 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs +3217 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs.map +1 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs +3714 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs +86 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs +9 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs +74 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs +9 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs.map +1 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs +1121 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs.map +1 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs +411 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs.map +1 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs +642 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs.map +1 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs +220 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs.map +1 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs +3005 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs.map +1 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs +9 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs +915 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs +87 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6215 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs +27 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs +31 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs +44 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs +48 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs +46 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs +38 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs +41 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs +35 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs +47 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs +42 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs +48 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs +45 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs +27 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs +36 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +422 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wms.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wms.get.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs.map +1 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/.output/server/chunks/virtual/entry.mjs +18545 -0
- package/.output/server/chunks/virtual/entry.mjs.map +1 -0
- package/.output/server/chunks/virtual/precomputed.mjs +4 -0
- package/.output/server/chunks/virtual/precomputed.mjs.map +1 -0
- package/.output/server/chunks/virtual/styles.mjs +10 -0
- package/.output/server/chunks/virtual/styles.mjs.map +1 -0
- package/.output/server/index.mjs +12 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14611 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.js +295 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.js +701 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.js +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.js +39 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.js +47 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.js +128 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.js +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.js +78 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.js +100 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.js +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.js +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.js +48 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.js +203 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.js +132 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.js +165 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.js +79 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.js +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.js +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.js +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.js +103 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.js +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.js +57 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.js +12 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.js +125 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.js +91 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.js +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.js +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.js +42 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.js +123 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.js +52 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.js +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.js +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.js +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.js +41 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.js +67 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.js +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.js +7 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.js +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +119 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6801 -0
- package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +692 -0
- package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1420 -0
- package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1903 -0
- package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6976 -0
- package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1841 -0
- package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +904 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +53 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +609 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/.output/server/node_modules/consola/package.json +136 -0
- package/.output/server/node_modules/devalue/index.js +17 -0
- package/.output/server/node_modules/devalue/package.json +39 -0
- package/.output/server/node_modules/devalue/src/base64.js +60 -0
- package/.output/server/node_modules/devalue/src/constants.js +12 -0
- package/.output/server/node_modules/devalue/src/operations.js +193 -0
- package/.output/server/node_modules/devalue/src/parse.js +270 -0
- package/.output/server/node_modules/devalue/src/stringify.js +428 -0
- package/.output/server/node_modules/devalue/src/uneval.js +582 -0
- package/.output/server/node_modules/devalue/src/utils.js +185 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode.js +568 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
- package/.output/server/node_modules/entities/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/entities/package.json +120 -0
- package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/.output/server/node_modules/estree-walker/package.json +37 -0
- package/.output/server/node_modules/fflate/esm/index.mjs +2710 -0
- package/.output/server/node_modules/fflate/package.json +128 -0
- package/.output/server/node_modules/fnv1a-64/dist/index.mjs +95 -0
- package/.output/server/node_modules/fnv1a-64/package.json +75 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +257 -0
- package/.output/server/node_modules/hookable/package.json +53 -0
- package/.output/server/node_modules/nostics/dist/formatters/ansi.mjs +19 -0
- package/.output/server/node_modules/nostics/dist/index.mjs +187 -0
- package/.output/server/node_modules/nostics/package.json +125 -0
- package/.output/server/node_modules/object-identity/index.js +60 -0
- package/.output/server/node_modules/object-identity/package.json +40 -0
- package/.output/server/node_modules/p-limit/index.js +104 -0
- package/.output/server/node_modules/p-limit/package.json +58 -0
- package/.output/server/node_modules/pmtiles/dist/esm/index.js +2 -0
- package/.output/server/node_modules/pmtiles/package.json +50 -0
- package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/.output/server/node_modules/source-map-js/package.json +71 -0
- package/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/.output/server/node_modules/tailwindcss/dist/chunk-DCG7AFIE.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/package.json +89 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +645 -0
- package/.output/server/node_modules/ufo/package.json +48 -0
- package/.output/server/node_modules/unhead/dist/client.mjs +22 -0
- package/.output/server/node_modules/unhead/dist/index.mjs +52 -0
- package/.output/server/node_modules/unhead/dist/legacy.mjs +33 -0
- package/.output/server/node_modules/unhead/dist/minify.mjs +183 -0
- package/.output/server/node_modules/unhead/dist/parser.mjs +518 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +631 -0
- package/.output/server/node_modules/unhead/dist/scripts.node.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +99 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BEmVMkeA.mjs +673 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BGFxPGPQ.mjs +47 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BQWSw36o.mjs +192 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bb4d5b9h.mjs +67 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BdK3SLPN.mjs +585 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bf_fPVYA.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bm4Y6XQI.mjs +17 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C3b2Ipoj.mjs +223 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CGPOfp5O.mjs +32 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CHEy9ana.mjs +7 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CTjuIdzk.mjs +27 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CfKy3Kuq.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.D7HkBzZn.mjs +59 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DNKiVLV7.mjs +400 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.MC5RsXLj.mjs +19 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.jEy9BmRq.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.tQnRaXfX.mjs +240 -0
- package/.output/server/node_modules/unhead/dist/stream/client.mjs +28 -0
- package/.output/server/node_modules/unhead/dist/stream/iife.mjs +2 -0
- package/.output/server/node_modules/unhead/dist/stream/server.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +7 -0
- package/.output/server/node_modules/unhead/package.json +179 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/.output/server/node_modules/vue/index.js +7 -0
- package/.output/server/node_modules/vue/index.mjs +1 -0
- package/.output/server/node_modules/vue/package.json +112 -0
- package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +278 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +54 -0
- package/.output/server/node_modules/yocto-queue/index.js +90 -0
- package/.output/server/node_modules/yocto-queue/package.json +48 -0
- package/.output/server/node_modules/zod/index.js +4 -0
- package/.output/server/node_modules/zod/package.json +135 -0
- package/.output/server/node_modules/zod/v4/classic/checks.js +1 -0
- package/.output/server/node_modules/zod/v4/classic/coerce.js +17 -0
- package/.output/server/node_modules/zod/v4/classic/compat.js +31 -0
- package/.output/server/node_modules/zod/v4/classic/errors.js +48 -0
- package/.output/server/node_modules/zod/v4/classic/external.js +20 -0
- package/.output/server/node_modules/zod/v4/classic/from-json-schema.js +599 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +7 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1087 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +78 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +185 -0
- package/.output/server/node_modules/zod/v4/core/index.js +16 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-processors.js +601 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +7 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +139 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2239 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/.output/server/node_modules/zod/v4/core/util.js +674 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/ar.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/az.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/be.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/bg.js +120 -0
- package/.output/server/node_modules/zod/v4/locales/ca.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/cs.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/da.js +115 -0
- package/.output/server/node_modules/zod/v4/locales/de.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/el.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +113 -0
- package/.output/server/node_modules/zod/v4/locales/eo.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/es.js +132 -0
- package/.output/server/node_modules/zod/v4/locales/fa.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/fi.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/fr.js +125 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hr.js +122 -0
- package/.output/server/node_modules/zod/v4/locales/hu.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/hy.js +147 -0
- package/.output/server/node_modules/zod/v4/locales/id.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/index.js +52 -0
- package/.output/server/node_modules/zod/v4/locales/is.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/it.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ja.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/ka.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/kh.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/km.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ko.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/lt.js +203 -0
- package/.output/server/node_modules/zod/v4/locales/mk.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ms.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/nl.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/no.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ota.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/package.json +7 -0
- package/.output/server/node_modules/zod/v4/locales/pl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ps.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/pt.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ro.js +119 -0
- package/.output/server/node_modules/zod/v4/locales/ru.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/sl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/sv.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ta.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/th.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/tr.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/ua.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/uk.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ur.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/uz.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/vi.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/yo.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/.output/server/package.json +37 -0
- package/LICENSE +3 -0
- package/README.md +125 -0
- package/dist/src/bbox.js +55 -0
- package/dist/src/cli.js +255 -0
- package/dist/src/config.js +56 -0
- package/dist/src/core/fetch-process.js +19 -0
- package/dist/src/core/grid-renderer.js +149 -0
- package/dist/src/core/lease.js +103 -0
- package/dist/src/core/paths.js +13 -0
- package/dist/src/core/png.js +192 -0
- package/dist/src/core/raster-style.js +33 -0
- package/dist/src/core/uomtiles.js +307 -0
- package/dist/src/fetcher.js +208 -0
- package/dist/src/geographic-grid.js +162 -0
- package/dist/src/grid-crawl.js +478 -0
- package/dist/src/mask-image.js +16 -0
- package/dist/src/official-grid.js +51 -0
- package/dist/src/quality.js +30 -0
- package/dist/src/token.js +206 -0
- package/package.json +68 -0
- package/public/apple-touch-icon.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.svg +8 -0
- package/public/icon-192.png +0 -0
- package/public/icon-512.png +0 -0
- package/public/site.webmanifest +11 -0
|
@@ -0,0 +1,582 @@
|
|
|
1
|
+
import {
|
|
2
|
+
DevalueError,
|
|
3
|
+
enumerable_symbols,
|
|
4
|
+
escaped,
|
|
5
|
+
get_type,
|
|
6
|
+
is_plain_object,
|
|
7
|
+
is_primitive,
|
|
8
|
+
stringify_key,
|
|
9
|
+
stringify_string,
|
|
10
|
+
valid_array_indices
|
|
11
|
+
} from './utils.js';
|
|
12
|
+
|
|
13
|
+
const chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ_$';
|
|
14
|
+
const unsafe_chars = /[<\b\f\n\r\t\0\u2028\u2029]/g;
|
|
15
|
+
const reserved =
|
|
16
|
+
/^(?:do|if|in|for|int|let|new|try|var|byte|case|char|else|enum|goto|long|this|void|with|await|break|catch|class|const|final|float|short|super|throw|while|yield|delete|double|export|import|native|return|switch|throws|typeof|boolean|default|extends|finally|package|private|abstract|continue|debugger|function|volatile|interface|protected|transient|implements|instanceof|synchronized)$/;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Turn a value into the JavaScript that creates an equivalent value
|
|
20
|
+
* @param {any} value
|
|
21
|
+
* @param {(value: any, uneval: (value: any) => string) => string | void} [replacer]
|
|
22
|
+
*/
|
|
23
|
+
export function uneval(value, replacer) {
|
|
24
|
+
const counts = new Map();
|
|
25
|
+
|
|
26
|
+
/** @type {string[]} */
|
|
27
|
+
const keys = [];
|
|
28
|
+
|
|
29
|
+
const custom = new Map();
|
|
30
|
+
|
|
31
|
+
/** @param {any} thing */
|
|
32
|
+
function walk(thing) {
|
|
33
|
+
if (!is_primitive(thing)) {
|
|
34
|
+
if (counts.has(thing)) {
|
|
35
|
+
counts.set(thing, counts.get(thing) + 1);
|
|
36
|
+
return;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
counts.set(thing, 1);
|
|
40
|
+
|
|
41
|
+
if (replacer) {
|
|
42
|
+
const str = replacer(thing, (value) => uneval(value, replacer));
|
|
43
|
+
|
|
44
|
+
if (typeof str === 'string') {
|
|
45
|
+
custom.set(thing, str);
|
|
46
|
+
return;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
if (typeof thing === 'function') {
|
|
51
|
+
throw new DevalueError(`Cannot stringify a function`, keys, thing, value);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
const type = get_type(thing);
|
|
55
|
+
|
|
56
|
+
switch (type) {
|
|
57
|
+
case 'Number':
|
|
58
|
+
case 'BigInt':
|
|
59
|
+
case 'String':
|
|
60
|
+
case 'Boolean':
|
|
61
|
+
case 'Date':
|
|
62
|
+
case 'RegExp':
|
|
63
|
+
case 'URL':
|
|
64
|
+
case 'URLSearchParams':
|
|
65
|
+
return;
|
|
66
|
+
|
|
67
|
+
case 'Array':
|
|
68
|
+
/** @type {any[]} */ (thing).forEach((value, i) => {
|
|
69
|
+
keys.push(`[${i}]`);
|
|
70
|
+
walk(value);
|
|
71
|
+
keys.pop();
|
|
72
|
+
});
|
|
73
|
+
break;
|
|
74
|
+
|
|
75
|
+
case 'Set':
|
|
76
|
+
Array.from(thing).forEach(walk);
|
|
77
|
+
break;
|
|
78
|
+
|
|
79
|
+
case 'Map':
|
|
80
|
+
for (const [key, value] of thing) {
|
|
81
|
+
keys.push(`.get(${is_primitive(key) ? stringify_primitive(key) : '...'})`);
|
|
82
|
+
walk(key);
|
|
83
|
+
walk(value);
|
|
84
|
+
keys.pop();
|
|
85
|
+
}
|
|
86
|
+
break;
|
|
87
|
+
|
|
88
|
+
case 'Int8Array':
|
|
89
|
+
case 'Uint8Array':
|
|
90
|
+
case 'Uint8ClampedArray':
|
|
91
|
+
case 'Int16Array':
|
|
92
|
+
case 'Uint16Array':
|
|
93
|
+
case 'Float16Array':
|
|
94
|
+
case 'Int32Array':
|
|
95
|
+
case 'Uint32Array':
|
|
96
|
+
case 'Float32Array':
|
|
97
|
+
case 'Float64Array':
|
|
98
|
+
case 'BigInt64Array':
|
|
99
|
+
case 'BigUint64Array':
|
|
100
|
+
case 'DataView':
|
|
101
|
+
walk(thing.buffer);
|
|
102
|
+
return;
|
|
103
|
+
|
|
104
|
+
case 'ArrayBuffer':
|
|
105
|
+
return;
|
|
106
|
+
|
|
107
|
+
case 'Temporal.Duration':
|
|
108
|
+
case 'Temporal.Instant':
|
|
109
|
+
case 'Temporal.PlainDate':
|
|
110
|
+
case 'Temporal.PlainTime':
|
|
111
|
+
case 'Temporal.PlainDateTime':
|
|
112
|
+
case 'Temporal.PlainMonthDay':
|
|
113
|
+
case 'Temporal.PlainYearMonth':
|
|
114
|
+
case 'Temporal.ZonedDateTime':
|
|
115
|
+
return;
|
|
116
|
+
|
|
117
|
+
default:
|
|
118
|
+
if (!is_plain_object(thing)) {
|
|
119
|
+
throw new DevalueError(`Cannot stringify arbitrary non-POJOs`, keys, thing, value);
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
if (enumerable_symbols(thing).length > 0) {
|
|
123
|
+
throw new DevalueError(`Cannot stringify POJOs with symbolic keys`, keys, thing, value);
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
for (const key of Object.keys(thing)) {
|
|
127
|
+
if (key === '__proto__') {
|
|
128
|
+
throw new DevalueError(
|
|
129
|
+
`Cannot stringify objects with __proto__ keys`,
|
|
130
|
+
keys,
|
|
131
|
+
thing,
|
|
132
|
+
value
|
|
133
|
+
);
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
keys.push(stringify_key(key));
|
|
137
|
+
walk(thing[key]);
|
|
138
|
+
keys.pop();
|
|
139
|
+
}
|
|
140
|
+
}
|
|
141
|
+
} else if (typeof thing === 'symbol') {
|
|
142
|
+
throw new DevalueError(`Cannot stringify a Symbol primitive`, keys, thing, value);
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
walk(value);
|
|
147
|
+
|
|
148
|
+
const names = new Map();
|
|
149
|
+
|
|
150
|
+
Array.from(counts)
|
|
151
|
+
.filter((entry) => entry[1] > 1)
|
|
152
|
+
.sort((a, b) => b[1] - a[1])
|
|
153
|
+
.forEach((entry, i) => {
|
|
154
|
+
names.set(entry[0], get_name(i));
|
|
155
|
+
});
|
|
156
|
+
|
|
157
|
+
/**
|
|
158
|
+
* @param {any} thing
|
|
159
|
+
* @returns {string}
|
|
160
|
+
*/
|
|
161
|
+
function stringify(thing) {
|
|
162
|
+
if (names.has(thing)) {
|
|
163
|
+
return names.get(thing);
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
if (is_primitive(thing)) {
|
|
167
|
+
return stringify_primitive(thing);
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
if (custom.has(thing)) {
|
|
171
|
+
return custom.get(thing);
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
const type = get_type(thing);
|
|
175
|
+
|
|
176
|
+
switch (type) {
|
|
177
|
+
case 'Number':
|
|
178
|
+
case 'String':
|
|
179
|
+
case 'Boolean':
|
|
180
|
+
case 'BigInt':
|
|
181
|
+
return `Object(${stringify(thing.valueOf())})`;
|
|
182
|
+
|
|
183
|
+
case 'RegExp':
|
|
184
|
+
const { source, flags } = thing;
|
|
185
|
+
return flags
|
|
186
|
+
? `new RegExp(${stringify_string(source)},"${flags}")`
|
|
187
|
+
: `new RegExp(${stringify_string(source)})`;
|
|
188
|
+
|
|
189
|
+
case 'Date':
|
|
190
|
+
return `new Date(${thing.getTime()})`;
|
|
191
|
+
|
|
192
|
+
case 'URL':
|
|
193
|
+
return `new URL(${stringify_string(thing.toString())})`;
|
|
194
|
+
|
|
195
|
+
case 'URLSearchParams':
|
|
196
|
+
return `new URLSearchParams(${stringify_string(thing.toString())})`;
|
|
197
|
+
|
|
198
|
+
case 'Array': {
|
|
199
|
+
// For dense arrays (no holes), we iterate normally.
|
|
200
|
+
// When we encounter the first hole, we call Object.keys
|
|
201
|
+
// to determine the sparseness, then decide between:
|
|
202
|
+
// - Array literal with holes: [,"a",,] (default)
|
|
203
|
+
// - Object.assign: Object.assign(Array(n),{...}) (for very sparse arrays)
|
|
204
|
+
// Only the Object.assign path avoids iterating every slot, which
|
|
205
|
+
// is what protects against the DoS of e.g. `arr[1000000] = 1`.
|
|
206
|
+
let has_holes = false;
|
|
207
|
+
|
|
208
|
+
let result = '[';
|
|
209
|
+
|
|
210
|
+
for (let i = 0; i < thing.length; i += 1) {
|
|
211
|
+
if (i > 0) result += ',';
|
|
212
|
+
|
|
213
|
+
if (Object.hasOwn(thing, i)) {
|
|
214
|
+
result += stringify(thing[i]);
|
|
215
|
+
} else if (!has_holes) {
|
|
216
|
+
// Decide between array literal and Object.assign.
|
|
217
|
+
//
|
|
218
|
+
// Array literal: holes are consecutive commas.
|
|
219
|
+
// For example, [, "a", ,] is written as [,"a",,].
|
|
220
|
+
// Each hole costs 1 char (a comma).
|
|
221
|
+
//
|
|
222
|
+
// Object.assign: populated indices are listed explicitly.
|
|
223
|
+
// For example, [, "a", ,] would be written as
|
|
224
|
+
// Object.assign(Array(3),{1:"a"}). This avoids paying
|
|
225
|
+
// per-hole, but has a large fixed overhead for the
|
|
226
|
+
// "Object.assign(Array(n),{...})" wrapper, and each
|
|
227
|
+
// element costs extra chars for its index and colon.
|
|
228
|
+
//
|
|
229
|
+
// The serialized values are the same size either way, so
|
|
230
|
+
// the choice comes down to the structural overhead:
|
|
231
|
+
//
|
|
232
|
+
// Array literal overhead:
|
|
233
|
+
// 1 char per element or hole (comma separators)
|
|
234
|
+
// + 2 chars for "[" and "]"
|
|
235
|
+
// = L + 2
|
|
236
|
+
//
|
|
237
|
+
// Object.assign overhead:
|
|
238
|
+
// "Object.assign(Array(" — 20 chars
|
|
239
|
+
// + length — d chars
|
|
240
|
+
// + "),{" — 3 chars
|
|
241
|
+
// + for each populated element:
|
|
242
|
+
// index + ":" + "," — (d + 2) chars
|
|
243
|
+
// + "})" — 2 chars
|
|
244
|
+
// = (25 + d) + P * (d + 2)
|
|
245
|
+
//
|
|
246
|
+
// where L is the array length, P is the number of
|
|
247
|
+
// populated elements, and d is the number of digits
|
|
248
|
+
// in L (an upper bound on the digits in any index).
|
|
249
|
+
//
|
|
250
|
+
// Object.assign is cheaper when:
|
|
251
|
+
// (25 + d) + P * (d + 2) < L + 2
|
|
252
|
+
const populated_keys = valid_array_indices(/** @type {any[]} */ (thing));
|
|
253
|
+
const population = populated_keys.length;
|
|
254
|
+
const d = String(thing.length).length;
|
|
255
|
+
|
|
256
|
+
const hole_cost = thing.length + 2;
|
|
257
|
+
const sparse_cost = 25 + d + population * (d + 2);
|
|
258
|
+
|
|
259
|
+
if (hole_cost > sparse_cost) {
|
|
260
|
+
const entries = populated_keys.map((k) => `${k}:${stringify(thing[k])}`).join(',');
|
|
261
|
+
return `Object.assign(Array(${thing.length}),{${entries}})`;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
has_holes = true;
|
|
265
|
+
}
|
|
266
|
+
// else: already decided on array literal, hole is just an empty slot
|
|
267
|
+
// (the comma separator is all we need — no content for this position)
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
const tail = thing.length === 0 || thing.length - 1 in thing ? '' : ',';
|
|
271
|
+
return result + tail + ']';
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
case 'Set':
|
|
275
|
+
case 'Map':
|
|
276
|
+
return `new ${type}([${Array.from(thing).map(stringify).join(',')}])`;
|
|
277
|
+
|
|
278
|
+
case 'Int8Array':
|
|
279
|
+
case 'Uint8Array':
|
|
280
|
+
case 'Uint8ClampedArray':
|
|
281
|
+
case 'Int16Array':
|
|
282
|
+
case 'Uint16Array':
|
|
283
|
+
case 'Float16Array':
|
|
284
|
+
case 'Int32Array':
|
|
285
|
+
case 'Uint32Array':
|
|
286
|
+
case 'Float32Array':
|
|
287
|
+
case 'Float64Array':
|
|
288
|
+
case 'BigInt64Array':
|
|
289
|
+
case 'BigUint64Array': {
|
|
290
|
+
let str = `new ${type}`;
|
|
291
|
+
|
|
292
|
+
if (!names.has(thing.buffer)) {
|
|
293
|
+
str += `([${stringify_typed_array_elements(new thing.constructor(thing.buffer))}])`;
|
|
294
|
+
} else {
|
|
295
|
+
str += `(${stringify(thing.buffer)})`;
|
|
296
|
+
}
|
|
297
|
+
|
|
298
|
+
// handle subarrays
|
|
299
|
+
if (thing.byteLength !== thing.buffer.byteLength) {
|
|
300
|
+
const start = thing.byteOffset / thing.BYTES_PER_ELEMENT;
|
|
301
|
+
const end = start + thing.length;
|
|
302
|
+
str += `.subarray(${start},${end})`;
|
|
303
|
+
}
|
|
304
|
+
|
|
305
|
+
return str;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
case 'DataView': {
|
|
309
|
+
let str = `new DataView`;
|
|
310
|
+
|
|
311
|
+
if (!names.has(thing.buffer)) {
|
|
312
|
+
str += `(new Uint8Array([${new Uint8Array(thing.buffer)}]).buffer`;
|
|
313
|
+
} else {
|
|
314
|
+
str += `(${stringify(thing.buffer)}`;
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
// handle subviews
|
|
318
|
+
if (thing.byteLength !== thing.buffer.byteLength) {
|
|
319
|
+
str += `,${thing.byteOffset},${thing.byteLength}`;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
return str + ')';
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
case 'ArrayBuffer': {
|
|
326
|
+
const ui8 = new Uint8Array(thing);
|
|
327
|
+
return `new Uint8Array([${ui8.toString()}]).buffer`;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
case 'Temporal.Duration':
|
|
331
|
+
case 'Temporal.Instant':
|
|
332
|
+
case 'Temporal.PlainDate':
|
|
333
|
+
case 'Temporal.PlainTime':
|
|
334
|
+
case 'Temporal.PlainDateTime':
|
|
335
|
+
case 'Temporal.PlainMonthDay':
|
|
336
|
+
case 'Temporal.PlainYearMonth':
|
|
337
|
+
case 'Temporal.ZonedDateTime':
|
|
338
|
+
return `${type}.from(${stringify_string(thing.toString())})`;
|
|
339
|
+
|
|
340
|
+
default:
|
|
341
|
+
const keys = Object.keys(thing);
|
|
342
|
+
const obj = keys.map((key) => `${safe_key(key)}:${stringify(thing[key])}`).join(',');
|
|
343
|
+
const proto = Object.getPrototypeOf(thing);
|
|
344
|
+
if (proto === null) {
|
|
345
|
+
return keys.length > 0 ? `{${obj},__proto__:null}` : `{__proto__:null}`;
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
return `{${obj}}`;
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
const str = stringify(value);
|
|
353
|
+
|
|
354
|
+
if (names.size) {
|
|
355
|
+
/** @type {string[]} */
|
|
356
|
+
const params = [];
|
|
357
|
+
|
|
358
|
+
/** @type {string[]} */
|
|
359
|
+
const statements = [];
|
|
360
|
+
|
|
361
|
+
/** @type {string[]} */
|
|
362
|
+
const values = [];
|
|
363
|
+
|
|
364
|
+
// Reconstructions (e.g. `b = new Uint8Array(...)`) reassign a placeholder
|
|
365
|
+
// parameter. They must run before the `statements` that reference them,
|
|
366
|
+
// otherwise those statements capture the placeholder. They only depend on
|
|
367
|
+
// IIFE arguments (never on each other), so emitting them first is safe.
|
|
368
|
+
/** @type {string[]} */
|
|
369
|
+
const reconstructions = [];
|
|
370
|
+
|
|
371
|
+
names.forEach((name, thing) => {
|
|
372
|
+
params.push(name);
|
|
373
|
+
|
|
374
|
+
if (custom.has(thing)) {
|
|
375
|
+
values.push(/** @type {string} */ (custom.get(thing)));
|
|
376
|
+
return;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
if (is_primitive(thing)) {
|
|
380
|
+
values.push(stringify_primitive(thing));
|
|
381
|
+
return;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
const type = get_type(thing);
|
|
385
|
+
|
|
386
|
+
switch (type) {
|
|
387
|
+
case 'Number':
|
|
388
|
+
case 'String':
|
|
389
|
+
case 'Boolean':
|
|
390
|
+
case 'BigInt':
|
|
391
|
+
values.push(`Object(${stringify(thing.valueOf())})`);
|
|
392
|
+
break;
|
|
393
|
+
|
|
394
|
+
case 'RegExp':
|
|
395
|
+
const { source, flags } = thing;
|
|
396
|
+
const regexp = flags
|
|
397
|
+
? `new RegExp(${stringify_string(source)},"${flags}")`
|
|
398
|
+
: `new RegExp(${stringify_string(source)})`
|
|
399
|
+
values.push(regexp);
|
|
400
|
+
break;
|
|
401
|
+
|
|
402
|
+
case 'Date':
|
|
403
|
+
values.push(`new Date(${thing.getTime()})`);
|
|
404
|
+
break;
|
|
405
|
+
|
|
406
|
+
case 'URL':
|
|
407
|
+
values.push(`new URL(${stringify_string(thing.toString())})`);
|
|
408
|
+
break;
|
|
409
|
+
|
|
410
|
+
case 'URLSearchParams':
|
|
411
|
+
values.push(`new URLSearchParams(${stringify_string(thing.toString())})`);
|
|
412
|
+
break;
|
|
413
|
+
|
|
414
|
+
case 'Array':
|
|
415
|
+
values.push(`Array(${thing.length})`);
|
|
416
|
+
/** @type {any[]} */ (thing).forEach((v, i) => {
|
|
417
|
+
statements.push(`${name}[${i}]=${stringify(v)}`);
|
|
418
|
+
});
|
|
419
|
+
break;
|
|
420
|
+
|
|
421
|
+
case 'Set': {
|
|
422
|
+
values.push(`new Set`);
|
|
423
|
+
const adds = Array.from(thing).map((v) => `.add(${stringify(v)})`);
|
|
424
|
+
// An empty Set is fully built by `new Set`; a chained statement would
|
|
425
|
+
// otherwise be a dangling `name.`.
|
|
426
|
+
if (adds.length > 0) statements.push(name + adds.join(''));
|
|
427
|
+
break;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
case 'Map': {
|
|
431
|
+
values.push(`new Map`);
|
|
432
|
+
const sets = Array.from(thing).map(
|
|
433
|
+
([k, v]) => `.set(${stringify(k)}, ${stringify(v)})`
|
|
434
|
+
);
|
|
435
|
+
if (sets.length > 0) statements.push(name + sets.join(''));
|
|
436
|
+
break;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
case 'Int8Array':
|
|
440
|
+
case 'Uint8Array':
|
|
441
|
+
case 'Uint8ClampedArray':
|
|
442
|
+
case 'Int16Array':
|
|
443
|
+
case 'Uint16Array':
|
|
444
|
+
case 'Float16Array':
|
|
445
|
+
case 'Int32Array':
|
|
446
|
+
case 'Uint32Array':
|
|
447
|
+
case 'Float32Array':
|
|
448
|
+
case 'Float64Array':
|
|
449
|
+
case 'BigInt64Array':
|
|
450
|
+
case 'BigUint64Array': {
|
|
451
|
+
let str = `new ${type}`;
|
|
452
|
+
|
|
453
|
+
if (!names.has(thing.buffer)) {
|
|
454
|
+
str += `([${stringify_typed_array_elements(new thing.constructor(thing.buffer))}])`;
|
|
455
|
+
} else {
|
|
456
|
+
str += `(${stringify(thing.buffer)})`;
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
// handle subarrays
|
|
460
|
+
if (thing.byteLength !== thing.buffer.byteLength) {
|
|
461
|
+
const start = thing.byteOffset / thing.BYTES_PER_ELEMENT;
|
|
462
|
+
const end = start + thing.length;
|
|
463
|
+
str += `.subarray(${start},${end})`;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
values.push(`{}`);
|
|
467
|
+
reconstructions.push(`${name}=${str}`);
|
|
468
|
+
break;
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
case 'DataView': {
|
|
472
|
+
let str = `new DataView`;
|
|
473
|
+
|
|
474
|
+
if (!names.has(thing.buffer)) {
|
|
475
|
+
str += `(new Uint8Array([${new Uint8Array(thing.buffer)}]).buffer`;
|
|
476
|
+
} else {
|
|
477
|
+
str += `(${stringify(thing.buffer)}`;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
// handle subviews
|
|
481
|
+
if (thing.byteLength !== thing.buffer.byteLength) {
|
|
482
|
+
str += `,${thing.byteOffset},${thing.byteLength}`;
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
str += ')';
|
|
486
|
+
|
|
487
|
+
values.push(`{}`);
|
|
488
|
+
reconstructions.push(`${name}=${str}`);
|
|
489
|
+
break;
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
case 'ArrayBuffer':
|
|
493
|
+
values.push(`new Uint8Array([${new Uint8Array(thing)}]).buffer`);
|
|
494
|
+
break;
|
|
495
|
+
|
|
496
|
+
case 'Temporal.Duration':
|
|
497
|
+
case 'Temporal.Instant':
|
|
498
|
+
case 'Temporal.PlainDate':
|
|
499
|
+
case 'Temporal.PlainTime':
|
|
500
|
+
case 'Temporal.PlainDateTime':
|
|
501
|
+
case 'Temporal.PlainMonthDay':
|
|
502
|
+
case 'Temporal.PlainYearMonth':
|
|
503
|
+
case 'Temporal.ZonedDateTime':
|
|
504
|
+
values.push(`${type}.from(${stringify_string(thing.toString())})`);
|
|
505
|
+
break;
|
|
506
|
+
|
|
507
|
+
default:
|
|
508
|
+
values.push(Object.getPrototypeOf(thing) === null ? 'Object.create(null)' : '{}');
|
|
509
|
+
Object.keys(thing).forEach((key) => {
|
|
510
|
+
statements.push(`${name}${safe_prop(key)}=${stringify(thing[key])}`);
|
|
511
|
+
});
|
|
512
|
+
}
|
|
513
|
+
});
|
|
514
|
+
|
|
515
|
+
statements.push(`return ${str}`);
|
|
516
|
+
|
|
517
|
+
const body = [...reconstructions, ...statements].join(';');
|
|
518
|
+
return `(function(${params.join(',')}){${body}}(${values.join(',')}))`;
|
|
519
|
+
} else {
|
|
520
|
+
return str;
|
|
521
|
+
}
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
/**
|
|
525
|
+
* Serialize the elements of a typed array as a comma-separated list.
|
|
526
|
+
* `BigInt64Array`/`BigUint64Array` elements are bigints and must be written
|
|
527
|
+
* with an `n` suffix, otherwise the emitted `new BigInt64Array([...])` throws.
|
|
528
|
+
* @param {import('./types.js').TypedArray} array
|
|
529
|
+
*/
|
|
530
|
+
function stringify_typed_array_elements(array) {
|
|
531
|
+
if (array instanceof BigInt64Array || array instanceof BigUint64Array) {
|
|
532
|
+
return Array.from(array, (element) => `${element}n`).join(',');
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
return array.toString();
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
/** @param {number} num */
|
|
539
|
+
function get_name(num) {
|
|
540
|
+
let name = '';
|
|
541
|
+
|
|
542
|
+
do {
|
|
543
|
+
name = chars[num % chars.length] + name;
|
|
544
|
+
num = ~~(num / chars.length) - 1;
|
|
545
|
+
} while (num >= 0);
|
|
546
|
+
|
|
547
|
+
return reserved.test(name) ? `${name}0` : name;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
/** @param {string} c */
|
|
551
|
+
function escape_unsafe_char(c) {
|
|
552
|
+
return escaped[c] || c;
|
|
553
|
+
}
|
|
554
|
+
|
|
555
|
+
/** @param {string} str */
|
|
556
|
+
function escape_unsafe_chars(str) {
|
|
557
|
+
return str.replace(unsafe_chars, escape_unsafe_char);
|
|
558
|
+
}
|
|
559
|
+
|
|
560
|
+
/** @param {string} key */
|
|
561
|
+
function safe_key(key) {
|
|
562
|
+
return /^[_$a-zA-Z][_$a-zA-Z0-9]*$/.test(key) ? key : escape_unsafe_chars(JSON.stringify(key));
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
/** @param {string} key */
|
|
566
|
+
function safe_prop(key) {
|
|
567
|
+
return /^[_$a-zA-Z][_$a-zA-Z0-9]*$/.test(key)
|
|
568
|
+
? `.${key}`
|
|
569
|
+
: `[${escape_unsafe_chars(JSON.stringify(key))}]`;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
/** @param {any} thing */
|
|
573
|
+
function stringify_primitive(thing) {
|
|
574
|
+
const type = typeof thing;
|
|
575
|
+
if (type === 'string') return stringify_string(thing);
|
|
576
|
+
if (thing === void 0) return 'void 0';
|
|
577
|
+
if (thing === 0 && 1 / thing < 0) return '-0';
|
|
578
|
+
const str = String(thing);
|
|
579
|
+
if (type === 'number') return str.replace(/^(-)?0\./, '$1.');
|
|
580
|
+
if (type === 'bigint') return thing + 'n';
|
|
581
|
+
return str;
|
|
582
|
+
}
|