omnius 1.0.9 → 1.0.11

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.
@@ -1,19 +1,22 @@
1
1
  {
2
2
  "name": "omnius",
3
- "version": "1.0.9",
3
+ "version": "1.0.11",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "omnius",
9
- "version": "1.0.9",
9
+ "version": "1.0.11",
10
+ "bundleDependencies": [
11
+ "image-to-ascii"
12
+ ],
10
13
  "hasInstallScript": true,
11
14
  "license": "CC-BY-NC-4.0",
12
15
  "dependencies": {
13
16
  "aiwg": "^2026.3.3",
14
17
  "glob": "^11.0.0",
15
18
  "ignore": "^6.0.2",
16
- "image-to-ascii": "^3.2.2",
19
+ "image-to-ascii": "file:vendor/image-to-ascii",
17
20
  "nats.ws": "1.30.3",
18
21
  "open-agents-nexus": "1.17.3",
19
22
  "ws": "^8.20.0",
@@ -2176,66 +2179,6 @@
2176
2179
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
2177
2180
  }
2178
2181
  },
2179
- "node_modules/ansy": {
2180
- "version": "1.0.16",
2181
- "resolved": "https://registry.npmjs.org/ansy/-/ansy-1.0.16.tgz",
2182
- "integrity": "sha512-9heIA517JMByr2usiEiobYDJSN71ikQgcFucf4mp4THZG2ZQHNQJjzJIICB1m5JOy3s66HZHTZ5nTHDoliLI9A==",
2183
- "license": "MIT",
2184
- "dependencies": {
2185
- "ansi-styles": "^3.0.0",
2186
- "custom-return": "^1.0.0",
2187
- "supports-color": "^3.1.2",
2188
- "ul": "^5.2.1"
2189
- }
2190
- },
2191
- "node_modules/ansy/node_modules/ansi-styles": {
2192
- "version": "3.2.1",
2193
- "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2194
- "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2195
- "license": "MIT",
2196
- "dependencies": {
2197
- "color-convert": "^1.9.0"
2198
- },
2199
- "engines": {
2200
- "node": ">=4"
2201
- }
2202
- },
2203
- "node_modules/ansy/node_modules/color-convert": {
2204
- "version": "1.9.3",
2205
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
2206
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
2207
- "license": "MIT",
2208
- "dependencies": {
2209
- "color-name": "1.1.3"
2210
- }
2211
- },
2212
- "node_modules/ansy/node_modules/color-name": {
2213
- "version": "1.1.3",
2214
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
2215
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
2216
- "license": "MIT"
2217
- },
2218
- "node_modules/ansy/node_modules/has-flag": {
2219
- "version": "1.0.0",
2220
- "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-1.0.0.tgz",
2221
- "integrity": "sha512-DyYHfIYwAJmjAjSSPKANxI8bFY9YtFrgkAfinBojQ8YJTOuOuav64tMUJv584SES4xl74PmuaevIyaLESHdTAA==",
2222
- "license": "MIT",
2223
- "engines": {
2224
- "node": ">=0.10.0"
2225
- }
2226
- },
2227
- "node_modules/ansy/node_modules/supports-color": {
2228
- "version": "3.2.3",
2229
- "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-3.2.3.tgz",
2230
- "integrity": "sha512-Jds2VIYDrlp5ui7t8abHN2bjAu4LV/q4N2KivFPpGH0lrka0BMq/33AmECUXlKPcHigkNaqfXRENFju+rlcy+A==",
2231
- "license": "MIT",
2232
- "dependencies": {
2233
- "has-flag": "^1.0.0"
2234
- },
2235
- "engines": {
2236
- "node": ">=0.8.0"
2237
- }
2238
- },
2239
2182
  "node_modules/any-signal": {
2240
2183
  "version": "4.2.0",
2241
2184
  "resolved": "https://registry.npmjs.org/any-signal/-/any-signal-4.2.0.tgz",
@@ -2265,42 +2208,6 @@
2265
2208
  "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
2266
2209
  "license": "Python-2.0"
2267
2210
  },
2268
- "node_modules/array-parallel": {
2269
- "version": "0.1.3",
2270
- "resolved": "https://registry.npmjs.org/array-parallel/-/array-parallel-0.1.3.tgz",
2271
- "integrity": "sha512-TDPTwSWW5E4oiFiKmz6RGJ/a80Y91GuLgUYuLd49+XBS75tYo8PNgaT2K/OxuQYqkoI852MDGBorg9OcUSTQ8w==",
2272
- "license": "MIT"
2273
- },
2274
- "node_modules/array-series": {
2275
- "version": "0.1.5",
2276
- "resolved": "https://registry.npmjs.org/array-series/-/array-series-0.1.5.tgz",
2277
- "integrity": "sha512-L0XlBwfx9QetHOsbLDrE/vh2t018w9462HM3iaFfxRiK83aJjAt/Ja3NMkOW7FICwWTlQBa3ZbL5FKhuQWkDrg==",
2278
- "license": "MIT"
2279
- },
2280
- "node_modules/asciify-pixel": {
2281
- "version": "1.2.15",
2282
- "resolved": "https://registry.npmjs.org/asciify-pixel/-/asciify-pixel-1.2.15.tgz",
2283
- "integrity": "sha512-lunY4Ts36ZGoA/zg4l1GiCP+EvI1K8qVBkpDINZmcGQalBARGGiVuBALEHeMnQ0Sto3Aqj6uEX4Wg/nu3eWtZA==",
2284
- "license": "MIT",
2285
- "dependencies": {
2286
- "couleurs": "^6.0.0",
2287
- "deffy": "^2.2.1",
2288
- "pixel-bg": "^1.0.0",
2289
- "pixel-class": "^1.0.0",
2290
- "pixel-white-bg": "^1.0.0",
2291
- "ul": "^5.2.1"
2292
- }
2293
- },
2294
- "node_modules/asciify-pixel-matrix": {
2295
- "version": "1.0.15",
2296
- "resolved": "https://registry.npmjs.org/asciify-pixel-matrix/-/asciify-pixel-matrix-1.0.15.tgz",
2297
- "integrity": "sha512-2+o1opt629BWZbGEG6dwYZ8HLXfX8x63oCGfUxW/xUDcOxctx5aj0bNMf0v1DL0dzhheXEVYbj0Jm4Wz2+Zcsg==",
2298
- "license": "MIT",
2299
- "dependencies": {
2300
- "asciify-pixel": "^1.0.0",
2301
- "ul": "^5.2.1"
2302
- }
2303
- },
2304
2211
  "node_modules/asn1js": {
2305
2212
  "version": "3.0.10",
2306
2213
  "resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.10.tgz",
@@ -2315,16 +2222,6 @@
2315
2222
  "node": ">=12.0.0"
2316
2223
  }
2317
2224
  },
2318
- "node_modules/assured": {
2319
- "version": "1.0.16",
2320
- "resolved": "https://registry.npmjs.org/assured/-/assured-1.0.16.tgz",
2321
- "integrity": "sha512-KwttBV8EIJw4/KqRFTJzKELLm9c3d1V9+fefORWv8cJNgKouuCRQ5rvCgjpBwA1AxVwqpR5Y1ePLU5SINJzhQg==",
2322
- "license": "MIT",
2323
- "dependencies": {
2324
- "noop6": "^1.0.1",
2325
- "sliced": "^1.0.1"
2326
- }
2327
- },
2328
2225
  "node_modules/async": {
2329
2226
  "version": "3.2.6",
2330
2227
  "resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
@@ -2709,12 +2606,6 @@
2709
2606
  "url": "https://github.com/sponsors/ljharb"
2710
2607
  }
2711
2608
  },
2712
- "node_modules/cb-buffer": {
2713
- "version": "2.1.10",
2714
- "resolved": "https://registry.npmjs.org/cb-buffer/-/cb-buffer-2.1.10.tgz",
2715
- "integrity": "sha512-D1lYhJcMqR2CbKRhWef5oyui87Q9x1W99P2oxoc5e8lGG3q9vjVUEspvW1GL3n9ROkWZWTcWwt9NBqMJ+EgJNA==",
2716
- "license": "MIT"
2717
- },
2718
2609
  "node_modules/cborg": {
2719
2610
  "version": "5.1.1",
2720
2611
  "resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.1.tgz",
@@ -2907,17 +2798,6 @@
2907
2798
  "node": ">=18"
2908
2799
  }
2909
2800
  },
2910
- "node_modules/compute-size": {
2911
- "version": "1.0.14",
2912
- "resolved": "https://registry.npmjs.org/compute-size/-/compute-size-1.0.14.tgz",
2913
- "integrity": "sha512-QKM2SJRQFPlXZDNRdu+Delhd+3BrJMmK9BlGSgO6iFhSiiNqPF8QI7wj3O/jXDZPPUoZo3Bev3fUWmR+ZjfOTQ==",
2914
- "license": "MIT",
2915
- "dependencies": {
2916
- "fixed-or-percent": "^1.0.0",
2917
- "map-o": "^2.0.1",
2918
- "ul": "^5.2.1"
2919
- }
2920
- },
2921
2801
  "node_modules/content-disposition": {
2922
2802
  "version": "1.1.0",
2923
2803
  "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
@@ -3009,33 +2889,6 @@
3009
2889
  "url": "https://opencollective.com/express"
3010
2890
  }
3011
2891
  },
3012
- "node_modules/couleurs": {
3013
- "version": "6.0.12",
3014
- "resolved": "https://registry.npmjs.org/couleurs/-/couleurs-6.0.12.tgz",
3015
- "integrity": "sha512-3SzCoWk+IWpReIhdrPnFCsjOQq1CyZ1OHWVTlFq/HR94tK6tEzNSbUycYCEhg+ywnznhFACad+YbGAHGmKzeOQ==",
3016
- "license": "MIT",
3017
- "dependencies": {
3018
- "ansy": "^1.0.0",
3019
- "color-convert": "^1.0.0",
3020
- "iterate-object": "^1.3.1",
3021
- "typpy": "^2.3.1"
3022
- }
3023
- },
3024
- "node_modules/couleurs/node_modules/color-convert": {
3025
- "version": "1.9.3",
3026
- "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
3027
- "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
3028
- "license": "MIT",
3029
- "dependencies": {
3030
- "color-name": "1.1.3"
3031
- }
3032
- },
3033
- "node_modules/couleurs/node_modules/color-name": {
3034
- "version": "1.1.3",
3035
- "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
3036
- "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==",
3037
- "license": "MIT"
3038
- },
3039
2892
  "node_modules/cross-spawn": {
3040
2893
  "version": "7.0.6",
3041
2894
  "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
@@ -3056,15 +2909,6 @@
3056
2909
  "integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
3057
2910
  "license": "MIT"
3058
2911
  },
3059
- "node_modules/custom-return": {
3060
- "version": "1.0.13",
3061
- "resolved": "https://registry.npmjs.org/custom-return/-/custom-return-1.0.13.tgz",
3062
- "integrity": "sha512-28xNk/Ek+zEhP5grGiNm9+npFJzqhwULzNcBSx4Osh4iuvczTLQqKB7cZoyNql/hpuuWyWBzbeY2+uCH0Qv7UA==",
3063
- "license": "MIT",
3064
- "dependencies": {
3065
- "noop6": "^1.0.0"
3066
- }
3067
- },
3068
2912
  "node_modules/datastore-core": {
3069
2913
  "version": "11.0.4",
3070
2914
  "resolved": "https://registry.npmjs.org/datastore-core/-/datastore-core-11.0.4.tgz",
@@ -3142,15 +2986,6 @@
3142
2986
  "url": "https://github.com/sponsors/sindresorhus"
3143
2987
  }
3144
2988
  },
3145
- "node_modules/deffy": {
3146
- "version": "2.2.5",
3147
- "resolved": "https://registry.npmjs.org/deffy/-/deffy-2.2.5.tgz",
3148
- "integrity": "sha512-6TX2cfIo97eKqWmqgMDAUulCwnveAe3K+4VGsTGPJsL3NtSEnSBFZ3sUXdS4EBhZ8GbdaZBzXQ04ton18dJrug==",
3149
- "license": "MIT",
3150
- "dependencies": {
3151
- "typpy": "^2.0.0"
3152
- }
3153
- },
3154
2989
  "node_modules/delay": {
3155
2990
  "version": "7.0.0",
3156
2991
  "resolved": "https://registry.npmjs.org/delay/-/delay-7.0.0.tgz",
@@ -3287,15 +3122,6 @@
3287
3122
  "url": "https://github.com/sponsors/sindresorhus"
3288
3123
  }
3289
3124
  },
3290
- "node_modules/err": {
3291
- "version": "1.1.1",
3292
- "resolved": "https://registry.npmjs.org/err/-/err-1.1.1.tgz",
3293
- "integrity": "sha512-N97Ybd2jJHVQ+Ft3Q5+C2gM3kgygkdeQmEqbN2z15UTVyyEsIwLA1VK39O1DHEJhXbwIFcJLqm6iARNhFANcQA==",
3294
- "license": "MIT",
3295
- "dependencies": {
3296
- "typpy": "^2.2.0"
3297
- }
3298
- },
3299
3125
  "node_modules/err-code": {
3300
3126
  "version": "3.0.1",
3301
3127
  "resolved": "https://registry.npmjs.org/err-code/-/err-code-3.0.1.tgz",
@@ -3591,16 +3417,6 @@
3591
3417
  "url": "https://opencollective.com/express"
3592
3418
  }
3593
3419
  },
3594
- "node_modules/fixed-or-percent": {
3595
- "version": "1.0.13",
3596
- "resolved": "https://registry.npmjs.org/fixed-or-percent/-/fixed-or-percent-1.0.13.tgz",
3597
- "integrity": "sha512-KRGuC0M2GHdNReP923u/I5xQMR5SlyiqMYrl+o/3FYvvu8NpXeF9uAt/cNuonPmC/JuYWkI4bEJpQ3FXyy8sdg==",
3598
- "license": "MIT",
3599
- "dependencies": {
3600
- "is-percent": "^1.0.1",
3601
- "percent-value": "^1.0.0"
3602
- }
3603
- },
3604
3420
  "node_modules/flatbuffers": {
3605
3421
  "version": "1.12.0",
3606
3422
  "resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-1.12.0.tgz",
@@ -3757,15 +3573,6 @@
3757
3573
  "url": "https://github.com/sponsors/sindresorhus"
3758
3574
  }
3759
3575
  },
3760
- "node_modules/function.name": {
3761
- "version": "1.0.14",
3762
- "resolved": "https://registry.npmjs.org/function.name/-/function.name-1.0.14.tgz",
3763
- "integrity": "sha512-s99L814NRuLxwF2sJMIcLhkQhueGXb3oKyvorzrUKKwlVB0SBbWrgZt4+EwKAo3ujCXnT7vshmCvXgZA09kCMw==",
3764
- "license": "MIT",
3765
- "dependencies": {
3766
- "noop6": "^1.0.1"
3767
- }
3768
- },
3769
3576
  "node_modules/get-east-asian-width": {
3770
3577
  "version": "1.6.0",
3771
3578
  "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
@@ -3875,53 +3682,6 @@
3875
3682
  "node": ">= 6"
3876
3683
  }
3877
3684
  },
3878
- "node_modules/gm": {
3879
- "version": "1.25.1",
3880
- "resolved": "https://registry.npmjs.org/gm/-/gm-1.25.1.tgz",
3881
- "integrity": "sha512-jgcs2vKir9hFogGhXIfs0ODhJTfIrbECCehg38tqFgHm8zqXx7kAJyCYAFK4jTjx71AxrkFtkJBawbAxYUPX9A==",
3882
- "deprecated": "The gm module has been sunset. Please migrate to an alternative. https://github.com/aheckmann/gm?tab=readme-ov-file#2025-02-24-this-project-is-not-maintained",
3883
- "license": "MIT",
3884
- "dependencies": {
3885
- "array-parallel": "~0.1.3",
3886
- "array-series": "~0.1.5",
3887
- "cross-spawn": "^7.0.5",
3888
- "debug": "^3.1.0"
3889
- },
3890
- "engines": {
3891
- "node": ">=14"
3892
- }
3893
- },
3894
- "node_modules/gm-installed": {
3895
- "version": "1.0.12",
3896
- "resolved": "https://registry.npmjs.org/gm-installed/-/gm-installed-1.0.12.tgz",
3897
- "integrity": "sha512-o9JZdjE9VAKtzyJ1U2P8N+kr8Sq8qMuCBcxxoLUZzI+1CC3BRqs6tNoY3OedTMy1OsUCzMUJzB8o1lh7S9v10w==",
3898
- "license": "MIT",
3899
- "dependencies": {
3900
- "prgm-installed": "^1.0.1"
3901
- }
3902
- },
3903
- "node_modules/gm-tools": {
3904
- "version": "1.0.13",
3905
- "resolved": "https://registry.npmjs.org/gm-tools/-/gm-tools-1.0.13.tgz",
3906
- "integrity": "sha512-JPj6gYQbfkJbCzZmK3oPsnknck/R01l+ssC6MqSrzlJ9knnOKMDkxx9XOOyQeGKAfHPFsMkxBb3ayB5ax2ExMw==",
3907
- "license": "MIT",
3908
- "dependencies": {
3909
- "gm": "^1.23.1",
3910
- "iterate-object": "^1.3.1",
3911
- "pixel-class": "^1.0.0",
3912
- "pngjs": "^2.2.0",
3913
- "same-time": "^2.3.1"
3914
- }
3915
- },
3916
- "node_modules/gm/node_modules/debug": {
3917
- "version": "3.2.7",
3918
- "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
3919
- "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
3920
- "license": "MIT",
3921
- "dependencies": {
3922
- "ms": "^2.1.1"
3923
- }
3924
- },
3925
3685
  "node_modules/google-protobuf": {
3926
3686
  "version": "3.21.4",
3927
3687
  "resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.4.tgz",
@@ -4178,44 +3938,9 @@
4178
3938
  "node": ">= 4"
4179
3939
  }
4180
3940
  },
4181
- "node_modules/image-parser": {
4182
- "version": "1.2.9",
4183
- "resolved": "https://registry.npmjs.org/image-parser/-/image-parser-1.2.9.tgz",
4184
- "integrity": "sha512-bDQxsT+fIhbW1kgOSg7nLxOLksEofW4Ti0LjCsDh+tWQntcrHVe/PH+f2PcX6zz1E/fJaeZ1adHGh3JCjadw5w==",
4185
- "license": "MIT",
4186
- "dependencies": {
4187
- "cb-buffer": "^2.0.0",
4188
- "err": "^1.1.1",
4189
- "gm-tools": "^1.0.0",
4190
- "lwipify": "^2.0.0",
4191
- "noop6": "^1.0.4",
4192
- "pixel-class": "^1.0.0"
4193
- }
4194
- },
4195
3941
  "node_modules/image-to-ascii": {
4196
- "version": "3.3.0",
4197
- "resolved": "https://registry.npmjs.org/image-to-ascii/-/image-to-ascii-3.3.0.tgz",
4198
- "integrity": "sha512-8Vt1Y1eubMlfHK3TBAHAR3BKyKejaRrrR6qrFP3VHWdOe9t4U5v8vgstf9WA0jbRAZm4sXJsUi7PVCRsGJxPUA==",
4199
- "license": "MIT",
4200
- "dependencies": {
4201
- "asciify-pixel-matrix": "^1.0.15",
4202
- "compute-size": "^1.0.14",
4203
- "image-parser": "^1.2.9",
4204
- "imgpx": "^1.0.14",
4205
- "one-by-one": "^3.2.9",
4206
- "terminal-char-width": "^1.0.11",
4207
- "ul": "^5.2.16"
4208
- }
4209
- },
4210
- "node_modules/imgpx": {
4211
- "version": "1.0.14",
4212
- "resolved": "https://registry.npmjs.org/imgpx/-/imgpx-1.0.14.tgz",
4213
- "integrity": "sha512-h0BGVzLVG30fmmIB8ibilVFCGVYtH60c5vrbfND288x4Wd0Y8mWZDfvTSonJNHVt+wMvvv/FtmwE0Tdmn16Y5Q==",
4214
- "license": "MIT",
4215
- "dependencies": {
4216
- "lwip-pixels": "^1.0.0",
4217
- "lwipify": "^2.0.0"
4218
- }
3942
+ "resolved": "vendor/image-to-ascii",
3943
+ "link": true
4219
3944
  },
4220
3945
  "node_modules/inherits": {
4221
3946
  "version": "2.0.4",
@@ -4493,15 +4218,6 @@
4493
4218
  "node": ">=0.12.0"
4494
4219
  }
4495
4220
  },
4496
- "node_modules/is-percent": {
4497
- "version": "1.0.13",
4498
- "resolved": "https://registry.npmjs.org/is-percent/-/is-percent-1.0.13.tgz",
4499
- "integrity": "sha512-JFENHZNpthig9IPhnjlVYb86gTihaS6PeQQkahUolcMQeSYq5kc0n1ag6vHhlKUYuwGNO2YZGdTB6qQt0uueMQ==",
4500
- "license": "MIT",
4501
- "dependencies": {
4502
- "last-char": "^1.3.1"
4503
- }
4504
- },
4505
4221
  "node_modules/is-plain-obj": {
4506
4222
  "version": "2.1.0",
4507
4223
  "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
@@ -4529,21 +4245,6 @@
4529
4245
  "url": "https://github.com/sponsors/sindresorhus"
4530
4246
  }
4531
4247
  },
4532
- "node_modules/is-ssh": {
4533
- "version": "1.4.1",
4534
- "resolved": "https://registry.npmjs.org/is-ssh/-/is-ssh-1.4.1.tgz",
4535
- "integrity": "sha512-JNeu1wQsHjyHgn9NcWTaXq6zWSR6hqE0++zhfZlkFBbScNkyvxCdeV8sRkSBaeLKxmbpR21brail63ACNxJ0Tg==",
4536
- "license": "MIT",
4537
- "dependencies": {
4538
- "protocols": "^2.0.1"
4539
- }
4540
- },
4541
- "node_modules/is-ssh/node_modules/protocols": {
4542
- "version": "2.0.2",
4543
- "resolved": "https://registry.npmjs.org/protocols/-/protocols-2.0.2.tgz",
4544
- "integrity": "sha512-hHVTzba3wboROl0/aWRRG9dMytgH6ow//STBZh43l/wQgmMhYhOFi0EHWAPtoCz9IAUymsyP0TSBHkhgMEGNnQ==",
4545
- "license": "MIT"
4546
- },
4547
4248
  "node_modules/is-stream": {
4548
4249
  "version": "2.0.1",
4549
4250
  "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
@@ -4569,15 +4270,6 @@
4569
4270
  "url": "https://github.com/sponsors/sindresorhus"
4570
4271
  }
4571
4272
  },
4572
- "node_modules/is-windows": {
4573
- "version": "0.1.1",
4574
- "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-0.1.1.tgz",
4575
- "integrity": "sha512-3wf9CiLayWrH2O5E99jdTwVZyZwVckl+Gz4CkAtjssBPkawQBoPWDEyAHmwZnODQxqYduCBrlGfKQfvE/Mxh+A==",
4576
- "license": "MIT",
4577
- "engines": {
4578
- "node": ">=0.10.0"
4579
- }
4580
- },
4581
4273
  "node_modules/isexe": {
4582
4274
  "version": "2.0.0",
4583
4275
  "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
@@ -4874,12 +4566,6 @@
4874
4566
  "uint8arrays": "^5.1.0"
4875
4567
  }
4876
4568
  },
4877
- "node_modules/iterate-object": {
4878
- "version": "1.3.5",
4879
- "resolved": "https://registry.npmjs.org/iterate-object/-/iterate-object-1.3.5.tgz",
4880
- "integrity": "sha512-eL23u8oFooYTq6TtJKjp2RYjZnCkUYQvC0T/6fJfWykXJ3quvdDdzKZ3CEjy8b3JGOvLTjDYMEMIp5243R906A==",
4881
- "license": "MIT"
4882
- },
4883
4569
  "node_modules/jackspeak": {
4884
4570
  "version": "4.2.3",
4885
4571
  "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
@@ -4935,12 +4621,6 @@
4935
4621
  "license": "MIT",
4936
4622
  "optional": true
4937
4623
  },
4938
- "node_modules/last-char": {
4939
- "version": "1.3.12",
4940
- "resolved": "https://registry.npmjs.org/last-char/-/last-char-1.3.12.tgz",
4941
- "integrity": "sha512-SC6M3YEyJ1R/2K0D0Qk/wBUH0VJpZx8PlL9G1+0FRImS0Fp1yWr7jG4chJ91rGQUytlzKqZdOAPHqm/r4Ri9Kw==",
4942
- "license": "MIT"
4943
- },
4944
4624
  "node_modules/libp2p": {
4945
4625
  "version": "3.1.6",
4946
4626
  "resolved": "https://registry.npmjs.org/libp2p/-/libp2p-3.1.6.tgz",
@@ -5120,53 +4800,12 @@
5120
4800
  "node": "20 || >=22"
5121
4801
  }
5122
4802
  },
5123
- "node_modules/lwip-pixels": {
5124
- "version": "1.1.11",
5125
- "resolved": "https://registry.npmjs.org/lwip-pixels/-/lwip-pixels-1.1.11.tgz",
5126
- "integrity": "sha512-5W/LO/1O1X4hnssQTyy5ffQbYs3SiZ/dmy+df2AvXP7CDQsVFcVrVtnqH3nekCrcZYaSNoIP5ux3+PctfBuhqA==",
5127
- "license": "MIT",
5128
- "dependencies": {
5129
- "pixel-class": "^1.0.0"
5130
- }
5131
- },
5132
- "node_modules/lwip2": {
5133
- "version": "1.0.16",
5134
- "resolved": "https://registry.npmjs.org/lwip2/-/lwip2-1.0.16.tgz",
5135
- "integrity": "sha512-hRomsxp2rRJVACVAQys3zP8X1L3FHgef9fLXghtaBOx/5PC9h8c2zezRPcRswmX7NZE/wWPfy0+WI2I/U5VIcQ==",
5136
- "hasInstallScript": true,
5137
- "license": "MIT",
5138
- "dependencies": {
5139
- "err": "^1.1.1",
5140
- "gm-installed": "^1.0.0"
5141
- }
5142
- },
5143
- "node_modules/lwipify": {
5144
- "version": "2.0.14",
5145
- "resolved": "https://registry.npmjs.org/lwipify/-/lwipify-2.0.14.tgz",
5146
- "integrity": "sha512-b5zjEIvZwM0u5g85kUpuVL2p7PXPCxzSoC683RO3+FFUrvj9Hmm8oj8zjZckQVb3qe3Fr6aFf7OhykVELGTQpQ==",
5147
- "license": "MIT",
5148
- "dependencies": {
5149
- "lwip2": "^1.0.0",
5150
- "noop6": "^1.0.1",
5151
- "tinyreq": "^3.1.4",
5152
- "url-remote": "^1.1.0"
5153
- }
5154
- },
5155
4803
  "node_modules/main-event": {
5156
4804
  "version": "1.0.4",
5157
4805
  "resolved": "https://registry.npmjs.org/main-event/-/main-event-1.0.4.tgz",
5158
4806
  "integrity": "sha512-sKazUjIy2Jalv5lkQ446iOcrx8Q7TkaCuk6xfnzg5uUqMusMLDMPmRDmSNE2kjSVpSTJo4j1bQZusS+Ib7Bvrg==",
5159
4807
  "license": "Apache-2.0 OR MIT"
5160
4808
  },
5161
- "node_modules/map-o": {
5162
- "version": "2.0.11",
5163
- "resolved": "https://registry.npmjs.org/map-o/-/map-o-2.0.11.tgz",
5164
- "integrity": "sha512-zvSGIMfUpr+Dkccnha9JWi5XF1U08eB4CEwDJLdbT9PDx+v+O3bWu53qx6xrXzEPk2jMisNHAIXBPofcD9L31A==",
5165
- "license": "MIT",
5166
- "dependencies": {
5167
- "iterate-object": "^1.3.0"
5168
- }
5169
- },
5170
4809
  "node_modules/math-intrinsics": {
5171
4810
  "version": "1.1.0",
5172
4811
  "resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
@@ -5608,12 +5247,6 @@
5608
5247
  "license": "MIT",
5609
5248
  "optional": true
5610
5249
  },
5611
- "node_modules/noop6": {
5612
- "version": "1.0.10",
5613
- "resolved": "https://registry.npmjs.org/noop6/-/noop6-1.0.10.tgz",
5614
- "integrity": "sha512-WZvuCILZFZHK+WuqCQwxLBGllkBK1ct8s8Mu9FMDbEsBE6/bqNxyFGbX7Xky+6bYFL8X2Ou4Cis4CJyrwXLvQA==",
5615
- "license": "MIT"
5616
- },
5617
5250
  "node_modules/normalize-path": {
5618
5251
  "version": "3.0.0",
5619
5252
  "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
@@ -5623,15 +5256,6 @@
5623
5256
  "node": ">=0.10.0"
5624
5257
  }
5625
5258
  },
5626
- "node_modules/obj-def": {
5627
- "version": "1.0.10",
5628
- "resolved": "https://registry.npmjs.org/obj-def/-/obj-def-1.0.10.tgz",
5629
- "integrity": "sha512-RJpNUkO+1r/rXTBs82iU4scoC9Q1yp9HZbSk0ldpFe8362S6eTjUjSgTmECa1TtOBIe5pn4pwSzxIiWc8+jmWg==",
5630
- "license": "MIT",
5631
- "dependencies": {
5632
- "deffy": "^2.2.2"
5633
- }
5634
- },
5635
5259
  "node_modules/object-assign": {
5636
5260
  "version": "4.1.1",
5637
5261
  "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
@@ -5674,16 +5298,6 @@
5674
5298
  "wrappy": "1"
5675
5299
  }
5676
5300
  },
5677
- "node_modules/one-by-one": {
5678
- "version": "3.2.9",
5679
- "resolved": "https://registry.npmjs.org/one-by-one/-/one-by-one-3.2.9.tgz",
5680
- "integrity": "sha512-H10TAq02LKrkSRTQz1mgvcKb64rRajZ+B5HWHBvkGigYNCPqL0Q/tLIN3vfha/DqZxXeKNfyCmgfEYo2hgFQgA==",
5681
- "license": "MIT",
5682
- "dependencies": {
5683
- "obj-def": "^1.0.0",
5684
- "sliced": "^1.0.1"
5685
- }
5686
- },
5687
5301
  "node_modules/one-time": {
5688
5302
  "version": "1.0.0",
5689
5303
  "resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
@@ -6055,16 +5669,6 @@
6055
5669
  "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
6056
5670
  "license": "(MIT AND Zlib)"
6057
5671
  },
6058
- "node_modules/parse-url": {
6059
- "version": "1.3.11",
6060
- "resolved": "https://registry.npmjs.org/parse-url/-/parse-url-1.3.11.tgz",
6061
- "integrity": "sha512-1wj9nkgH/5EboDxLwaTMGJh3oH3f+Gue+aGdh631oCqoSBpokzmMmOldvOeBPtB8GJBYJbaF93KPzlkU+Y1ksg==",
6062
- "license": "MIT",
6063
- "dependencies": {
6064
- "is-ssh": "^1.3.0",
6065
- "protocols": "^1.4.0"
6066
- }
6067
- },
6068
5672
  "node_modules/parseurl": {
6069
5673
  "version": "1.3.3",
6070
5674
  "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
@@ -6109,12 +5713,6 @@
6109
5713
  "url": "https://opencollective.com/express"
6110
5714
  }
6111
5715
  },
6112
- "node_modules/percent-value": {
6113
- "version": "1.0.10",
6114
- "resolved": "https://registry.npmjs.org/percent-value/-/percent-value-1.0.10.tgz",
6115
- "integrity": "sha512-fQDnY0L924bm3vzKCeCSLd1uKWonrtnrmfN1poo7ycuBilGwPJgbNi268g5PPxO3PwNmKNn0+bJxI1XLc4Usuw==",
6116
- "license": "MIT"
6117
- },
6118
5716
  "node_modules/picomatch": {
6119
5717
  "version": "2.3.2",
6120
5718
  "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
@@ -6127,33 +5725,6 @@
6127
5725
  "url": "https://github.com/sponsors/jonschlinkert"
6128
5726
  }
6129
5727
  },
6130
- "node_modules/pixel-bg": {
6131
- "version": "1.0.11",
6132
- "resolved": "https://registry.npmjs.org/pixel-bg/-/pixel-bg-1.0.11.tgz",
6133
- "integrity": "sha512-DKD9gBZee3K8ttwbE38PSe6Z8hE7ALOGPuudm6lZzOKIm1oEbsKoBUs6MYVnkd9BZXgIZwwNs6MgpNcEmINGZQ==",
6134
- "license": "MIT",
6135
- "dependencies": {
6136
- "pixel-class": "^1.0.0"
6137
- }
6138
- },
6139
- "node_modules/pixel-class": {
6140
- "version": "1.0.11",
6141
- "resolved": "https://registry.npmjs.org/pixel-class/-/pixel-class-1.0.11.tgz",
6142
- "integrity": "sha512-ttKcln6VunB37VfthYkxZWZYZ6rJy9AKWzlqO8PrCvaxvohOK1bWZLFqg3GXOOQJnBK6nmY4iZVhTFRAGtrayg==",
6143
- "license": "MIT",
6144
- "dependencies": {
6145
- "deffy": "^2.2.1"
6146
- }
6147
- },
6148
- "node_modules/pixel-white-bg": {
6149
- "version": "1.0.10",
6150
- "resolved": "https://registry.npmjs.org/pixel-white-bg/-/pixel-white-bg-1.0.10.tgz",
6151
- "integrity": "sha512-5QrvBqUpyugi11e6pZcjXL+82mvei3W1+UAQORy5IPQnthbNEPyBbBrf9CG2y23rQAPh1gxQuSSQfiDzm8ICjA==",
6152
- "license": "MIT",
6153
- "dependencies": {
6154
- "pixel-bg": "^1.0.0"
6155
- }
6156
- },
6157
5728
  "node_modules/pkce-challenge": {
6158
5729
  "version": "5.0.1",
6159
5730
  "resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
@@ -6170,16 +5741,6 @@
6170
5741
  "license": "MIT",
6171
5742
  "optional": true
6172
5743
  },
6173
- "node_modules/pngjs": {
6174
- "version": "2.3.1",
6175
- "resolved": "https://registry.npmjs.org/pngjs/-/pngjs-2.3.1.tgz",
6176
- "integrity": "sha512-ITNPqvx+SSssNFOgHQzGG87HrqQ0g2nMSHc1jjU5Piq9xJEJ40fiFEPz0S5HSSXxBHrTnhaBHIayTO5aRfk2vw==",
6177
- "license": "MIT",
6178
- "engines": {
6179
- "iojs": ">= 1.0.0",
6180
- "node": ">=0.10.0"
6181
- }
6182
- },
6183
5744
  "node_modules/prebuild-install": {
6184
5745
  "version": "7.1.3",
6185
5746
  "resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
@@ -6207,27 +5768,6 @@
6207
5768
  "node": ">=10"
6208
5769
  }
6209
5770
  },
6210
- "node_modules/prgm-installed": {
6211
- "version": "1.0.12",
6212
- "resolved": "https://registry.npmjs.org/prgm-installed/-/prgm-installed-1.0.12.tgz",
6213
- "integrity": "sha512-V5P0vFPFafpXRvyhvP3rF34FVlhSgXrgBLXeXUYs4K0vVPYxixEgW++slgfLWr8gQFXv5vyJGNtdYsr+ILw/4g==",
6214
- "license": "MIT",
6215
- "dependencies": {
6216
- "which": "^1.2.4"
6217
- }
6218
- },
6219
- "node_modules/prgm-installed/node_modules/which": {
6220
- "version": "1.3.1",
6221
- "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
6222
- "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
6223
- "license": "ISC",
6224
- "dependencies": {
6225
- "isexe": "^2.0.0"
6226
- },
6227
- "bin": {
6228
- "which": "bin/which"
6229
- }
6230
- },
6231
5771
  "node_modules/process": {
6232
5772
  "version": "0.11.10",
6233
5773
  "resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
@@ -6270,12 +5810,6 @@
6270
5810
  "pbts": "bin/pbts"
6271
5811
  }
6272
5812
  },
6273
- "node_modules/protocols": {
6274
- "version": "1.4.8",
6275
- "resolved": "https://registry.npmjs.org/protocols/-/protocols-1.4.8.tgz",
6276
- "integrity": "sha512-IgjKyaUSjsROSO8/D49Ab7hP8mJgTYcqApOqdPhLoPxAplXmkp+zRvsrSQjFn5by0rhm4VH0GAUELIPpx7B1yg==",
6277
- "license": "MIT"
6278
- },
6279
5813
  "node_modules/protons-runtime": {
6280
5814
  "version": "5.6.0",
6281
5815
  "resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-5.6.0.tgz",
@@ -6727,24 +6261,6 @@
6727
6261
  "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
6728
6262
  "license": "MIT"
6729
6263
  },
6730
- "node_modules/same-time": {
6731
- "version": "2.3.6",
6732
- "resolved": "https://registry.npmjs.org/same-time/-/same-time-2.3.6.tgz",
6733
- "integrity": "sha512-dlIuVqhVICrPUBd1raO5h9CYJgSCgrka6MT/os62Tdf4AqMHT0LzPhl92aBg7Np86H2zxMEyXy/3eGKlarioNA==",
6734
- "license": "MIT",
6735
- "dependencies": {
6736
- "deffy": "2.0.0"
6737
- }
6738
- },
6739
- "node_modules/same-time/node_modules/deffy": {
6740
- "version": "2.0.0",
6741
- "resolved": "https://registry.npmjs.org/deffy/-/deffy-2.0.0.tgz",
6742
- "integrity": "sha512-Gcn10MX982lqx8XmJES2JvN8Im7h0lFwRanyQfkQG2wXko4SouD0pSGUlK6Do165Itfidhpssn6NqlRkKp/4ig==",
6743
- "license": "KINDLY",
6744
- "dependencies": {
6745
- "typpy": "^2.0.0"
6746
- }
6747
- },
6748
6264
  "node_modules/sanitize-filename": {
6749
6265
  "version": "1.6.4",
6750
6266
  "resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.4.tgz",
@@ -7085,13 +6601,6 @@
7085
6601
  "url": "https://github.com/chalk/ansi-styles?sponsor=1"
7086
6602
  }
7087
6603
  },
7088
- "node_modules/sliced": {
7089
- "version": "1.0.1",
7090
- "resolved": "https://registry.npmjs.org/sliced/-/sliced-1.0.1.tgz",
7091
- "integrity": "sha512-VZBmZP8WU3sMOZm1bdgTadsQbcscK0UM8oKxKVBs4XAhUo2Xxzm/OFMGBkPusxw9xL3Uy8LrzEqGqJhclsr0yA==",
7092
- "deprecated": "Unsupported",
7093
- "license": "MIT"
7094
- },
7095
6604
  "node_modules/sparse-array": {
7096
6605
  "version": "1.3.2",
7097
6606
  "resolved": "https://registry.npmjs.org/sparse-array/-/sparse-array-1.3.2.tgz",
@@ -7272,15 +6781,6 @@
7272
6781
  "streamx": "^2.12.5"
7273
6782
  }
7274
6783
  },
7275
- "node_modules/terminal-char-width": {
7276
- "version": "1.0.11",
7277
- "resolved": "https://registry.npmjs.org/terminal-char-width/-/terminal-char-width-1.0.11.tgz",
7278
- "integrity": "sha512-ZYwoONrc9/ptGQsxfOnGYVBbv6892VhcLxOjnfUaaFoOvWZ88Psta6xIqYSsFBE1NUl+g5fOm3klYYxnw9HfJQ==",
7279
- "license": "MIT",
7280
- "dependencies": {
7281
- "is-windows": "^0.1.1"
7282
- }
7283
- },
7284
6784
  "node_modules/text-decoder": {
7285
6785
  "version": "1.2.7",
7286
6786
  "resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
@@ -7328,18 +6828,6 @@
7328
6828
  "node": ">= 4.5.0"
7329
6829
  }
7330
6830
  },
7331
- "node_modules/tinyreq": {
7332
- "version": "3.4.3",
7333
- "resolved": "https://registry.npmjs.org/tinyreq/-/tinyreq-3.4.3.tgz",
7334
- "integrity": "sha512-28nKVsWONtEPo0Tlo0cZ24nuLTtcgPKY+89F++cFGXJDhR5GSQ2kThVTIJQ3I8kutxaPCQg5FsDNf8ZSz3dZTg==",
7335
- "license": "MIT",
7336
- "dependencies": {
7337
- "assured": "^1.0.12",
7338
- "follow-redirects": "^1.4.1",
7339
- "noop6": "^1.0.7",
7340
- "ul": "^5.2.13"
7341
- }
7342
- },
7343
6831
  "node_modules/to-regex-range": {
7344
6832
  "version": "5.0.1",
7345
6833
  "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
@@ -7473,15 +6961,6 @@
7473
6961
  "url": "https://opencollective.com/express"
7474
6962
  }
7475
6963
  },
7476
- "node_modules/typpy": {
7477
- "version": "2.4.0",
7478
- "resolved": "https://registry.npmjs.org/typpy/-/typpy-2.4.0.tgz",
7479
- "integrity": "sha512-a16Uv5doNtvHzaG4wZCHmXN+l9xxmTMpyODtPz7B3DSTsDVNXilTSJGuNw68sUh0Un4bf+ghRMbEcJCI6r06mQ==",
7480
- "license": "MIT",
7481
- "dependencies": {
7482
- "function.name": "^1.0.3"
7483
- }
7484
- },
7485
6964
  "node_modules/uint8-varint": {
7486
6965
  "version": "2.0.5",
7487
6966
  "resolved": "https://registry.npmjs.org/uint8-varint/-/uint8-varint-2.0.5.tgz",
@@ -7510,16 +6989,6 @@
7510
6989
  "multiformats": "^13.0.0"
7511
6990
  }
7512
6991
  },
7513
- "node_modules/ul": {
7514
- "version": "5.2.16",
7515
- "resolved": "https://registry.npmjs.org/ul/-/ul-5.2.16.tgz",
7516
- "integrity": "sha512-v1YrSEsJZpJsywzF/MKgsQwMdOwBlwwmNiUOJh/yX6FHrq7dYjeua1YOhLV0q0KioqEFZC4P7MsKmpEsGdZz3w==",
7517
- "license": "MIT",
7518
- "dependencies": {
7519
- "deffy": "^2.2.2",
7520
- "typpy": "^2.3.4"
7521
- }
7522
- },
7523
6992
  "node_modules/undici": {
7524
6993
  "version": "7.25.0",
7525
6994
  "resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz",
@@ -7556,24 +7025,6 @@
7556
7025
  "node": ">= 0.8"
7557
7026
  }
7558
7027
  },
7559
- "node_modules/url-local": {
7560
- "version": "1.1.9",
7561
- "resolved": "https://registry.npmjs.org/url-local/-/url-local-1.1.9.tgz",
7562
- "integrity": "sha512-4SmavOiTqOPjGCkR06kTANhpDfiWDgXWrsjUiygk2lJiEiAa9DL6I6+YwPAKG1ex0XEAkSarl4UnLpPe+cuifA==",
7563
- "license": "MIT",
7564
- "dependencies": {
7565
- "parse-url": "^1.3.0"
7566
- }
7567
- },
7568
- "node_modules/url-remote": {
7569
- "version": "1.1.9",
7570
- "resolved": "https://registry.npmjs.org/url-remote/-/url-remote-1.1.9.tgz",
7571
- "integrity": "sha512-pfMfB7yR0bMTx+9XXOXpRix9dEdfrnPA/R2GgdHYnJLeO4RqgxtbKQpFYGBVIXfmFUh/x2ceYxgi9BgUE5tKNA==",
7572
- "license": "MIT",
7573
- "dependencies": {
7574
- "url-local": "^1.0.1"
7575
- }
7576
- },
7577
7028
  "node_modules/utf8-byte-length": {
7578
7029
  "version": "1.0.5",
7579
7030
  "resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz",
@@ -7960,6 +7411,16 @@
7960
7411
  "peerDependencies": {
7961
7412
  "zod": "^3.25.28 || ^4"
7962
7413
  }
7414
+ },
7415
+ "vendor/image-to-ascii": {
7416
+ "version": "3.3.0-omnius.1",
7417
+ "license": "MIT",
7418
+ "bin": {
7419
+ "image-to-ascii": "bin/image-to-ascii.cjs"
7420
+ },
7421
+ "engines": {
7422
+ "node": ">=22.0.0"
7423
+ }
7963
7424
  }
7964
7425
  }
7965
7426
  }