CognxSafeTrack commited on
Commit ·
44f1818
1
Parent(s): 6f838af
chore: trigger redeploy for technical debt resolution verification
Browse files- apps/api/src/index.ts +1 -0
- package-lock.json +0 -1961
apps/api/src/index.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import 'dotenv/config';
|
|
|
|
| 2 |
import { buildApp } from './app';
|
| 3 |
import { logger } from './logger';
|
| 4 |
import { startCleanupCron } from './services/cleanup';
|
|
|
|
| 1 |
import 'dotenv/config';
|
| 2 |
+
// Trigger redeploy: v1.1.1 - Technical Debt Resolution Verified
|
| 3 |
import { buildApp } from './app';
|
| 4 |
import { logger } from './logger';
|
| 5 |
import { startCleanupCron } from './services/cleanup';
|
package-lock.json
DELETED
|
@@ -1,1961 +0,0 @@
|
|
| 1 |
-
{
|
| 2 |
-
"name": "edtech-platform",
|
| 3 |
-
"version": "1.1.0",
|
| 4 |
-
"lockfileVersion": 3,
|
| 5 |
-
"requires": true,
|
| 6 |
-
"packages": {
|
| 7 |
-
"": {
|
| 8 |
-
"name": "edtech-platform",
|
| 9 |
-
"version": "1.1.0",
|
| 10 |
-
"dependencies": {
|
| 11 |
-
"pino": "^10.3.1",
|
| 12 |
-
"pino-pretty": "^13.1.3",
|
| 13 |
-
"pm2": "^6.0.14"
|
| 14 |
-
},
|
| 15 |
-
"devDependencies": {
|
| 16 |
-
"prettier": "^3.0.0",
|
| 17 |
-
"turbo": "^1.10.0",
|
| 18 |
-
"typescript": "^5.0.0"
|
| 19 |
-
},
|
| 20 |
-
"engines": {
|
| 21 |
-
"node": ">=18"
|
| 22 |
-
}
|
| 23 |
-
},
|
| 24 |
-
"node_modules/@pinojs/redact": {
|
| 25 |
-
"version": "0.4.0",
|
| 26 |
-
"resolved": "https://registry.npmjs.org/@pinojs/redact/-/redact-0.4.0.tgz",
|
| 27 |
-
"integrity": "sha512-k2ENnmBugE/rzQfEcdWHcCY+/FM3VLzH9cYEsbdsoqrvzAKRhUZeRNhAZvB8OitQJ1TBed3yqWtdjzS6wJKBwg==",
|
| 28 |
-
"license": "MIT"
|
| 29 |
-
},
|
| 30 |
-
"node_modules/@pm2/agent": {
|
| 31 |
-
"version": "2.1.1",
|
| 32 |
-
"resolved": "https://registry.npmjs.org/@pm2/agent/-/agent-2.1.1.tgz",
|
| 33 |
-
"integrity": "sha512-0V9ckHWd/HSC8BgAbZSoq8KXUG81X97nSkAxmhKDhmF8vanyaoc1YXwc2KVkbWz82Rg4gjd2n9qiT3i7bdvGrQ==",
|
| 34 |
-
"license": "AGPL-3.0",
|
| 35 |
-
"dependencies": {
|
| 36 |
-
"async": "~3.2.0",
|
| 37 |
-
"chalk": "~3.0.0",
|
| 38 |
-
"dayjs": "~1.8.24",
|
| 39 |
-
"debug": "~4.3.1",
|
| 40 |
-
"eventemitter2": "~5.0.1",
|
| 41 |
-
"fast-json-patch": "^3.1.0",
|
| 42 |
-
"fclone": "~1.0.11",
|
| 43 |
-
"pm2-axon": "~4.0.1",
|
| 44 |
-
"pm2-axon-rpc": "~0.7.0",
|
| 45 |
-
"proxy-agent": "~6.4.0",
|
| 46 |
-
"semver": "~7.5.0",
|
| 47 |
-
"ws": "~7.5.10"
|
| 48 |
-
}
|
| 49 |
-
},
|
| 50 |
-
"node_modules/@pm2/agent/node_modules/dayjs": {
|
| 51 |
-
"version": "1.8.36",
|
| 52 |
-
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.8.36.tgz",
|
| 53 |
-
"integrity": "sha512-3VmRXEtw7RZKAf+4Tv1Ym9AGeo8r8+CjDi26x+7SYQil1UqtqdaokhzoEJohqlzt0m5kacJSDhJQkG/LWhpRBw==",
|
| 54 |
-
"license": "MIT"
|
| 55 |
-
},
|
| 56 |
-
"node_modules/@pm2/agent/node_modules/debug": {
|
| 57 |
-
"version": "4.3.7",
|
| 58 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
| 59 |
-
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
| 60 |
-
"license": "MIT",
|
| 61 |
-
"dependencies": {
|
| 62 |
-
"ms": "^2.1.3"
|
| 63 |
-
},
|
| 64 |
-
"engines": {
|
| 65 |
-
"node": ">=6.0"
|
| 66 |
-
},
|
| 67 |
-
"peerDependenciesMeta": {
|
| 68 |
-
"supports-color": {
|
| 69 |
-
"optional": true
|
| 70 |
-
}
|
| 71 |
-
}
|
| 72 |
-
},
|
| 73 |
-
"node_modules/@pm2/agent/node_modules/lru-cache": {
|
| 74 |
-
"version": "6.0.0",
|
| 75 |
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
| 76 |
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
| 77 |
-
"license": "ISC",
|
| 78 |
-
"dependencies": {
|
| 79 |
-
"yallist": "^4.0.0"
|
| 80 |
-
},
|
| 81 |
-
"engines": {
|
| 82 |
-
"node": ">=10"
|
| 83 |
-
}
|
| 84 |
-
},
|
| 85 |
-
"node_modules/@pm2/agent/node_modules/semver": {
|
| 86 |
-
"version": "7.5.4",
|
| 87 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
| 88 |
-
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
| 89 |
-
"license": "ISC",
|
| 90 |
-
"dependencies": {
|
| 91 |
-
"lru-cache": "^6.0.0"
|
| 92 |
-
},
|
| 93 |
-
"bin": {
|
| 94 |
-
"semver": "bin/semver.js"
|
| 95 |
-
},
|
| 96 |
-
"engines": {
|
| 97 |
-
"node": ">=10"
|
| 98 |
-
}
|
| 99 |
-
},
|
| 100 |
-
"node_modules/@pm2/blessed": {
|
| 101 |
-
"version": "0.1.81",
|
| 102 |
-
"resolved": "https://registry.npmjs.org/@pm2/blessed/-/blessed-0.1.81.tgz",
|
| 103 |
-
"integrity": "sha512-ZcNHqQjMuNRcQ7Z1zJbFIQZO/BDKV3KbiTckWdfbUaYhj7uNmUwb+FbdDWSCkvxNr9dBJQwvV17o6QBkAvgO0g==",
|
| 104 |
-
"license": "MIT",
|
| 105 |
-
"bin": {
|
| 106 |
-
"blessed": "bin/tput.js"
|
| 107 |
-
},
|
| 108 |
-
"engines": {
|
| 109 |
-
"node": ">= 0.8.0"
|
| 110 |
-
}
|
| 111 |
-
},
|
| 112 |
-
"node_modules/@pm2/io": {
|
| 113 |
-
"version": "6.1.0",
|
| 114 |
-
"resolved": "https://registry.npmjs.org/@pm2/io/-/io-6.1.0.tgz",
|
| 115 |
-
"integrity": "sha512-IxHuYURa3+FQ6BKePlgChZkqABUKFYH6Bwbw7V/pWU1pP6iR1sCI26l7P9ThUEB385ruZn/tZS3CXDUF5IA1NQ==",
|
| 116 |
-
"license": "Apache-2",
|
| 117 |
-
"dependencies": {
|
| 118 |
-
"async": "~2.6.1",
|
| 119 |
-
"debug": "~4.3.1",
|
| 120 |
-
"eventemitter2": "^6.3.1",
|
| 121 |
-
"require-in-the-middle": "^5.0.0",
|
| 122 |
-
"semver": "~7.5.4",
|
| 123 |
-
"shimmer": "^1.2.0",
|
| 124 |
-
"signal-exit": "^3.0.3",
|
| 125 |
-
"tslib": "1.9.3"
|
| 126 |
-
},
|
| 127 |
-
"engines": {
|
| 128 |
-
"node": ">=6.0"
|
| 129 |
-
}
|
| 130 |
-
},
|
| 131 |
-
"node_modules/@pm2/io/node_modules/async": {
|
| 132 |
-
"version": "2.6.4",
|
| 133 |
-
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
| 134 |
-
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
| 135 |
-
"license": "MIT",
|
| 136 |
-
"dependencies": {
|
| 137 |
-
"lodash": "^4.17.14"
|
| 138 |
-
}
|
| 139 |
-
},
|
| 140 |
-
"node_modules/@pm2/io/node_modules/debug": {
|
| 141 |
-
"version": "4.3.7",
|
| 142 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
| 143 |
-
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
| 144 |
-
"license": "MIT",
|
| 145 |
-
"dependencies": {
|
| 146 |
-
"ms": "^2.1.3"
|
| 147 |
-
},
|
| 148 |
-
"engines": {
|
| 149 |
-
"node": ">=6.0"
|
| 150 |
-
},
|
| 151 |
-
"peerDependenciesMeta": {
|
| 152 |
-
"supports-color": {
|
| 153 |
-
"optional": true
|
| 154 |
-
}
|
| 155 |
-
}
|
| 156 |
-
},
|
| 157 |
-
"node_modules/@pm2/io/node_modules/eventemitter2": {
|
| 158 |
-
"version": "6.4.9",
|
| 159 |
-
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.9.tgz",
|
| 160 |
-
"integrity": "sha512-JEPTiaOt9f04oa6NOkc4aH+nVp5I3wEjpHbIPqfgCdD5v5bUzy7xQqwcVO2aDQgOWhI28da57HksMrzK9HlRxg==",
|
| 161 |
-
"license": "MIT"
|
| 162 |
-
},
|
| 163 |
-
"node_modules/@pm2/io/node_modules/lru-cache": {
|
| 164 |
-
"version": "6.0.0",
|
| 165 |
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
|
| 166 |
-
"integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
|
| 167 |
-
"license": "ISC",
|
| 168 |
-
"dependencies": {
|
| 169 |
-
"yallist": "^4.0.0"
|
| 170 |
-
},
|
| 171 |
-
"engines": {
|
| 172 |
-
"node": ">=10"
|
| 173 |
-
}
|
| 174 |
-
},
|
| 175 |
-
"node_modules/@pm2/io/node_modules/semver": {
|
| 176 |
-
"version": "7.5.4",
|
| 177 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.5.4.tgz",
|
| 178 |
-
"integrity": "sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==",
|
| 179 |
-
"license": "ISC",
|
| 180 |
-
"dependencies": {
|
| 181 |
-
"lru-cache": "^6.0.0"
|
| 182 |
-
},
|
| 183 |
-
"bin": {
|
| 184 |
-
"semver": "bin/semver.js"
|
| 185 |
-
},
|
| 186 |
-
"engines": {
|
| 187 |
-
"node": ">=10"
|
| 188 |
-
}
|
| 189 |
-
},
|
| 190 |
-
"node_modules/@pm2/js-api": {
|
| 191 |
-
"version": "0.8.0",
|
| 192 |
-
"resolved": "https://registry.npmjs.org/@pm2/js-api/-/js-api-0.8.0.tgz",
|
| 193 |
-
"integrity": "sha512-nmWzrA/BQZik3VBz+npRcNIu01kdBhWL0mxKmP1ciF/gTcujPTQqt027N9fc1pK9ERM8RipFhymw7RcmCyOEYA==",
|
| 194 |
-
"license": "Apache-2",
|
| 195 |
-
"dependencies": {
|
| 196 |
-
"async": "^2.6.3",
|
| 197 |
-
"debug": "~4.3.1",
|
| 198 |
-
"eventemitter2": "^6.3.1",
|
| 199 |
-
"extrareqp2": "^1.0.0",
|
| 200 |
-
"ws": "^7.0.0"
|
| 201 |
-
},
|
| 202 |
-
"engines": {
|
| 203 |
-
"node": ">=4.0"
|
| 204 |
-
}
|
| 205 |
-
},
|
| 206 |
-
"node_modules/@pm2/js-api/node_modules/async": {
|
| 207 |
-
"version": "2.6.4",
|
| 208 |
-
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
| 209 |
-
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
| 210 |
-
"license": "MIT",
|
| 211 |
-
"dependencies": {
|
| 212 |
-
"lodash": "^4.17.14"
|
| 213 |
-
}
|
| 214 |
-
},
|
| 215 |
-
"node_modules/@pm2/js-api/node_modules/debug": {
|
| 216 |
-
"version": "4.3.7",
|
| 217 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz",
|
| 218 |
-
"integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==",
|
| 219 |
-
"license": "MIT",
|
| 220 |
-
"dependencies": {
|
| 221 |
-
"ms": "^2.1.3"
|
| 222 |
-
},
|
| 223 |
-
"engines": {
|
| 224 |
-
"node": ">=6.0"
|
| 225 |
-
},
|
| 226 |
-
"peerDependenciesMeta": {
|
| 227 |
-
"supports-color": {
|
| 228 |
-
"optional": true
|
| 229 |
-
}
|
| 230 |
-
}
|
| 231 |
-
},
|
| 232 |
-
"node_modules/@pm2/js-api/node_modules/eventemitter2": {
|
| 233 |
-
"version": "6.4.9",
|
| 234 |
-
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-6.4.9.tgz",
|
| 235 |
-
"integrity": "sha512-JEPTiaOt9f04oa6NOkc4aH+nVp5I3wEjpHbIPqfgCdD5v5bUzy7xQqwcVO2aDQgOWhI28da57HksMrzK9HlRxg==",
|
| 236 |
-
"license": "MIT"
|
| 237 |
-
},
|
| 238 |
-
"node_modules/@pm2/pm2-version-check": {
|
| 239 |
-
"version": "1.0.4",
|
| 240 |
-
"resolved": "https://registry.npmjs.org/@pm2/pm2-version-check/-/pm2-version-check-1.0.4.tgz",
|
| 241 |
-
"integrity": "sha512-SXsM27SGH3yTWKc2fKR4SYNxsmnvuBQ9dd6QHtEWmiZ/VqaOYPAIlS8+vMcn27YLtAEBGvNRSh3TPNvtjZgfqA==",
|
| 242 |
-
"license": "MIT",
|
| 243 |
-
"dependencies": {
|
| 244 |
-
"debug": "^4.3.1"
|
| 245 |
-
}
|
| 246 |
-
},
|
| 247 |
-
"node_modules/@tootallnate/quickjs-emscripten": {
|
| 248 |
-
"version": "0.23.0",
|
| 249 |
-
"resolved": "https://registry.npmjs.org/@tootallnate/quickjs-emscripten/-/quickjs-emscripten-0.23.0.tgz",
|
| 250 |
-
"integrity": "sha512-C5Mc6rdnsaJDjO3UpGW/CQTHtCKaYlScZTly4JIu97Jxo/odCiH0ITnDXSJPTOrEKk/ycSZ0AOgTmkDtkOsvIA==",
|
| 251 |
-
"license": "MIT"
|
| 252 |
-
},
|
| 253 |
-
"node_modules/agent-base": {
|
| 254 |
-
"version": "7.1.4",
|
| 255 |
-
"resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.4.tgz",
|
| 256 |
-
"integrity": "sha512-MnA+YT8fwfJPgBx3m60MNqakm30XOkyIoH1y6huTQvC0PwZG7ki8NacLBcrPbNoo8vEZy7Jpuk7+jMO+CUovTQ==",
|
| 257 |
-
"license": "MIT",
|
| 258 |
-
"engines": {
|
| 259 |
-
"node": ">= 14"
|
| 260 |
-
}
|
| 261 |
-
},
|
| 262 |
-
"node_modules/amp": {
|
| 263 |
-
"version": "0.3.1",
|
| 264 |
-
"resolved": "https://registry.npmjs.org/amp/-/amp-0.3.1.tgz",
|
| 265 |
-
"integrity": "sha512-OwIuC4yZaRogHKiuU5WlMR5Xk/jAcpPtawWL05Gj8Lvm2F6mwoJt4O/bHI+DHwG79vWd+8OFYM4/BzYqyRd3qw==",
|
| 266 |
-
"license": "MIT"
|
| 267 |
-
},
|
| 268 |
-
"node_modules/amp-message": {
|
| 269 |
-
"version": "0.1.2",
|
| 270 |
-
"resolved": "https://registry.npmjs.org/amp-message/-/amp-message-0.1.2.tgz",
|
| 271 |
-
"integrity": "sha512-JqutcFwoU1+jhv7ArgW38bqrE+LQdcRv4NxNw0mp0JHQyB6tXesWRjtYKlDgHRY2o3JE5UTaBGUK8kSWUdxWUg==",
|
| 272 |
-
"license": "MIT",
|
| 273 |
-
"dependencies": {
|
| 274 |
-
"amp": "0.3.1"
|
| 275 |
-
}
|
| 276 |
-
},
|
| 277 |
-
"node_modules/ansi-colors": {
|
| 278 |
-
"version": "4.1.3",
|
| 279 |
-
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
|
| 280 |
-
"integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==",
|
| 281 |
-
"license": "MIT",
|
| 282 |
-
"engines": {
|
| 283 |
-
"node": ">=6"
|
| 284 |
-
}
|
| 285 |
-
},
|
| 286 |
-
"node_modules/ansi-styles": {
|
| 287 |
-
"version": "4.3.0",
|
| 288 |
-
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
|
| 289 |
-
"integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
|
| 290 |
-
"license": "MIT",
|
| 291 |
-
"dependencies": {
|
| 292 |
-
"color-convert": "^2.0.1"
|
| 293 |
-
},
|
| 294 |
-
"engines": {
|
| 295 |
-
"node": ">=8"
|
| 296 |
-
},
|
| 297 |
-
"funding": {
|
| 298 |
-
"url": "https://github.com/chalk/ansi-styles?sponsor=1"
|
| 299 |
-
}
|
| 300 |
-
},
|
| 301 |
-
"node_modules/ansis": {
|
| 302 |
-
"version": "4.0.0-node10",
|
| 303 |
-
"resolved": "https://registry.npmjs.org/ansis/-/ansis-4.0.0-node10.tgz",
|
| 304 |
-
"integrity": "sha512-BRrU0Bo1X9dFGw6KgGz6hWrqQuOlVEDOzkb0QSLZY9sXHqA7pNj7yHPVJRz7y/rj4EOJ3d/D5uxH+ee9leYgsg==",
|
| 305 |
-
"license": "ISC",
|
| 306 |
-
"engines": {
|
| 307 |
-
"node": ">=10"
|
| 308 |
-
}
|
| 309 |
-
},
|
| 310 |
-
"node_modules/anymatch": {
|
| 311 |
-
"version": "3.1.3",
|
| 312 |
-
"resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz",
|
| 313 |
-
"integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==",
|
| 314 |
-
"license": "ISC",
|
| 315 |
-
"dependencies": {
|
| 316 |
-
"normalize-path": "^3.0.0",
|
| 317 |
-
"picomatch": "^2.0.4"
|
| 318 |
-
},
|
| 319 |
-
"engines": {
|
| 320 |
-
"node": ">= 8"
|
| 321 |
-
}
|
| 322 |
-
},
|
| 323 |
-
"node_modules/argparse": {
|
| 324 |
-
"version": "2.0.1",
|
| 325 |
-
"resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz",
|
| 326 |
-
"integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==",
|
| 327 |
-
"license": "Python-2.0"
|
| 328 |
-
},
|
| 329 |
-
"node_modules/ast-types": {
|
| 330 |
-
"version": "0.13.4",
|
| 331 |
-
"resolved": "https://registry.npmjs.org/ast-types/-/ast-types-0.13.4.tgz",
|
| 332 |
-
"integrity": "sha512-x1FCFnFifvYDDzTaLII71vG5uvDwgtmDTEVWAxrgeiR8VjMONcCXJx7E+USjDtHlwFmt9MysbqgF9b9Vjr6w+w==",
|
| 333 |
-
"license": "MIT",
|
| 334 |
-
"dependencies": {
|
| 335 |
-
"tslib": "^2.0.1"
|
| 336 |
-
},
|
| 337 |
-
"engines": {
|
| 338 |
-
"node": ">=4"
|
| 339 |
-
}
|
| 340 |
-
},
|
| 341 |
-
"node_modules/ast-types/node_modules/tslib": {
|
| 342 |
-
"version": "2.8.1",
|
| 343 |
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz",
|
| 344 |
-
"integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==",
|
| 345 |
-
"license": "0BSD"
|
| 346 |
-
},
|
| 347 |
-
"node_modules/async": {
|
| 348 |
-
"version": "3.2.6",
|
| 349 |
-
"resolved": "https://registry.npmjs.org/async/-/async-3.2.6.tgz",
|
| 350 |
-
"integrity": "sha512-htCUDlxyyCLMgaM3xXg0C0LW2xqfuQ6p05pCEIsXuyQ+a1koYKTuBMzRNwmybfLgvJDMd0r1LTn4+E0Ti6C2AA==",
|
| 351 |
-
"license": "MIT"
|
| 352 |
-
},
|
| 353 |
-
"node_modules/atomic-sleep": {
|
| 354 |
-
"version": "1.0.0",
|
| 355 |
-
"resolved": "https://registry.npmjs.org/atomic-sleep/-/atomic-sleep-1.0.0.tgz",
|
| 356 |
-
"integrity": "sha512-kNOjDqAh7px0XWNI+4QbzoiR/nTkHAWNud2uvnJquD1/x5a7EQZMJT0AczqK0Qn67oY/TTQ1LbUKajZpp3I9tQ==",
|
| 357 |
-
"license": "MIT",
|
| 358 |
-
"engines": {
|
| 359 |
-
"node": ">=8.0.0"
|
| 360 |
-
}
|
| 361 |
-
},
|
| 362 |
-
"node_modules/basic-ftp": {
|
| 363 |
-
"version": "5.3.1",
|
| 364 |
-
"resolved": "https://registry.npmjs.org/basic-ftp/-/basic-ftp-5.3.1.tgz",
|
| 365 |
-
"integrity": "sha512-bopVNp6ugyA150DDuZfPFdt1KZ5a94ZDiwX4hMgZDzF+GttD80lEy8kj98kbyhLXnPvhtIo93mdnLIjpCAeeOw==",
|
| 366 |
-
"license": "MIT",
|
| 367 |
-
"engines": {
|
| 368 |
-
"node": ">=10.0.0"
|
| 369 |
-
}
|
| 370 |
-
},
|
| 371 |
-
"node_modules/binary-extensions": {
|
| 372 |
-
"version": "2.3.0",
|
| 373 |
-
"resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz",
|
| 374 |
-
"integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==",
|
| 375 |
-
"license": "MIT",
|
| 376 |
-
"engines": {
|
| 377 |
-
"node": ">=8"
|
| 378 |
-
},
|
| 379 |
-
"funding": {
|
| 380 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 381 |
-
}
|
| 382 |
-
},
|
| 383 |
-
"node_modules/bodec": {
|
| 384 |
-
"version": "0.1.0",
|
| 385 |
-
"resolved": "https://registry.npmjs.org/bodec/-/bodec-0.1.0.tgz",
|
| 386 |
-
"integrity": "sha512-Ylo+MAo5BDUq1KA3f3R/MFhh+g8cnHmo8bz3YPGhI1znrMaf77ol1sfvYJzsw3nTE+Y2GryfDxBaR+AqpAkEHQ==",
|
| 387 |
-
"license": "MIT"
|
| 388 |
-
},
|
| 389 |
-
"node_modules/braces": {
|
| 390 |
-
"version": "3.0.3",
|
| 391 |
-
"resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz",
|
| 392 |
-
"integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==",
|
| 393 |
-
"license": "MIT",
|
| 394 |
-
"dependencies": {
|
| 395 |
-
"fill-range": "^7.1.1"
|
| 396 |
-
},
|
| 397 |
-
"engines": {
|
| 398 |
-
"node": ">=8"
|
| 399 |
-
}
|
| 400 |
-
},
|
| 401 |
-
"node_modules/buffer-from": {
|
| 402 |
-
"version": "1.1.2",
|
| 403 |
-
"resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz",
|
| 404 |
-
"integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==",
|
| 405 |
-
"license": "MIT"
|
| 406 |
-
},
|
| 407 |
-
"node_modules/chalk": {
|
| 408 |
-
"version": "3.0.0",
|
| 409 |
-
"resolved": "https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz",
|
| 410 |
-
"integrity": "sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==",
|
| 411 |
-
"license": "MIT",
|
| 412 |
-
"dependencies": {
|
| 413 |
-
"ansi-styles": "^4.1.0",
|
| 414 |
-
"supports-color": "^7.1.0"
|
| 415 |
-
},
|
| 416 |
-
"engines": {
|
| 417 |
-
"node": ">=8"
|
| 418 |
-
}
|
| 419 |
-
},
|
| 420 |
-
"node_modules/charm": {
|
| 421 |
-
"version": "0.1.2",
|
| 422 |
-
"resolved": "https://registry.npmjs.org/charm/-/charm-0.1.2.tgz",
|
| 423 |
-
"integrity": "sha512-syedaZ9cPe7r3hoQA9twWYKu5AIyCswN5+szkmPBe9ccdLrj4bYaCnLVPTLd2kgVRc7+zoX4tyPgRnFKCj5YjQ==",
|
| 424 |
-
"license": "MIT/X11"
|
| 425 |
-
},
|
| 426 |
-
"node_modules/chokidar": {
|
| 427 |
-
"version": "3.6.0",
|
| 428 |
-
"resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz",
|
| 429 |
-
"integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==",
|
| 430 |
-
"license": "MIT",
|
| 431 |
-
"dependencies": {
|
| 432 |
-
"anymatch": "~3.1.2",
|
| 433 |
-
"braces": "~3.0.2",
|
| 434 |
-
"glob-parent": "~5.1.2",
|
| 435 |
-
"is-binary-path": "~2.1.0",
|
| 436 |
-
"is-glob": "~4.0.1",
|
| 437 |
-
"normalize-path": "~3.0.0",
|
| 438 |
-
"readdirp": "~3.6.0"
|
| 439 |
-
},
|
| 440 |
-
"engines": {
|
| 441 |
-
"node": ">= 8.10.0"
|
| 442 |
-
},
|
| 443 |
-
"funding": {
|
| 444 |
-
"url": "https://paulmillr.com/funding/"
|
| 445 |
-
},
|
| 446 |
-
"optionalDependencies": {
|
| 447 |
-
"fsevents": "~2.3.2"
|
| 448 |
-
}
|
| 449 |
-
},
|
| 450 |
-
"node_modules/cli-tableau": {
|
| 451 |
-
"version": "2.0.1",
|
| 452 |
-
"resolved": "https://registry.npmjs.org/cli-tableau/-/cli-tableau-2.0.1.tgz",
|
| 453 |
-
"integrity": "sha512-he+WTicka9cl0Fg/y+YyxcN6/bfQ/1O3QmgxRXDhABKqLzvoOSM4fMzp39uMyLBulAFuywD2N7UaoQE7WaADxQ==",
|
| 454 |
-
"dependencies": {
|
| 455 |
-
"chalk": "3.0.0"
|
| 456 |
-
},
|
| 457 |
-
"engines": {
|
| 458 |
-
"node": ">=8.10.0"
|
| 459 |
-
}
|
| 460 |
-
},
|
| 461 |
-
"node_modules/color-convert": {
|
| 462 |
-
"version": "2.0.1",
|
| 463 |
-
"resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
|
| 464 |
-
"integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
|
| 465 |
-
"license": "MIT",
|
| 466 |
-
"dependencies": {
|
| 467 |
-
"color-name": "~1.1.4"
|
| 468 |
-
},
|
| 469 |
-
"engines": {
|
| 470 |
-
"node": ">=7.0.0"
|
| 471 |
-
}
|
| 472 |
-
},
|
| 473 |
-
"node_modules/color-name": {
|
| 474 |
-
"version": "1.1.4",
|
| 475 |
-
"resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
|
| 476 |
-
"integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
|
| 477 |
-
"license": "MIT"
|
| 478 |
-
},
|
| 479 |
-
"node_modules/colorette": {
|
| 480 |
-
"version": "2.0.20",
|
| 481 |
-
"resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz",
|
| 482 |
-
"integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==",
|
| 483 |
-
"license": "MIT"
|
| 484 |
-
},
|
| 485 |
-
"node_modules/commander": {
|
| 486 |
-
"version": "2.15.1",
|
| 487 |
-
"resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz",
|
| 488 |
-
"integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==",
|
| 489 |
-
"license": "MIT"
|
| 490 |
-
},
|
| 491 |
-
"node_modules/croner": {
|
| 492 |
-
"version": "4.1.97",
|
| 493 |
-
"resolved": "https://registry.npmjs.org/croner/-/croner-4.1.97.tgz",
|
| 494 |
-
"integrity": "sha512-/f6gpQuxDaqXu+1kwQYSckUglPaOrHdbIlBAu0YuW8/Cdb45XwXYNUBXg3r/9Mo6n540Kn/smKcZWko5x99KrQ==",
|
| 495 |
-
"license": "MIT"
|
| 496 |
-
},
|
| 497 |
-
"node_modules/culvert": {
|
| 498 |
-
"version": "0.1.2",
|
| 499 |
-
"resolved": "https://registry.npmjs.org/culvert/-/culvert-0.1.2.tgz",
|
| 500 |
-
"integrity": "sha512-yi1x3EAWKjQTreYWeSd98431AV+IEE0qoDyOoaHJ7KJ21gv6HtBXHVLX74opVSGqcR8/AbjJBHAHpcOy2bj5Gg==",
|
| 501 |
-
"license": "MIT"
|
| 502 |
-
},
|
| 503 |
-
"node_modules/data-uri-to-buffer": {
|
| 504 |
-
"version": "6.0.2",
|
| 505 |
-
"resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-6.0.2.tgz",
|
| 506 |
-
"integrity": "sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==",
|
| 507 |
-
"license": "MIT",
|
| 508 |
-
"engines": {
|
| 509 |
-
"node": ">= 14"
|
| 510 |
-
}
|
| 511 |
-
},
|
| 512 |
-
"node_modules/dateformat": {
|
| 513 |
-
"version": "4.6.3",
|
| 514 |
-
"resolved": "https://registry.npmjs.org/dateformat/-/dateformat-4.6.3.tgz",
|
| 515 |
-
"integrity": "sha512-2P0p0pFGzHS5EMnhdxQi7aJN+iMheud0UhG4dlE1DLAlvL8JHjJJTX/CSm4JXwV0Ka5nGk3zC5mcb5bUQUxxMA==",
|
| 516 |
-
"license": "MIT",
|
| 517 |
-
"engines": {
|
| 518 |
-
"node": "*"
|
| 519 |
-
}
|
| 520 |
-
},
|
| 521 |
-
"node_modules/dayjs": {
|
| 522 |
-
"version": "1.11.15",
|
| 523 |
-
"resolved": "https://registry.npmjs.org/dayjs/-/dayjs-1.11.15.tgz",
|
| 524 |
-
"integrity": "sha512-MC+DfnSWiM9APs7fpiurHGCoeIx0Gdl6QZBy+5lu8MbYKN5FZEXqOgrundfibdfhGZ15o9hzmZ2xJjZnbvgKXQ==",
|
| 525 |
-
"license": "MIT"
|
| 526 |
-
},
|
| 527 |
-
"node_modules/debug": {
|
| 528 |
-
"version": "4.4.3",
|
| 529 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-4.4.3.tgz",
|
| 530 |
-
"integrity": "sha512-RGwwWnwQvkVfavKVt22FGLw+xYSdzARwm0ru6DhTVA3umU5hZc28V3kO4stgYryrTlLpuvgI9GiijltAjNbcqA==",
|
| 531 |
-
"license": "MIT",
|
| 532 |
-
"dependencies": {
|
| 533 |
-
"ms": "^2.1.3"
|
| 534 |
-
},
|
| 535 |
-
"engines": {
|
| 536 |
-
"node": ">=6.0"
|
| 537 |
-
},
|
| 538 |
-
"peerDependenciesMeta": {
|
| 539 |
-
"supports-color": {
|
| 540 |
-
"optional": true
|
| 541 |
-
}
|
| 542 |
-
}
|
| 543 |
-
},
|
| 544 |
-
"node_modules/degenerator": {
|
| 545 |
-
"version": "5.0.1",
|
| 546 |
-
"resolved": "https://registry.npmjs.org/degenerator/-/degenerator-5.0.1.tgz",
|
| 547 |
-
"integrity": "sha512-TllpMR/t0M5sqCXfj85i4XaAzxmS5tVA16dqvdkMwGmzI+dXLXnw3J+3Vdv7VKw+ThlTMboK6i9rnZ6Nntj5CQ==",
|
| 548 |
-
"license": "MIT",
|
| 549 |
-
"dependencies": {
|
| 550 |
-
"ast-types": "^0.13.4",
|
| 551 |
-
"escodegen": "^2.1.0",
|
| 552 |
-
"esprima": "^4.0.1"
|
| 553 |
-
},
|
| 554 |
-
"engines": {
|
| 555 |
-
"node": ">= 14"
|
| 556 |
-
}
|
| 557 |
-
},
|
| 558 |
-
"node_modules/end-of-stream": {
|
| 559 |
-
"version": "1.4.5",
|
| 560 |
-
"resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.5.tgz",
|
| 561 |
-
"integrity": "sha512-ooEGc6HP26xXq/N+GCGOT0JKCLDGrq2bQUZrQ7gyrJiZANJ/8YDTxTpQBXGMn+WbIQXNVpyWymm7KYVICQnyOg==",
|
| 562 |
-
"license": "MIT",
|
| 563 |
-
"dependencies": {
|
| 564 |
-
"once": "^1.4.0"
|
| 565 |
-
}
|
| 566 |
-
},
|
| 567 |
-
"node_modules/enquirer": {
|
| 568 |
-
"version": "2.3.6",
|
| 569 |
-
"resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz",
|
| 570 |
-
"integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==",
|
| 571 |
-
"license": "MIT",
|
| 572 |
-
"dependencies": {
|
| 573 |
-
"ansi-colors": "^4.1.1"
|
| 574 |
-
},
|
| 575 |
-
"engines": {
|
| 576 |
-
"node": ">=8.6"
|
| 577 |
-
}
|
| 578 |
-
},
|
| 579 |
-
"node_modules/es-errors": {
|
| 580 |
-
"version": "1.3.0",
|
| 581 |
-
"resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz",
|
| 582 |
-
"integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==",
|
| 583 |
-
"license": "MIT",
|
| 584 |
-
"engines": {
|
| 585 |
-
"node": ">= 0.4"
|
| 586 |
-
}
|
| 587 |
-
},
|
| 588 |
-
"node_modules/escape-string-regexp": {
|
| 589 |
-
"version": "4.0.0",
|
| 590 |
-
"resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz",
|
| 591 |
-
"integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==",
|
| 592 |
-
"license": "MIT",
|
| 593 |
-
"engines": {
|
| 594 |
-
"node": ">=10"
|
| 595 |
-
},
|
| 596 |
-
"funding": {
|
| 597 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 598 |
-
}
|
| 599 |
-
},
|
| 600 |
-
"node_modules/escodegen": {
|
| 601 |
-
"version": "2.1.0",
|
| 602 |
-
"resolved": "https://registry.npmjs.org/escodegen/-/escodegen-2.1.0.tgz",
|
| 603 |
-
"integrity": "sha512-2NlIDTwUWJN0mRPQOdtQBzbUHvdGY2P1VXSyU83Q3xKxM7WHX2Ql8dKq782Q9TgQUNOLEzEYu9bzLNj1q88I5w==",
|
| 604 |
-
"license": "BSD-2-Clause",
|
| 605 |
-
"dependencies": {
|
| 606 |
-
"esprima": "^4.0.1",
|
| 607 |
-
"estraverse": "^5.2.0",
|
| 608 |
-
"esutils": "^2.0.2"
|
| 609 |
-
},
|
| 610 |
-
"bin": {
|
| 611 |
-
"escodegen": "bin/escodegen.js",
|
| 612 |
-
"esgenerate": "bin/esgenerate.js"
|
| 613 |
-
},
|
| 614 |
-
"engines": {
|
| 615 |
-
"node": ">=6.0"
|
| 616 |
-
},
|
| 617 |
-
"optionalDependencies": {
|
| 618 |
-
"source-map": "~0.6.1"
|
| 619 |
-
}
|
| 620 |
-
},
|
| 621 |
-
"node_modules/esprima": {
|
| 622 |
-
"version": "4.0.1",
|
| 623 |
-
"resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz",
|
| 624 |
-
"integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==",
|
| 625 |
-
"license": "BSD-2-Clause",
|
| 626 |
-
"bin": {
|
| 627 |
-
"esparse": "bin/esparse.js",
|
| 628 |
-
"esvalidate": "bin/esvalidate.js"
|
| 629 |
-
},
|
| 630 |
-
"engines": {
|
| 631 |
-
"node": ">=4"
|
| 632 |
-
}
|
| 633 |
-
},
|
| 634 |
-
"node_modules/estraverse": {
|
| 635 |
-
"version": "5.3.0",
|
| 636 |
-
"resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz",
|
| 637 |
-
"integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==",
|
| 638 |
-
"license": "BSD-2-Clause",
|
| 639 |
-
"engines": {
|
| 640 |
-
"node": ">=4.0"
|
| 641 |
-
}
|
| 642 |
-
},
|
| 643 |
-
"node_modules/esutils": {
|
| 644 |
-
"version": "2.0.3",
|
| 645 |
-
"resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz",
|
| 646 |
-
"integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==",
|
| 647 |
-
"license": "BSD-2-Clause",
|
| 648 |
-
"engines": {
|
| 649 |
-
"node": ">=0.10.0"
|
| 650 |
-
}
|
| 651 |
-
},
|
| 652 |
-
"node_modules/eventemitter2": {
|
| 653 |
-
"version": "5.0.1",
|
| 654 |
-
"resolved": "https://registry.npmjs.org/eventemitter2/-/eventemitter2-5.0.1.tgz",
|
| 655 |
-
"integrity": "sha512-5EM1GHXycJBS6mauYAbVKT1cVs7POKWb2NXD4Vyt8dDqeZa7LaDK1/sjtL+Zb0lzTpSNil4596Dyu97hz37QLg==",
|
| 656 |
-
"license": "MIT"
|
| 657 |
-
},
|
| 658 |
-
"node_modules/extrareqp2": {
|
| 659 |
-
"version": "1.0.0",
|
| 660 |
-
"resolved": "https://registry.npmjs.org/extrareqp2/-/extrareqp2-1.0.0.tgz",
|
| 661 |
-
"integrity": "sha512-Gum0g1QYb6wpPJCVypWP3bbIuaibcFiJcpuPM10YSXp/tzqi84x9PJageob+eN4xVRIOto4wjSGNLyMD54D2xA==",
|
| 662 |
-
"license": "MIT",
|
| 663 |
-
"dependencies": {
|
| 664 |
-
"follow-redirects": "^1.14.0"
|
| 665 |
-
}
|
| 666 |
-
},
|
| 667 |
-
"node_modules/fast-copy": {
|
| 668 |
-
"version": "4.0.3",
|
| 669 |
-
"resolved": "https://registry.npmjs.org/fast-copy/-/fast-copy-4.0.3.tgz",
|
| 670 |
-
"integrity": "sha512-58apWr0GUiDFM8+3afrO6eYwJBn9ZAhDOzG3L+/9llab/haCARS2UIfffmOurYLwbgDRs8n0rfr6qAAPEAuAQw==",
|
| 671 |
-
"license": "MIT"
|
| 672 |
-
},
|
| 673 |
-
"node_modules/fast-json-patch": {
|
| 674 |
-
"version": "3.1.1",
|
| 675 |
-
"resolved": "https://registry.npmjs.org/fast-json-patch/-/fast-json-patch-3.1.1.tgz",
|
| 676 |
-
"integrity": "sha512-vf6IHUX2SBcA+5/+4883dsIjpBTqmfBjmYiWK1savxQmFk4JfBMLa7ynTYOs1Rolp/T1betJxHiGD3g1Mn8lUQ==",
|
| 677 |
-
"license": "MIT"
|
| 678 |
-
},
|
| 679 |
-
"node_modules/fast-safe-stringify": {
|
| 680 |
-
"version": "2.1.1",
|
| 681 |
-
"resolved": "https://registry.npmjs.org/fast-safe-stringify/-/fast-safe-stringify-2.1.1.tgz",
|
| 682 |
-
"integrity": "sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==",
|
| 683 |
-
"license": "MIT"
|
| 684 |
-
},
|
| 685 |
-
"node_modules/fclone": {
|
| 686 |
-
"version": "1.0.11",
|
| 687 |
-
"resolved": "https://registry.npmjs.org/fclone/-/fclone-1.0.11.tgz",
|
| 688 |
-
"integrity": "sha512-GDqVQezKzRABdeqflsgMr7ktzgF9CyS+p2oe0jJqUY6izSSbhPIQJDpoU4PtGcD7VPM9xh/dVrTu6z1nwgmEGw==",
|
| 689 |
-
"license": "MIT"
|
| 690 |
-
},
|
| 691 |
-
"node_modules/fill-range": {
|
| 692 |
-
"version": "7.1.1",
|
| 693 |
-
"resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz",
|
| 694 |
-
"integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==",
|
| 695 |
-
"license": "MIT",
|
| 696 |
-
"dependencies": {
|
| 697 |
-
"to-regex-range": "^5.0.1"
|
| 698 |
-
},
|
| 699 |
-
"engines": {
|
| 700 |
-
"node": ">=8"
|
| 701 |
-
}
|
| 702 |
-
},
|
| 703 |
-
"node_modules/follow-redirects": {
|
| 704 |
-
"version": "1.16.0",
|
| 705 |
-
"resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.16.0.tgz",
|
| 706 |
-
"integrity": "sha512-y5rN/uOsadFT/JfYwhxRS5R7Qce+g3zG97+JrtFZlC9klX/W5hD7iiLzScI4nZqUS7DNUdhPgw4xI8W2LuXlUw==",
|
| 707 |
-
"funding": [
|
| 708 |
-
{
|
| 709 |
-
"type": "individual",
|
| 710 |
-
"url": "https://github.com/sponsors/RubenVerborgh"
|
| 711 |
-
}
|
| 712 |
-
],
|
| 713 |
-
"license": "MIT",
|
| 714 |
-
"engines": {
|
| 715 |
-
"node": ">=4.0"
|
| 716 |
-
},
|
| 717 |
-
"peerDependenciesMeta": {
|
| 718 |
-
"debug": {
|
| 719 |
-
"optional": true
|
| 720 |
-
}
|
| 721 |
-
}
|
| 722 |
-
},
|
| 723 |
-
"node_modules/fsevents": {
|
| 724 |
-
"version": "2.3.3",
|
| 725 |
-
"resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz",
|
| 726 |
-
"integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==",
|
| 727 |
-
"hasInstallScript": true,
|
| 728 |
-
"license": "MIT",
|
| 729 |
-
"optional": true,
|
| 730 |
-
"os": [
|
| 731 |
-
"darwin"
|
| 732 |
-
],
|
| 733 |
-
"engines": {
|
| 734 |
-
"node": "^8.16.0 || ^10.6.0 || >=11.0.0"
|
| 735 |
-
}
|
| 736 |
-
},
|
| 737 |
-
"node_modules/function-bind": {
|
| 738 |
-
"version": "1.1.2",
|
| 739 |
-
"resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz",
|
| 740 |
-
"integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==",
|
| 741 |
-
"license": "MIT",
|
| 742 |
-
"funding": {
|
| 743 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 744 |
-
}
|
| 745 |
-
},
|
| 746 |
-
"node_modules/get-uri": {
|
| 747 |
-
"version": "6.0.5",
|
| 748 |
-
"resolved": "https://registry.npmjs.org/get-uri/-/get-uri-6.0.5.tgz",
|
| 749 |
-
"integrity": "sha512-b1O07XYq8eRuVzBNgJLstU6FYc1tS6wnMtF1I1D9lE8LxZSOGZ7LhxN54yPP6mGw5f2CkXY2BQUL9Fx41qvcIg==",
|
| 750 |
-
"license": "MIT",
|
| 751 |
-
"dependencies": {
|
| 752 |
-
"basic-ftp": "^5.0.2",
|
| 753 |
-
"data-uri-to-buffer": "^6.0.2",
|
| 754 |
-
"debug": "^4.3.4"
|
| 755 |
-
},
|
| 756 |
-
"engines": {
|
| 757 |
-
"node": ">= 14"
|
| 758 |
-
}
|
| 759 |
-
},
|
| 760 |
-
"node_modules/git-node-fs": {
|
| 761 |
-
"version": "1.0.0",
|
| 762 |
-
"resolved": "https://registry.npmjs.org/git-node-fs/-/git-node-fs-1.0.0.tgz",
|
| 763 |
-
"integrity": "sha512-bLQypt14llVXBg0S0u8q8HmU7g9p3ysH+NvVlae5vILuUvs759665HvmR5+wb04KjHyjFcDRxdYb4kyNnluMUQ==",
|
| 764 |
-
"license": "MIT"
|
| 765 |
-
},
|
| 766 |
-
"node_modules/git-sha1": {
|
| 767 |
-
"version": "0.1.2",
|
| 768 |
-
"resolved": "https://registry.npmjs.org/git-sha1/-/git-sha1-0.1.2.tgz",
|
| 769 |
-
"integrity": "sha512-2e/nZezdVlyCopOCYHeW0onkbZg7xP1Ad6pndPy1rCygeRykefUS6r7oA5cJRGEFvseiaz5a/qUHFVX1dd6Isg==",
|
| 770 |
-
"license": "MIT"
|
| 771 |
-
},
|
| 772 |
-
"node_modules/glob-parent": {
|
| 773 |
-
"version": "5.1.2",
|
| 774 |
-
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
| 775 |
-
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
| 776 |
-
"license": "ISC",
|
| 777 |
-
"dependencies": {
|
| 778 |
-
"is-glob": "^4.0.1"
|
| 779 |
-
},
|
| 780 |
-
"engines": {
|
| 781 |
-
"node": ">= 6"
|
| 782 |
-
}
|
| 783 |
-
},
|
| 784 |
-
"node_modules/has-flag": {
|
| 785 |
-
"version": "4.0.0",
|
| 786 |
-
"resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
|
| 787 |
-
"integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
|
| 788 |
-
"license": "MIT",
|
| 789 |
-
"engines": {
|
| 790 |
-
"node": ">=8"
|
| 791 |
-
}
|
| 792 |
-
},
|
| 793 |
-
"node_modules/hasown": {
|
| 794 |
-
"version": "2.0.3",
|
| 795 |
-
"resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.3.tgz",
|
| 796 |
-
"integrity": "sha512-ej4AhfhfL2Q2zpMmLo7U1Uv9+PyhIZpgQLGT1F9miIGmiCJIoCgSmczFdrc97mWT4kVY72KA+WnnhJ5pghSvSg==",
|
| 797 |
-
"license": "MIT",
|
| 798 |
-
"dependencies": {
|
| 799 |
-
"function-bind": "^1.1.2"
|
| 800 |
-
},
|
| 801 |
-
"engines": {
|
| 802 |
-
"node": ">= 0.4"
|
| 803 |
-
}
|
| 804 |
-
},
|
| 805 |
-
"node_modules/help-me": {
|
| 806 |
-
"version": "5.0.0",
|
| 807 |
-
"resolved": "https://registry.npmjs.org/help-me/-/help-me-5.0.0.tgz",
|
| 808 |
-
"integrity": "sha512-7xgomUX6ADmcYzFik0HzAxh/73YlKR9bmFzf51CZwR+b6YtzU2m0u49hQCqV6SvlqIqsaxovfwdvbnsw3b/zpg==",
|
| 809 |
-
"license": "MIT"
|
| 810 |
-
},
|
| 811 |
-
"node_modules/http-proxy-agent": {
|
| 812 |
-
"version": "7.0.2",
|
| 813 |
-
"resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz",
|
| 814 |
-
"integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==",
|
| 815 |
-
"license": "MIT",
|
| 816 |
-
"dependencies": {
|
| 817 |
-
"agent-base": "^7.1.0",
|
| 818 |
-
"debug": "^4.3.4"
|
| 819 |
-
},
|
| 820 |
-
"engines": {
|
| 821 |
-
"node": ">= 14"
|
| 822 |
-
}
|
| 823 |
-
},
|
| 824 |
-
"node_modules/https-proxy-agent": {
|
| 825 |
-
"version": "7.0.6",
|
| 826 |
-
"resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.6.tgz",
|
| 827 |
-
"integrity": "sha512-vK9P5/iUfdl95AI+JVyUuIcVtd4ofvtrOr3HNtM2yxC9bnMbEdp3x01OhQNnjb8IJYi38VlTE3mBXwcfvywuSw==",
|
| 828 |
-
"license": "MIT",
|
| 829 |
-
"dependencies": {
|
| 830 |
-
"agent-base": "^7.1.2",
|
| 831 |
-
"debug": "4"
|
| 832 |
-
},
|
| 833 |
-
"engines": {
|
| 834 |
-
"node": ">= 14"
|
| 835 |
-
}
|
| 836 |
-
},
|
| 837 |
-
"node_modules/iconv-lite": {
|
| 838 |
-
"version": "0.4.24",
|
| 839 |
-
"resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz",
|
| 840 |
-
"integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==",
|
| 841 |
-
"license": "MIT",
|
| 842 |
-
"dependencies": {
|
| 843 |
-
"safer-buffer": ">= 2.1.2 < 3"
|
| 844 |
-
},
|
| 845 |
-
"engines": {
|
| 846 |
-
"node": ">=0.10.0"
|
| 847 |
-
}
|
| 848 |
-
},
|
| 849 |
-
"node_modules/ini": {
|
| 850 |
-
"version": "1.3.8",
|
| 851 |
-
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz",
|
| 852 |
-
"integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==",
|
| 853 |
-
"license": "ISC"
|
| 854 |
-
},
|
| 855 |
-
"node_modules/ip-address": {
|
| 856 |
-
"version": "10.1.1",
|
| 857 |
-
"resolved": "https://registry.npmjs.org/ip-address/-/ip-address-10.1.1.tgz",
|
| 858 |
-
"integrity": "sha512-1FMu8/N15Ck1BL551Jf42NYIoin2unWjLQ2Fze/DXryJRl5twqtwNHlO39qERGbIOcKYWHdgRryhOC+NG4eaLw==",
|
| 859 |
-
"license": "MIT",
|
| 860 |
-
"engines": {
|
| 861 |
-
"node": ">= 12"
|
| 862 |
-
}
|
| 863 |
-
},
|
| 864 |
-
"node_modules/is-binary-path": {
|
| 865 |
-
"version": "2.1.0",
|
| 866 |
-
"resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
|
| 867 |
-
"integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
|
| 868 |
-
"license": "MIT",
|
| 869 |
-
"dependencies": {
|
| 870 |
-
"binary-extensions": "^2.0.0"
|
| 871 |
-
},
|
| 872 |
-
"engines": {
|
| 873 |
-
"node": ">=8"
|
| 874 |
-
}
|
| 875 |
-
},
|
| 876 |
-
"node_modules/is-core-module": {
|
| 877 |
-
"version": "2.16.1",
|
| 878 |
-
"resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.16.1.tgz",
|
| 879 |
-
"integrity": "sha512-UfoeMA6fIJ8wTYFEUjelnaGI67v6+N7qXJEvQuIGa99l4xsCruSYOVSQ0uPANn4dAzm8lkYPaKLrrijLq7x23w==",
|
| 880 |
-
"license": "MIT",
|
| 881 |
-
"dependencies": {
|
| 882 |
-
"hasown": "^2.0.2"
|
| 883 |
-
},
|
| 884 |
-
"engines": {
|
| 885 |
-
"node": ">= 0.4"
|
| 886 |
-
},
|
| 887 |
-
"funding": {
|
| 888 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 889 |
-
}
|
| 890 |
-
},
|
| 891 |
-
"node_modules/is-extglob": {
|
| 892 |
-
"version": "2.1.1",
|
| 893 |
-
"resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
|
| 894 |
-
"integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==",
|
| 895 |
-
"license": "MIT",
|
| 896 |
-
"engines": {
|
| 897 |
-
"node": ">=0.10.0"
|
| 898 |
-
}
|
| 899 |
-
},
|
| 900 |
-
"node_modules/is-glob": {
|
| 901 |
-
"version": "4.0.3",
|
| 902 |
-
"resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz",
|
| 903 |
-
"integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==",
|
| 904 |
-
"license": "MIT",
|
| 905 |
-
"dependencies": {
|
| 906 |
-
"is-extglob": "^2.1.1"
|
| 907 |
-
},
|
| 908 |
-
"engines": {
|
| 909 |
-
"node": ">=0.10.0"
|
| 910 |
-
}
|
| 911 |
-
},
|
| 912 |
-
"node_modules/is-number": {
|
| 913 |
-
"version": "7.0.0",
|
| 914 |
-
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
| 915 |
-
"integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
|
| 916 |
-
"license": "MIT",
|
| 917 |
-
"engines": {
|
| 918 |
-
"node": ">=0.12.0"
|
| 919 |
-
}
|
| 920 |
-
},
|
| 921 |
-
"node_modules/joycon": {
|
| 922 |
-
"version": "3.1.1",
|
| 923 |
-
"resolved": "https://registry.npmjs.org/joycon/-/joycon-3.1.1.tgz",
|
| 924 |
-
"integrity": "sha512-34wB/Y7MW7bzjKRjUKTa46I2Z7eV62Rkhva+KkopW7Qvv/OSWBqvkSY7vusOPrNuZcUG3tApvdVgNB8POj3SPw==",
|
| 925 |
-
"license": "MIT",
|
| 926 |
-
"engines": {
|
| 927 |
-
"node": ">=10"
|
| 928 |
-
}
|
| 929 |
-
},
|
| 930 |
-
"node_modules/js-git": {
|
| 931 |
-
"version": "0.7.8",
|
| 932 |
-
"resolved": "https://registry.npmjs.org/js-git/-/js-git-0.7.8.tgz",
|
| 933 |
-
"integrity": "sha512-+E5ZH/HeRnoc/LW0AmAyhU+mNcWBzAKE+30+IDMLSLbbK+Tdt02AdkOKq9u15rlJsDEGFqtgckc8ZM59LhhiUA==",
|
| 934 |
-
"license": "MIT",
|
| 935 |
-
"dependencies": {
|
| 936 |
-
"bodec": "^0.1.0",
|
| 937 |
-
"culvert": "^0.1.2",
|
| 938 |
-
"git-sha1": "^0.1.2",
|
| 939 |
-
"pako": "^0.2.5"
|
| 940 |
-
}
|
| 941 |
-
},
|
| 942 |
-
"node_modules/js-yaml": {
|
| 943 |
-
"version": "4.1.1",
|
| 944 |
-
"resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.1.tgz",
|
| 945 |
-
"integrity": "sha512-qQKT4zQxXl8lLwBtHMWwaTcGfFOZviOJet3Oy/xmGk2gZH677CJM9EvtfdSkgWcATZhj/55JZ0rmy3myCT5lsA==",
|
| 946 |
-
"license": "MIT",
|
| 947 |
-
"dependencies": {
|
| 948 |
-
"argparse": "^2.0.1"
|
| 949 |
-
},
|
| 950 |
-
"bin": {
|
| 951 |
-
"js-yaml": "bin/js-yaml.js"
|
| 952 |
-
}
|
| 953 |
-
},
|
| 954 |
-
"node_modules/json-stringify-safe": {
|
| 955 |
-
"version": "5.0.1",
|
| 956 |
-
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
| 957 |
-
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
| 958 |
-
"license": "ISC",
|
| 959 |
-
"optional": true
|
| 960 |
-
},
|
| 961 |
-
"node_modules/lodash": {
|
| 962 |
-
"version": "4.18.1",
|
| 963 |
-
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz",
|
| 964 |
-
"integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==",
|
| 965 |
-
"license": "MIT"
|
| 966 |
-
},
|
| 967 |
-
"node_modules/lru-cache": {
|
| 968 |
-
"version": "7.18.3",
|
| 969 |
-
"resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz",
|
| 970 |
-
"integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==",
|
| 971 |
-
"license": "ISC",
|
| 972 |
-
"engines": {
|
| 973 |
-
"node": ">=12"
|
| 974 |
-
}
|
| 975 |
-
},
|
| 976 |
-
"node_modules/minimist": {
|
| 977 |
-
"version": "1.2.8",
|
| 978 |
-
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
|
| 979 |
-
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
|
| 980 |
-
"license": "MIT",
|
| 981 |
-
"funding": {
|
| 982 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 983 |
-
}
|
| 984 |
-
},
|
| 985 |
-
"node_modules/mkdirp": {
|
| 986 |
-
"version": "1.0.4",
|
| 987 |
-
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
|
| 988 |
-
"integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
|
| 989 |
-
"license": "MIT",
|
| 990 |
-
"bin": {
|
| 991 |
-
"mkdirp": "bin/cmd.js"
|
| 992 |
-
},
|
| 993 |
-
"engines": {
|
| 994 |
-
"node": ">=10"
|
| 995 |
-
}
|
| 996 |
-
},
|
| 997 |
-
"node_modules/module-details-from-path": {
|
| 998 |
-
"version": "1.0.4",
|
| 999 |
-
"resolved": "https://registry.npmjs.org/module-details-from-path/-/module-details-from-path-1.0.4.tgz",
|
| 1000 |
-
"integrity": "sha512-EGWKgxALGMgzvxYF1UyGTy0HXX/2vHLkw6+NvDKW2jypWbHpjQuj4UMcqQWXHERJhVGKikolT06G3bcKe4fi7w==",
|
| 1001 |
-
"license": "MIT"
|
| 1002 |
-
},
|
| 1003 |
-
"node_modules/ms": {
|
| 1004 |
-
"version": "2.1.3",
|
| 1005 |
-
"resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz",
|
| 1006 |
-
"integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==",
|
| 1007 |
-
"license": "MIT"
|
| 1008 |
-
},
|
| 1009 |
-
"node_modules/mute-stream": {
|
| 1010 |
-
"version": "0.0.8",
|
| 1011 |
-
"resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz",
|
| 1012 |
-
"integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==",
|
| 1013 |
-
"license": "ISC"
|
| 1014 |
-
},
|
| 1015 |
-
"node_modules/needle": {
|
| 1016 |
-
"version": "2.4.0",
|
| 1017 |
-
"resolved": "https://registry.npmjs.org/needle/-/needle-2.4.0.tgz",
|
| 1018 |
-
"integrity": "sha512-4Hnwzr3mi5L97hMYeNl8wRW/Onhy4nUKR/lVemJ8gJedxxUyBLm9kkrDColJvoSfwi0jCNhD+xCdOtiGDQiRZg==",
|
| 1019 |
-
"license": "MIT",
|
| 1020 |
-
"dependencies": {
|
| 1021 |
-
"debug": "^3.2.6",
|
| 1022 |
-
"iconv-lite": "^0.4.4",
|
| 1023 |
-
"sax": "^1.2.4"
|
| 1024 |
-
},
|
| 1025 |
-
"bin": {
|
| 1026 |
-
"needle": "bin/needle"
|
| 1027 |
-
},
|
| 1028 |
-
"engines": {
|
| 1029 |
-
"node": ">= 4.4.x"
|
| 1030 |
-
}
|
| 1031 |
-
},
|
| 1032 |
-
"node_modules/needle/node_modules/debug": {
|
| 1033 |
-
"version": "3.2.7",
|
| 1034 |
-
"resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz",
|
| 1035 |
-
"integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==",
|
| 1036 |
-
"license": "MIT",
|
| 1037 |
-
"dependencies": {
|
| 1038 |
-
"ms": "^2.1.1"
|
| 1039 |
-
}
|
| 1040 |
-
},
|
| 1041 |
-
"node_modules/netmask": {
|
| 1042 |
-
"version": "2.1.1",
|
| 1043 |
-
"resolved": "https://registry.npmjs.org/netmask/-/netmask-2.1.1.tgz",
|
| 1044 |
-
"integrity": "sha512-eonl3sLUha+S1GzTPxychyhnUzKyeQkZ7jLjKrBagJgPla13F+uQ71HgpFefyHgqrjEbCPkDArxYsjY8/+gLKA==",
|
| 1045 |
-
"license": "MIT",
|
| 1046 |
-
"engines": {
|
| 1047 |
-
"node": ">= 0.4.0"
|
| 1048 |
-
}
|
| 1049 |
-
},
|
| 1050 |
-
"node_modules/normalize-path": {
|
| 1051 |
-
"version": "3.0.0",
|
| 1052 |
-
"resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
|
| 1053 |
-
"integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
|
| 1054 |
-
"license": "MIT",
|
| 1055 |
-
"engines": {
|
| 1056 |
-
"node": ">=0.10.0"
|
| 1057 |
-
}
|
| 1058 |
-
},
|
| 1059 |
-
"node_modules/on-exit-leak-free": {
|
| 1060 |
-
"version": "2.1.2",
|
| 1061 |
-
"resolved": "https://registry.npmjs.org/on-exit-leak-free/-/on-exit-leak-free-2.1.2.tgz",
|
| 1062 |
-
"integrity": "sha512-0eJJY6hXLGf1udHwfNftBqH+g73EU4B504nZeKpz1sYRKafAghwxEJunB2O7rDZkL4PGfsMVnTXZ2EjibbqcsA==",
|
| 1063 |
-
"license": "MIT",
|
| 1064 |
-
"engines": {
|
| 1065 |
-
"node": ">=14.0.0"
|
| 1066 |
-
}
|
| 1067 |
-
},
|
| 1068 |
-
"node_modules/once": {
|
| 1069 |
-
"version": "1.4.0",
|
| 1070 |
-
"resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
|
| 1071 |
-
"integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==",
|
| 1072 |
-
"license": "ISC",
|
| 1073 |
-
"dependencies": {
|
| 1074 |
-
"wrappy": "1"
|
| 1075 |
-
}
|
| 1076 |
-
},
|
| 1077 |
-
"node_modules/pac-proxy-agent": {
|
| 1078 |
-
"version": "7.2.0",
|
| 1079 |
-
"resolved": "https://registry.npmjs.org/pac-proxy-agent/-/pac-proxy-agent-7.2.0.tgz",
|
| 1080 |
-
"integrity": "sha512-TEB8ESquiLMc0lV8vcd5Ql/JAKAoyzHFXaStwjkzpOpC5Yv+pIzLfHvjTSdf3vpa2bMiUQrg9i6276yn8666aA==",
|
| 1081 |
-
"license": "MIT",
|
| 1082 |
-
"dependencies": {
|
| 1083 |
-
"@tootallnate/quickjs-emscripten": "^0.23.0",
|
| 1084 |
-
"agent-base": "^7.1.2",
|
| 1085 |
-
"debug": "^4.3.4",
|
| 1086 |
-
"get-uri": "^6.0.1",
|
| 1087 |
-
"http-proxy-agent": "^7.0.0",
|
| 1088 |
-
"https-proxy-agent": "^7.0.6",
|
| 1089 |
-
"pac-resolver": "^7.0.1",
|
| 1090 |
-
"socks-proxy-agent": "^8.0.5"
|
| 1091 |
-
},
|
| 1092 |
-
"engines": {
|
| 1093 |
-
"node": ">= 14"
|
| 1094 |
-
}
|
| 1095 |
-
},
|
| 1096 |
-
"node_modules/pac-resolver": {
|
| 1097 |
-
"version": "7.0.1",
|
| 1098 |
-
"resolved": "https://registry.npmjs.org/pac-resolver/-/pac-resolver-7.0.1.tgz",
|
| 1099 |
-
"integrity": "sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==",
|
| 1100 |
-
"license": "MIT",
|
| 1101 |
-
"dependencies": {
|
| 1102 |
-
"degenerator": "^5.0.0",
|
| 1103 |
-
"netmask": "^2.0.2"
|
| 1104 |
-
},
|
| 1105 |
-
"engines": {
|
| 1106 |
-
"node": ">= 14"
|
| 1107 |
-
}
|
| 1108 |
-
},
|
| 1109 |
-
"node_modules/pako": {
|
| 1110 |
-
"version": "0.2.9",
|
| 1111 |
-
"resolved": "https://registry.npmjs.org/pako/-/pako-0.2.9.tgz",
|
| 1112 |
-
"integrity": "sha512-NUcwaKxUxWrZLpDG+z/xZaCgQITkA/Dv4V/T6bw7VON6l1Xz/VnrBqrYjZQ12TamKHzITTfOEIYUj48y2KXImA==",
|
| 1113 |
-
"license": "MIT"
|
| 1114 |
-
},
|
| 1115 |
-
"node_modules/path-parse": {
|
| 1116 |
-
"version": "1.0.7",
|
| 1117 |
-
"resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz",
|
| 1118 |
-
"integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==",
|
| 1119 |
-
"license": "MIT"
|
| 1120 |
-
},
|
| 1121 |
-
"node_modules/picomatch": {
|
| 1122 |
-
"version": "2.3.2",
|
| 1123 |
-
"resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.2.tgz",
|
| 1124 |
-
"integrity": "sha512-V7+vQEJ06Z+c5tSye8S+nHUfI51xoXIXjHQ99cQtKUkQqqO1kO/KCJUfZXuB47h/YBlDhah2H3hdUGXn8ie0oA==",
|
| 1125 |
-
"license": "MIT",
|
| 1126 |
-
"engines": {
|
| 1127 |
-
"node": ">=8.6"
|
| 1128 |
-
},
|
| 1129 |
-
"funding": {
|
| 1130 |
-
"url": "https://github.com/sponsors/jonschlinkert"
|
| 1131 |
-
}
|
| 1132 |
-
},
|
| 1133 |
-
"node_modules/pidusage": {
|
| 1134 |
-
"version": "3.0.2",
|
| 1135 |
-
"resolved": "https://registry.npmjs.org/pidusage/-/pidusage-3.0.2.tgz",
|
| 1136 |
-
"integrity": "sha512-g0VU+y08pKw5M8EZ2rIGiEBaB8wrQMjYGFfW2QVIfyT8V+fq8YFLkvlz4bz5ljvFDJYNFCWT3PWqcRr2FKO81w==",
|
| 1137 |
-
"license": "MIT",
|
| 1138 |
-
"dependencies": {
|
| 1139 |
-
"safe-buffer": "^5.2.1"
|
| 1140 |
-
},
|
| 1141 |
-
"engines": {
|
| 1142 |
-
"node": ">=10"
|
| 1143 |
-
}
|
| 1144 |
-
},
|
| 1145 |
-
"node_modules/pino": {
|
| 1146 |
-
"version": "10.3.1",
|
| 1147 |
-
"resolved": "https://registry.npmjs.org/pino/-/pino-10.3.1.tgz",
|
| 1148 |
-
"integrity": "sha512-r34yH/GlQpKZbU1BvFFqOjhISRo1MNx1tWYsYvmj6KIRHSPMT2+yHOEb1SG6NMvRoHRF0a07kCOox/9yakl1vg==",
|
| 1149 |
-
"license": "MIT",
|
| 1150 |
-
"dependencies": {
|
| 1151 |
-
"@pinojs/redact": "^0.4.0",
|
| 1152 |
-
"atomic-sleep": "^1.0.0",
|
| 1153 |
-
"on-exit-leak-free": "^2.1.0",
|
| 1154 |
-
"pino-abstract-transport": "^3.0.0",
|
| 1155 |
-
"pino-std-serializers": "^7.0.0",
|
| 1156 |
-
"process-warning": "^5.0.0",
|
| 1157 |
-
"quick-format-unescaped": "^4.0.3",
|
| 1158 |
-
"real-require": "^0.2.0",
|
| 1159 |
-
"safe-stable-stringify": "^2.3.1",
|
| 1160 |
-
"sonic-boom": "^4.0.1",
|
| 1161 |
-
"thread-stream": "^4.0.0"
|
| 1162 |
-
},
|
| 1163 |
-
"bin": {
|
| 1164 |
-
"pino": "bin.js"
|
| 1165 |
-
}
|
| 1166 |
-
},
|
| 1167 |
-
"node_modules/pino-abstract-transport": {
|
| 1168 |
-
"version": "3.0.0",
|
| 1169 |
-
"resolved": "https://registry.npmjs.org/pino-abstract-transport/-/pino-abstract-transport-3.0.0.tgz",
|
| 1170 |
-
"integrity": "sha512-wlfUczU+n7Hy/Ha5j9a/gZNy7We5+cXp8YL+X+PG8S0KXxw7n/JXA3c46Y0zQznIJ83URJiwy7Lh56WLokNuxg==",
|
| 1171 |
-
"license": "MIT",
|
| 1172 |
-
"dependencies": {
|
| 1173 |
-
"split2": "^4.0.0"
|
| 1174 |
-
}
|
| 1175 |
-
},
|
| 1176 |
-
"node_modules/pino-pretty": {
|
| 1177 |
-
"version": "13.1.3",
|
| 1178 |
-
"resolved": "https://registry.npmjs.org/pino-pretty/-/pino-pretty-13.1.3.tgz",
|
| 1179 |
-
"integrity": "sha512-ttXRkkOz6WWC95KeY9+xxWL6AtImwbyMHrL1mSwqwW9u+vLp/WIElvHvCSDg0xO/Dzrggz1zv3rN5ovTRVowKg==",
|
| 1180 |
-
"license": "MIT",
|
| 1181 |
-
"dependencies": {
|
| 1182 |
-
"colorette": "^2.0.7",
|
| 1183 |
-
"dateformat": "^4.6.3",
|
| 1184 |
-
"fast-copy": "^4.0.0",
|
| 1185 |
-
"fast-safe-stringify": "^2.1.1",
|
| 1186 |
-
"help-me": "^5.0.0",
|
| 1187 |
-
"joycon": "^3.1.1",
|
| 1188 |
-
"minimist": "^1.2.6",
|
| 1189 |
-
"on-exit-leak-free": "^2.1.0",
|
| 1190 |
-
"pino-abstract-transport": "^3.0.0",
|
| 1191 |
-
"pump": "^3.0.0",
|
| 1192 |
-
"secure-json-parse": "^4.0.0",
|
| 1193 |
-
"sonic-boom": "^4.0.1",
|
| 1194 |
-
"strip-json-comments": "^5.0.2"
|
| 1195 |
-
},
|
| 1196 |
-
"bin": {
|
| 1197 |
-
"pino-pretty": "bin.js"
|
| 1198 |
-
}
|
| 1199 |
-
},
|
| 1200 |
-
"node_modules/pino-std-serializers": {
|
| 1201 |
-
"version": "7.1.0",
|
| 1202 |
-
"resolved": "https://registry.npmjs.org/pino-std-serializers/-/pino-std-serializers-7.1.0.tgz",
|
| 1203 |
-
"integrity": "sha512-BndPH67/JxGExRgiX1dX0w1FvZck5Wa4aal9198SrRhZjH3GxKQUKIBnYJTdj2HDN3UQAS06HlfcSbQj2OHmaw==",
|
| 1204 |
-
"license": "MIT"
|
| 1205 |
-
},
|
| 1206 |
-
"node_modules/pm2": {
|
| 1207 |
-
"version": "6.0.14",
|
| 1208 |
-
"resolved": "https://registry.npmjs.org/pm2/-/pm2-6.0.14.tgz",
|
| 1209 |
-
"integrity": "sha512-wX1FiFkzuT2H/UUEA8QNXDAA9MMHDsK/3UHj6Dkd5U7kxyigKDA5gyDw78ycTQZAuGCLWyUX5FiXEuVQWafukA==",
|
| 1210 |
-
"license": "AGPL-3.0",
|
| 1211 |
-
"dependencies": {
|
| 1212 |
-
"@pm2/agent": "~2.1.1",
|
| 1213 |
-
"@pm2/blessed": "0.1.81",
|
| 1214 |
-
"@pm2/io": "~6.1.0",
|
| 1215 |
-
"@pm2/js-api": "~0.8.0",
|
| 1216 |
-
"@pm2/pm2-version-check": "^1.0.4",
|
| 1217 |
-
"ansis": "4.0.0-node10",
|
| 1218 |
-
"async": "3.2.6",
|
| 1219 |
-
"chokidar": "3.6.0",
|
| 1220 |
-
"cli-tableau": "2.0.1",
|
| 1221 |
-
"commander": "2.15.1",
|
| 1222 |
-
"croner": "4.1.97",
|
| 1223 |
-
"dayjs": "1.11.15",
|
| 1224 |
-
"debug": "4.4.3",
|
| 1225 |
-
"enquirer": "2.3.6",
|
| 1226 |
-
"eventemitter2": "5.0.1",
|
| 1227 |
-
"fclone": "1.0.11",
|
| 1228 |
-
"js-yaml": "4.1.1",
|
| 1229 |
-
"mkdirp": "1.0.4",
|
| 1230 |
-
"needle": "2.4.0",
|
| 1231 |
-
"pidusage": "3.0.2",
|
| 1232 |
-
"pm2-axon": "~4.0.1",
|
| 1233 |
-
"pm2-axon-rpc": "~0.7.1",
|
| 1234 |
-
"pm2-deploy": "~1.0.2",
|
| 1235 |
-
"pm2-multimeter": "^0.1.2",
|
| 1236 |
-
"promptly": "2.2.0",
|
| 1237 |
-
"semver": "7.7.2",
|
| 1238 |
-
"source-map-support": "0.5.21",
|
| 1239 |
-
"sprintf-js": "1.1.2",
|
| 1240 |
-
"vizion": "~2.2.1"
|
| 1241 |
-
},
|
| 1242 |
-
"bin": {
|
| 1243 |
-
"pm2": "bin/pm2",
|
| 1244 |
-
"pm2-dev": "bin/pm2-dev",
|
| 1245 |
-
"pm2-docker": "bin/pm2-docker",
|
| 1246 |
-
"pm2-runtime": "bin/pm2-runtime"
|
| 1247 |
-
},
|
| 1248 |
-
"engines": {
|
| 1249 |
-
"node": ">=16.0.0"
|
| 1250 |
-
},
|
| 1251 |
-
"optionalDependencies": {
|
| 1252 |
-
"pm2-sysmonit": "^1.2.8"
|
| 1253 |
-
}
|
| 1254 |
-
},
|
| 1255 |
-
"node_modules/pm2-axon": {
|
| 1256 |
-
"version": "4.0.1",
|
| 1257 |
-
"resolved": "https://registry.npmjs.org/pm2-axon/-/pm2-axon-4.0.1.tgz",
|
| 1258 |
-
"integrity": "sha512-kES/PeSLS8orT8dR5jMlNl+Yu4Ty3nbvZRmaAtROuVm9nYYGiaoXqqKQqQYzWQzMYWUKHMQTvBlirjE5GIIxqg==",
|
| 1259 |
-
"license": "MIT",
|
| 1260 |
-
"dependencies": {
|
| 1261 |
-
"amp": "~0.3.1",
|
| 1262 |
-
"amp-message": "~0.1.1",
|
| 1263 |
-
"debug": "^4.3.1",
|
| 1264 |
-
"escape-string-regexp": "^4.0.0"
|
| 1265 |
-
},
|
| 1266 |
-
"engines": {
|
| 1267 |
-
"node": ">=5"
|
| 1268 |
-
}
|
| 1269 |
-
},
|
| 1270 |
-
"node_modules/pm2-axon-rpc": {
|
| 1271 |
-
"version": "0.7.1",
|
| 1272 |
-
"resolved": "https://registry.npmjs.org/pm2-axon-rpc/-/pm2-axon-rpc-0.7.1.tgz",
|
| 1273 |
-
"integrity": "sha512-FbLvW60w+vEyvMjP/xom2UPhUN/2bVpdtLfKJeYM3gwzYhoTEEChCOICfFzxkxuoEleOlnpjie+n1nue91bDQw==",
|
| 1274 |
-
"license": "MIT",
|
| 1275 |
-
"dependencies": {
|
| 1276 |
-
"debug": "^4.3.1"
|
| 1277 |
-
},
|
| 1278 |
-
"engines": {
|
| 1279 |
-
"node": ">=5"
|
| 1280 |
-
}
|
| 1281 |
-
},
|
| 1282 |
-
"node_modules/pm2-deploy": {
|
| 1283 |
-
"version": "1.0.2",
|
| 1284 |
-
"resolved": "https://registry.npmjs.org/pm2-deploy/-/pm2-deploy-1.0.2.tgz",
|
| 1285 |
-
"integrity": "sha512-YJx6RXKrVrWaphEYf++EdOOx9EH18vM8RSZN/P1Y+NokTKqYAca/ejXwVLyiEpNju4HPZEk3Y2uZouwMqUlcgg==",
|
| 1286 |
-
"license": "MIT",
|
| 1287 |
-
"dependencies": {
|
| 1288 |
-
"run-series": "^1.1.8",
|
| 1289 |
-
"tv4": "^1.3.0"
|
| 1290 |
-
},
|
| 1291 |
-
"engines": {
|
| 1292 |
-
"node": ">=4.0.0"
|
| 1293 |
-
}
|
| 1294 |
-
},
|
| 1295 |
-
"node_modules/pm2-multimeter": {
|
| 1296 |
-
"version": "0.1.2",
|
| 1297 |
-
"resolved": "https://registry.npmjs.org/pm2-multimeter/-/pm2-multimeter-0.1.2.tgz",
|
| 1298 |
-
"integrity": "sha512-S+wT6XfyKfd7SJIBqRgOctGxaBzUOmVQzTAS+cg04TsEUObJVreha7lvCfX8zzGVr871XwCSnHUU7DQQ5xEsfA==",
|
| 1299 |
-
"license": "MIT/X11",
|
| 1300 |
-
"dependencies": {
|
| 1301 |
-
"charm": "~0.1.1"
|
| 1302 |
-
}
|
| 1303 |
-
},
|
| 1304 |
-
"node_modules/pm2-sysmonit": {
|
| 1305 |
-
"version": "1.2.8",
|
| 1306 |
-
"resolved": "https://registry.npmjs.org/pm2-sysmonit/-/pm2-sysmonit-1.2.8.tgz",
|
| 1307 |
-
"integrity": "sha512-ACOhlONEXdCTVwKieBIQLSi2tQZ8eKinhcr9JpZSUAL8Qy0ajIgRtsLxG/lwPOW3JEKqPyw/UaHmTWhUzpP4kA==",
|
| 1308 |
-
"license": "Apache",
|
| 1309 |
-
"optional": true,
|
| 1310 |
-
"dependencies": {
|
| 1311 |
-
"async": "^3.2.0",
|
| 1312 |
-
"debug": "^4.3.1",
|
| 1313 |
-
"pidusage": "^2.0.21",
|
| 1314 |
-
"systeminformation": "^5.7",
|
| 1315 |
-
"tx2": "~1.0.4"
|
| 1316 |
-
}
|
| 1317 |
-
},
|
| 1318 |
-
"node_modules/pm2-sysmonit/node_modules/pidusage": {
|
| 1319 |
-
"version": "2.0.21",
|
| 1320 |
-
"resolved": "https://registry.npmjs.org/pidusage/-/pidusage-2.0.21.tgz",
|
| 1321 |
-
"integrity": "sha512-cv3xAQos+pugVX+BfXpHsbyz/dLzX+lr44zNMsYiGxUw+kV5sgQCIcLd1z+0vq+KyC7dJ+/ts2PsfgWfSC3WXA==",
|
| 1322 |
-
"license": "MIT",
|
| 1323 |
-
"optional": true,
|
| 1324 |
-
"dependencies": {
|
| 1325 |
-
"safe-buffer": "^5.2.1"
|
| 1326 |
-
},
|
| 1327 |
-
"engines": {
|
| 1328 |
-
"node": ">=8"
|
| 1329 |
-
}
|
| 1330 |
-
},
|
| 1331 |
-
"node_modules/prettier": {
|
| 1332 |
-
"version": "3.8.1",
|
| 1333 |
-
"resolved": "https://registry.npmjs.org/prettier/-/prettier-3.8.1.tgz",
|
| 1334 |
-
"integrity": "sha512-UOnG6LftzbdaHZcKoPFtOcCKztrQ57WkHDeRD9t/PTQtmT0NHSeWWepj6pS0z/N7+08BHFDQVUrfmfMRcZwbMg==",
|
| 1335 |
-
"dev": true,
|
| 1336 |
-
"license": "MIT",
|
| 1337 |
-
"bin": {
|
| 1338 |
-
"prettier": "bin/prettier.cjs"
|
| 1339 |
-
},
|
| 1340 |
-
"engines": {
|
| 1341 |
-
"node": ">=14"
|
| 1342 |
-
},
|
| 1343 |
-
"funding": {
|
| 1344 |
-
"url": "https://github.com/prettier/prettier?sponsor=1"
|
| 1345 |
-
}
|
| 1346 |
-
},
|
| 1347 |
-
"node_modules/process-warning": {
|
| 1348 |
-
"version": "5.0.0",
|
| 1349 |
-
"resolved": "https://registry.npmjs.org/process-warning/-/process-warning-5.0.0.tgz",
|
| 1350 |
-
"integrity": "sha512-a39t9ApHNx2L4+HBnQKqxxHNs1r7KF+Intd8Q/g1bUh6q0WIp9voPXJ/x0j+ZL45KF1pJd9+q2jLIRMfvEshkA==",
|
| 1351 |
-
"funding": [
|
| 1352 |
-
{
|
| 1353 |
-
"type": "github",
|
| 1354 |
-
"url": "https://github.com/sponsors/fastify"
|
| 1355 |
-
},
|
| 1356 |
-
{
|
| 1357 |
-
"type": "opencollective",
|
| 1358 |
-
"url": "https://opencollective.com/fastify"
|
| 1359 |
-
}
|
| 1360 |
-
],
|
| 1361 |
-
"license": "MIT"
|
| 1362 |
-
},
|
| 1363 |
-
"node_modules/promptly": {
|
| 1364 |
-
"version": "2.2.0",
|
| 1365 |
-
"resolved": "https://registry.npmjs.org/promptly/-/promptly-2.2.0.tgz",
|
| 1366 |
-
"integrity": "sha512-aC9j+BZsRSSzEsXBNBwDnAxujdx19HycZoKgRgzWnS8eOHg1asuf9heuLprfbe739zY3IdUQx+Egv6Jn135WHA==",
|
| 1367 |
-
"license": "MIT",
|
| 1368 |
-
"dependencies": {
|
| 1369 |
-
"read": "^1.0.4"
|
| 1370 |
-
}
|
| 1371 |
-
},
|
| 1372 |
-
"node_modules/proxy-agent": {
|
| 1373 |
-
"version": "6.4.0",
|
| 1374 |
-
"resolved": "https://registry.npmjs.org/proxy-agent/-/proxy-agent-6.4.0.tgz",
|
| 1375 |
-
"integrity": "sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==",
|
| 1376 |
-
"license": "MIT",
|
| 1377 |
-
"dependencies": {
|
| 1378 |
-
"agent-base": "^7.0.2",
|
| 1379 |
-
"debug": "^4.3.4",
|
| 1380 |
-
"http-proxy-agent": "^7.0.1",
|
| 1381 |
-
"https-proxy-agent": "^7.0.3",
|
| 1382 |
-
"lru-cache": "^7.14.1",
|
| 1383 |
-
"pac-proxy-agent": "^7.0.1",
|
| 1384 |
-
"proxy-from-env": "^1.1.0",
|
| 1385 |
-
"socks-proxy-agent": "^8.0.2"
|
| 1386 |
-
},
|
| 1387 |
-
"engines": {
|
| 1388 |
-
"node": ">= 14"
|
| 1389 |
-
}
|
| 1390 |
-
},
|
| 1391 |
-
"node_modules/proxy-from-env": {
|
| 1392 |
-
"version": "1.1.0",
|
| 1393 |
-
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
|
| 1394 |
-
"integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==",
|
| 1395 |
-
"license": "MIT"
|
| 1396 |
-
},
|
| 1397 |
-
"node_modules/pump": {
|
| 1398 |
-
"version": "3.0.4",
|
| 1399 |
-
"resolved": "https://registry.npmjs.org/pump/-/pump-3.0.4.tgz",
|
| 1400 |
-
"integrity": "sha512-VS7sjc6KR7e1ukRFhQSY5LM2uBWAUPiOPa/A3mkKmiMwSmRFUITt0xuj+/lesgnCv+dPIEYlkzrcyXgquIHMcA==",
|
| 1401 |
-
"license": "MIT",
|
| 1402 |
-
"dependencies": {
|
| 1403 |
-
"end-of-stream": "^1.1.0",
|
| 1404 |
-
"once": "^1.3.1"
|
| 1405 |
-
}
|
| 1406 |
-
},
|
| 1407 |
-
"node_modules/quick-format-unescaped": {
|
| 1408 |
-
"version": "4.0.4",
|
| 1409 |
-
"resolved": "https://registry.npmjs.org/quick-format-unescaped/-/quick-format-unescaped-4.0.4.tgz",
|
| 1410 |
-
"integrity": "sha512-tYC1Q1hgyRuHgloV/YXs2w15unPVh8qfu/qCTfhTYamaw7fyhumKa2yGpdSo87vY32rIclj+4fWYQXUMs9EHvg==",
|
| 1411 |
-
"license": "MIT"
|
| 1412 |
-
},
|
| 1413 |
-
"node_modules/read": {
|
| 1414 |
-
"version": "1.0.7",
|
| 1415 |
-
"resolved": "https://registry.npmjs.org/read/-/read-1.0.7.tgz",
|
| 1416 |
-
"integrity": "sha512-rSOKNYUmaxy0om1BNjMN4ezNT6VKK+2xF4GBhc81mkH7L60i6dp8qPYrkndNLT3QPphoII3maL9PVC9XmhHwVQ==",
|
| 1417 |
-
"license": "ISC",
|
| 1418 |
-
"dependencies": {
|
| 1419 |
-
"mute-stream": "~0.0.4"
|
| 1420 |
-
},
|
| 1421 |
-
"engines": {
|
| 1422 |
-
"node": ">=0.8"
|
| 1423 |
-
}
|
| 1424 |
-
},
|
| 1425 |
-
"node_modules/readdirp": {
|
| 1426 |
-
"version": "3.6.0",
|
| 1427 |
-
"resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz",
|
| 1428 |
-
"integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==",
|
| 1429 |
-
"license": "MIT",
|
| 1430 |
-
"dependencies": {
|
| 1431 |
-
"picomatch": "^2.2.1"
|
| 1432 |
-
},
|
| 1433 |
-
"engines": {
|
| 1434 |
-
"node": ">=8.10.0"
|
| 1435 |
-
}
|
| 1436 |
-
},
|
| 1437 |
-
"node_modules/real-require": {
|
| 1438 |
-
"version": "0.2.0",
|
| 1439 |
-
"resolved": "https://registry.npmjs.org/real-require/-/real-require-0.2.0.tgz",
|
| 1440 |
-
"integrity": "sha512-57frrGM/OCTLqLOAh0mhVA9VBMHd+9U7Zb2THMGdBUoZVOtGbJzjxsYGDJ3A9AYYCP4hn6y1TVbaOfzWtm5GFg==",
|
| 1441 |
-
"license": "MIT",
|
| 1442 |
-
"engines": {
|
| 1443 |
-
"node": ">= 12.13.0"
|
| 1444 |
-
}
|
| 1445 |
-
},
|
| 1446 |
-
"node_modules/require-in-the-middle": {
|
| 1447 |
-
"version": "5.2.0",
|
| 1448 |
-
"resolved": "https://registry.npmjs.org/require-in-the-middle/-/require-in-the-middle-5.2.0.tgz",
|
| 1449 |
-
"integrity": "sha512-efCx3b+0Z69/LGJmm9Yvi4cqEdxnoGnxYxGxBghkkTTFeXRtTCmmhO0AnAfHz59k957uTSuy8WaHqOs8wbYUWg==",
|
| 1450 |
-
"license": "MIT",
|
| 1451 |
-
"dependencies": {
|
| 1452 |
-
"debug": "^4.1.1",
|
| 1453 |
-
"module-details-from-path": "^1.0.3",
|
| 1454 |
-
"resolve": "^1.22.1"
|
| 1455 |
-
},
|
| 1456 |
-
"engines": {
|
| 1457 |
-
"node": ">=6"
|
| 1458 |
-
}
|
| 1459 |
-
},
|
| 1460 |
-
"node_modules/resolve": {
|
| 1461 |
-
"version": "1.22.12",
|
| 1462 |
-
"resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.12.tgz",
|
| 1463 |
-
"integrity": "sha512-TyeJ1zif53BPfHootBGwPRYT1RUt6oGWsaQr8UyZW/eAm9bKoijtvruSDEmZHm92CwS9nj7/fWttqPCgzep8CA==",
|
| 1464 |
-
"license": "MIT",
|
| 1465 |
-
"dependencies": {
|
| 1466 |
-
"es-errors": "^1.3.0",
|
| 1467 |
-
"is-core-module": "^2.16.1",
|
| 1468 |
-
"path-parse": "^1.0.7",
|
| 1469 |
-
"supports-preserve-symlinks-flag": "^1.0.0"
|
| 1470 |
-
},
|
| 1471 |
-
"bin": {
|
| 1472 |
-
"resolve": "bin/resolve"
|
| 1473 |
-
},
|
| 1474 |
-
"engines": {
|
| 1475 |
-
"node": ">= 0.4"
|
| 1476 |
-
},
|
| 1477 |
-
"funding": {
|
| 1478 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 1479 |
-
}
|
| 1480 |
-
},
|
| 1481 |
-
"node_modules/run-series": {
|
| 1482 |
-
"version": "1.1.9",
|
| 1483 |
-
"resolved": "https://registry.npmjs.org/run-series/-/run-series-1.1.9.tgz",
|
| 1484 |
-
"integrity": "sha512-Arc4hUN896vjkqCYrUXquBFtRZdv1PfLbTYP71efP6butxyQ0kWpiNJyAgsxscmQg1cqvHY32/UCBzXedTpU2g==",
|
| 1485 |
-
"funding": [
|
| 1486 |
-
{
|
| 1487 |
-
"type": "github",
|
| 1488 |
-
"url": "https://github.com/sponsors/feross"
|
| 1489 |
-
},
|
| 1490 |
-
{
|
| 1491 |
-
"type": "patreon",
|
| 1492 |
-
"url": "https://www.patreon.com/feross"
|
| 1493 |
-
},
|
| 1494 |
-
{
|
| 1495 |
-
"type": "consulting",
|
| 1496 |
-
"url": "https://feross.org/support"
|
| 1497 |
-
}
|
| 1498 |
-
],
|
| 1499 |
-
"license": "MIT"
|
| 1500 |
-
},
|
| 1501 |
-
"node_modules/safe-buffer": {
|
| 1502 |
-
"version": "5.2.1",
|
| 1503 |
-
"resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz",
|
| 1504 |
-
"integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==",
|
| 1505 |
-
"funding": [
|
| 1506 |
-
{
|
| 1507 |
-
"type": "github",
|
| 1508 |
-
"url": "https://github.com/sponsors/feross"
|
| 1509 |
-
},
|
| 1510 |
-
{
|
| 1511 |
-
"type": "patreon",
|
| 1512 |
-
"url": "https://www.patreon.com/feross"
|
| 1513 |
-
},
|
| 1514 |
-
{
|
| 1515 |
-
"type": "consulting",
|
| 1516 |
-
"url": "https://feross.org/support"
|
| 1517 |
-
}
|
| 1518 |
-
],
|
| 1519 |
-
"license": "MIT"
|
| 1520 |
-
},
|
| 1521 |
-
"node_modules/safe-stable-stringify": {
|
| 1522 |
-
"version": "2.5.0",
|
| 1523 |
-
"resolved": "https://registry.npmjs.org/safe-stable-stringify/-/safe-stable-stringify-2.5.0.tgz",
|
| 1524 |
-
"integrity": "sha512-b3rppTKm9T+PsVCBEOUR46GWI7fdOs00VKZ1+9c1EWDaDMvjQc6tUwuFyIprgGgTcWoVHSKrU8H31ZHA2e0RHA==",
|
| 1525 |
-
"license": "MIT",
|
| 1526 |
-
"engines": {
|
| 1527 |
-
"node": ">=10"
|
| 1528 |
-
}
|
| 1529 |
-
},
|
| 1530 |
-
"node_modules/safer-buffer": {
|
| 1531 |
-
"version": "2.1.2",
|
| 1532 |
-
"resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
|
| 1533 |
-
"integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
|
| 1534 |
-
"license": "MIT"
|
| 1535 |
-
},
|
| 1536 |
-
"node_modules/sax": {
|
| 1537 |
-
"version": "1.6.0",
|
| 1538 |
-
"resolved": "https://registry.npmjs.org/sax/-/sax-1.6.0.tgz",
|
| 1539 |
-
"integrity": "sha512-6R3J5M4AcbtLUdZmRv2SygeVaM7IhrLXu9BmnOGmmACak8fiUtOsYNWUS4uK7upbmHIBbLBeFeI//477BKLBzA==",
|
| 1540 |
-
"license": "BlueOak-1.0.0",
|
| 1541 |
-
"engines": {
|
| 1542 |
-
"node": ">=11.0.0"
|
| 1543 |
-
}
|
| 1544 |
-
},
|
| 1545 |
-
"node_modules/secure-json-parse": {
|
| 1546 |
-
"version": "4.1.0",
|
| 1547 |
-
"resolved": "https://registry.npmjs.org/secure-json-parse/-/secure-json-parse-4.1.0.tgz",
|
| 1548 |
-
"integrity": "sha512-l4KnYfEyqYJxDwlNVyRfO2E4NTHfMKAWdUuA8J0yve2Dz/E/PdBepY03RvyJpssIpRFwJoCD55wA+mEDs6ByWA==",
|
| 1549 |
-
"funding": [
|
| 1550 |
-
{
|
| 1551 |
-
"type": "github",
|
| 1552 |
-
"url": "https://github.com/sponsors/fastify"
|
| 1553 |
-
},
|
| 1554 |
-
{
|
| 1555 |
-
"type": "opencollective",
|
| 1556 |
-
"url": "https://opencollective.com/fastify"
|
| 1557 |
-
}
|
| 1558 |
-
],
|
| 1559 |
-
"license": "BSD-3-Clause"
|
| 1560 |
-
},
|
| 1561 |
-
"node_modules/semver": {
|
| 1562 |
-
"version": "7.7.2",
|
| 1563 |
-
"resolved": "https://registry.npmjs.org/semver/-/semver-7.7.2.tgz",
|
| 1564 |
-
"integrity": "sha512-RF0Fw+rO5AMf9MAyaRXI4AV0Ulj5lMHqVxxdSgiVbixSCXoEmmX/jk0CuJw4+3SqroYO9VoUh+HcuJivvtJemA==",
|
| 1565 |
-
"license": "ISC",
|
| 1566 |
-
"bin": {
|
| 1567 |
-
"semver": "bin/semver.js"
|
| 1568 |
-
},
|
| 1569 |
-
"engines": {
|
| 1570 |
-
"node": ">=10"
|
| 1571 |
-
}
|
| 1572 |
-
},
|
| 1573 |
-
"node_modules/shimmer": {
|
| 1574 |
-
"version": "1.2.1",
|
| 1575 |
-
"resolved": "https://registry.npmjs.org/shimmer/-/shimmer-1.2.1.tgz",
|
| 1576 |
-
"integrity": "sha512-sQTKC1Re/rM6XyFM6fIAGHRPVGvyXfgzIDvzoq608vM+jeyVD0Tu1E6Np0Kc2zAIFWIj963V2800iF/9LPieQw==",
|
| 1577 |
-
"license": "BSD-2-Clause"
|
| 1578 |
-
},
|
| 1579 |
-
"node_modules/signal-exit": {
|
| 1580 |
-
"version": "3.0.7",
|
| 1581 |
-
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz",
|
| 1582 |
-
"integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==",
|
| 1583 |
-
"license": "ISC"
|
| 1584 |
-
},
|
| 1585 |
-
"node_modules/smart-buffer": {
|
| 1586 |
-
"version": "4.2.0",
|
| 1587 |
-
"resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz",
|
| 1588 |
-
"integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==",
|
| 1589 |
-
"license": "MIT",
|
| 1590 |
-
"engines": {
|
| 1591 |
-
"node": ">= 6.0.0",
|
| 1592 |
-
"npm": ">= 3.0.0"
|
| 1593 |
-
}
|
| 1594 |
-
},
|
| 1595 |
-
"node_modules/socks": {
|
| 1596 |
-
"version": "2.8.8",
|
| 1597 |
-
"resolved": "https://registry.npmjs.org/socks/-/socks-2.8.8.tgz",
|
| 1598 |
-
"integrity": "sha512-NlGELfPrgX2f1TAAcz0WawlLn+0r3FyhhCRpFFK2CemXenPYvzMWWZINv3eDNo9ucdwme7oCHRY0Jnbs4aIkog==",
|
| 1599 |
-
"license": "MIT",
|
| 1600 |
-
"dependencies": {
|
| 1601 |
-
"ip-address": "^10.1.1",
|
| 1602 |
-
"smart-buffer": "^4.2.0"
|
| 1603 |
-
},
|
| 1604 |
-
"engines": {
|
| 1605 |
-
"node": ">= 10.0.0",
|
| 1606 |
-
"npm": ">= 3.0.0"
|
| 1607 |
-
}
|
| 1608 |
-
},
|
| 1609 |
-
"node_modules/socks-proxy-agent": {
|
| 1610 |
-
"version": "8.0.5",
|
| 1611 |
-
"resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.5.tgz",
|
| 1612 |
-
"integrity": "sha512-HehCEsotFqbPW9sJ8WVYB6UbmIMv7kUUORIF2Nncq4VQvBfNBLibW9YZR5dlYCSUhwcD628pRllm7n+E+YTzJw==",
|
| 1613 |
-
"license": "MIT",
|
| 1614 |
-
"dependencies": {
|
| 1615 |
-
"agent-base": "^7.1.2",
|
| 1616 |
-
"debug": "^4.3.4",
|
| 1617 |
-
"socks": "^2.8.3"
|
| 1618 |
-
},
|
| 1619 |
-
"engines": {
|
| 1620 |
-
"node": ">= 14"
|
| 1621 |
-
}
|
| 1622 |
-
},
|
| 1623 |
-
"node_modules/sonic-boom": {
|
| 1624 |
-
"version": "4.2.1",
|
| 1625 |
-
"resolved": "https://registry.npmjs.org/sonic-boom/-/sonic-boom-4.2.1.tgz",
|
| 1626 |
-
"integrity": "sha512-w6AxtubXa2wTXAUsZMMWERrsIRAdrK0Sc+FUytWvYAhBJLyuI4llrMIC1DtlNSdI99EI86KZum2MMq3EAZlF9Q==",
|
| 1627 |
-
"license": "MIT",
|
| 1628 |
-
"dependencies": {
|
| 1629 |
-
"atomic-sleep": "^1.0.0"
|
| 1630 |
-
}
|
| 1631 |
-
},
|
| 1632 |
-
"node_modules/source-map": {
|
| 1633 |
-
"version": "0.6.1",
|
| 1634 |
-
"resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
|
| 1635 |
-
"integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
|
| 1636 |
-
"license": "BSD-3-Clause",
|
| 1637 |
-
"engines": {
|
| 1638 |
-
"node": ">=0.10.0"
|
| 1639 |
-
}
|
| 1640 |
-
},
|
| 1641 |
-
"node_modules/source-map-support": {
|
| 1642 |
-
"version": "0.5.21",
|
| 1643 |
-
"resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz",
|
| 1644 |
-
"integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==",
|
| 1645 |
-
"license": "MIT",
|
| 1646 |
-
"dependencies": {
|
| 1647 |
-
"buffer-from": "^1.0.0",
|
| 1648 |
-
"source-map": "^0.6.0"
|
| 1649 |
-
}
|
| 1650 |
-
},
|
| 1651 |
-
"node_modules/split2": {
|
| 1652 |
-
"version": "4.2.0",
|
| 1653 |
-
"resolved": "https://registry.npmjs.org/split2/-/split2-4.2.0.tgz",
|
| 1654 |
-
"integrity": "sha512-UcjcJOWknrNkF6PLX83qcHM6KHgVKNkV62Y8a5uYDVv9ydGQVwAHMKqHdJje1VTWpljG0WYpCDhrCdAOYH4TWg==",
|
| 1655 |
-
"license": "ISC",
|
| 1656 |
-
"engines": {
|
| 1657 |
-
"node": ">= 10.x"
|
| 1658 |
-
}
|
| 1659 |
-
},
|
| 1660 |
-
"node_modules/sprintf-js": {
|
| 1661 |
-
"version": "1.1.2",
|
| 1662 |
-
"resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.2.tgz",
|
| 1663 |
-
"integrity": "sha512-VE0SOVEHCk7Qc8ulkWw3ntAzXuqf7S2lvwQaDLRnUeIEaKNQJzV6BwmLKhOqT61aGhfUMrXeaBk+oDGCzvhcug==",
|
| 1664 |
-
"license": "BSD-3-Clause"
|
| 1665 |
-
},
|
| 1666 |
-
"node_modules/strip-json-comments": {
|
| 1667 |
-
"version": "5.0.3",
|
| 1668 |
-
"resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-5.0.3.tgz",
|
| 1669 |
-
"integrity": "sha512-1tB5mhVo7U+ETBKNf92xT4hrQa3pm0MZ0PQvuDnWgAAGHDsfp4lPSpiS6psrSiet87wyGPh9ft6wmhOMQ0hDiw==",
|
| 1670 |
-
"license": "MIT",
|
| 1671 |
-
"engines": {
|
| 1672 |
-
"node": ">=14.16"
|
| 1673 |
-
},
|
| 1674 |
-
"funding": {
|
| 1675 |
-
"url": "https://github.com/sponsors/sindresorhus"
|
| 1676 |
-
}
|
| 1677 |
-
},
|
| 1678 |
-
"node_modules/supports-color": {
|
| 1679 |
-
"version": "7.2.0",
|
| 1680 |
-
"resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
|
| 1681 |
-
"integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
|
| 1682 |
-
"license": "MIT",
|
| 1683 |
-
"dependencies": {
|
| 1684 |
-
"has-flag": "^4.0.0"
|
| 1685 |
-
},
|
| 1686 |
-
"engines": {
|
| 1687 |
-
"node": ">=8"
|
| 1688 |
-
}
|
| 1689 |
-
},
|
| 1690 |
-
"node_modules/supports-preserve-symlinks-flag": {
|
| 1691 |
-
"version": "1.0.0",
|
| 1692 |
-
"resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz",
|
| 1693 |
-
"integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==",
|
| 1694 |
-
"license": "MIT",
|
| 1695 |
-
"engines": {
|
| 1696 |
-
"node": ">= 0.4"
|
| 1697 |
-
},
|
| 1698 |
-
"funding": {
|
| 1699 |
-
"url": "https://github.com/sponsors/ljharb"
|
| 1700 |
-
}
|
| 1701 |
-
},
|
| 1702 |
-
"node_modules/systeminformation": {
|
| 1703 |
-
"version": "5.31.5",
|
| 1704 |
-
"resolved": "https://registry.npmjs.org/systeminformation/-/systeminformation-5.31.5.tgz",
|
| 1705 |
-
"integrity": "sha512-5SyLdip4/3alxD4Kh+63bUQTJmu7YMfYQTC+koZy7X73HgNqZSD2P4wOZQWtUncvPvcEmnfIjCoygN4MRoEejQ==",
|
| 1706 |
-
"license": "MIT",
|
| 1707 |
-
"optional": true,
|
| 1708 |
-
"os": [
|
| 1709 |
-
"darwin",
|
| 1710 |
-
"linux",
|
| 1711 |
-
"win32",
|
| 1712 |
-
"freebsd",
|
| 1713 |
-
"openbsd",
|
| 1714 |
-
"netbsd",
|
| 1715 |
-
"sunos",
|
| 1716 |
-
"android"
|
| 1717 |
-
],
|
| 1718 |
-
"bin": {
|
| 1719 |
-
"systeminformation": "lib/cli.js"
|
| 1720 |
-
},
|
| 1721 |
-
"engines": {
|
| 1722 |
-
"node": ">=8.0.0"
|
| 1723 |
-
},
|
| 1724 |
-
"funding": {
|
| 1725 |
-
"type": "Buy me a coffee",
|
| 1726 |
-
"url": "https://www.buymeacoffee.com/systeminfo"
|
| 1727 |
-
}
|
| 1728 |
-
},
|
| 1729 |
-
"node_modules/thread-stream": {
|
| 1730 |
-
"version": "4.0.0",
|
| 1731 |
-
"resolved": "https://registry.npmjs.org/thread-stream/-/thread-stream-4.0.0.tgz",
|
| 1732 |
-
"integrity": "sha512-4iMVL6HAINXWf1ZKZjIPcz5wYaOdPhtO8ATvZ+Xqp3BTdaqtAwQkNmKORqcIo5YkQqGXq5cwfswDwMqqQNrpJA==",
|
| 1733 |
-
"license": "MIT",
|
| 1734 |
-
"dependencies": {
|
| 1735 |
-
"real-require": "^0.2.0"
|
| 1736 |
-
},
|
| 1737 |
-
"engines": {
|
| 1738 |
-
"node": ">=20"
|
| 1739 |
-
}
|
| 1740 |
-
},
|
| 1741 |
-
"node_modules/to-regex-range": {
|
| 1742 |
-
"version": "5.0.1",
|
| 1743 |
-
"resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
|
| 1744 |
-
"integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
|
| 1745 |
-
"license": "MIT",
|
| 1746 |
-
"dependencies": {
|
| 1747 |
-
"is-number": "^7.0.0"
|
| 1748 |
-
},
|
| 1749 |
-
"engines": {
|
| 1750 |
-
"node": ">=8.0"
|
| 1751 |
-
}
|
| 1752 |
-
},
|
| 1753 |
-
"node_modules/tslib": {
|
| 1754 |
-
"version": "1.9.3",
|
| 1755 |
-
"resolved": "https://registry.npmjs.org/tslib/-/tslib-1.9.3.tgz",
|
| 1756 |
-
"integrity": "sha512-4krF8scpejhaOgqzBEcGM7yDIEfi0/8+8zDRZhNZZ2kjmHJ4hv3zCbQWxoJGz1iw5U0Jl0nma13xzHXcncMavQ==",
|
| 1757 |
-
"license": "Apache-2.0"
|
| 1758 |
-
},
|
| 1759 |
-
"node_modules/turbo": {
|
| 1760 |
-
"version": "1.13.4",
|
| 1761 |
-
"resolved": "https://registry.npmjs.org/turbo/-/turbo-1.13.4.tgz",
|
| 1762 |
-
"integrity": "sha512-1q7+9UJABuBAHrcC4Sxp5lOqYS5mvxRrwa33wpIyM18hlOCpRD/fTJNxZ0vhbMcJmz15o9kkVm743mPn7p6jpQ==",
|
| 1763 |
-
"dev": true,
|
| 1764 |
-
"license": "MPL-2.0",
|
| 1765 |
-
"bin": {
|
| 1766 |
-
"turbo": "bin/turbo"
|
| 1767 |
-
},
|
| 1768 |
-
"optionalDependencies": {
|
| 1769 |
-
"turbo-darwin-64": "1.13.4",
|
| 1770 |
-
"turbo-darwin-arm64": "1.13.4",
|
| 1771 |
-
"turbo-linux-64": "1.13.4",
|
| 1772 |
-
"turbo-linux-arm64": "1.13.4",
|
| 1773 |
-
"turbo-windows-64": "1.13.4",
|
| 1774 |
-
"turbo-windows-arm64": "1.13.4"
|
| 1775 |
-
}
|
| 1776 |
-
},
|
| 1777 |
-
"node_modules/turbo-darwin-64": {
|
| 1778 |
-
"version": "1.13.4",
|
| 1779 |
-
"resolved": "https://registry.npmjs.org/turbo-darwin-64/-/turbo-darwin-64-1.13.4.tgz",
|
| 1780 |
-
"integrity": "sha512-A0eKd73R7CGnRinTiS7txkMElg+R5rKFp9HV7baDiEL4xTG1FIg/56Vm7A5RVgg8UNgG2qNnrfatJtb+dRmNdw==",
|
| 1781 |
-
"cpu": [
|
| 1782 |
-
"x64"
|
| 1783 |
-
],
|
| 1784 |
-
"dev": true,
|
| 1785 |
-
"license": "MPL-2.0",
|
| 1786 |
-
"optional": true,
|
| 1787 |
-
"os": [
|
| 1788 |
-
"darwin"
|
| 1789 |
-
]
|
| 1790 |
-
},
|
| 1791 |
-
"node_modules/turbo-darwin-arm64": {
|
| 1792 |
-
"version": "1.13.4",
|
| 1793 |
-
"resolved": "https://registry.npmjs.org/turbo-darwin-arm64/-/turbo-darwin-arm64-1.13.4.tgz",
|
| 1794 |
-
"integrity": "sha512-eG769Q0NF6/Vyjsr3mKCnkG/eW6dKMBZk6dxWOdrHfrg6QgfkBUk0WUUujzdtVPiUIvsh4l46vQrNVd9EOtbyA==",
|
| 1795 |
-
"cpu": [
|
| 1796 |
-
"arm64"
|
| 1797 |
-
],
|
| 1798 |
-
"dev": true,
|
| 1799 |
-
"license": "MPL-2.0",
|
| 1800 |
-
"optional": true,
|
| 1801 |
-
"os": [
|
| 1802 |
-
"darwin"
|
| 1803 |
-
]
|
| 1804 |
-
},
|
| 1805 |
-
"node_modules/turbo-linux-64": {
|
| 1806 |
-
"version": "1.13.4",
|
| 1807 |
-
"resolved": "https://registry.npmjs.org/turbo-linux-64/-/turbo-linux-64-1.13.4.tgz",
|
| 1808 |
-
"integrity": "sha512-Bq0JphDeNw3XEi+Xb/e4xoKhs1DHN7OoLVUbTIQz+gazYjigVZvtwCvgrZI7eW9Xo1eOXM2zw2u1DGLLUfmGkQ==",
|
| 1809 |
-
"cpu": [
|
| 1810 |
-
"x64"
|
| 1811 |
-
],
|
| 1812 |
-
"dev": true,
|
| 1813 |
-
"license": "MPL-2.0",
|
| 1814 |
-
"optional": true,
|
| 1815 |
-
"os": [
|
| 1816 |
-
"linux"
|
| 1817 |
-
]
|
| 1818 |
-
},
|
| 1819 |
-
"node_modules/turbo-linux-arm64": {
|
| 1820 |
-
"version": "1.13.4",
|
| 1821 |
-
"resolved": "https://registry.npmjs.org/turbo-linux-arm64/-/turbo-linux-arm64-1.13.4.tgz",
|
| 1822 |
-
"integrity": "sha512-BJcXw1DDiHO/okYbaNdcWN6szjXyHWx9d460v6fCHY65G8CyqGU3y2uUTPK89o8lq/b2C8NK0yZD+Vp0f9VoIg==",
|
| 1823 |
-
"cpu": [
|
| 1824 |
-
"arm64"
|
| 1825 |
-
],
|
| 1826 |
-
"dev": true,
|
| 1827 |
-
"license": "MPL-2.0",
|
| 1828 |
-
"optional": true,
|
| 1829 |
-
"os": [
|
| 1830 |
-
"linux"
|
| 1831 |
-
]
|
| 1832 |
-
},
|
| 1833 |
-
"node_modules/turbo-windows-64": {
|
| 1834 |
-
"version": "1.13.4",
|
| 1835 |
-
"resolved": "https://registry.npmjs.org/turbo-windows-64/-/turbo-windows-64-1.13.4.tgz",
|
| 1836 |
-
"integrity": "sha512-OFFhXHOFLN7A78vD/dlVuuSSVEB3s9ZBj18Tm1hk3aW1HTWTuAw0ReN6ZNlVObZUHvGy8d57OAGGxf2bT3etQw==",
|
| 1837 |
-
"cpu": [
|
| 1838 |
-
"x64"
|
| 1839 |
-
],
|
| 1840 |
-
"dev": true,
|
| 1841 |
-
"license": "MPL-2.0",
|
| 1842 |
-
"optional": true,
|
| 1843 |
-
"os": [
|
| 1844 |
-
"win32"
|
| 1845 |
-
]
|
| 1846 |
-
},
|
| 1847 |
-
"node_modules/turbo-windows-arm64": {
|
| 1848 |
-
"version": "1.13.4",
|
| 1849 |
-
"resolved": "https://registry.npmjs.org/turbo-windows-arm64/-/turbo-windows-arm64-1.13.4.tgz",
|
| 1850 |
-
"integrity": "sha512-u5A+VOKHswJJmJ8o8rcilBfU5U3Y1TTAfP9wX8bFh8teYF1ghP0EhtMRLjhtp6RPa+XCxHHVA2CiC3gbh5eg5g==",
|
| 1851 |
-
"cpu": [
|
| 1852 |
-
"arm64"
|
| 1853 |
-
],
|
| 1854 |
-
"dev": true,
|
| 1855 |
-
"license": "MPL-2.0",
|
| 1856 |
-
"optional": true,
|
| 1857 |
-
"os": [
|
| 1858 |
-
"win32"
|
| 1859 |
-
]
|
| 1860 |
-
},
|
| 1861 |
-
"node_modules/tv4": {
|
| 1862 |
-
"version": "1.3.0",
|
| 1863 |
-
"resolved": "https://registry.npmjs.org/tv4/-/tv4-1.3.0.tgz",
|
| 1864 |
-
"integrity": "sha512-afizzfpJgvPr+eDkREK4MxJ/+r8nEEHcmitwgnPUqpaP+FpwQyadnxNoSACbgc/b1LsZYtODGoPiFxQrgJgjvw==",
|
| 1865 |
-
"license": [
|
| 1866 |
-
{
|
| 1867 |
-
"type": "Public Domain",
|
| 1868 |
-
"url": "http://geraintluff.github.io/tv4/LICENSE.txt"
|
| 1869 |
-
},
|
| 1870 |
-
{
|
| 1871 |
-
"type": "MIT",
|
| 1872 |
-
"url": "http://jsonary.com/LICENSE.txt"
|
| 1873 |
-
}
|
| 1874 |
-
],
|
| 1875 |
-
"engines": {
|
| 1876 |
-
"node": ">= 0.8.0"
|
| 1877 |
-
}
|
| 1878 |
-
},
|
| 1879 |
-
"node_modules/tx2": {
|
| 1880 |
-
"version": "1.0.5",
|
| 1881 |
-
"resolved": "https://registry.npmjs.org/tx2/-/tx2-1.0.5.tgz",
|
| 1882 |
-
"integrity": "sha512-sJ24w0y03Md/bxzK4FU8J8JveYYUbSs2FViLJ2D/8bytSiyPRbuE3DyL/9UKYXTZlV3yXq0L8GLlhobTnekCVg==",
|
| 1883 |
-
"license": "MIT",
|
| 1884 |
-
"optional": true,
|
| 1885 |
-
"dependencies": {
|
| 1886 |
-
"json-stringify-safe": "^5.0.1"
|
| 1887 |
-
}
|
| 1888 |
-
},
|
| 1889 |
-
"node_modules/typescript": {
|
| 1890 |
-
"version": "5.9.3",
|
| 1891 |
-
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz",
|
| 1892 |
-
"integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==",
|
| 1893 |
-
"dev": true,
|
| 1894 |
-
"license": "Apache-2.0",
|
| 1895 |
-
"bin": {
|
| 1896 |
-
"tsc": "bin/tsc",
|
| 1897 |
-
"tsserver": "bin/tsserver"
|
| 1898 |
-
},
|
| 1899 |
-
"engines": {
|
| 1900 |
-
"node": ">=14.17"
|
| 1901 |
-
}
|
| 1902 |
-
},
|
| 1903 |
-
"node_modules/vizion": {
|
| 1904 |
-
"version": "2.2.1",
|
| 1905 |
-
"resolved": "https://registry.npmjs.org/vizion/-/vizion-2.2.1.tgz",
|
| 1906 |
-
"integrity": "sha512-sfAcO2yeSU0CSPFI/DmZp3FsFE9T+8913nv1xWBOyzODv13fwkn6Vl7HqxGpkr9F608M+8SuFId3s+BlZqfXww==",
|
| 1907 |
-
"license": "Apache-2.0",
|
| 1908 |
-
"dependencies": {
|
| 1909 |
-
"async": "^2.6.3",
|
| 1910 |
-
"git-node-fs": "^1.0.0",
|
| 1911 |
-
"ini": "^1.3.5",
|
| 1912 |
-
"js-git": "^0.7.8"
|
| 1913 |
-
},
|
| 1914 |
-
"engines": {
|
| 1915 |
-
"node": ">=4.0"
|
| 1916 |
-
}
|
| 1917 |
-
},
|
| 1918 |
-
"node_modules/vizion/node_modules/async": {
|
| 1919 |
-
"version": "2.6.4",
|
| 1920 |
-
"resolved": "https://registry.npmjs.org/async/-/async-2.6.4.tgz",
|
| 1921 |
-
"integrity": "sha512-mzo5dfJYwAn29PeiJ0zvwTo04zj8HDJj0Mn8TD7sno7q12prdbnasKJHhkm2c1LgrhlJ0teaea8860oxi51mGA==",
|
| 1922 |
-
"license": "MIT",
|
| 1923 |
-
"dependencies": {
|
| 1924 |
-
"lodash": "^4.17.14"
|
| 1925 |
-
}
|
| 1926 |
-
},
|
| 1927 |
-
"node_modules/wrappy": {
|
| 1928 |
-
"version": "1.0.2",
|
| 1929 |
-
"resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
|
| 1930 |
-
"integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==",
|
| 1931 |
-
"license": "ISC"
|
| 1932 |
-
},
|
| 1933 |
-
"node_modules/ws": {
|
| 1934 |
-
"version": "7.5.10",
|
| 1935 |
-
"resolved": "https://registry.npmjs.org/ws/-/ws-7.5.10.tgz",
|
| 1936 |
-
"integrity": "sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==",
|
| 1937 |
-
"license": "MIT",
|
| 1938 |
-
"engines": {
|
| 1939 |
-
"node": ">=8.3.0"
|
| 1940 |
-
},
|
| 1941 |
-
"peerDependencies": {
|
| 1942 |
-
"bufferutil": "^4.0.1",
|
| 1943 |
-
"utf-8-validate": "^5.0.2"
|
| 1944 |
-
},
|
| 1945 |
-
"peerDependenciesMeta": {
|
| 1946 |
-
"bufferutil": {
|
| 1947 |
-
"optional": true
|
| 1948 |
-
},
|
| 1949 |
-
"utf-8-validate": {
|
| 1950 |
-
"optional": true
|
| 1951 |
-
}
|
| 1952 |
-
}
|
| 1953 |
-
},
|
| 1954 |
-
"node_modules/yallist": {
|
| 1955 |
-
"version": "4.0.0",
|
| 1956 |
-
"resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
|
| 1957 |
-
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
|
| 1958 |
-
"license": "ISC"
|
| 1959 |
-
}
|
| 1960 |
-
}
|
| 1961 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|