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,72 @@
|
|
|
1
|
+
import { formatWithOptions } from 'node:util';
|
|
2
|
+
import { sep } from 'node:path';
|
|
3
|
+
|
|
4
|
+
function parseStack(stack, message) {
|
|
5
|
+
const cwd = process.cwd() + sep;
|
|
6
|
+
const lines = stack.split("\n").splice(message.split("\n").length).map((l) => l.trim().replace("file://", "").replace(cwd, ""));
|
|
7
|
+
return lines;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
function writeStream(data, stream) {
|
|
11
|
+
const write = stream.__write || stream.write;
|
|
12
|
+
return write.call(stream, data);
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
const bracket = (x) => x ? `[${x}]` : "";
|
|
16
|
+
class BasicReporter {
|
|
17
|
+
formatStack(stack, message, opts) {
|
|
18
|
+
const indent = " ".repeat((opts?.errorLevel || 0) + 1);
|
|
19
|
+
return indent + parseStack(stack, message).join(`
|
|
20
|
+
${indent}`);
|
|
21
|
+
}
|
|
22
|
+
formatError(err, opts) {
|
|
23
|
+
const message = err.message ?? formatWithOptions(opts, err);
|
|
24
|
+
const stack = err.stack ? this.formatStack(err.stack, message, opts) : "";
|
|
25
|
+
const level = opts?.errorLevel || 0;
|
|
26
|
+
const causedPrefix = level > 0 ? `${" ".repeat(level)}[cause]: ` : "";
|
|
27
|
+
const causedError = err.cause ? "\n\n" + this.formatError(err.cause, { ...opts, errorLevel: level + 1 }) : "";
|
|
28
|
+
return causedPrefix + message + "\n" + stack + causedError;
|
|
29
|
+
}
|
|
30
|
+
formatArgs(args, opts) {
|
|
31
|
+
const _args = args.map((arg) => {
|
|
32
|
+
if (arg && typeof arg.stack === "string") {
|
|
33
|
+
return this.formatError(arg, opts);
|
|
34
|
+
}
|
|
35
|
+
return arg;
|
|
36
|
+
});
|
|
37
|
+
return formatWithOptions(opts, ..._args);
|
|
38
|
+
}
|
|
39
|
+
formatDate(date, opts) {
|
|
40
|
+
return opts.date ? date.toLocaleTimeString() : "";
|
|
41
|
+
}
|
|
42
|
+
filterAndJoin(arr) {
|
|
43
|
+
return arr.filter(Boolean).join(" ");
|
|
44
|
+
}
|
|
45
|
+
formatLogObj(logObj, opts) {
|
|
46
|
+
const message = this.formatArgs(logObj.args, opts);
|
|
47
|
+
if (logObj.type === "box") {
|
|
48
|
+
return "\n" + [
|
|
49
|
+
bracket(logObj.tag),
|
|
50
|
+
logObj.title && logObj.title,
|
|
51
|
+
...message.split("\n")
|
|
52
|
+
].filter(Boolean).map((l) => " > " + l).join("\n") + "\n";
|
|
53
|
+
}
|
|
54
|
+
return this.filterAndJoin([
|
|
55
|
+
bracket(logObj.type),
|
|
56
|
+
bracket(logObj.tag),
|
|
57
|
+
message
|
|
58
|
+
]);
|
|
59
|
+
}
|
|
60
|
+
log(logObj, ctx) {
|
|
61
|
+
const line = this.formatLogObj(logObj, {
|
|
62
|
+
columns: ctx.options.stdout.columns || 0,
|
|
63
|
+
...ctx.options.formatOptions
|
|
64
|
+
});
|
|
65
|
+
return writeStream(
|
|
66
|
+
line + "\n",
|
|
67
|
+
logObj.level < 2 ? ctx.options.stderr || process.stderr : ctx.options.stdout || process.stdout
|
|
68
|
+
);
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export { BasicReporter as B, parseStack as p };
|
|
@@ -0,0 +1,288 @@
|
|
|
1
|
+
import * as tty from 'node:tty';
|
|
2
|
+
|
|
3
|
+
const {
|
|
4
|
+
env = {},
|
|
5
|
+
argv = [],
|
|
6
|
+
platform = ""
|
|
7
|
+
} = typeof process === "undefined" ? {} : process;
|
|
8
|
+
const isDisabled = "NO_COLOR" in env || argv.includes("--no-color");
|
|
9
|
+
const isForced = "FORCE_COLOR" in env || argv.includes("--color");
|
|
10
|
+
const isWindows = platform === "win32";
|
|
11
|
+
const isDumbTerminal = env.TERM === "dumb";
|
|
12
|
+
const isCompatibleTerminal = tty && tty.isatty && tty.isatty(1) && env.TERM && !isDumbTerminal;
|
|
13
|
+
const isCI = "CI" in env && ("GITHUB_ACTIONS" in env || "GITLAB_CI" in env || "CIRCLECI" in env);
|
|
14
|
+
const isColorSupported = !isDisabled && (isForced || isWindows && !isDumbTerminal || isCompatibleTerminal || isCI);
|
|
15
|
+
function replaceClose(index, string, close, replace, head = string.slice(0, Math.max(0, index)) + replace, tail = string.slice(Math.max(0, index + close.length)), next = tail.indexOf(close)) {
|
|
16
|
+
return head + (next < 0 ? tail : replaceClose(next, tail, close, replace));
|
|
17
|
+
}
|
|
18
|
+
function clearBleed(index, string, open, close, replace) {
|
|
19
|
+
return index < 0 ? open + string + close : open + replaceClose(index, string, close, replace) + close;
|
|
20
|
+
}
|
|
21
|
+
function filterEmpty(open, close, replace = open, at = open.length + 1) {
|
|
22
|
+
return (string) => string || !(string === "" || string === void 0) ? clearBleed(
|
|
23
|
+
("" + string).indexOf(close, at),
|
|
24
|
+
string,
|
|
25
|
+
open,
|
|
26
|
+
close,
|
|
27
|
+
replace
|
|
28
|
+
) : "";
|
|
29
|
+
}
|
|
30
|
+
function init(open, close, replace) {
|
|
31
|
+
return filterEmpty(`\x1B[${open}m`, `\x1B[${close}m`, replace);
|
|
32
|
+
}
|
|
33
|
+
const colorDefs = {
|
|
34
|
+
reset: init(0, 0),
|
|
35
|
+
bold: init(1, 22, "\x1B[22m\x1B[1m"),
|
|
36
|
+
dim: init(2, 22, "\x1B[22m\x1B[2m"),
|
|
37
|
+
italic: init(3, 23),
|
|
38
|
+
underline: init(4, 24),
|
|
39
|
+
inverse: init(7, 27),
|
|
40
|
+
hidden: init(8, 28),
|
|
41
|
+
strikethrough: init(9, 29),
|
|
42
|
+
black: init(30, 39),
|
|
43
|
+
red: init(31, 39),
|
|
44
|
+
green: init(32, 39),
|
|
45
|
+
yellow: init(33, 39),
|
|
46
|
+
blue: init(34, 39),
|
|
47
|
+
magenta: init(35, 39),
|
|
48
|
+
cyan: init(36, 39),
|
|
49
|
+
white: init(37, 39),
|
|
50
|
+
gray: init(90, 39),
|
|
51
|
+
bgBlack: init(40, 49),
|
|
52
|
+
bgRed: init(41, 49),
|
|
53
|
+
bgGreen: init(42, 49),
|
|
54
|
+
bgYellow: init(43, 49),
|
|
55
|
+
bgBlue: init(44, 49),
|
|
56
|
+
bgMagenta: init(45, 49),
|
|
57
|
+
bgCyan: init(46, 49),
|
|
58
|
+
bgWhite: init(47, 49),
|
|
59
|
+
blackBright: init(90, 39),
|
|
60
|
+
redBright: init(91, 39),
|
|
61
|
+
greenBright: init(92, 39),
|
|
62
|
+
yellowBright: init(93, 39),
|
|
63
|
+
blueBright: init(94, 39),
|
|
64
|
+
magentaBright: init(95, 39),
|
|
65
|
+
cyanBright: init(96, 39),
|
|
66
|
+
whiteBright: init(97, 39),
|
|
67
|
+
bgBlackBright: init(100, 49),
|
|
68
|
+
bgRedBright: init(101, 49),
|
|
69
|
+
bgGreenBright: init(102, 49),
|
|
70
|
+
bgYellowBright: init(103, 49),
|
|
71
|
+
bgBlueBright: init(104, 49),
|
|
72
|
+
bgMagentaBright: init(105, 49),
|
|
73
|
+
bgCyanBright: init(106, 49),
|
|
74
|
+
bgWhiteBright: init(107, 49)
|
|
75
|
+
};
|
|
76
|
+
function createColors(useColor = isColorSupported) {
|
|
77
|
+
return useColor ? colorDefs : Object.fromEntries(Object.keys(colorDefs).map((key) => [key, String]));
|
|
78
|
+
}
|
|
79
|
+
const colors = createColors();
|
|
80
|
+
function getColor(color, fallback = "reset") {
|
|
81
|
+
return colors[color] || colors[fallback];
|
|
82
|
+
}
|
|
83
|
+
function colorize(color, text) {
|
|
84
|
+
return getColor(color)(text);
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
const ansiRegex = [
|
|
88
|
+
String.raw`[\u001B\u009B][[\]()#;?]*(?:(?:(?:(?:;[-a-zA-Z\d\/#&.:=?%@~_]+)*|[a-zA-Z\d]+(?:;[-a-zA-Z\d\/#&.:=?%@~_]*)*)?\u0007)`,
|
|
89
|
+
String.raw`(?:(?:\d{1,4}(?:;\d{0,4})*)?[\dA-PR-TZcf-nq-uy=><~]))`
|
|
90
|
+
].join("|");
|
|
91
|
+
function stripAnsi(text) {
|
|
92
|
+
return text.replace(new RegExp(ansiRegex, "g"), "");
|
|
93
|
+
}
|
|
94
|
+
function centerAlign(str, len, space = " ") {
|
|
95
|
+
const free = len - str.length;
|
|
96
|
+
if (free <= 0) {
|
|
97
|
+
return str;
|
|
98
|
+
}
|
|
99
|
+
const freeLeft = Math.floor(free / 2);
|
|
100
|
+
let _str = "";
|
|
101
|
+
for (let i = 0; i < len; i++) {
|
|
102
|
+
_str += i < freeLeft || i >= freeLeft + str.length ? space : str[i - freeLeft];
|
|
103
|
+
}
|
|
104
|
+
return _str;
|
|
105
|
+
}
|
|
106
|
+
function rightAlign(str, len, space = " ") {
|
|
107
|
+
const free = len - str.length;
|
|
108
|
+
if (free <= 0) {
|
|
109
|
+
return str;
|
|
110
|
+
}
|
|
111
|
+
let _str = "";
|
|
112
|
+
for (let i = 0; i < len; i++) {
|
|
113
|
+
_str += i < free ? space : str[i - free];
|
|
114
|
+
}
|
|
115
|
+
return _str;
|
|
116
|
+
}
|
|
117
|
+
function leftAlign(str, len, space = " ") {
|
|
118
|
+
let _str = "";
|
|
119
|
+
for (let i = 0; i < len; i++) {
|
|
120
|
+
_str += i < str.length ? str[i] : space;
|
|
121
|
+
}
|
|
122
|
+
return _str;
|
|
123
|
+
}
|
|
124
|
+
function align(alignment, str, len, space = " ") {
|
|
125
|
+
switch (alignment) {
|
|
126
|
+
case "left": {
|
|
127
|
+
return leftAlign(str, len, space);
|
|
128
|
+
}
|
|
129
|
+
case "right": {
|
|
130
|
+
return rightAlign(str, len, space);
|
|
131
|
+
}
|
|
132
|
+
case "center": {
|
|
133
|
+
return centerAlign(str, len, space);
|
|
134
|
+
}
|
|
135
|
+
default: {
|
|
136
|
+
return str;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
const boxStylePresets = {
|
|
142
|
+
solid: {
|
|
143
|
+
tl: "\u250C",
|
|
144
|
+
tr: "\u2510",
|
|
145
|
+
bl: "\u2514",
|
|
146
|
+
br: "\u2518",
|
|
147
|
+
h: "\u2500",
|
|
148
|
+
v: "\u2502"
|
|
149
|
+
},
|
|
150
|
+
double: {
|
|
151
|
+
tl: "\u2554",
|
|
152
|
+
tr: "\u2557",
|
|
153
|
+
bl: "\u255A",
|
|
154
|
+
br: "\u255D",
|
|
155
|
+
h: "\u2550",
|
|
156
|
+
v: "\u2551"
|
|
157
|
+
},
|
|
158
|
+
doubleSingle: {
|
|
159
|
+
tl: "\u2553",
|
|
160
|
+
tr: "\u2556",
|
|
161
|
+
bl: "\u2559",
|
|
162
|
+
br: "\u255C",
|
|
163
|
+
h: "\u2500",
|
|
164
|
+
v: "\u2551"
|
|
165
|
+
},
|
|
166
|
+
doubleSingleRounded: {
|
|
167
|
+
tl: "\u256D",
|
|
168
|
+
tr: "\u256E",
|
|
169
|
+
bl: "\u2570",
|
|
170
|
+
br: "\u256F",
|
|
171
|
+
h: "\u2500",
|
|
172
|
+
v: "\u2551"
|
|
173
|
+
},
|
|
174
|
+
singleThick: {
|
|
175
|
+
tl: "\u250F",
|
|
176
|
+
tr: "\u2513",
|
|
177
|
+
bl: "\u2517",
|
|
178
|
+
br: "\u251B",
|
|
179
|
+
h: "\u2501",
|
|
180
|
+
v: "\u2503"
|
|
181
|
+
},
|
|
182
|
+
singleDouble: {
|
|
183
|
+
tl: "\u2552",
|
|
184
|
+
tr: "\u2555",
|
|
185
|
+
bl: "\u2558",
|
|
186
|
+
br: "\u255B",
|
|
187
|
+
h: "\u2550",
|
|
188
|
+
v: "\u2502"
|
|
189
|
+
},
|
|
190
|
+
singleDoubleRounded: {
|
|
191
|
+
tl: "\u256D",
|
|
192
|
+
tr: "\u256E",
|
|
193
|
+
bl: "\u2570",
|
|
194
|
+
br: "\u256F",
|
|
195
|
+
h: "\u2550",
|
|
196
|
+
v: "\u2502"
|
|
197
|
+
},
|
|
198
|
+
rounded: {
|
|
199
|
+
tl: "\u256D",
|
|
200
|
+
tr: "\u256E",
|
|
201
|
+
bl: "\u2570",
|
|
202
|
+
br: "\u256F",
|
|
203
|
+
h: "\u2500",
|
|
204
|
+
v: "\u2502"
|
|
205
|
+
}
|
|
206
|
+
};
|
|
207
|
+
const defaultStyle = {
|
|
208
|
+
borderColor: "white",
|
|
209
|
+
borderStyle: "rounded",
|
|
210
|
+
valign: "center",
|
|
211
|
+
padding: 2,
|
|
212
|
+
marginLeft: 1,
|
|
213
|
+
marginTop: 1,
|
|
214
|
+
marginBottom: 1
|
|
215
|
+
};
|
|
216
|
+
function box(text, _opts = {}) {
|
|
217
|
+
const opts = {
|
|
218
|
+
..._opts,
|
|
219
|
+
style: {
|
|
220
|
+
...defaultStyle,
|
|
221
|
+
..._opts.style
|
|
222
|
+
}
|
|
223
|
+
};
|
|
224
|
+
const textLines = text.split("\n");
|
|
225
|
+
const boxLines = [];
|
|
226
|
+
const _color = getColor(opts.style.borderColor);
|
|
227
|
+
const borderStyle = {
|
|
228
|
+
...typeof opts.style.borderStyle === "string" ? boxStylePresets[opts.style.borderStyle] || boxStylePresets.solid : opts.style.borderStyle
|
|
229
|
+
};
|
|
230
|
+
if (_color) {
|
|
231
|
+
for (const key in borderStyle) {
|
|
232
|
+
borderStyle[key] = _color(
|
|
233
|
+
borderStyle[key]
|
|
234
|
+
);
|
|
235
|
+
}
|
|
236
|
+
}
|
|
237
|
+
const paddingOffset = opts.style.padding % 2 === 0 ? opts.style.padding : opts.style.padding + 1;
|
|
238
|
+
const height = textLines.length + paddingOffset;
|
|
239
|
+
const width = Math.max(
|
|
240
|
+
...textLines.map((line) => stripAnsi(line).length),
|
|
241
|
+
opts.title ? stripAnsi(opts.title).length : 0
|
|
242
|
+
) + paddingOffset;
|
|
243
|
+
const widthOffset = width + paddingOffset;
|
|
244
|
+
const leftSpace = opts.style.marginLeft > 0 ? " ".repeat(opts.style.marginLeft) : "";
|
|
245
|
+
if (opts.style.marginTop > 0) {
|
|
246
|
+
boxLines.push("".repeat(opts.style.marginTop));
|
|
247
|
+
}
|
|
248
|
+
if (opts.title) {
|
|
249
|
+
const title = _color ? _color(opts.title) : opts.title;
|
|
250
|
+
const left = borderStyle.h.repeat(
|
|
251
|
+
Math.floor((width - stripAnsi(opts.title).length) / 2)
|
|
252
|
+
);
|
|
253
|
+
const right = borderStyle.h.repeat(
|
|
254
|
+
width - stripAnsi(opts.title).length - stripAnsi(left).length + paddingOffset
|
|
255
|
+
);
|
|
256
|
+
boxLines.push(
|
|
257
|
+
`${leftSpace}${borderStyle.tl}${left}${title}${right}${borderStyle.tr}`
|
|
258
|
+
);
|
|
259
|
+
} else {
|
|
260
|
+
boxLines.push(
|
|
261
|
+
`${leftSpace}${borderStyle.tl}${borderStyle.h.repeat(widthOffset)}${borderStyle.tr}`
|
|
262
|
+
);
|
|
263
|
+
}
|
|
264
|
+
const valignOffset = opts.style.valign === "center" ? Math.floor((height - textLines.length) / 2) : opts.style.valign === "top" ? height - textLines.length - paddingOffset : height - textLines.length;
|
|
265
|
+
for (let i = 0; i < height; i++) {
|
|
266
|
+
if (i < valignOffset || i >= valignOffset + textLines.length) {
|
|
267
|
+
boxLines.push(
|
|
268
|
+
`${leftSpace}${borderStyle.v}${" ".repeat(widthOffset)}${borderStyle.v}`
|
|
269
|
+
);
|
|
270
|
+
} else {
|
|
271
|
+
const line = textLines[i - valignOffset];
|
|
272
|
+
const left = " ".repeat(paddingOffset);
|
|
273
|
+
const right = " ".repeat(width - stripAnsi(line).length);
|
|
274
|
+
boxLines.push(
|
|
275
|
+
`${leftSpace}${borderStyle.v}${left}${line}${right}${borderStyle.v}`
|
|
276
|
+
);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
boxLines.push(
|
|
280
|
+
`${leftSpace}${borderStyle.bl}${borderStyle.h.repeat(widthOffset)}${borderStyle.br}`
|
|
281
|
+
);
|
|
282
|
+
if (opts.style.marginBottom > 0) {
|
|
283
|
+
boxLines.push("".repeat(opts.style.marginBottom));
|
|
284
|
+
}
|
|
285
|
+
return boxLines.join("\n");
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
export { centerAlign as a, align as b, colorize as c, box as d, colors as e, getColor as g, leftAlign as l, rightAlign as r, stripAnsi as s };
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "consola",
|
|
3
|
+
"version": "3.4.2",
|
|
4
|
+
"description": "Elegant Console Wrapper",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"console",
|
|
7
|
+
"logger",
|
|
8
|
+
"reporter",
|
|
9
|
+
"elegant",
|
|
10
|
+
"cli",
|
|
11
|
+
"universal",
|
|
12
|
+
"unified",
|
|
13
|
+
"prompt",
|
|
14
|
+
"clack",
|
|
15
|
+
"format",
|
|
16
|
+
"error",
|
|
17
|
+
"stacktrace"
|
|
18
|
+
],
|
|
19
|
+
"repository": "unjs/consola",
|
|
20
|
+
"license": "MIT",
|
|
21
|
+
"type": "module",
|
|
22
|
+
"exports": {
|
|
23
|
+
".": {
|
|
24
|
+
"node": {
|
|
25
|
+
"import": {
|
|
26
|
+
"types": "./dist/index.d.mts",
|
|
27
|
+
"default": "./dist/index.mjs"
|
|
28
|
+
},
|
|
29
|
+
"require": {
|
|
30
|
+
"types": "./dist/index.d.cts",
|
|
31
|
+
"default": "./lib/index.cjs"
|
|
32
|
+
}
|
|
33
|
+
},
|
|
34
|
+
"default": {
|
|
35
|
+
"import": {
|
|
36
|
+
"types": "./dist/browser.d.mts",
|
|
37
|
+
"default": "./dist/browser.mjs"
|
|
38
|
+
},
|
|
39
|
+
"require": {
|
|
40
|
+
"types": "./dist/browser.d.cts",
|
|
41
|
+
"default": "./dist/browser.cjs"
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
},
|
|
45
|
+
"./browser": {
|
|
46
|
+
"import": {
|
|
47
|
+
"types": "./dist/browser.d.mts",
|
|
48
|
+
"default": "./dist/browser.mjs"
|
|
49
|
+
},
|
|
50
|
+
"require": {
|
|
51
|
+
"types": "./dist/browser.d.cts",
|
|
52
|
+
"default": "./dist/browser.cjs"
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"./basic": {
|
|
56
|
+
"node": {
|
|
57
|
+
"import": {
|
|
58
|
+
"types": "./dist/basic.d.mts",
|
|
59
|
+
"default": "./dist/basic.mjs"
|
|
60
|
+
},
|
|
61
|
+
"require": {
|
|
62
|
+
"types": "./dist/basic.d.cts",
|
|
63
|
+
"default": "./dist/basic.cjs"
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
"default": {
|
|
67
|
+
"import": {
|
|
68
|
+
"types": "./dist/browser.d.mts",
|
|
69
|
+
"default": "./dist/browser.mjs"
|
|
70
|
+
},
|
|
71
|
+
"require": {
|
|
72
|
+
"types": "./dist/browser.d.cts",
|
|
73
|
+
"default": "./dist/browser.cjs"
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
},
|
|
77
|
+
"./core": {
|
|
78
|
+
"import": {
|
|
79
|
+
"types": "./dist/core.d.mts",
|
|
80
|
+
"default": "./dist/core.mjs"
|
|
81
|
+
},
|
|
82
|
+
"require": {
|
|
83
|
+
"types": "./dist/core.d.cts",
|
|
84
|
+
"default": "./dist/core.cjs"
|
|
85
|
+
}
|
|
86
|
+
},
|
|
87
|
+
"./utils": {
|
|
88
|
+
"import": {
|
|
89
|
+
"types": "./dist/utils.d.mts",
|
|
90
|
+
"default": "./dist/utils.mjs"
|
|
91
|
+
},
|
|
92
|
+
"require": {
|
|
93
|
+
"types": "./dist/utils.d.cts",
|
|
94
|
+
"default": "./dist/utils.cjs"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
},
|
|
98
|
+
"main": "./lib/index.cjs",
|
|
99
|
+
"module": "./dist/index.mjs",
|
|
100
|
+
"browser": "./dist/browser.mjs",
|
|
101
|
+
"types": "./dist/index.d.ts",
|
|
102
|
+
"files": [
|
|
103
|
+
"dist",
|
|
104
|
+
"lib",
|
|
105
|
+
"*.d.ts"
|
|
106
|
+
],
|
|
107
|
+
"scripts": {
|
|
108
|
+
"build": "unbuild",
|
|
109
|
+
"dev": "vitest",
|
|
110
|
+
"lint": "eslint . && prettier -c src examples test",
|
|
111
|
+
"lint:fix": "eslint . --fix && prettier -w src examples test",
|
|
112
|
+
"release": "pnpm test && pnpm build && changelogen --release --push && npm publish",
|
|
113
|
+
"test": "pnpm lint && pnpm vitest run --coverage"
|
|
114
|
+
},
|
|
115
|
+
"devDependencies": {
|
|
116
|
+
"@clack/prompts": "^0.10.0",
|
|
117
|
+
"@types/node": "^22.13.10",
|
|
118
|
+
"@vitest/coverage-v8": "^3.0.9",
|
|
119
|
+
"changelogen": "^0.6.1",
|
|
120
|
+
"defu": "^6.1.4",
|
|
121
|
+
"eslint": "^9.22.0",
|
|
122
|
+
"eslint-config-unjs": "^0.4.2",
|
|
123
|
+
"is-unicode-supported": "^2.1.0",
|
|
124
|
+
"prettier": "^3.5.3",
|
|
125
|
+
"sentencer": "^0.2.1",
|
|
126
|
+
"std-env": "^3.8.1",
|
|
127
|
+
"string-width": "^7.2.0",
|
|
128
|
+
"typescript": "^5.8.2",
|
|
129
|
+
"unbuild": "^3.5.0",
|
|
130
|
+
"vitest": "^3.0.9"
|
|
131
|
+
},
|
|
132
|
+
"engines": {
|
|
133
|
+
"node": "^14.18.0 || >=16.10.0"
|
|
134
|
+
},
|
|
135
|
+
"packageManager": "pnpm@10.6.3"
|
|
136
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
export { uneval } from './src/uneval.js';
|
|
2
|
+
export { parse, unflatten } from './src/parse.js';
|
|
3
|
+
export { stringify, stringifyAsync } from './src/stringify.js';
|
|
4
|
+
export {
|
|
5
|
+
default_stringify_operations as defaultStringifyOperations,
|
|
6
|
+
default_parse_operations as defaultParseOperations
|
|
7
|
+
} from './src/operations.js';
|
|
8
|
+
export { DevalueError, filter_array_indices as filterArrayIndices } from './src/utils.js';
|
|
9
|
+
|
|
10
|
+
/** @typedef {import('./src/types.js').StringValueTag} StringValueTag */
|
|
11
|
+
/** @typedef {import('./src/types.js').ViewTag} ViewTag */
|
|
12
|
+
/** @typedef {import('./src/types.js').StringifyOperations} StringifyOperations */
|
|
13
|
+
/** @typedef {import('./src/types.js').DefaultStringifyOperations} DefaultStringifyOperations */
|
|
14
|
+
/** @typedef {import('./src/types.js').StringifyOptions} StringifyOptions */
|
|
15
|
+
/** @typedef {import('./src/types.js').ParseOperations} ParseOperations */
|
|
16
|
+
/** @typedef {import('./src/types.js').DefaultParseOperations} DefaultParseOperations */
|
|
17
|
+
/** @typedef {import('./src/types.js').ParseOptions} ParseOptions */
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "devalue",
|
|
3
|
+
"description": "Gets the job done when JSON.stringify can't",
|
|
4
|
+
"version": "5.9.0",
|
|
5
|
+
"repository": "sveltejs/devalue",
|
|
6
|
+
"sideEffects": false,
|
|
7
|
+
"exports": {
|
|
8
|
+
".": {
|
|
9
|
+
"types": "./types/index.d.ts",
|
|
10
|
+
"import": "./index.js",
|
|
11
|
+
"default": "./index.js"
|
|
12
|
+
}
|
|
13
|
+
},
|
|
14
|
+
"files": [
|
|
15
|
+
"index.js",
|
|
16
|
+
"src",
|
|
17
|
+
"types"
|
|
18
|
+
],
|
|
19
|
+
"types": "./types/index.d.ts",
|
|
20
|
+
"devDependencies": {
|
|
21
|
+
"@changesets/cli": "^2.29.6",
|
|
22
|
+
"@js-temporal/polyfill": "^0.5.1",
|
|
23
|
+
"@types/node": "^24.12.0",
|
|
24
|
+
"dts-buddy": "^0.6.2",
|
|
25
|
+
"publint": "^0.3.12",
|
|
26
|
+
"typescript": "^5.9.2",
|
|
27
|
+
"uvu": "^0.5.6"
|
|
28
|
+
},
|
|
29
|
+
"license": "MIT",
|
|
30
|
+
"type": "module",
|
|
31
|
+
"scripts": {
|
|
32
|
+
"changeset:version": "changeset version",
|
|
33
|
+
"changeset:publish": "changeset publish",
|
|
34
|
+
"build": "dts-buddy",
|
|
35
|
+
"test": "uvu",
|
|
36
|
+
"bench": "node --allow-natives-syntax ./benchmarking/run.js",
|
|
37
|
+
"bench:compare": "node --allow-natives-syntax ./benchmarking/compare/index.js"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
/* Baseline 2025 runtimes */
|
|
2
|
+
|
|
3
|
+
/** @type {(array_buffer: ArrayBuffer) => string} */
|
|
4
|
+
export function encode_native(array_buffer) {
|
|
5
|
+
return new Uint8Array(array_buffer).toBase64();
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
/** @type {(base64: string) => ArrayBuffer} */
|
|
9
|
+
export function decode_native(base64) {
|
|
10
|
+
return Uint8Array.fromBase64(base64).buffer;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
/* Node-compatible runtimes */
|
|
14
|
+
|
|
15
|
+
/** @type {(array_buffer: ArrayBuffer) => string} */
|
|
16
|
+
export function encode_buffer(array_buffer) {
|
|
17
|
+
return Buffer.from(array_buffer).toString('base64');
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
/** @type {(base64: string) => ArrayBuffer} */
|
|
21
|
+
export function decode_buffer(base64) {
|
|
22
|
+
return Uint8Array.from(Buffer.from(base64, 'base64')).buffer;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
/* Legacy runtimes */
|
|
26
|
+
|
|
27
|
+
/** @type {(array_buffer: ArrayBuffer) => string} */
|
|
28
|
+
export function encode_legacy(array_buffer) {
|
|
29
|
+
const array = new Uint8Array(array_buffer);
|
|
30
|
+
let binary = '';
|
|
31
|
+
|
|
32
|
+
// the maximum number of arguments to String.fromCharCode.apply
|
|
33
|
+
// should be around 0xFFFF in modern engines
|
|
34
|
+
const chunk_size = 0x8000;
|
|
35
|
+
for (let i = 0; i < array.length; i += chunk_size) {
|
|
36
|
+
const chunk = array.subarray(i, i + chunk_size);
|
|
37
|
+
binary += String.fromCharCode.apply(null, chunk);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
return btoa(binary);
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/** @type {(base64: string) => ArrayBuffer} */
|
|
44
|
+
export function decode_legacy(base64) {
|
|
45
|
+
const binary_string = atob(base64);
|
|
46
|
+
const len = binary_string.length;
|
|
47
|
+
const array = new Uint8Array(len);
|
|
48
|
+
|
|
49
|
+
for (let i = 0; i < len; i++) {
|
|
50
|
+
array[i] = binary_string.charCodeAt(i);
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
return array.buffer;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
const native = typeof Uint8Array.fromBase64 === 'function';
|
|
57
|
+
const buffer = typeof process === 'object' && process.versions?.node !== undefined;
|
|
58
|
+
|
|
59
|
+
export const encode64 = native ? encode_native : buffer ? encode_buffer : encode_legacy;
|
|
60
|
+
export const decode64 = native ? decode_native : buffer ? decode_buffer : decode_legacy;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export const UNDEFINED = -1;
|
|
2
|
+
export const HOLE = -2;
|
|
3
|
+
export const NAN = -3;
|
|
4
|
+
export const POSITIVE_INFINITY = -4;
|
|
5
|
+
export const NEGATIVE_INFINITY = -5;
|
|
6
|
+
export const NEGATIVE_ZERO = -6;
|
|
7
|
+
export const SPARSE = -7;
|
|
8
|
+
|
|
9
|
+
// The largest valid value for a JavaScript array's `length` property,
|
|
10
|
+
// and the largest valid array index (one less than the max length).
|
|
11
|
+
export const MAX_ARRAY_LEN = 2 ** 32 - 1;
|
|
12
|
+
export const MAX_ARRAY_INDEX = MAX_ARRAY_LEN - 1;
|