omnius 1.0.7 → 1.0.9
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/README.md +43 -22
- package/dist/index.js +44 -38
- package/npm-shrinkwrap.json +559 -2
- package/package.json +3 -2
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,18 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "omnius",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.9",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "omnius",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.9",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "CC-BY-NC-4.0",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"aiwg": "^2026.3.3",
|
|
14
14
|
"glob": "^11.0.0",
|
|
15
15
|
"ignore": "^6.0.2",
|
|
16
|
+
"image-to-ascii": "^3.2.2",
|
|
16
17
|
"nats.ws": "1.30.3",
|
|
17
18
|
"open-agents-nexus": "1.17.3",
|
|
18
19
|
"ws": "^8.20.0",
|
|
@@ -2175,6 +2176,66 @@
|
|
|
2175
2176
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
2176
2177
|
}
|
|
2177
2178
|
},
|
|
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
|
+
},
|
|
2178
2239
|
"node_modules/any-signal": {
|
|
2179
2240
|
"version": "4.2.0",
|
|
2180
2241
|
"resolved": "https://registry.npmjs.org/any-signal/-/any-signal-4.2.0.tgz",
|
|
@@ -2204,6 +2265,42 @@
|
|
|
2204
2265
|
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
|
2205
2266
|
"license": "Python-2.0"
|
|
2206
2267
|
},
|
|
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
|
+
},
|
|
2207
2304
|
"node_modules/asn1js": {
|
|
2208
2305
|
"version": "3.0.10",
|
|
2209
2306
|
"resolved": "https://registry.npmjs.org/asn1js/-/asn1js-3.0.10.tgz",
|
|
@@ -2218,6 +2315,16 @@
|
|
|
2218
2315
|
"node": ">=12.0.0"
|
|
2219
2316
|
}
|
|
2220
2317
|
},
|
|
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
|
+
},
|
|
2221
2328
|
"node_modules/async": {
|
|
2222
2329
|
"version": "3.2.6",
|
|
2223
2330
|
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
|
|
@@ -2602,6 +2709,12 @@
|
|
|
2602
2709
|
"url": "https://github.com/sponsors/ljharb"
|
|
2603
2710
|
}
|
|
2604
2711
|
},
|
|
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
|
+
},
|
|
2605
2718
|
"node_modules/cborg": {
|
|
2606
2719
|
"version": "5.1.1",
|
|
2607
2720
|
"resolved": "https://registry.npmjs.org/cborg/-/cborg-5.1.1.tgz",
|
|
@@ -2794,6 +2907,17 @@
|
|
|
2794
2907
|
"node": ">=18"
|
|
2795
2908
|
}
|
|
2796
2909
|
},
|
|
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
|
+
},
|
|
2797
2921
|
"node_modules/content-disposition": {
|
|
2798
2922
|
"version": "1.1.0",
|
|
2799
2923
|
"resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-1.1.0.tgz",
|
|
@@ -2885,6 +3009,33 @@
|
|
|
2885
3009
|
"url": "https://opencollective.com/express"
|
|
2886
3010
|
}
|
|
2887
3011
|
},
|
|
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
|
+
},
|
|
2888
3039
|
"node_modules/cross-spawn": {
|
|
2889
3040
|
"version": "7.0.6",
|
|
2890
3041
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz",
|
|
@@ -2905,6 +3056,15 @@
|
|
|
2905
3056
|
"integrity": "sha512-KALDyEYgpY+Rlob/iriUtjV6d5Eq+Y191A5g4UqLAi8CyGP9N1+FdVbkc1SxKc2r4YAYqG8JzO2KGL+AizD70Q==",
|
|
2906
3057
|
"license": "MIT"
|
|
2907
3058
|
},
|
|
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
|
+
},
|
|
2908
3068
|
"node_modules/datastore-core": {
|
|
2909
3069
|
"version": "11.0.4",
|
|
2910
3070
|
"resolved": "https://registry.npmjs.org/datastore-core/-/datastore-core-11.0.4.tgz",
|
|
@@ -2982,6 +3142,15 @@
|
|
|
2982
3142
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
2983
3143
|
}
|
|
2984
3144
|
},
|
|
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
|
+
},
|
|
2985
3154
|
"node_modules/delay": {
|
|
2986
3155
|
"version": "7.0.0",
|
|
2987
3156
|
"resolved": "https://registry.npmjs.org/delay/-/delay-7.0.0.tgz",
|
|
@@ -3118,6 +3287,15 @@
|
|
|
3118
3287
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3119
3288
|
}
|
|
3120
3289
|
},
|
|
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
|
+
},
|
|
3121
3299
|
"node_modules/err-code": {
|
|
3122
3300
|
"version": "3.0.1",
|
|
3123
3301
|
"resolved": "https://registry.npmjs.org/err-code/-/err-code-3.0.1.tgz",
|
|
@@ -3413,6 +3591,16 @@
|
|
|
3413
3591
|
"url": "https://opencollective.com/express"
|
|
3414
3592
|
}
|
|
3415
3593
|
},
|
|
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
|
+
},
|
|
3416
3604
|
"node_modules/flatbuffers": {
|
|
3417
3605
|
"version": "1.12.0",
|
|
3418
3606
|
"resolved": "https://registry.npmjs.org/flatbuffers/-/flatbuffers-1.12.0.tgz",
|
|
@@ -3569,6 +3757,15 @@
|
|
|
3569
3757
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
3570
3758
|
}
|
|
3571
3759
|
},
|
|
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
|
+
},
|
|
3572
3769
|
"node_modules/get-east-asian-width": {
|
|
3573
3770
|
"version": "1.6.0",
|
|
3574
3771
|
"resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.6.0.tgz",
|
|
@@ -3678,6 +3875,53 @@
|
|
|
3678
3875
|
"node": ">= 6"
|
|
3679
3876
|
}
|
|
3680
3877
|
},
|
|
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
|
+
},
|
|
3681
3925
|
"node_modules/google-protobuf": {
|
|
3682
3926
|
"version": "3.21.4",
|
|
3683
3927
|
"resolved": "https://registry.npmjs.org/google-protobuf/-/google-protobuf-3.21.4.tgz",
|
|
@@ -3934,6 +4178,45 @@
|
|
|
3934
4178
|
"node": ">= 4"
|
|
3935
4179
|
}
|
|
3936
4180
|
},
|
|
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
|
+
"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
|
+
}
|
|
4219
|
+
},
|
|
3937
4220
|
"node_modules/inherits": {
|
|
3938
4221
|
"version": "2.0.4",
|
|
3939
4222
|
"resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
|
|
@@ -4210,6 +4493,15 @@
|
|
|
4210
4493
|
"node": ">=0.12.0"
|
|
4211
4494
|
}
|
|
4212
4495
|
},
|
|
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
|
+
},
|
|
4213
4505
|
"node_modules/is-plain-obj": {
|
|
4214
4506
|
"version": "2.1.0",
|
|
4215
4507
|
"resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-2.1.0.tgz",
|
|
@@ -4237,6 +4529,21 @@
|
|
|
4237
4529
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4238
4530
|
}
|
|
4239
4531
|
},
|
|
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
|
+
},
|
|
4240
4547
|
"node_modules/is-stream": {
|
|
4241
4548
|
"version": "2.0.1",
|
|
4242
4549
|
"resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz",
|
|
@@ -4262,6 +4569,15 @@
|
|
|
4262
4569
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
4263
4570
|
}
|
|
4264
4571
|
},
|
|
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
|
+
},
|
|
4265
4581
|
"node_modules/isexe": {
|
|
4266
4582
|
"version": "2.0.0",
|
|
4267
4583
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
@@ -4558,6 +4874,12 @@
|
|
|
4558
4874
|
"uint8arrays": "^5.1.0"
|
|
4559
4875
|
}
|
|
4560
4876
|
},
|
|
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
|
+
},
|
|
4561
4883
|
"node_modules/jackspeak": {
|
|
4562
4884
|
"version": "4.2.3",
|
|
4563
4885
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-4.2.3.tgz",
|
|
@@ -4613,6 +4935,12 @@
|
|
|
4613
4935
|
"license": "MIT",
|
|
4614
4936
|
"optional": true
|
|
4615
4937
|
},
|
|
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
|
+
},
|
|
4616
4944
|
"node_modules/libp2p": {
|
|
4617
4945
|
"version": "3.1.6",
|
|
4618
4946
|
"resolved": "https://registry.npmjs.org/libp2p/-/libp2p-3.1.6.tgz",
|
|
@@ -4792,12 +5120,53 @@
|
|
|
4792
5120
|
"node": "20 || >=22"
|
|
4793
5121
|
}
|
|
4794
5122
|
},
|
|
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
|
+
},
|
|
4795
5155
|
"node_modules/main-event": {
|
|
4796
5156
|
"version": "1.0.4",
|
|
4797
5157
|
"resolved": "https://registry.npmjs.org/main-event/-/main-event-1.0.4.tgz",
|
|
4798
5158
|
"integrity": "sha512-sKazUjIy2Jalv5lkQ446iOcrx8Q7TkaCuk6xfnzg5uUqMusMLDMPmRDmSNE2kjSVpSTJo4j1bQZusS+Ib7Bvrg==",
|
|
4799
5159
|
"license": "Apache-2.0 OR MIT"
|
|
4800
5160
|
},
|
|
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
|
+
},
|
|
4801
5170
|
"node_modules/math-intrinsics": {
|
|
4802
5171
|
"version": "1.1.0",
|
|
4803
5172
|
"resolved": "https://registry.npmjs.org/math-intrinsics/-/math-intrinsics-1.1.0.tgz",
|
|
@@ -5239,6 +5608,12 @@
|
|
|
5239
5608
|
"license": "MIT",
|
|
5240
5609
|
"optional": true
|
|
5241
5610
|
},
|
|
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
|
+
},
|
|
5242
5617
|
"node_modules/normalize-path": {
|
|
5243
5618
|
"version": "3.0.0",
|
|
5244
5619
|
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
|
@@ -5248,6 +5623,15 @@
|
|
|
5248
5623
|
"node": ">=0.10.0"
|
|
5249
5624
|
}
|
|
5250
5625
|
},
|
|
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
|
+
},
|
|
5251
5635
|
"node_modules/object-assign": {
|
|
5252
5636
|
"version": "4.1.1",
|
|
5253
5637
|
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
|
|
@@ -5290,6 +5674,16 @@
|
|
|
5290
5674
|
"wrappy": "1"
|
|
5291
5675
|
}
|
|
5292
5676
|
},
|
|
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
|
+
},
|
|
5293
5687
|
"node_modules/one-time": {
|
|
5294
5688
|
"version": "1.0.0",
|
|
5295
5689
|
"resolved": "https://registry.npmjs.org/one-time/-/one-time-1.0.0.tgz",
|
|
@@ -5661,6 +6055,16 @@
|
|
|
5661
6055
|
"integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==",
|
|
5662
6056
|
"license": "(MIT AND Zlib)"
|
|
5663
6057
|
},
|
|
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
|
+
},
|
|
5664
6068
|
"node_modules/parseurl": {
|
|
5665
6069
|
"version": "1.3.3",
|
|
5666
6070
|
"resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz",
|
|
@@ -5705,6 +6109,12 @@
|
|
|
5705
6109
|
"url": "https://opencollective.com/express"
|
|
5706
6110
|
}
|
|
5707
6111
|
},
|
|
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
|
+
},
|
|
5708
6118
|
"node_modules/picomatch": {
|
|
5709
6119
|
"version": "2.3.2",
|
|
5710
6120
|
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
|
@@ -5717,6 +6127,33 @@
|
|
|
5717
6127
|
"url": "https://github.com/sponsors/jonschlinkert"
|
|
5718
6128
|
}
|
|
5719
6129
|
},
|
|
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
|
+
},
|
|
5720
6157
|
"node_modules/pkce-challenge": {
|
|
5721
6158
|
"version": "5.0.1",
|
|
5722
6159
|
"resolved": "https://registry.npmjs.org/pkce-challenge/-/pkce-challenge-5.0.1.tgz",
|
|
@@ -5733,6 +6170,16 @@
|
|
|
5733
6170
|
"license": "MIT",
|
|
5734
6171
|
"optional": true
|
|
5735
6172
|
},
|
|
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
|
+
},
|
|
5736
6183
|
"node_modules/prebuild-install": {
|
|
5737
6184
|
"version": "7.1.3",
|
|
5738
6185
|
"resolved": "https://registry.npmjs.org/prebuild-install/-/prebuild-install-7.1.3.tgz",
|
|
@@ -5760,6 +6207,27 @@
|
|
|
5760
6207
|
"node": ">=10"
|
|
5761
6208
|
}
|
|
5762
6209
|
},
|
|
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
|
+
},
|
|
5763
6231
|
"node_modules/process": {
|
|
5764
6232
|
"version": "0.11.10",
|
|
5765
6233
|
"resolved": "https://registry.npmjs.org/process/-/process-0.11.10.tgz",
|
|
@@ -5802,6 +6270,12 @@
|
|
|
5802
6270
|
"pbts": "bin/pbts"
|
|
5803
6271
|
}
|
|
5804
6272
|
},
|
|
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
|
+
},
|
|
5805
6279
|
"node_modules/protons-runtime": {
|
|
5806
6280
|
"version": "5.6.0",
|
|
5807
6281
|
"resolved": "https://registry.npmjs.org/protons-runtime/-/protons-runtime-5.6.0.tgz",
|
|
@@ -6253,6 +6727,24 @@
|
|
|
6253
6727
|
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
|
6254
6728
|
"license": "MIT"
|
|
6255
6729
|
},
|
|
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
|
+
},
|
|
6256
6748
|
"node_modules/sanitize-filename": {
|
|
6257
6749
|
"version": "1.6.4",
|
|
6258
6750
|
"resolved": "https://registry.npmjs.org/sanitize-filename/-/sanitize-filename-1.6.4.tgz",
|
|
@@ -6593,6 +7085,13 @@
|
|
|
6593
7085
|
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
|
6594
7086
|
}
|
|
6595
7087
|
},
|
|
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
|
+
},
|
|
6596
7095
|
"node_modules/sparse-array": {
|
|
6597
7096
|
"version": "1.3.2",
|
|
6598
7097
|
"resolved": "https://registry.npmjs.org/sparse-array/-/sparse-array-1.3.2.tgz",
|
|
@@ -6773,6 +7272,15 @@
|
|
|
6773
7272
|
"streamx": "^2.12.5"
|
|
6774
7273
|
}
|
|
6775
7274
|
},
|
|
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
|
+
},
|
|
6776
7284
|
"node_modules/text-decoder": {
|
|
6777
7285
|
"version": "1.2.7",
|
|
6778
7286
|
"resolved": "https://registry.npmjs.org/text-decoder/-/text-decoder-1.2.7.tgz",
|
|
@@ -6820,6 +7328,18 @@
|
|
|
6820
7328
|
"node": ">= 4.5.0"
|
|
6821
7329
|
}
|
|
6822
7330
|
},
|
|
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
|
+
},
|
|
6823
7343
|
"node_modules/to-regex-range": {
|
|
6824
7344
|
"version": "5.0.1",
|
|
6825
7345
|
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
|
@@ -6953,6 +7473,15 @@
|
|
|
6953
7473
|
"url": "https://opencollective.com/express"
|
|
6954
7474
|
}
|
|
6955
7475
|
},
|
|
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
|
+
},
|
|
6956
7485
|
"node_modules/uint8-varint": {
|
|
6957
7486
|
"version": "2.0.5",
|
|
6958
7487
|
"resolved": "https://registry.npmjs.org/uint8-varint/-/uint8-varint-2.0.5.tgz",
|
|
@@ -6981,6 +7510,16 @@
|
|
|
6981
7510
|
"multiformats": "^13.0.0"
|
|
6982
7511
|
}
|
|
6983
7512
|
},
|
|
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
|
+
},
|
|
6984
7523
|
"node_modules/undici": {
|
|
6985
7524
|
"version": "7.25.0",
|
|
6986
7525
|
"resolved": "https://registry.npmjs.org/undici/-/undici-7.25.0.tgz",
|
|
@@ -7017,6 +7556,24 @@
|
|
|
7017
7556
|
"node": ">= 0.8"
|
|
7018
7557
|
}
|
|
7019
7558
|
},
|
|
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
|
+
},
|
|
7020
7577
|
"node_modules/utf8-byte-length": {
|
|
7021
7578
|
"version": "1.0.5",
|
|
7022
7579
|
"resolved": "https://registry.npmjs.org/utf8-byte-length/-/utf8-byte-length-1.0.5.tgz",
|