likec4 1.47.0 → 1.49.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (5300) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +11 -1
  3. package/__app__/src/const.js +0 -25
  4. package/__app__/src/fonts.css +1 -1
  5. package/__app__/src/likec4.js +10947 -8598
  6. package/__app__/src/main.js +27 -2041
  7. package/__app__/src/routes/index.js +250 -0
  8. package/__app__/src/routes/projects.js +189 -0
  9. package/__app__/src/routes/single.js +1525 -0
  10. package/__app__/src/style.css +1 -1
  11. package/__app__/src/vendors.js +20346 -11811
  12. package/__app__/src/webcomponent.js +1 -1
  13. package/config/schema.json +211 -197
  14. package/dist/THIRD-PARTY-LICENSES.md +1739 -0
  15. package/dist/_chunks/GraphvizBinaryAdapter.mjs +72 -0
  16. package/dist/_chunks/filenames.mjs +14 -0
  17. package/dist/_chunks/index.d.mts +584 -0
  18. package/dist/_chunks/index2.d.mts +3442 -0
  19. package/dist/_chunks/libs/@chevrotain/gast.mjs +1 -0
  20. package/dist/_chunks/libs/@chevrotain/regexp-to-ast.mjs +9 -0
  21. package/dist/_chunks/libs/@chevrotain/utils.mjs +1 -0
  22. package/dist/_chunks/libs/@hono/mcp.mjs +34 -0
  23. package/dist/_chunks/libs/@hono/node-server.mjs +1 -0
  24. package/dist/_chunks/libs/@logtape/logtape.d.mts +741 -0
  25. package/dist/_chunks/libs/@logtape/logtape.mjs +6 -0
  26. package/dist/_chunks/libs/@lume/kiwi.mjs +1 -0
  27. package/dist/_chunks/libs/@modelcontextprotocol/sdk.d.mts +8625 -0
  28. package/dist/_chunks/libs/@modelcontextprotocol/sdk.mjs +12 -0
  29. package/dist/_chunks/libs/@msgpack/msgpack.mjs +1 -0
  30. package/dist/_chunks/libs/@nanostores/react.d.mts +258 -0
  31. package/dist/_chunks/libs/@nanostores/react.mjs +1 -0
  32. package/dist/_chunks/libs/@smithy/util-base64.mjs +1 -0
  33. package/dist/_chunks/libs/ajv.mjs +1 -0
  34. package/dist/_chunks/libs/atomically.mjs +1 -0
  35. package/dist/_chunks/libs/birpc.mjs +1 -0
  36. package/dist/_chunks/libs/chevrotain-allstar.mjs +2 -0
  37. package/dist/_chunks/libs/chevrotain.mjs +58 -0
  38. package/dist/_chunks/libs/conf.mjs +1 -0
  39. package/dist/_chunks/libs/defu.mjs +1 -0
  40. package/dist/_chunks/libs/esm-env.mjs +1 -0
  41. package/dist/_chunks/libs/eventemitter3.mjs +1 -0
  42. package/dist/_chunks/libs/fast-equals.mjs +1 -0
  43. package/dist/_chunks/libs/find-up-simple.mjs +1 -0
  44. package/dist/_chunks/libs/get-port.mjs +1 -0
  45. package/dist/_chunks/libs/is-docker.mjs +1 -0
  46. package/dist/_chunks/libs/is-error-instance.mjs +1 -0
  47. package/dist/_chunks/libs/is-inside-container.mjs +1 -0
  48. package/dist/_chunks/libs/is-plain-obj.mjs +1 -0
  49. package/dist/_chunks/libs/isexe.mjs +1 -0
  50. package/dist/_chunks/libs/json5.mjs +14 -0
  51. package/dist/_chunks/libs/khroma.mjs +1 -0
  52. package/dist/_chunks/libs/ky.mjs +3 -0
  53. package/dist/_chunks/libs/langium.d.mts +12099 -0
  54. package/dist/_chunks/libs/langium.mjs +32 -0
  55. package/dist/_chunks/libs/merge-error-cause.mjs +2 -0
  56. package/dist/_chunks/libs/nanostores.d.mts +63 -0
  57. package/dist/_chunks/libs/nanostores.mjs +1 -0
  58. package/dist/_chunks/libs/p-limit.mjs +1 -0
  59. package/dist/_chunks/libs/p-queue.mjs +1 -0
  60. package/dist/_chunks/libs/package-manager-detector.mjs +1 -0
  61. package/dist/_chunks/libs/package-up.mjs +1 -0
  62. package/dist/_chunks/libs/parse-ms.mjs +1 -0
  63. package/dist/_chunks/libs/pathe.mjs +1 -0
  64. package/dist/_chunks/libs/picomatch.mjs +1 -0
  65. package/dist/_chunks/libs/pretty-ms.mjs +1 -0
  66. package/dist/_chunks/libs/remeda.mjs +1 -0
  67. package/dist/_chunks/libs/safe-stringify.mjs +1 -0
  68. package/dist/_chunks/libs/strip-indent.mjs +1 -0
  69. package/dist/_chunks/libs/tinyrainbow.mjs +1 -0
  70. package/dist/_chunks/libs/ts-graphviz.d.mts +10 -0
  71. package/dist/_chunks/libs/ts-graphviz.mjs +4 -0
  72. package/dist/_chunks/libs/ufo.mjs +1 -0
  73. package/dist/_chunks/libs/which.mjs +1 -0
  74. package/dist/_chunks/libs/word-wrap.mjs +12 -0
  75. package/dist/_chunks/node.mjs +481 -0
  76. package/dist/_chunks/plugin.mjs +322 -0
  77. package/dist/_chunks/rolldown-runtime.mjs +1 -0
  78. package/dist/_chunks/sequence-view.mjs +1 -0
  79. package/dist/cli/index.d.mts +1 -2
  80. package/dist/cli/index.mjs +130 -432
  81. package/dist/config/index.d.mts +3 -6
  82. package/dist/config/index.mjs +1 -1
  83. package/dist/index.d.mts +144 -162
  84. package/dist/index.mjs +1 -1
  85. package/dist/model/builder.d.mts +1 -1
  86. package/dist/model/builder.mjs +1 -1
  87. package/dist/model/index.d.mts +45 -43
  88. package/dist/model/index.mjs +1 -2
  89. package/dist/vite-plugin/index.d.mts +60 -59
  90. package/dist/vite-plugin/index.mjs +1 -1
  91. package/dist/vite-plugin/internal.d.mts +33 -405
  92. package/dist/vite-plugin/internal.mjs +1 -7
  93. package/package.json +86 -72
  94. package/react/index.d.mts +4535 -0
  95. package/react/index.mjs +53894 -0
  96. package/react/package.json +2 -3
  97. package/vite-plugin/internal/package.json +4 -0
  98. package/vite-plugin-modules.d.ts +30 -94
  99. package/dist/shared/likec4.CB2-Uaub.mjs +0 -47
  100. package/dist/shared/likec4.CDVXAxDx.mjs +0 -3573
  101. package/dist/shared/likec4.CRP-WAuw.mjs +0 -330
  102. package/dist/shared/likec4.CXTvqtC-.mjs +0 -207
  103. package/dist/shared/likec4.DOUP9ptn.mjs +0 -1
  104. package/dist/shared/likec4.DO_7oUns.mjs +0 -2
  105. package/dist/shared/likec4.DqDU0qex.d.mts +0 -4660
  106. package/dist/shared/likec4.iedqayBZ.d.mts +0 -25982
  107. package/icons/all/package.json +0 -4
  108. package/icons/all.d.ts +0 -5241
  109. package/icons/all.js +0 -10413
  110. package/icons/aws/activate.js +0 -1
  111. package/icons/aws/alexa-for-business.js +0 -1
  112. package/icons/aws/amplify.js +0 -1
  113. package/icons/aws/apache-mxnet-on-aws.js +0 -1
  114. package/icons/aws/api-gateway.js +0 -1
  115. package/icons/aws/app-config.js +0 -1
  116. package/icons/aws/app-flow.js +0 -1
  117. package/icons/aws/app-mesh.js +0 -1
  118. package/icons/aws/app-runner.js +0 -1
  119. package/icons/aws/app-stream.js +0 -1
  120. package/icons/aws/app-sync.js +0 -1
  121. package/icons/aws/application-auto-scaling.js +0 -1
  122. package/icons/aws/application-composer.js +0 -1
  123. package/icons/aws/application-cost-profiler.js +0 -1
  124. package/icons/aws/application-discovery-service.js +0 -1
  125. package/icons/aws/application-migration-service.js +0 -1
  126. package/icons/aws/artifact.js +0 -1
  127. package/icons/aws/athena.js +0 -1
  128. package/icons/aws/audit-manager.js +0 -1
  129. package/icons/aws/augmented-ai-a2i.js +0 -1
  130. package/icons/aws/aurora.js +0 -1
  131. package/icons/aws/auto-scaling.js +0 -1
  132. package/icons/aws/backint-agent.js +0 -1
  133. package/icons/aws/backup.js +0 -1
  134. package/icons/aws/batch.js +0 -1
  135. package/icons/aws/billing-conductor.js +0 -1
  136. package/icons/aws/bottlerocket.js +0 -1
  137. package/icons/aws/braket.js +0 -1
  138. package/icons/aws/budgets.js +0 -1
  139. package/icons/aws/certificate-manager.js +0 -1
  140. package/icons/aws/chatbot.js +0 -1
  141. package/icons/aws/chime-sdk.js +0 -1
  142. package/icons/aws/chime-voice-connector.js +0 -1
  143. package/icons/aws/chime.js +0 -1
  144. package/icons/aws/clean-rooms.js +0 -1
  145. package/icons/aws/client-vpn.js +0 -1
  146. package/icons/aws/cloud-control-api.js +0 -1
  147. package/icons/aws/cloud-development-kit.js +0 -1
  148. package/icons/aws/cloud-directory.js +0 -1
  149. package/icons/aws/cloud-formation.js +0 -1
  150. package/icons/aws/cloud-front.js +0 -1
  151. package/icons/aws/cloud-hsm.js +0 -1
  152. package/icons/aws/cloud-map.js +0 -1
  153. package/icons/aws/cloud-search.js +0 -1
  154. package/icons/aws/cloud-shell.js +0 -1
  155. package/icons/aws/cloud-trail.js +0 -1
  156. package/icons/aws/cloud-wan.js +0 -1
  157. package/icons/aws/cloud-watch.js +0 -1
  158. package/icons/aws/cloud9.js +0 -1
  159. package/icons/aws/code-artifact.js +0 -1
  160. package/icons/aws/code-build.js +0 -1
  161. package/icons/aws/code-catalyst.js +0 -1
  162. package/icons/aws/code-commit.js +0 -1
  163. package/icons/aws/code-deploy.js +0 -1
  164. package/icons/aws/code-guru.js +0 -1
  165. package/icons/aws/code-pipeline.js +0 -1
  166. package/icons/aws/code-star.js +0 -1
  167. package/icons/aws/code-whisperer.js +0 -1
  168. package/icons/aws/cognito.js +0 -1
  169. package/icons/aws/command-line-interface.js +0 -1
  170. package/icons/aws/comprehend-medical.js +0 -1
  171. package/icons/aws/comprehend.js +0 -1
  172. package/icons/aws/compute-optimizer.js +0 -1
  173. package/icons/aws/config.js +0 -1
  174. package/icons/aws/connect.js +0 -1
  175. package/icons/aws/console-mobile-application.js +0 -1
  176. package/icons/aws/control-tower.js +0 -1
  177. package/icons/aws/corretto.js +0 -1
  178. package/icons/aws/cost-and-usage-report.js +0 -1
  179. package/icons/aws/cost-explorer.js +0 -1
  180. package/icons/aws/data-exchange.js +0 -1
  181. package/icons/aws/data-pipeline.js +0 -1
  182. package/icons/aws/data-sync.js +0 -1
  183. package/icons/aws/data-zone.js +0 -1
  184. package/icons/aws/database-migration-service.js +0 -1
  185. package/icons/aws/deep-composer.js +0 -1
  186. package/icons/aws/deep-learning-amis.js +0 -1
  187. package/icons/aws/deep-learning-containers.js +0 -1
  188. package/icons/aws/deep-lens.js +0 -1
  189. package/icons/aws/deep-racer.js +0 -1
  190. package/icons/aws/detective.js +0 -1
  191. package/icons/aws/dev-ops-guru.js +0 -1
  192. package/icons/aws/device-farm.js +0 -1
  193. package/icons/aws/direct-connect.js +0 -1
  194. package/icons/aws/directory-service.js +0 -1
  195. package/icons/aws/distro-for-open-telemetry.js +0 -1
  196. package/icons/aws/document-db.js +0 -1
  197. package/icons/aws/dynamo-db.js +0 -1
  198. package/icons/aws/ec2-auto-scaling.js +0 -1
  199. package/icons/aws/ec2-image-builder.js +0 -1
  200. package/icons/aws/ec2.js +0 -1
  201. package/icons/aws/ecs-anywhere.js +0 -1
  202. package/icons/aws/efs.js +0 -1
  203. package/icons/aws/eks-anywhere.js +0 -1
  204. package/icons/aws/eks-cloud.js +0 -1
  205. package/icons/aws/eks-distro.js +0 -1
  206. package/icons/aws/elasti-cache.js +0 -1
  207. package/icons/aws/elastic-beanstalk.js +0 -1
  208. package/icons/aws/elastic-block-store.js +0 -1
  209. package/icons/aws/elastic-container-registry.js +0 -1
  210. package/icons/aws/elastic-container-service.js +0 -1
  211. package/icons/aws/elastic-disaster-recovery.js +0 -1
  212. package/icons/aws/elastic-fabric-adapter.js +0 -1
  213. package/icons/aws/elastic-inference.js +0 -1
  214. package/icons/aws/elastic-kubernetes-service.js +0 -1
  215. package/icons/aws/elastic-load-balancing.js +0 -1
  216. package/icons/aws/elastic-transcoder.js +0 -1
  217. package/icons/aws/elemental-appliances-software.js +0 -1
  218. package/icons/aws/elemental-conductor.js +0 -1
  219. package/icons/aws/elemental-delta.js +0 -1
  220. package/icons/aws/elemental-link.js +0 -1
  221. package/icons/aws/elemental-live.js +0 -1
  222. package/icons/aws/elemental-media-connect.js +0 -1
  223. package/icons/aws/elemental-media-convert.js +0 -1
  224. package/icons/aws/elemental-media-live.js +0 -1
  225. package/icons/aws/elemental-media-package.js +0 -1
  226. package/icons/aws/elemental-media-store.js +0 -1
  227. package/icons/aws/elemental-media-tailor.js +0 -1
  228. package/icons/aws/elemental-server.js +0 -1
  229. package/icons/aws/emr.js +0 -1
  230. package/icons/aws/event-bridge.js +0 -1
  231. package/icons/aws/express-workflows.js +0 -1
  232. package/icons/aws/fargate.js +0 -1
  233. package/icons/aws/fault-injection-simulator.js +0 -1
  234. package/icons/aws/file-cache.js +0 -1
  235. package/icons/aws/fin-space.js +0 -1
  236. package/icons/aws/firewall-manager.js +0 -1
  237. package/icons/aws/forecast.js +0 -1
  238. package/icons/aws/fraud-detector.js +0 -1
  239. package/icons/aws/free-rtos.js +0 -1
  240. package/icons/aws/fsx-for-lustre.js +0 -1
  241. package/icons/aws/fsx-for-net-app-ontap.js +0 -1
  242. package/icons/aws/fsx-for-open-zfs.js +0 -1
  243. package/icons/aws/fsx-for-wfs.js +0 -1
  244. package/icons/aws/fsx.js +0 -1
  245. package/icons/aws/game-kit.js +0 -1
  246. package/icons/aws/game-lift.js +0 -1
  247. package/icons/aws/game-sparks.js +0 -1
  248. package/icons/aws/genomics-cli.js +0 -1
  249. package/icons/aws/global-accelerator.js +0 -1
  250. package/icons/aws/glue-data-brew.js +0 -1
  251. package/icons/aws/glue-elastic-views.js +0 -1
  252. package/icons/aws/glue.js +0 -1
  253. package/icons/aws/ground-station.js +0 -1
  254. package/icons/aws/guard-duty.js +0 -1
  255. package/icons/aws/health-lake.js +0 -1
  256. package/icons/aws/honeycode.js +0 -1
  257. package/icons/aws/iam-identity-center.js +0 -1
  258. package/icons/aws/identity-and-access-management.js +0 -1
  259. package/icons/aws/inspector.js +0 -1
  260. package/icons/aws/interactive-video-service.js +0 -1
  261. package/icons/aws/io-t-1-click.js +0 -1
  262. package/icons/aws/io-t-analytics.js +0 -1
  263. package/icons/aws/io-t-button.js +0 -1
  264. package/icons/aws/io-t-core.js +0 -1
  265. package/icons/aws/io-t-device-defender.js +0 -1
  266. package/icons/aws/io-t-device-management.js +0 -1
  267. package/icons/aws/io-t-edu-kit.js +0 -1
  268. package/icons/aws/io-t-events.js +0 -1
  269. package/icons/aws/io-t-express-link.js +0 -1
  270. package/icons/aws/io-t-fleet-wise.js +0 -1
  271. package/icons/aws/io-t-greengrass.js +0 -1
  272. package/icons/aws/io-t-robo-runner.js +0 -1
  273. package/icons/aws/io-t-site-wise.js +0 -1
  274. package/icons/aws/io-t-things-graph.js +0 -1
  275. package/icons/aws/io-t-twin-maker.js +0 -1
  276. package/icons/aws/iq.js +0 -1
  277. package/icons/aws/kendra.js +0 -1
  278. package/icons/aws/key-management-service.js +0 -1
  279. package/icons/aws/keyspaces.js +0 -1
  280. package/icons/aws/kinesis-data-analytics.js +0 -1
  281. package/icons/aws/kinesis-data-streams.js +0 -1
  282. package/icons/aws/kinesis-firehose.js +0 -1
  283. package/icons/aws/kinesis-video-streams.js +0 -1
  284. package/icons/aws/kinesis.js +0 -1
  285. package/icons/aws/lake-formation.js +0 -1
  286. package/icons/aws/lambda.js +0 -1
  287. package/icons/aws/launch-wizard.js +0 -1
  288. package/icons/aws/lex.js +0 -1
  289. package/icons/aws/license-manager.js +0 -1
  290. package/icons/aws/lightsail.js +0 -1
  291. package/icons/aws/local-zones.js +0 -1
  292. package/icons/aws/location-service.js +0 -1
  293. package/icons/aws/lookout-for-equipment.js +0 -1
  294. package/icons/aws/lookout-for-metrics.js +0 -1
  295. package/icons/aws/lookout-for-vision.js +0 -1
  296. package/icons/aws/lumberyard.js +0 -1
  297. package/icons/aws/macie.js +0 -1
  298. package/icons/aws/mainframe-modernization.js +0 -1
  299. package/icons/aws/managed-blockchain.js +0 -1
  300. package/icons/aws/managed-grafana.js +0 -1
  301. package/icons/aws/managed-service-for-prometheus.js +0 -1
  302. package/icons/aws/managed-services.js +0 -1
  303. package/icons/aws/managed-streaming-for-apache-kafka.js +0 -1
  304. package/icons/aws/managed-workflows-for-apache-airflow.js +0 -1
  305. package/icons/aws/management-console.js +0 -1
  306. package/icons/aws/marketplace-dark.js +0 -1
  307. package/icons/aws/marketplace-light.js +0 -1
  308. package/icons/aws/memory-db-for-redis.js +0 -1
  309. package/icons/aws/migration-evaluator.js +0 -1
  310. package/icons/aws/migration-hub.js +0 -1
  311. package/icons/aws/monitron.js +0 -1
  312. package/icons/aws/mq.js +0 -1
  313. package/icons/aws/neptune.js +0 -1
  314. package/icons/aws/network-firewall.js +0 -1
  315. package/icons/aws/neuron.js +0 -1
  316. package/icons/aws/nice-dcv.js +0 -1
  317. package/icons/aws/nice-engin-frame.js +0 -1
  318. package/icons/aws/nimble-studio.js +0 -1
  319. package/icons/aws/nitro-enclaves.js +0 -1
  320. package/icons/aws/omics.js +0 -1
  321. package/icons/aws/open-3d-engine.js +0 -1
  322. package/icons/aws/open-search-service.js +0 -1
  323. package/icons/aws/ops-works.js +0 -1
  324. package/icons/aws/organizations.js +0 -1
  325. package/icons/aws/outposts-family.js +0 -1
  326. package/icons/aws/outposts-rack.js +0 -1
  327. package/icons/aws/outposts-servers.js +0 -1
  328. package/icons/aws/panorama.js +0 -1
  329. package/icons/aws/parallel-cluster.js +0 -1
  330. package/icons/aws/personal-health-dashboard.js +0 -1
  331. package/icons/aws/personalize.js +0 -1
  332. package/icons/aws/pinpoint-apis.js +0 -1
  333. package/icons/aws/pinpoint.js +0 -1
  334. package/icons/aws/polly.js +0 -1
  335. package/icons/aws/private-5g.js +0 -1
  336. package/icons/aws/private-certificate-authority.js +0 -1
  337. package/icons/aws/private-link.js +0 -1
  338. package/icons/aws/professional-services.js +0 -1
  339. package/icons/aws/proton.js +0 -1
  340. package/icons/aws/quantum-ledger-database.js +0 -1
  341. package/icons/aws/quick-sight.js +0 -1
  342. package/icons/aws/rds-on-vmware.js +0 -1
  343. package/icons/aws/rds.js +0 -1
  344. package/icons/aws/re-post.js +0 -1
  345. package/icons/aws/red-hat-open-shift-service-on-aws.js +0 -1
  346. package/icons/aws/redshift.js +0 -1
  347. package/icons/aws/rekognition.js +0 -1
  348. package/icons/aws/reserved-instance-reporting.js +0 -1
  349. package/icons/aws/resilience-hub.js +0 -1
  350. package/icons/aws/resource-access-manager.js +0 -1
  351. package/icons/aws/resource-explorer.js +0 -1
  352. package/icons/aws/robo-maker.js +0 -1
  353. package/icons/aws/route-53.js +0 -1
  354. package/icons/aws/s3-on-outposts.js +0 -1
  355. package/icons/aws/sage-maker-ground-truth.js +0 -1
  356. package/icons/aws/sage-maker-studio-lab.js +0 -1
  357. package/icons/aws/sage-maker.js +0 -1
  358. package/icons/aws/savings-plans.js +0 -1
  359. package/icons/aws/secrets-manager.js +0 -1
  360. package/icons/aws/security-hub.js +0 -1
  361. package/icons/aws/security-lake.js +0 -1
  362. package/icons/aws/server-migration-service.js +0 -1
  363. package/icons/aws/serverless-application-repository.js +0 -1
  364. package/icons/aws/service-catalog.js +0 -1
  365. package/icons/aws/service-management-connector.js +0 -1
  366. package/icons/aws/shield.js +0 -1
  367. package/icons/aws/signer.js +0 -1
  368. package/icons/aws/sim-space-weaver.js +0 -1
  369. package/icons/aws/simple-email-service.js +0 -1
  370. package/icons/aws/simple-notification-service.js +0 -1
  371. package/icons/aws/simple-queue-service.js +0 -1
  372. package/icons/aws/simple-storage-service-glacier.js +0 -1
  373. package/icons/aws/simple-storage-service.js +0 -1
  374. package/icons/aws/site-to-site-vpn.js +0 -1
  375. package/icons/aws/snowball-edge.js +0 -1
  376. package/icons/aws/snowball.js +0 -1
  377. package/icons/aws/snowcone.js +0 -1
  378. package/icons/aws/snowmobile.js +0 -1
  379. package/icons/aws/step-functions.js +0 -1
  380. package/icons/aws/storage-gateway.js +0 -1
  381. package/icons/aws/sumerian.js +0 -1
  382. package/icons/aws/supply-chain.js +0 -1
  383. package/icons/aws/support.js +0 -1
  384. package/icons/aws/systems-manager.js +0 -1
  385. package/icons/aws/tensor-flow-on-aws.js +0 -1
  386. package/icons/aws/textract.js +0 -1
  387. package/icons/aws/thinkbox-deadline.js +0 -1
  388. package/icons/aws/thinkbox-frost.js +0 -1
  389. package/icons/aws/thinkbox-krakatoa.js +0 -1
  390. package/icons/aws/thinkbox-sequoia.js +0 -1
  391. package/icons/aws/thinkbox-stoke.js +0 -1
  392. package/icons/aws/thinkbox-xmesh.js +0 -1
  393. package/icons/aws/timestream.js +0 -1
  394. package/icons/aws/tools-and-sdks.js +0 -1
  395. package/icons/aws/torch-serve.js +0 -1
  396. package/icons/aws/training-certification.js +0 -1
  397. package/icons/aws/transcribe.js +0 -1
  398. package/icons/aws/transfer-family.js +0 -1
  399. package/icons/aws/transit-gateway.js +0 -1
  400. package/icons/aws/translate.js +0 -1
  401. package/icons/aws/trusted-advisor.js +0 -1
  402. package/icons/aws/verified-access.js +0 -1
  403. package/icons/aws/verified-permissions.js +0 -1
  404. package/icons/aws/virtual-private-cloud.js +0 -1
  405. package/icons/aws/vmware-cloud-on-aws.js +0 -1
  406. package/icons/aws/vpc-lattice.js +0 -1
  407. package/icons/aws/waf.js +0 -1
  408. package/icons/aws/wavelength.js +0 -1
  409. package/icons/aws/well-architected-tool.js +0 -1
  410. package/icons/aws/wickr.js +0 -1
  411. package/icons/aws/work-docs-sdk.js +0 -1
  412. package/icons/aws/work-docs.js +0 -1
  413. package/icons/aws/work-link.js +0 -1
  414. package/icons/aws/work-mail.js +0 -1
  415. package/icons/aws/work-spaces-family.js +0 -1
  416. package/icons/aws/x-ray.js +0 -1
  417. package/icons/azure/abs-member.js +0 -1
  418. package/icons/azure/active-directory-connect-health.js +0 -1
  419. package/icons/azure/activity-log.js +0 -1
  420. package/icons/azure/administrative-units.js +0 -1
  421. package/icons/azure/advisor.js +0 -1
  422. package/icons/azure/ai-at-edge.js +0 -1
  423. package/icons/azure/ai-studio.js +0 -1
  424. package/icons/azure/aks-automatic.js +0 -1
  425. package/icons/azure/aks-istio.js +0 -1
  426. package/icons/azure/alerts.js +0 -1
  427. package/icons/azure/all-resources.js +0 -1
  428. package/icons/azure/analysis-services.js +0 -1
  429. package/icons/azure/anomaly-detector.js +0 -1
  430. package/icons/azure/api-center.js +0 -1
  431. package/icons/azure/api-connections.js +0 -1
  432. package/icons/azure/api-management-services.js +0 -1
  433. package/icons/azure/api-proxy.js +0 -1
  434. package/icons/azure/app-compliance-automation.js +0 -1
  435. package/icons/azure/app-configuration.js +0 -1
  436. package/icons/azure/app-registrations.js +0 -1
  437. package/icons/azure/app-service-certificates.js +0 -1
  438. package/icons/azure/app-service-domains.js +0 -1
  439. package/icons/azure/app-service-environments.js +0 -1
  440. package/icons/azure/app-service-plans.js +0 -1
  441. package/icons/azure/app-services.js +0 -1
  442. package/icons/azure/app-space-component.js +0 -1
  443. package/icons/azure/app-space.js +0 -1
  444. package/icons/azure/applens.js +0 -1
  445. package/icons/azure/application-gateway-containers.js +0 -1
  446. package/icons/azure/application-gateways.js +0 -1
  447. package/icons/azure/application-group.js +0 -1
  448. package/icons/azure/application-insights.js +0 -1
  449. package/icons/azure/application-security-groups.js +0 -1
  450. package/icons/azure/aquila.js +0 -1
  451. package/icons/azure/arc-data-services.js +0 -1
  452. package/icons/azure/arc-kubernetes.js +0 -1
  453. package/icons/azure/arc-machines.js +0 -1
  454. package/icons/azure/arc-postgre-sql.js +0 -1
  455. package/icons/azure/arc-sql-managed-instance.js +0 -1
  456. package/icons/azure/arc-sql-server.js +0 -1
  457. package/icons/azure/atm-multistack.js +0 -1
  458. package/icons/azure/auto-scale.js +0 -1
  459. package/icons/azure/automanaged-vm.js +0 -1
  460. package/icons/azure/automation-accounts.js +0 -1
  461. package/icons/azure/availability-sets.js +0 -1
  462. package/icons/azure/avs-vm.js +0 -1
  463. package/icons/azure/azure-a.js +0 -1
  464. package/icons/azure/azure-ad-b2c.js +0 -1
  465. package/icons/azure/azure-api-for-fhir.js +0 -1
  466. package/icons/azure/azure-applied-ai-services.js +0 -1
  467. package/icons/azure/azure-arc.js +0 -1
  468. package/icons/azure/azure-attestation.js +0 -1
  469. package/icons/azure/azure-backup-center.js +0 -1
  470. package/icons/azure/azure-blockchain-service.js +0 -1
  471. package/icons/azure/azure-center-for-sap.js +0 -1
  472. package/icons/azure/azure-chaos-studio.js +0 -1
  473. package/icons/azure/azure-cloud-shell.js +0 -1
  474. package/icons/azure/azure-communication-services.js +0 -1
  475. package/icons/azure/azure-communications-gateway.js +0 -1
  476. package/icons/azure/azure-compute-galleries.js +0 -1
  477. package/icons/azure/azure-consumption-commitment.js +0 -1
  478. package/icons/azure/azure-cosmos-db.js +0 -1
  479. package/icons/azure/azure-data-catalog.js +0 -1
  480. package/icons/azure/azure-data-explorer-clusters.js +0 -1
  481. package/icons/azure/azure-database-maria-db-server.js +0 -1
  482. package/icons/azure/azure-database-migration-services.js +0 -1
  483. package/icons/azure/azure-database-my-sql-server.js +0 -1
  484. package/icons/azure/azure-database-postgre-sql-server-group.js +0 -1
  485. package/icons/azure/azure-database-postgre-sql-server.js +0 -1
  486. package/icons/azure/azure-databox-gateway.js +0 -1
  487. package/icons/azure/azure-databricks.js +0 -1
  488. package/icons/azure/azure-deployment-environments.js +0 -1
  489. package/icons/azure/azure-dev-ops.js +0 -1
  490. package/icons/azure/azure-dev-tunnels.js +0 -1
  491. package/icons/azure/azure-edge-hardware-center.js +0 -1
  492. package/icons/azure/azure-experimentation-studio.js +0 -1
  493. package/icons/azure/azure-fileshares.js +0 -1
  494. package/icons/azure/azure-firewall-manager.js +0 -1
  495. package/icons/azure/azure-firewall-policy.js +0 -1
  496. package/icons/azure/azure-hcp-cache.js +0 -1
  497. package/icons/azure/azure-hpc-workbenches.js +0 -1
  498. package/icons/azure/azure-hybrid-center.js +0 -1
  499. package/icons/azure/azure-information-protection.js +0 -1
  500. package/icons/azure/azure-io-t-operations.js +0 -1
  501. package/icons/azure/azure-lighthouse.js +0 -1
  502. package/icons/azure/azure-load-testing.js +0 -1
  503. package/icons/azure/azure-managed-grafana.js +0 -1
  504. package/icons/azure/azure-managed-redis.js +0 -1
  505. package/icons/azure/azure-maps-accounts.js +0 -1
  506. package/icons/azure/azure-media-service.js +0 -1
  507. package/icons/azure/azure-migrate.js +0 -1
  508. package/icons/azure/azure-monitor-dashboard.js +0 -1
  509. package/icons/azure/azure-monitor-pipeline.js +0 -1
  510. package/icons/azure/azure-monitors-for-sap-solutions.js +0 -1
  511. package/icons/azure/azure-net-app-files.js +0 -1
  512. package/icons/azure/azure-network-function-manager-functions.js +0 -1
  513. package/icons/azure/azure-network-function-manager.js +0 -1
  514. package/icons/azure/azure-object-understanding.js +0 -1
  515. package/icons/azure/azure-open-ai.js +0 -1
  516. package/icons/azure/azure-operator-5g-core.js +0 -1
  517. package/icons/azure/azure-operator-insights.js +0 -1
  518. package/icons/azure/azure-operator-nexus.js +0 -1
  519. package/icons/azure/azure-operator-service-manager.js +0 -1
  520. package/icons/azure/azure-orbital.js +0 -1
  521. package/icons/azure/azure-programmable-connectivity.js +0 -1
  522. package/icons/azure/azure-purview-accounts.js +0 -1
  523. package/icons/azure/azure-quotas.js +0 -1
  524. package/icons/azure/azure-red-hat-open-shift.js +0 -1
  525. package/icons/azure/azure-sentinel.js +0 -1
  526. package/icons/azure/azure-service-bus.js +0 -1
  527. package/icons/azure/azure-sphere.js +0 -1
  528. package/icons/azure/azure-spring-apps.js +0 -1
  529. package/icons/azure/azure-sql-edge.js +0 -1
  530. package/icons/azure/azure-sql-server-stretch-databases.js +0 -1
  531. package/icons/azure/azure-sql-vm.js +0 -1
  532. package/icons/azure/azure-sql.js +0 -1
  533. package/icons/azure/azure-stack-edge.js +0 -1
  534. package/icons/azure/azure-stack-hci-sizer.js +0 -1
  535. package/icons/azure/azure-stack.js +0 -1
  536. package/icons/azure/azure-storage-mover.js +0 -1
  537. package/icons/azure/azure-support-center-blue.js +0 -1
  538. package/icons/azure/azure-sustainability.js +0 -1
  539. package/icons/azure/azure-synapse-analytics.js +0 -1
  540. package/icons/azure/azure-token-service.js +0 -1
  541. package/icons/azure/azure-video-indexer.js +0 -1
  542. package/icons/azure/azure-virtual-desktop.js +0 -1
  543. package/icons/azure/azure-vmware-solution.js +0 -1
  544. package/icons/azure/azure-workbooks.js +0 -1
  545. package/icons/azure/azurite.js +0 -1
  546. package/icons/azure/backlog.js +0 -1
  547. package/icons/azure/backup-vault.js +0 -1
  548. package/icons/azure/bare-metal-infrastructure.js +0 -1
  549. package/icons/azure/bastions.js +0 -1
  550. package/icons/azure/batch-accounts.js +0 -1
  551. package/icons/azure/batch-ai.js +0 -1
  552. package/icons/azure/biz-talk.js +0 -1
  553. package/icons/azure/blob-block.js +0 -1
  554. package/icons/azure/blob-page.js +0 -1
  555. package/icons/azure/blockchain-applications.js +0 -1
  556. package/icons/azure/blueprints.js +0 -1
  557. package/icons/azure/bonsai.js +0 -1
  558. package/icons/azure/bot-services.js +0 -1
  559. package/icons/azure/branch.js +0 -1
  560. package/icons/azure/breeze.js +0 -1
  561. package/icons/azure/browser.js +0 -1
  562. package/icons/azure/bug.js +0 -1
  563. package/icons/azure/builds.js +0 -1
  564. package/icons/azure/business-process-tracking.js +0 -1
  565. package/icons/azure/cache-redis.js +0 -1
  566. package/icons/azure/cache.js +0 -1
  567. package/icons/azure/capacity-reservation-groups.js +0 -1
  568. package/icons/azure/capacity.js +0 -1
  569. package/icons/azure/cdn-profiles.js +0 -1
  570. package/icons/azure/central-service-instance-for-sap.js +0 -1
  571. package/icons/azure/ceres.js +0 -1
  572. package/icons/azure/change-analysis.js +0 -1
  573. package/icons/azure/client-apps.js +0 -1
  574. package/icons/azure/cloud-services-classic.js +0 -1
  575. package/icons/azure/cloud-services-extended-support.js +0 -1
  576. package/icons/azure/cloud-test.js +0 -1
  577. package/icons/azure/code-optimization.js +0 -1
  578. package/icons/azure/code.js +0 -1
  579. package/icons/azure/cognitive-search.js +0 -1
  580. package/icons/azure/cognitive-services-decisions.js +0 -1
  581. package/icons/azure/cognitive-services.js +0 -1
  582. package/icons/azure/collaborative-service.js +0 -1
  583. package/icons/azure/commit.js +0 -1
  584. package/icons/azure/community-images.js +0 -1
  585. package/icons/azure/compliance-center.js +0 -1
  586. package/icons/azure/compliance.js +0 -1
  587. package/icons/azure/compute-fleet.js +0 -1
  588. package/icons/azure/computer-vision.js +0 -1
  589. package/icons/azure/conditional-access.js +0 -1
  590. package/icons/azure/confidential-ledgers.js +0 -1
  591. package/icons/azure/connected-cache.js +0 -1
  592. package/icons/azure/connected-vehicle-platform.js +0 -1
  593. package/icons/azure/connections.js +0 -1
  594. package/icons/azure/consortium.js +0 -1
  595. package/icons/azure/container-apps-environments.js +0 -1
  596. package/icons/azure/container-instances.js +0 -1
  597. package/icons/azure/container-registries.js +0 -1
  598. package/icons/azure/container-services-deprecated.js +0 -1
  599. package/icons/azure/content-moderators.js +0 -1
  600. package/icons/azure/content-safety.js +0 -1
  601. package/icons/azure/controls-horizontal.js +0 -1
  602. package/icons/azure/controls.js +0 -1
  603. package/icons/azure/cost-alerts.js +0 -1
  604. package/icons/azure/cost-analysis.js +0 -1
  605. package/icons/azure/cost-budgets.js +0 -1
  606. package/icons/azure/cost-export.js +0 -1
  607. package/icons/azure/cost-management-and-billing.js +0 -1
  608. package/icons/azure/cost-management.js +0 -1
  609. package/icons/azure/counter.js +0 -1
  610. package/icons/azure/cubes.js +0 -1
  611. package/icons/azure/custom-ip-prefix.js +0 -1
  612. package/icons/azure/custom-vision.js +0 -1
  613. package/icons/azure/customer-lockbox-for-microsoft-azure.js +0 -1
  614. package/icons/azure/dashboard-hub.js +0 -1
  615. package/icons/azure/dashboard.js +0 -1
  616. package/icons/azure/data-box.js +0 -1
  617. package/icons/azure/data-collection-rules.js +0 -1
  618. package/icons/azure/data-factories.js +0 -1
  619. package/icons/azure/data-lake-analytics.js +0 -1
  620. package/icons/azure/data-lake-storage-gen1.js +0 -1
  621. package/icons/azure/data-lake-store-gen1.js +0 -1
  622. package/icons/azure/data-share-invitations.js +0 -1
  623. package/icons/azure/data-shares.js +0 -1
  624. package/icons/azure/data-virtualization.js +0 -1
  625. package/icons/azure/database-instance-for-sap.js +0 -1
  626. package/icons/azure/ddo-s-protection-plans.js +0 -1
  627. package/icons/azure/dedicated-hsm.js +0 -1
  628. package/icons/azure/defender-cm-local-manager.js +0 -1
  629. package/icons/azure/defender-dcs-controller.js +0 -1
  630. package/icons/azure/defender-distributer-control-system.js +0 -1
  631. package/icons/azure/defender-engineering-station.js +0 -1
  632. package/icons/azure/defender-external-management.js +0 -1
  633. package/icons/azure/defender-freezer-monitor.js +0 -1
  634. package/icons/azure/defender-historian.js +0 -1
  635. package/icons/azure/defender-hmi.js +0 -1
  636. package/icons/azure/defender-industrial-packaging-system.js +0 -1
  637. package/icons/azure/defender-industrial-printer.js +0 -1
  638. package/icons/azure/defender-industrial-robot.js +0 -1
  639. package/icons/azure/defender-industrial-scale-system.js +0 -1
  640. package/icons/azure/defender-marquee.js +0 -1
  641. package/icons/azure/defender-meter.js +0 -1
  642. package/icons/azure/defender-plc.js +0 -1
  643. package/icons/azure/defender-pneumatic-device.js +0 -1
  644. package/icons/azure/defender-programable-board.js +0 -1
  645. package/icons/azure/defender-relay.js +0 -1
  646. package/icons/azure/defender-robot-controller.js +0 -1
  647. package/icons/azure/defender-rtu.js +0 -1
  648. package/icons/azure/defender-sensor.js +0 -1
  649. package/icons/azure/defender-slot.js +0 -1
  650. package/icons/azure/defender-web-guiding-system.js +0 -1
  651. package/icons/azure/detonation.js +0 -1
  652. package/icons/azure/dev-console.js +0 -1
  653. package/icons/azure/dev-ops-starter.js +0 -1
  654. package/icons/azure/dev-test-labs.js +0 -1
  655. package/icons/azure/device-compliance.js +0 -1
  656. package/icons/azure/device-configuration.js +0 -1
  657. package/icons/azure/device-enrollment.js +0 -1
  658. package/icons/azure/device-provisioning-services.js +0 -1
  659. package/icons/azure/device-security-apple.js +0 -1
  660. package/icons/azure/device-security-google.js +0 -1
  661. package/icons/azure/device-security-windows.js +0 -1
  662. package/icons/azure/device-update-io-t-hub.js +0 -1
  663. package/icons/azure/devices.js +0 -1
  664. package/icons/azure/diagnostics-settings.js +0 -1
  665. package/icons/azure/digital-twins.js +0 -1
  666. package/icons/azure/disk-encryption-sets.js +0 -1
  667. package/icons/azure/disk-pool.js +0 -1
  668. package/icons/azure/disks-classic.js +0 -1
  669. package/icons/azure/disks-snapshots.js +0 -1
  670. package/icons/azure/disks.js +0 -1
  671. package/icons/azure/dns-multistack.js +0 -1
  672. package/icons/azure/dns-private-resolver.js +0 -1
  673. package/icons/azure/dns-security-policy.js +0 -1
  674. package/icons/azure/dns-zones.js +0 -1
  675. package/icons/azure/download.js +0 -1
  676. package/icons/azure/e-books.js +0 -1
  677. package/icons/azure/edge-actions.js +0 -1
  678. package/icons/azure/edge-management.js +0 -1
  679. package/icons/azure/edge-storage-accelerator.js +0 -1
  680. package/icons/azure/education.js +0 -1
  681. package/icons/azure/elastic-job-agents.js +0 -1
  682. package/icons/azure/elastic-san.js +0 -1
  683. package/icons/azure/endpoint-analytics.js +0 -1
  684. package/icons/azure/engage-center-connect.js +0 -1
  685. package/icons/azure/enterprise-applications.js +0 -1
  686. package/icons/azure/entra-connect-health.js +0 -1
  687. package/icons/azure/entra-connect-sync.js +0 -1
  688. package/icons/azure/entra-connect.js +0 -1
  689. package/icons/azure/entra-domain-services.js +0 -1
  690. package/icons/azure/entra-global-secure-access.js +0 -1
  691. package/icons/azure/entra-id-protection.js +0 -1
  692. package/icons/azure/entra-identity-custom-roles.js +0 -1
  693. package/icons/azure/entra-identity-licenses.js +0 -1
  694. package/icons/azure/entra-identity-risky-signins.js +0 -1
  695. package/icons/azure/entra-identity-risky-users.js +0 -1
  696. package/icons/azure/entra-identity-roles-and-administrators.js +0 -1
  697. package/icons/azure/entra-internet-access.js +0 -1
  698. package/icons/azure/entra-managed-identities.js +0 -1
  699. package/icons/azure/entra-private-access.js +0 -1
  700. package/icons/azure/entra-privleged-identity-management.js +0 -1
  701. package/icons/azure/entra-verified-id.js +0 -1
  702. package/icons/azure/error.js +0 -1
  703. package/icons/azure/event-grid-domains.js +0 -1
  704. package/icons/azure/event-grid-subscriptions.js +0 -1
  705. package/icons/azure/event-grid-topics.js +0 -1
  706. package/icons/azure/event-hub-clusters.js +0 -1
  707. package/icons/azure/event-hubs.js +0 -1
  708. package/icons/azure/exchange-access.js +0 -1
  709. package/icons/azure/exchange-on-premises-access.js +0 -1
  710. package/icons/azure/express-route-circuits.js +0 -1
  711. package/icons/azure/express-route-direct.js +0 -1
  712. package/icons/azure/express-route-traffic-collector.js +0 -1
  713. package/icons/azure/extended-security-updates.js +0 -1
  714. package/icons/azure/extensions.js +0 -1
  715. package/icons/azure/external-id-modified.js +0 -1
  716. package/icons/azure/external-id.js +0 -1
  717. package/icons/azure/external-identities.js +0 -1
  718. package/icons/azure/face-apis.js +0 -1
  719. package/icons/azure/feature-previews.js +0 -1
  720. package/icons/azure/fhir-service.js +0 -1
  721. package/icons/azure/fiji.js +0 -1
  722. package/icons/azure/file.js +0 -1
  723. package/icons/azure/files.js +0 -1
  724. package/icons/azure/firewalls.js +0 -1
  725. package/icons/azure/folder-blank.js +0 -1
  726. package/icons/azure/folder-website.js +0 -1
  727. package/icons/azure/form-recognizers.js +0 -1
  728. package/icons/azure/frd-qa.js +0 -1
  729. package/icons/azure/free-services.js +0 -1
  730. package/icons/azure/front-door-and-cdn-profiles.js +0 -1
  731. package/icons/azure/ftp.js +0 -1
  732. package/icons/azure/function-apps.js +0 -1
  733. package/icons/azure/gear.js +0 -1
  734. package/icons/azure/genomics-accounts.js +0 -1
  735. package/icons/azure/genomics.js +0 -1
  736. package/icons/azure/globe-error.js +0 -1
  737. package/icons/azure/globe-success.js +0 -1
  738. package/icons/azure/globe-warning.js +0 -1
  739. package/icons/azure/groups.js +0 -1
  740. package/icons/azure/guide.js +0 -1
  741. package/icons/azure/hd-insight-clusters.js +0 -1
  742. package/icons/azure/hdi-aks-cluster.js +0 -1
  743. package/icons/azure/heart.js +0 -1
  744. package/icons/azure/help-and-support.js +0 -1
  745. package/icons/azure/host-groups.js +0 -1
  746. package/icons/azure/host-pools.js +0 -1
  747. package/icons/azure/hosts.js +0 -1
  748. package/icons/azure/hybrid-connectivity-hub.js +0 -1
  749. package/icons/azure/ic-m-troubleshooting.js +0 -1
  750. package/icons/azure/identity-governance.js +0 -1
  751. package/icons/azure/identity-multi-factor-authentication.js +0 -1
  752. package/icons/azure/identity-secure-score.js +0 -1
  753. package/icons/azure/image-definitions.js +0 -1
  754. package/icons/azure/image-templates.js +0 -1
  755. package/icons/azure/image-versions.js +0 -1
  756. package/icons/azure/image.js +0 -1
  757. package/icons/azure/images.js +0 -1
  758. package/icons/azure/immersive-readers.js +0 -1
  759. package/icons/azure/import-export-jobs.js +0 -1
  760. package/icons/azure/industrial-io-t.js +0 -1
  761. package/icons/azure/information.js +0 -1
  762. package/icons/azure/infrastructure-backup.js +0 -1
  763. package/icons/azure/input-output.js +0 -1
  764. package/icons/azure/instance-pools.js +0 -1
  765. package/icons/azure/integration-accounts.js +0 -1
  766. package/icons/azure/integration-environments.js +0 -1
  767. package/icons/azure/integration-service-environments.js +0 -1
  768. package/icons/azure/internet-analyzer-profiles.js +0 -1
  769. package/icons/azure/intune-app-protection.js +0 -1
  770. package/icons/azure/intune-for-education.js +0 -1
  771. package/icons/azure/intune-trends.js +0 -1
  772. package/icons/azure/intune.js +0 -1
  773. package/icons/azure/io-t-central-applications.js +0 -1
  774. package/icons/azure/io-t-edge.js +0 -1
  775. package/icons/azure/io-t-hub.js +0 -1
  776. package/icons/azure/ip-address-manager.js +0 -1
  777. package/icons/azure/ip-groups.js +0 -1
  778. package/icons/azure/journey-hub.js +0 -1
  779. package/icons/azure/key-vaults.js +0 -1
  780. package/icons/azure/keys.js +0 -1
  781. package/icons/azure/kubernetes-fleet-manager.js +0 -1
  782. package/icons/azure/kubernetes-services.js +0 -1
  783. package/icons/azure/lab-accounts.js +0 -1
  784. package/icons/azure/lab-services.js +0 -1
  785. package/icons/azure/landing-zone.js +0 -1
  786. package/icons/azure/language-understanding.js +0 -1
  787. package/icons/azure/language.js +0 -1
  788. package/icons/azure/launch-portal.js +0 -1
  789. package/icons/azure/learn.js +0 -1
  790. package/icons/azure/load-balancer-hub.js +0 -1
  791. package/icons/azure/load-balancers.js +0 -1
  792. package/icons/azure/load-test.js +0 -1
  793. package/icons/azure/load-testing.js +0 -1
  794. package/icons/azure/local-network-gateways.js +0 -1
  795. package/icons/azure/location.js +0 -1
  796. package/icons/azure/log-analytics-query-pack.js +0 -1
  797. package/icons/azure/log-analytics-workspaces.js +0 -1
  798. package/icons/azure/log-streaming.js +0 -1
  799. package/icons/azure/logic-apps-custom-connector.js +0 -1
  800. package/icons/azure/logic-apps-template.js +0 -1
  801. package/icons/azure/logic-apps.js +0 -1
  802. package/icons/azure/machine-learning-studio-classic-web-services.js +0 -1
  803. package/icons/azure/machine-learning-studio-web-service-plans.js +0 -1
  804. package/icons/azure/machine-learning-studio-workspaces.js +0 -1
  805. package/icons/azure/machine-learning.js +0 -1
  806. package/icons/azure/machines-azure-arc.js +0 -1
  807. package/icons/azure/maintenance-configuration.js +0 -1
  808. package/icons/azure/managed-applications-center.js +0 -1
  809. package/icons/azure/managed-database.js +0 -1
  810. package/icons/azure/managed-desktop.js +0 -1
  811. package/icons/azure/managed-dev-ops-pools.js +0 -1
  812. package/icons/azure/managed-file-shares.js +0 -1
  813. package/icons/azure/managed-identities.js +0 -1
  814. package/icons/azure/managed-instance-apache-cassandra.js +0 -1
  815. package/icons/azure/managed-service-fabric.js +0 -1
  816. package/icons/azure/management-groups.js +0 -1
  817. package/icons/azure/management-portal.js +0 -1
  818. package/icons/azure/marketplace-management.js +0 -1
  819. package/icons/azure/marketplace.js +0 -1
  820. package/icons/azure/med-tech-service.js +0 -1
  821. package/icons/azure/media-file.js +0 -1
  822. package/icons/azure/media.js +0 -1
  823. package/icons/azure/mesh-applications.js +0 -1
  824. package/icons/azure/metrics-advisor.js +0 -1
  825. package/icons/azure/metrics.js +0 -1
  826. package/icons/azure/microsoft-defender-easm.js +0 -1
  827. package/icons/azure/microsoft-defender-for-cloud.js +0 -1
  828. package/icons/azure/microsoft-defender-for-io-t.js +0 -1
  829. package/icons/azure/microsoft-dev-box.js +0 -1
  830. package/icons/azure/mindaro.js +0 -1
  831. package/icons/azure/mission-landing-zone.js +0 -1
  832. package/icons/azure/mobile-engagement.js +0 -1
  833. package/icons/azure/mobile-networks.js +0 -1
  834. package/icons/azure/mobile.js +0 -1
  835. package/icons/azure/modular-data-center.js +0 -1
  836. package/icons/azure/module.js +0 -1
  837. package/icons/azure/monitor-health-models.js +0 -1
  838. package/icons/azure/monitor.js +0 -1
  839. package/icons/azure/multi-tenancy.js +0 -1
  840. package/icons/azure/multifactor-authentication.js +0 -1
  841. package/icons/azure/my-customers.js +0 -1
  842. package/icons/azure/nat.js +0 -1
  843. package/icons/azure/network-foundation-hub.js +0 -1
  844. package/icons/azure/network-interfaces.js +0 -1
  845. package/icons/azure/network-managers.js +0 -1
  846. package/icons/azure/network-security-groups.js +0 -1
  847. package/icons/azure/network-security-hub.js +0 -1
  848. package/icons/azure/network-security-perimeters.js +0 -1
  849. package/icons/azure/network-watcher.js +0 -1
  850. package/icons/azure/notification-hub-namespaces.js +0 -1
  851. package/icons/azure/notification-hubs.js +0 -1
  852. package/icons/azure/offers.js +0 -1
  853. package/icons/azure/on-premises-data-gateways.js +0 -1
  854. package/icons/azure/open-supply-chain-platform.js +0 -1
  855. package/icons/azure/operation-log-classic.js +0 -1
  856. package/icons/azure/oracle-database.js +0 -1
  857. package/icons/azure/os-images-classic.js +0 -1
  858. package/icons/azure/osconfig.js +0 -1
  859. package/icons/azure/outbound-connection.js +0 -1
  860. package/icons/azure/partner-namespace.js +0 -1
  861. package/icons/azure/partner-registration.js +0 -1
  862. package/icons/azure/partner-topic.js +0 -1
  863. package/icons/azure/peering-service.js +0 -1
  864. package/icons/azure/peerings.js +0 -1
  865. package/icons/azure/personalizers.js +0 -1
  866. package/icons/azure/planetary-computer-pro.js +0 -1
  867. package/icons/azure/plans.js +0 -1
  868. package/icons/azure/policy.js +0 -1
  869. package/icons/azure/power-bi-embedded.js +0 -1
  870. package/icons/azure/power-platform.js +0 -1
  871. package/icons/azure/power-up.js +0 -1
  872. package/icons/azure/power.js +0 -1
  873. package/icons/azure/powershell.js +0 -1
  874. package/icons/azure/preview-features.js +0 -1
  875. package/icons/azure/private-endpoints.js +0 -1
  876. package/icons/azure/private-link-service.js +0 -1
  877. package/icons/azure/private-link-services.js +0 -1
  878. package/icons/azure/private-link.js +0 -1
  879. package/icons/azure/process-explorer.js +0 -1
  880. package/icons/azure/production-ready-database.js +0 -1
  881. package/icons/azure/promethus.js +0 -1
  882. package/icons/azure/proximity-placement-groups.js +0 -1
  883. package/icons/azure/public-ip-addresses-classic.js +0 -1
  884. package/icons/azure/public-ip-addresses.js +0 -1
  885. package/icons/azure/public-ip-prefixes.js +0 -1
  886. package/icons/azure/qn-a-makers.js +0 -1
  887. package/icons/azure/quickstart-center.js +0 -1
  888. package/icons/azure/recent.js +0 -1
  889. package/icons/azure/recovery-services-vaults.js +0 -1
  890. package/icons/azure/region-management.js +0 -1
  891. package/icons/azure/relays.js +0 -1
  892. package/icons/azure/remote-rendering.js +0 -1
  893. package/icons/azure/reservations.js +0 -1
  894. package/icons/azure/reserved-capacity.js +0 -1
  895. package/icons/azure/reserved-ip-addresses-classic.js +0 -1
  896. package/icons/azure/resource-explorer.js +0 -1
  897. package/icons/azure/resource-graph-explorer.js +0 -1
  898. package/icons/azure/resource-group-list.js +0 -1
  899. package/icons/azure/resource-groups.js +0 -1
  900. package/icons/azure/resource-guard.js +0 -1
  901. package/icons/azure/resource-linked.js +0 -1
  902. package/icons/azure/resource-management-private-link.js +0 -1
  903. package/icons/azure/resource-mover.js +0 -1
  904. package/icons/azure/resources-provider.js +0 -1
  905. package/icons/azure/restore-points-collections.js +0 -1
  906. package/icons/azure/restore-points.js +0 -1
  907. package/icons/azure/route-filters.js +0 -1
  908. package/icons/azure/route-tables.js +0 -1
  909. package/icons/azure/rtos.js +0 -1
  910. package/icons/azure/savings-plans.js +0 -1
  911. package/icons/azure/scheduler-job-collections.js +0 -1
  912. package/icons/azure/scheduler.js +0 -1
  913. package/icons/azure/scvmm-management-servers.js +0 -1
  914. package/icons/azure/search-grid.js +0 -1
  915. package/icons/azure/search.js +0 -1
  916. package/icons/azure/security-baselines.js +0 -1
  917. package/icons/azure/security.js +0 -1
  918. package/icons/azure/send-grid-accounts.js +0 -1
  919. package/icons/azure/server-farm.js +0 -1
  920. package/icons/azure/serverless-search.js +0 -1
  921. package/icons/azure/service-catalog-mad.js +0 -1
  922. package/icons/azure/service-endpoint-policies.js +0 -1
  923. package/icons/azure/service-fabric-clusters.js +0 -1
  924. package/icons/azure/service-group-relationships.js +0 -1
  925. package/icons/azure/service-groups.js +0 -1
  926. package/icons/azure/service-health.js +0 -1
  927. package/icons/azure/service-providers.js +0 -1
  928. package/icons/azure/shared-image-galleries.js +0 -1
  929. package/icons/azure/signal-r.js +0 -1
  930. package/icons/azure/software-as-a-service.js +0 -1
  931. package/icons/azure/software-updates.js +0 -1
  932. package/icons/azure/solutions.js +0 -1
  933. package/icons/azure/sonic-dash.js +0 -1
  934. package/icons/azure/spatial-anchor-accounts.js +0 -1
  935. package/icons/azure/speech-services.js +0 -1
  936. package/icons/azure/spot-vm.js +0 -1
  937. package/icons/azure/spot-vmss.js +0 -1
  938. package/icons/azure/sql-data-warehouses.js +0 -1
  939. package/icons/azure/sql-database-fleet-manager.js +0 -1
  940. package/icons/azure/sql-database.js +0 -1
  941. package/icons/azure/sql-elastic-pools.js +0 -1
  942. package/icons/azure/sql-managed-instance.js +0 -1
  943. package/icons/azure/sql-server-registries.js +0 -1
  944. package/icons/azure/sql-server.js +0 -1
  945. package/icons/azure/ssd.js +0 -1
  946. package/icons/azure/ssh-keys.js +0 -1
  947. package/icons/azure/ssis-lift-and-shift-ir.js +0 -1
  948. package/icons/azure/stack-hci-premium.js +0 -1
  949. package/icons/azure/static-apps.js +0 -1
  950. package/icons/azure/stor-simple-data-managers.js +0 -1
  951. package/icons/azure/stor-simple-device-managers.js +0 -1
  952. package/icons/azure/storage-accounts-classic.js +0 -1
  953. package/icons/azure/storage-accounts.js +0 -1
  954. package/icons/azure/storage-actions.js +0 -1
  955. package/icons/azure/storage-azure-files.js +0 -1
  956. package/icons/azure/storage-container.js +0 -1
  957. package/icons/azure/storage-explorer.js +0 -1
  958. package/icons/azure/storage-functions.js +0 -1
  959. package/icons/azure/storage-hubs.js +0 -1
  960. package/icons/azure/storage-queue.js +0 -1
  961. package/icons/azure/storage-sync-services.js +0 -1
  962. package/icons/azure/stream-analytics-jobs.js +0 -1
  963. package/icons/azure/subnet.js +0 -1
  964. package/icons/azure/subscriptions.js +0 -1
  965. package/icons/azure/system-topic.js +0 -1
  966. package/icons/azure/table.js +0 -1
  967. package/icons/azure/tag.js +0 -1
  968. package/icons/azure/tags.js +0 -1
  969. package/icons/azure/targets-management.js +0 -1
  970. package/icons/azure/template-specs.js +0 -1
  971. package/icons/azure/templates.js +0 -1
  972. package/icons/azure/tenant-properties.js +0 -1
  973. package/icons/azure/tenant-status.js +0 -1
  974. package/icons/azure/test-base.js +0 -1
  975. package/icons/azure/tfs-vc-repository.js +0 -1
  976. package/icons/azure/time-series-data-sets.js +0 -1
  977. package/icons/azure/time-series-insights-access-policies.js +0 -1
  978. package/icons/azure/time-series-insights-environments.js +0 -1
  979. package/icons/azure/time-series-insights-event-sources.js +0 -1
  980. package/icons/azure/toolbox.js +0 -1
  981. package/icons/azure/toolchain-orchestrator.js +0 -1
  982. package/icons/azure/traffic-manager-profiles.js +0 -1
  983. package/icons/azure/translator-text.js +0 -1
  984. package/icons/azure/troubleshoot.js +0 -1
  985. package/icons/azure/universal-print.js +0 -1
  986. package/icons/azure/update-management-center.js +0 -1
  987. package/icons/azure/updates.js +0 -1
  988. package/icons/azure/user-privacy.js +0 -1
  989. package/icons/azure/user-settings.js +0 -1
  990. package/icons/azure/user-subscriptions.js +0 -1
  991. package/icons/azure/users.js +0 -1
  992. package/icons/azure/verifiable-credentials.js +0 -1
  993. package/icons/azure/verification-as-a-service.js +0 -1
  994. package/icons/azure/versions.js +0 -1
  995. package/icons/azure/video-analyzers.js +0 -1
  996. package/icons/azure/virtual-clusters.js +0 -1
  997. package/icons/azure/virtual-enclaves.js +0 -1
  998. package/icons/azure/virtual-instance-for-sap.js +0 -1
  999. package/icons/azure/virtual-machine.js +0 -1
  1000. package/icons/azure/virtual-machines-classic.js +0 -1
  1001. package/icons/azure/virtual-network-gateways.js +0 -1
  1002. package/icons/azure/virtual-networks-classic.js +0 -1
  1003. package/icons/azure/virtual-networks.js +0 -1
  1004. package/icons/azure/virtual-router.js +0 -1
  1005. package/icons/azure/virtual-visits-builder.js +0 -1
  1006. package/icons/azure/virtual-wan-hub.js +0 -1
  1007. package/icons/azure/virtual-wans.js +0 -1
  1008. package/icons/azure/vm-app-definitions.js +0 -1
  1009. package/icons/azure/vm-app-versions.js +0 -1
  1010. package/icons/azure/vm-image-version.js +0 -1
  1011. package/icons/azure/vm-images-classic.js +0 -1
  1012. package/icons/azure/vm-scale-sets.js +0 -1
  1013. package/icons/azure/vpnclient-windows.js +0 -1
  1014. package/icons/azure/wac-installer.js +0 -1
  1015. package/icons/azure/wac.js +0 -1
  1016. package/icons/azure/web-app-database.js +0 -1
  1017. package/icons/azure/web-application-firewall-policies-waf.js +0 -1
  1018. package/icons/azure/web-jobs.js +0 -1
  1019. package/icons/azure/web-slots.js +0 -1
  1020. package/icons/azure/web-test.js +0 -1
  1021. package/icons/azure/website-power.js +0 -1
  1022. package/icons/azure/website-staging.js +0 -1
  1023. package/icons/azure/windows-notification-services.js +0 -1
  1024. package/icons/azure/windows10-core-services.js +0 -1
  1025. package/icons/azure/workbooks.js +0 -1
  1026. package/icons/azure/worker-container-app.js +0 -1
  1027. package/icons/azure/workflow.js +0 -1
  1028. package/icons/azure/workload-orchestration.js +0 -1
  1029. package/icons/azure/workspace-gateway.js +0 -1
  1030. package/icons/azure/workspaces.js +0 -1
  1031. package/icons/bootstrap/0-circle-fill.js +0 -1
  1032. package/icons/bootstrap/0-circle.js +0 -1
  1033. package/icons/bootstrap/0-square-fill.js +0 -1
  1034. package/icons/bootstrap/0-square.js +0 -1
  1035. package/icons/bootstrap/1-circle-fill.js +0 -1
  1036. package/icons/bootstrap/1-circle.js +0 -1
  1037. package/icons/bootstrap/1-square-fill.js +0 -1
  1038. package/icons/bootstrap/1-square.js +0 -1
  1039. package/icons/bootstrap/123.js +0 -1
  1040. package/icons/bootstrap/2-circle-fill.js +0 -1
  1041. package/icons/bootstrap/2-circle.js +0 -1
  1042. package/icons/bootstrap/2-square-fill.js +0 -1
  1043. package/icons/bootstrap/2-square.js +0 -1
  1044. package/icons/bootstrap/3-circle-fill.js +0 -1
  1045. package/icons/bootstrap/3-circle.js +0 -1
  1046. package/icons/bootstrap/3-square-fill.js +0 -1
  1047. package/icons/bootstrap/3-square.js +0 -1
  1048. package/icons/bootstrap/4-circle-fill.js +0 -1
  1049. package/icons/bootstrap/4-circle.js +0 -1
  1050. package/icons/bootstrap/4-square-fill.js +0 -1
  1051. package/icons/bootstrap/4-square.js +0 -1
  1052. package/icons/bootstrap/5-circle-fill.js +0 -1
  1053. package/icons/bootstrap/5-circle.js +0 -1
  1054. package/icons/bootstrap/5-square-fill.js +0 -1
  1055. package/icons/bootstrap/5-square.js +0 -1
  1056. package/icons/bootstrap/6-circle-fill.js +0 -1
  1057. package/icons/bootstrap/6-circle.js +0 -1
  1058. package/icons/bootstrap/6-square-fill.js +0 -1
  1059. package/icons/bootstrap/6-square.js +0 -1
  1060. package/icons/bootstrap/7-circle-fill.js +0 -1
  1061. package/icons/bootstrap/7-circle.js +0 -1
  1062. package/icons/bootstrap/7-square-fill.js +0 -1
  1063. package/icons/bootstrap/7-square.js +0 -1
  1064. package/icons/bootstrap/8-circle-fill.js +0 -1
  1065. package/icons/bootstrap/8-circle.js +0 -1
  1066. package/icons/bootstrap/8-square-fill.js +0 -1
  1067. package/icons/bootstrap/8-square.js +0 -1
  1068. package/icons/bootstrap/9-circle-fill.js +0 -1
  1069. package/icons/bootstrap/9-circle.js +0 -1
  1070. package/icons/bootstrap/9-square-fill.js +0 -1
  1071. package/icons/bootstrap/9-square.js +0 -1
  1072. package/icons/bootstrap/activity.js +0 -1
  1073. package/icons/bootstrap/airplane-engines-fill.js +0 -1
  1074. package/icons/bootstrap/airplane-engines.js +0 -1
  1075. package/icons/bootstrap/airplane-fill.js +0 -1
  1076. package/icons/bootstrap/airplane.js +0 -1
  1077. package/icons/bootstrap/alarm-fill.js +0 -1
  1078. package/icons/bootstrap/alarm.js +0 -1
  1079. package/icons/bootstrap/alexa.js +0 -1
  1080. package/icons/bootstrap/align-bottom.js +0 -1
  1081. package/icons/bootstrap/align-center.js +0 -1
  1082. package/icons/bootstrap/align-end.js +0 -1
  1083. package/icons/bootstrap/align-middle.js +0 -1
  1084. package/icons/bootstrap/align-start.js +0 -1
  1085. package/icons/bootstrap/align-top.js +0 -1
  1086. package/icons/bootstrap/alipay.js +0 -1
  1087. package/icons/bootstrap/alphabet-uppercase.js +0 -1
  1088. package/icons/bootstrap/alphabet.js +0 -1
  1089. package/icons/bootstrap/alt.js +0 -1
  1090. package/icons/bootstrap/amazon.js +0 -1
  1091. package/icons/bootstrap/amd.js +0 -1
  1092. package/icons/bootstrap/android.js +0 -1
  1093. package/icons/bootstrap/android2.js +0 -1
  1094. package/icons/bootstrap/app-indicator.js +0 -1
  1095. package/icons/bootstrap/app.js +0 -1
  1096. package/icons/bootstrap/apple.js +0 -1
  1097. package/icons/bootstrap/archive-fill.js +0 -1
  1098. package/icons/bootstrap/archive.js +0 -1
  1099. package/icons/bootstrap/arrow-90deg-down.js +0 -1
  1100. package/icons/bootstrap/arrow-90deg-left.js +0 -1
  1101. package/icons/bootstrap/arrow-90deg-right.js +0 -1
  1102. package/icons/bootstrap/arrow-90deg-up.js +0 -1
  1103. package/icons/bootstrap/arrow-bar-down.js +0 -1
  1104. package/icons/bootstrap/arrow-bar-left.js +0 -1
  1105. package/icons/bootstrap/arrow-bar-right.js +0 -1
  1106. package/icons/bootstrap/arrow-bar-up.js +0 -1
  1107. package/icons/bootstrap/arrow-clockwise.js +0 -1
  1108. package/icons/bootstrap/arrow-counterclockwise.js +0 -1
  1109. package/icons/bootstrap/arrow-down-circle-fill.js +0 -1
  1110. package/icons/bootstrap/arrow-down-circle.js +0 -1
  1111. package/icons/bootstrap/arrow-down-left-circle-fill.js +0 -1
  1112. package/icons/bootstrap/arrow-down-left-circle.js +0 -1
  1113. package/icons/bootstrap/arrow-down-left-square-fill.js +0 -1
  1114. package/icons/bootstrap/arrow-down-left-square.js +0 -1
  1115. package/icons/bootstrap/arrow-down-left.js +0 -1
  1116. package/icons/bootstrap/arrow-down-right-circle-fill.js +0 -1
  1117. package/icons/bootstrap/arrow-down-right-circle.js +0 -1
  1118. package/icons/bootstrap/arrow-down-right-square-fill.js +0 -1
  1119. package/icons/bootstrap/arrow-down-right-square.js +0 -1
  1120. package/icons/bootstrap/arrow-down-right.js +0 -1
  1121. package/icons/bootstrap/arrow-down-short.js +0 -1
  1122. package/icons/bootstrap/arrow-down-square-fill.js +0 -1
  1123. package/icons/bootstrap/arrow-down-square.js +0 -1
  1124. package/icons/bootstrap/arrow-down-up.js +0 -1
  1125. package/icons/bootstrap/arrow-down.js +0 -1
  1126. package/icons/bootstrap/arrow-left-circle-fill.js +0 -1
  1127. package/icons/bootstrap/arrow-left-circle.js +0 -1
  1128. package/icons/bootstrap/arrow-left-right.js +0 -1
  1129. package/icons/bootstrap/arrow-left-short.js +0 -1
  1130. package/icons/bootstrap/arrow-left-square-fill.js +0 -1
  1131. package/icons/bootstrap/arrow-left-square.js +0 -1
  1132. package/icons/bootstrap/arrow-left.js +0 -1
  1133. package/icons/bootstrap/arrow-repeat.js +0 -1
  1134. package/icons/bootstrap/arrow-return-left.js +0 -1
  1135. package/icons/bootstrap/arrow-return-right.js +0 -1
  1136. package/icons/bootstrap/arrow-right-circle-fill.js +0 -1
  1137. package/icons/bootstrap/arrow-right-circle.js +0 -1
  1138. package/icons/bootstrap/arrow-right-short.js +0 -1
  1139. package/icons/bootstrap/arrow-right-square-fill.js +0 -1
  1140. package/icons/bootstrap/arrow-right-square.js +0 -1
  1141. package/icons/bootstrap/arrow-right.js +0 -1
  1142. package/icons/bootstrap/arrow-through-heart-fill.js +0 -1
  1143. package/icons/bootstrap/arrow-through-heart.js +0 -1
  1144. package/icons/bootstrap/arrow-up-circle-fill.js +0 -1
  1145. package/icons/bootstrap/arrow-up-circle.js +0 -1
  1146. package/icons/bootstrap/arrow-up-left-circle-fill.js +0 -1
  1147. package/icons/bootstrap/arrow-up-left-circle.js +0 -1
  1148. package/icons/bootstrap/arrow-up-left-square-fill.js +0 -1
  1149. package/icons/bootstrap/arrow-up-left-square.js +0 -1
  1150. package/icons/bootstrap/arrow-up-left.js +0 -1
  1151. package/icons/bootstrap/arrow-up-right-circle-fill.js +0 -1
  1152. package/icons/bootstrap/arrow-up-right-circle.js +0 -1
  1153. package/icons/bootstrap/arrow-up-right-square-fill.js +0 -1
  1154. package/icons/bootstrap/arrow-up-right-square.js +0 -1
  1155. package/icons/bootstrap/arrow-up-right.js +0 -1
  1156. package/icons/bootstrap/arrow-up-short.js +0 -1
  1157. package/icons/bootstrap/arrow-up-square-fill.js +0 -1
  1158. package/icons/bootstrap/arrow-up-square.js +0 -1
  1159. package/icons/bootstrap/arrow-up.js +0 -1
  1160. package/icons/bootstrap/arrows-angle-contract.js +0 -1
  1161. package/icons/bootstrap/arrows-angle-expand.js +0 -1
  1162. package/icons/bootstrap/arrows-collapse-vertical.js +0 -1
  1163. package/icons/bootstrap/arrows-collapse.js +0 -1
  1164. package/icons/bootstrap/arrows-expand-vertical.js +0 -1
  1165. package/icons/bootstrap/arrows-expand.js +0 -1
  1166. package/icons/bootstrap/arrows-fullscreen.js +0 -1
  1167. package/icons/bootstrap/arrows-move.js +0 -1
  1168. package/icons/bootstrap/arrows-vertical.js +0 -1
  1169. package/icons/bootstrap/arrows.js +0 -1
  1170. package/icons/bootstrap/aspect-ratio-fill.js +0 -1
  1171. package/icons/bootstrap/aspect-ratio.js +0 -1
  1172. package/icons/bootstrap/asterisk.js +0 -1
  1173. package/icons/bootstrap/at.js +0 -1
  1174. package/icons/bootstrap/award-fill.js +0 -1
  1175. package/icons/bootstrap/award.js +0 -1
  1176. package/icons/bootstrap/back.js +0 -1
  1177. package/icons/bootstrap/backpack-fill.js +0 -1
  1178. package/icons/bootstrap/backpack.js +0 -1
  1179. package/icons/bootstrap/backpack2-fill.js +0 -1
  1180. package/icons/bootstrap/backpack2.js +0 -1
  1181. package/icons/bootstrap/backpack3-fill.js +0 -1
  1182. package/icons/bootstrap/backpack3.js +0 -1
  1183. package/icons/bootstrap/backpack4-fill.js +0 -1
  1184. package/icons/bootstrap/backpack4.js +0 -1
  1185. package/icons/bootstrap/backspace-fill.js +0 -1
  1186. package/icons/bootstrap/backspace-reverse-fill.js +0 -1
  1187. package/icons/bootstrap/backspace-reverse.js +0 -1
  1188. package/icons/bootstrap/backspace.js +0 -1
  1189. package/icons/bootstrap/badge-3d-fill.js +0 -1
  1190. package/icons/bootstrap/badge-3d.js +0 -1
  1191. package/icons/bootstrap/badge-4k-fill.js +0 -1
  1192. package/icons/bootstrap/badge-4k.js +0 -1
  1193. package/icons/bootstrap/badge-8k-fill.js +0 -1
  1194. package/icons/bootstrap/badge-8k.js +0 -1
  1195. package/icons/bootstrap/badge-ad-fill.js +0 -1
  1196. package/icons/bootstrap/badge-ad.js +0 -1
  1197. package/icons/bootstrap/badge-ar-fill.js +0 -1
  1198. package/icons/bootstrap/badge-ar.js +0 -1
  1199. package/icons/bootstrap/badge-cc-fill.js +0 -1
  1200. package/icons/bootstrap/badge-cc.js +0 -1
  1201. package/icons/bootstrap/badge-hd-fill.js +0 -1
  1202. package/icons/bootstrap/badge-hd.js +0 -1
  1203. package/icons/bootstrap/badge-sd-fill.js +0 -1
  1204. package/icons/bootstrap/badge-sd.js +0 -1
  1205. package/icons/bootstrap/badge-tm-fill.js +0 -1
  1206. package/icons/bootstrap/badge-tm.js +0 -1
  1207. package/icons/bootstrap/badge-vo-fill.js +0 -1
  1208. package/icons/bootstrap/badge-vo.js +0 -1
  1209. package/icons/bootstrap/badge-vr-fill.js +0 -1
  1210. package/icons/bootstrap/badge-vr.js +0 -1
  1211. package/icons/bootstrap/badge-wc-fill.js +0 -1
  1212. package/icons/bootstrap/badge-wc.js +0 -1
  1213. package/icons/bootstrap/bag-check-fill.js +0 -1
  1214. package/icons/bootstrap/bag-check.js +0 -1
  1215. package/icons/bootstrap/bag-dash-fill.js +0 -1
  1216. package/icons/bootstrap/bag-dash.js +0 -1
  1217. package/icons/bootstrap/bag-fill.js +0 -1
  1218. package/icons/bootstrap/bag-heart-fill.js +0 -1
  1219. package/icons/bootstrap/bag-heart.js +0 -1
  1220. package/icons/bootstrap/bag-plus-fill.js +0 -1
  1221. package/icons/bootstrap/bag-plus.js +0 -1
  1222. package/icons/bootstrap/bag-x-fill.js +0 -1
  1223. package/icons/bootstrap/bag-x.js +0 -1
  1224. package/icons/bootstrap/bag.js +0 -1
  1225. package/icons/bootstrap/balloon-fill.js +0 -1
  1226. package/icons/bootstrap/balloon-heart-fill.js +0 -1
  1227. package/icons/bootstrap/balloon-heart.js +0 -1
  1228. package/icons/bootstrap/balloon.js +0 -1
  1229. package/icons/bootstrap/ban-fill.js +0 -1
  1230. package/icons/bootstrap/ban.js +0 -1
  1231. package/icons/bootstrap/bandaid-fill.js +0 -1
  1232. package/icons/bootstrap/bandaid.js +0 -1
  1233. package/icons/bootstrap/bank.js +0 -1
  1234. package/icons/bootstrap/bank2.js +0 -1
  1235. package/icons/bootstrap/bar-chart-fill.js +0 -1
  1236. package/icons/bootstrap/bar-chart-line-fill.js +0 -1
  1237. package/icons/bootstrap/bar-chart-line.js +0 -1
  1238. package/icons/bootstrap/bar-chart-steps.js +0 -1
  1239. package/icons/bootstrap/bar-chart.js +0 -1
  1240. package/icons/bootstrap/basket-fill.js +0 -1
  1241. package/icons/bootstrap/basket.js +0 -1
  1242. package/icons/bootstrap/basket2-fill.js +0 -1
  1243. package/icons/bootstrap/basket2.js +0 -1
  1244. package/icons/bootstrap/basket3-fill.js +0 -1
  1245. package/icons/bootstrap/basket3.js +0 -1
  1246. package/icons/bootstrap/battery-charging.js +0 -1
  1247. package/icons/bootstrap/battery-full.js +0 -1
  1248. package/icons/bootstrap/battery-half.js +0 -1
  1249. package/icons/bootstrap/battery.js +0 -1
  1250. package/icons/bootstrap/behance.js +0 -1
  1251. package/icons/bootstrap/bell-fill.js +0 -1
  1252. package/icons/bootstrap/bell-slash-fill.js +0 -1
  1253. package/icons/bootstrap/bell-slash.js +0 -1
  1254. package/icons/bootstrap/bell.js +0 -1
  1255. package/icons/bootstrap/bezier.js +0 -1
  1256. package/icons/bootstrap/bezier2.js +0 -1
  1257. package/icons/bootstrap/bicycle.js +0 -1
  1258. package/icons/bootstrap/bing.js +0 -1
  1259. package/icons/bootstrap/binoculars-fill.js +0 -1
  1260. package/icons/bootstrap/binoculars.js +0 -1
  1261. package/icons/bootstrap/blockquote-left.js +0 -1
  1262. package/icons/bootstrap/blockquote-right.js +0 -1
  1263. package/icons/bootstrap/bluetooth.js +0 -1
  1264. package/icons/bootstrap/body-text.js +0 -1
  1265. package/icons/bootstrap/book-fill.js +0 -1
  1266. package/icons/bootstrap/book-half.js +0 -1
  1267. package/icons/bootstrap/book.js +0 -1
  1268. package/icons/bootstrap/bookmark-check-fill.js +0 -1
  1269. package/icons/bootstrap/bookmark-check.js +0 -1
  1270. package/icons/bootstrap/bookmark-dash-fill.js +0 -1
  1271. package/icons/bootstrap/bookmark-dash.js +0 -1
  1272. package/icons/bootstrap/bookmark-fill.js +0 -1
  1273. package/icons/bootstrap/bookmark-heart-fill.js +0 -1
  1274. package/icons/bootstrap/bookmark-heart.js +0 -1
  1275. package/icons/bootstrap/bookmark-plus-fill.js +0 -1
  1276. package/icons/bootstrap/bookmark-plus.js +0 -1
  1277. package/icons/bootstrap/bookmark-star-fill.js +0 -1
  1278. package/icons/bootstrap/bookmark-star.js +0 -1
  1279. package/icons/bootstrap/bookmark-x-fill.js +0 -1
  1280. package/icons/bootstrap/bookmark-x.js +0 -1
  1281. package/icons/bootstrap/bookmark.js +0 -1
  1282. package/icons/bootstrap/bookmarks-fill.js +0 -1
  1283. package/icons/bootstrap/bookmarks.js +0 -1
  1284. package/icons/bootstrap/bookshelf.js +0 -1
  1285. package/icons/bootstrap/boombox-fill.js +0 -1
  1286. package/icons/bootstrap/boombox.js +0 -1
  1287. package/icons/bootstrap/bootstrap-fill.js +0 -1
  1288. package/icons/bootstrap/bootstrap-icons.js +0 -1
  1289. package/icons/bootstrap/bootstrap-reboot.js +0 -1
  1290. package/icons/bootstrap/bootstrap.js +0 -1
  1291. package/icons/bootstrap/border-all.js +0 -1
  1292. package/icons/bootstrap/border-bottom.js +0 -1
  1293. package/icons/bootstrap/border-center.js +0 -1
  1294. package/icons/bootstrap/border-inner.js +0 -1
  1295. package/icons/bootstrap/border-left.js +0 -1
  1296. package/icons/bootstrap/border-middle.js +0 -1
  1297. package/icons/bootstrap/border-outer.js +0 -1
  1298. package/icons/bootstrap/border-right.js +0 -1
  1299. package/icons/bootstrap/border-style.js +0 -1
  1300. package/icons/bootstrap/border-top.js +0 -1
  1301. package/icons/bootstrap/border-width.js +0 -1
  1302. package/icons/bootstrap/border.js +0 -1
  1303. package/icons/bootstrap/bounding-box-circles.js +0 -1
  1304. package/icons/bootstrap/bounding-box.js +0 -1
  1305. package/icons/bootstrap/box-arrow-down-left.js +0 -1
  1306. package/icons/bootstrap/box-arrow-down-right.js +0 -1
  1307. package/icons/bootstrap/box-arrow-down.js +0 -1
  1308. package/icons/bootstrap/box-arrow-in-down-left.js +0 -1
  1309. package/icons/bootstrap/box-arrow-in-down-right.js +0 -1
  1310. package/icons/bootstrap/box-arrow-in-down.js +0 -1
  1311. package/icons/bootstrap/box-arrow-in-left.js +0 -1
  1312. package/icons/bootstrap/box-arrow-in-right.js +0 -1
  1313. package/icons/bootstrap/box-arrow-in-up-left.js +0 -1
  1314. package/icons/bootstrap/box-arrow-in-up-right.js +0 -1
  1315. package/icons/bootstrap/box-arrow-in-up.js +0 -1
  1316. package/icons/bootstrap/box-arrow-left.js +0 -1
  1317. package/icons/bootstrap/box-arrow-right.js +0 -1
  1318. package/icons/bootstrap/box-arrow-up-left.js +0 -1
  1319. package/icons/bootstrap/box-arrow-up-right.js +0 -1
  1320. package/icons/bootstrap/box-arrow-up.js +0 -1
  1321. package/icons/bootstrap/box-fill.js +0 -1
  1322. package/icons/bootstrap/box-seam-fill.js +0 -1
  1323. package/icons/bootstrap/box-seam.js +0 -1
  1324. package/icons/bootstrap/box.js +0 -1
  1325. package/icons/bootstrap/box2-fill.js +0 -1
  1326. package/icons/bootstrap/box2-heart-fill.js +0 -1
  1327. package/icons/bootstrap/box2-heart.js +0 -1
  1328. package/icons/bootstrap/box2.js +0 -1
  1329. package/icons/bootstrap/boxes.js +0 -1
  1330. package/icons/bootstrap/braces-asterisk.js +0 -1
  1331. package/icons/bootstrap/braces.js +0 -1
  1332. package/icons/bootstrap/bricks.js +0 -1
  1333. package/icons/bootstrap/briefcase-fill.js +0 -1
  1334. package/icons/bootstrap/briefcase.js +0 -1
  1335. package/icons/bootstrap/brightness-alt-high-fill.js +0 -1
  1336. package/icons/bootstrap/brightness-alt-high.js +0 -1
  1337. package/icons/bootstrap/brightness-alt-low-fill.js +0 -1
  1338. package/icons/bootstrap/brightness-alt-low.js +0 -1
  1339. package/icons/bootstrap/brightness-high-fill.js +0 -1
  1340. package/icons/bootstrap/brightness-high.js +0 -1
  1341. package/icons/bootstrap/brightness-low-fill.js +0 -1
  1342. package/icons/bootstrap/brightness-low.js +0 -1
  1343. package/icons/bootstrap/brilliance.js +0 -1
  1344. package/icons/bootstrap/broadcast-pin.js +0 -1
  1345. package/icons/bootstrap/broadcast.js +0 -1
  1346. package/icons/bootstrap/browser-chrome.js +0 -1
  1347. package/icons/bootstrap/browser-edge.js +0 -1
  1348. package/icons/bootstrap/browser-firefox.js +0 -1
  1349. package/icons/bootstrap/browser-safari.js +0 -1
  1350. package/icons/bootstrap/brush-fill.js +0 -1
  1351. package/icons/bootstrap/brush.js +0 -1
  1352. package/icons/bootstrap/bucket-fill.js +0 -1
  1353. package/icons/bootstrap/bucket.js +0 -1
  1354. package/icons/bootstrap/bug-fill.js +0 -1
  1355. package/icons/bootstrap/bug.js +0 -1
  1356. package/icons/bootstrap/building-add.js +0 -1
  1357. package/icons/bootstrap/building-check.js +0 -1
  1358. package/icons/bootstrap/building-dash.js +0 -1
  1359. package/icons/bootstrap/building-down.js +0 -1
  1360. package/icons/bootstrap/building-exclamation.js +0 -1
  1361. package/icons/bootstrap/building-fill-add.js +0 -1
  1362. package/icons/bootstrap/building-fill-check.js +0 -1
  1363. package/icons/bootstrap/building-fill-dash.js +0 -1
  1364. package/icons/bootstrap/building-fill-down.js +0 -1
  1365. package/icons/bootstrap/building-fill-exclamation.js +0 -1
  1366. package/icons/bootstrap/building-fill-gear.js +0 -1
  1367. package/icons/bootstrap/building-fill-lock.js +0 -1
  1368. package/icons/bootstrap/building-fill-slash.js +0 -1
  1369. package/icons/bootstrap/building-fill-up.js +0 -1
  1370. package/icons/bootstrap/building-fill-x.js +0 -1
  1371. package/icons/bootstrap/building-fill.js +0 -1
  1372. package/icons/bootstrap/building-gear.js +0 -1
  1373. package/icons/bootstrap/building-lock.js +0 -1
  1374. package/icons/bootstrap/building-slash.js +0 -1
  1375. package/icons/bootstrap/building-up.js +0 -1
  1376. package/icons/bootstrap/building-x.js +0 -1
  1377. package/icons/bootstrap/building.js +0 -1
  1378. package/icons/bootstrap/buildings-fill.js +0 -1
  1379. package/icons/bootstrap/buildings.js +0 -1
  1380. package/icons/bootstrap/bullseye.js +0 -1
  1381. package/icons/bootstrap/bus-front-fill.js +0 -1
  1382. package/icons/bootstrap/bus-front.js +0 -1
  1383. package/icons/bootstrap/c-circle-fill.js +0 -1
  1384. package/icons/bootstrap/c-circle.js +0 -1
  1385. package/icons/bootstrap/c-square-fill.js +0 -1
  1386. package/icons/bootstrap/c-square.js +0 -1
  1387. package/icons/bootstrap/cake-fill.js +0 -1
  1388. package/icons/bootstrap/cake.js +0 -1
  1389. package/icons/bootstrap/cake2-fill.js +0 -1
  1390. package/icons/bootstrap/cake2.js +0 -1
  1391. package/icons/bootstrap/calculator-fill.js +0 -1
  1392. package/icons/bootstrap/calculator.js +0 -1
  1393. package/icons/bootstrap/calendar-check-fill.js +0 -1
  1394. package/icons/bootstrap/calendar-check.js +0 -1
  1395. package/icons/bootstrap/calendar-date-fill.js +0 -1
  1396. package/icons/bootstrap/calendar-date.js +0 -1
  1397. package/icons/bootstrap/calendar-day-fill.js +0 -1
  1398. package/icons/bootstrap/calendar-day.js +0 -1
  1399. package/icons/bootstrap/calendar-event-fill.js +0 -1
  1400. package/icons/bootstrap/calendar-event.js +0 -1
  1401. package/icons/bootstrap/calendar-fill.js +0 -1
  1402. package/icons/bootstrap/calendar-heart-fill.js +0 -1
  1403. package/icons/bootstrap/calendar-heart.js +0 -1
  1404. package/icons/bootstrap/calendar-minus-fill.js +0 -1
  1405. package/icons/bootstrap/calendar-minus.js +0 -1
  1406. package/icons/bootstrap/calendar-month-fill.js +0 -1
  1407. package/icons/bootstrap/calendar-month.js +0 -1
  1408. package/icons/bootstrap/calendar-plus-fill.js +0 -1
  1409. package/icons/bootstrap/calendar-plus.js +0 -1
  1410. package/icons/bootstrap/calendar-range-fill.js +0 -1
  1411. package/icons/bootstrap/calendar-range.js +0 -1
  1412. package/icons/bootstrap/calendar-week-fill.js +0 -1
  1413. package/icons/bootstrap/calendar-week.js +0 -1
  1414. package/icons/bootstrap/calendar-x-fill.js +0 -1
  1415. package/icons/bootstrap/calendar-x.js +0 -1
  1416. package/icons/bootstrap/calendar.js +0 -1
  1417. package/icons/bootstrap/calendar2-check-fill.js +0 -1
  1418. package/icons/bootstrap/calendar2-check.js +0 -1
  1419. package/icons/bootstrap/calendar2-date-fill.js +0 -1
  1420. package/icons/bootstrap/calendar2-date.js +0 -1
  1421. package/icons/bootstrap/calendar2-day-fill.js +0 -1
  1422. package/icons/bootstrap/calendar2-day.js +0 -1
  1423. package/icons/bootstrap/calendar2-event-fill.js +0 -1
  1424. package/icons/bootstrap/calendar2-event.js +0 -1
  1425. package/icons/bootstrap/calendar2-fill.js +0 -1
  1426. package/icons/bootstrap/calendar2-heart-fill.js +0 -1
  1427. package/icons/bootstrap/calendar2-heart.js +0 -1
  1428. package/icons/bootstrap/calendar2-minus-fill.js +0 -1
  1429. package/icons/bootstrap/calendar2-minus.js +0 -1
  1430. package/icons/bootstrap/calendar2-month-fill.js +0 -1
  1431. package/icons/bootstrap/calendar2-month.js +0 -1
  1432. package/icons/bootstrap/calendar2-plus-fill.js +0 -1
  1433. package/icons/bootstrap/calendar2-plus.js +0 -1
  1434. package/icons/bootstrap/calendar2-range-fill.js +0 -1
  1435. package/icons/bootstrap/calendar2-range.js +0 -1
  1436. package/icons/bootstrap/calendar2-week-fill.js +0 -1
  1437. package/icons/bootstrap/calendar2-week.js +0 -1
  1438. package/icons/bootstrap/calendar2-x-fill.js +0 -1
  1439. package/icons/bootstrap/calendar2-x.js +0 -1
  1440. package/icons/bootstrap/calendar2.js +0 -1
  1441. package/icons/bootstrap/calendar3-event-fill.js +0 -1
  1442. package/icons/bootstrap/calendar3-event.js +0 -1
  1443. package/icons/bootstrap/calendar3-fill.js +0 -1
  1444. package/icons/bootstrap/calendar3-range-fill.js +0 -1
  1445. package/icons/bootstrap/calendar3-range.js +0 -1
  1446. package/icons/bootstrap/calendar3-week-fill.js +0 -1
  1447. package/icons/bootstrap/calendar3-week.js +0 -1
  1448. package/icons/bootstrap/calendar3.js +0 -1
  1449. package/icons/bootstrap/calendar4-event.js +0 -1
  1450. package/icons/bootstrap/calendar4-range.js +0 -1
  1451. package/icons/bootstrap/calendar4-week.js +0 -1
  1452. package/icons/bootstrap/calendar4.js +0 -1
  1453. package/icons/bootstrap/camera-fill.js +0 -1
  1454. package/icons/bootstrap/camera-reels-fill.js +0 -1
  1455. package/icons/bootstrap/camera-reels.js +0 -1
  1456. package/icons/bootstrap/camera-video-fill.js +0 -1
  1457. package/icons/bootstrap/camera-video-off-fill.js +0 -1
  1458. package/icons/bootstrap/camera-video-off.js +0 -1
  1459. package/icons/bootstrap/camera-video.js +0 -1
  1460. package/icons/bootstrap/camera.js +0 -1
  1461. package/icons/bootstrap/camera2.js +0 -1
  1462. package/icons/bootstrap/capslock-fill.js +0 -1
  1463. package/icons/bootstrap/capslock.js +0 -1
  1464. package/icons/bootstrap/capsule-pill.js +0 -1
  1465. package/icons/bootstrap/capsule.js +0 -1
  1466. package/icons/bootstrap/car-front-fill.js +0 -1
  1467. package/icons/bootstrap/car-front.js +0 -1
  1468. package/icons/bootstrap/card-checklist.js +0 -1
  1469. package/icons/bootstrap/card-heading.js +0 -1
  1470. package/icons/bootstrap/card-image.js +0 -1
  1471. package/icons/bootstrap/card-list.js +0 -1
  1472. package/icons/bootstrap/card-text.js +0 -1
  1473. package/icons/bootstrap/caret-down-fill.js +0 -1
  1474. package/icons/bootstrap/caret-down-square-fill.js +0 -1
  1475. package/icons/bootstrap/caret-down-square.js +0 -1
  1476. package/icons/bootstrap/caret-down.js +0 -1
  1477. package/icons/bootstrap/caret-left-fill.js +0 -1
  1478. package/icons/bootstrap/caret-left-square-fill.js +0 -1
  1479. package/icons/bootstrap/caret-left-square.js +0 -1
  1480. package/icons/bootstrap/caret-left.js +0 -1
  1481. package/icons/bootstrap/caret-right-fill.js +0 -1
  1482. package/icons/bootstrap/caret-right-square-fill.js +0 -1
  1483. package/icons/bootstrap/caret-right-square.js +0 -1
  1484. package/icons/bootstrap/caret-right.js +0 -1
  1485. package/icons/bootstrap/caret-up-fill.js +0 -1
  1486. package/icons/bootstrap/caret-up-square-fill.js +0 -1
  1487. package/icons/bootstrap/caret-up-square.js +0 -1
  1488. package/icons/bootstrap/caret-up.js +0 -1
  1489. package/icons/bootstrap/cart-check-fill.js +0 -1
  1490. package/icons/bootstrap/cart-check.js +0 -1
  1491. package/icons/bootstrap/cart-dash-fill.js +0 -1
  1492. package/icons/bootstrap/cart-dash.js +0 -1
  1493. package/icons/bootstrap/cart-fill.js +0 -1
  1494. package/icons/bootstrap/cart-plus-fill.js +0 -1
  1495. package/icons/bootstrap/cart-plus.js +0 -1
  1496. package/icons/bootstrap/cart-x-fill.js +0 -1
  1497. package/icons/bootstrap/cart-x.js +0 -1
  1498. package/icons/bootstrap/cart.js +0 -1
  1499. package/icons/bootstrap/cart2.js +0 -1
  1500. package/icons/bootstrap/cart3.js +0 -1
  1501. package/icons/bootstrap/cart4.js +0 -1
  1502. package/icons/bootstrap/cash-coin.js +0 -1
  1503. package/icons/bootstrap/cash-stack.js +0 -1
  1504. package/icons/bootstrap/cash.js +0 -1
  1505. package/icons/bootstrap/cassette-fill.js +0 -1
  1506. package/icons/bootstrap/cassette.js +0 -1
  1507. package/icons/bootstrap/cast.js +0 -1
  1508. package/icons/bootstrap/cc-circle-fill.js +0 -1
  1509. package/icons/bootstrap/cc-circle.js +0 -1
  1510. package/icons/bootstrap/cc-square-fill.js +0 -1
  1511. package/icons/bootstrap/cc-square.js +0 -1
  1512. package/icons/bootstrap/chat-dots-fill.js +0 -1
  1513. package/icons/bootstrap/chat-dots.js +0 -1
  1514. package/icons/bootstrap/chat-fill.js +0 -1
  1515. package/icons/bootstrap/chat-heart-fill.js +0 -1
  1516. package/icons/bootstrap/chat-heart.js +0 -1
  1517. package/icons/bootstrap/chat-left-dots-fill.js +0 -1
  1518. package/icons/bootstrap/chat-left-dots.js +0 -1
  1519. package/icons/bootstrap/chat-left-fill.js +0 -1
  1520. package/icons/bootstrap/chat-left-heart-fill.js +0 -1
  1521. package/icons/bootstrap/chat-left-heart.js +0 -1
  1522. package/icons/bootstrap/chat-left-quote-fill.js +0 -1
  1523. package/icons/bootstrap/chat-left-quote.js +0 -1
  1524. package/icons/bootstrap/chat-left-text-fill.js +0 -1
  1525. package/icons/bootstrap/chat-left-text.js +0 -1
  1526. package/icons/bootstrap/chat-left.js +0 -1
  1527. package/icons/bootstrap/chat-quote-fill.js +0 -1
  1528. package/icons/bootstrap/chat-quote.js +0 -1
  1529. package/icons/bootstrap/chat-right-dots-fill.js +0 -1
  1530. package/icons/bootstrap/chat-right-dots.js +0 -1
  1531. package/icons/bootstrap/chat-right-fill.js +0 -1
  1532. package/icons/bootstrap/chat-right-heart-fill.js +0 -1
  1533. package/icons/bootstrap/chat-right-heart.js +0 -1
  1534. package/icons/bootstrap/chat-right-quote-fill.js +0 -1
  1535. package/icons/bootstrap/chat-right-quote.js +0 -1
  1536. package/icons/bootstrap/chat-right-text-fill.js +0 -1
  1537. package/icons/bootstrap/chat-right-text.js +0 -1
  1538. package/icons/bootstrap/chat-right.js +0 -1
  1539. package/icons/bootstrap/chat-square-dots-fill.js +0 -1
  1540. package/icons/bootstrap/chat-square-dots.js +0 -1
  1541. package/icons/bootstrap/chat-square-fill.js +0 -1
  1542. package/icons/bootstrap/chat-square-heart-fill.js +0 -1
  1543. package/icons/bootstrap/chat-square-heart.js +0 -1
  1544. package/icons/bootstrap/chat-square-quote-fill.js +0 -1
  1545. package/icons/bootstrap/chat-square-quote.js +0 -1
  1546. package/icons/bootstrap/chat-square-text-fill.js +0 -1
  1547. package/icons/bootstrap/chat-square-text.js +0 -1
  1548. package/icons/bootstrap/chat-square.js +0 -1
  1549. package/icons/bootstrap/chat-text-fill.js +0 -1
  1550. package/icons/bootstrap/chat-text.js +0 -1
  1551. package/icons/bootstrap/chat.js +0 -1
  1552. package/icons/bootstrap/check-all.js +0 -1
  1553. package/icons/bootstrap/check-circle-fill.js +0 -1
  1554. package/icons/bootstrap/check-circle.js +0 -1
  1555. package/icons/bootstrap/check-lg.js +0 -1
  1556. package/icons/bootstrap/check-square-fill.js +0 -1
  1557. package/icons/bootstrap/check-square.js +0 -1
  1558. package/icons/bootstrap/check.js +0 -1
  1559. package/icons/bootstrap/check2-all.js +0 -1
  1560. package/icons/bootstrap/check2-circle.js +0 -1
  1561. package/icons/bootstrap/check2-square.js +0 -1
  1562. package/icons/bootstrap/check2.js +0 -1
  1563. package/icons/bootstrap/chevron-bar-contract.js +0 -1
  1564. package/icons/bootstrap/chevron-bar-down.js +0 -1
  1565. package/icons/bootstrap/chevron-bar-expand.js +0 -1
  1566. package/icons/bootstrap/chevron-bar-left.js +0 -1
  1567. package/icons/bootstrap/chevron-bar-right.js +0 -1
  1568. package/icons/bootstrap/chevron-bar-up.js +0 -1
  1569. package/icons/bootstrap/chevron-compact-down.js +0 -1
  1570. package/icons/bootstrap/chevron-compact-left.js +0 -1
  1571. package/icons/bootstrap/chevron-compact-right.js +0 -1
  1572. package/icons/bootstrap/chevron-compact-up.js +0 -1
  1573. package/icons/bootstrap/chevron-contract.js +0 -1
  1574. package/icons/bootstrap/chevron-double-down.js +0 -1
  1575. package/icons/bootstrap/chevron-double-left.js +0 -1
  1576. package/icons/bootstrap/chevron-double-right.js +0 -1
  1577. package/icons/bootstrap/chevron-double-up.js +0 -1
  1578. package/icons/bootstrap/chevron-down.js +0 -1
  1579. package/icons/bootstrap/chevron-expand.js +0 -1
  1580. package/icons/bootstrap/chevron-left.js +0 -1
  1581. package/icons/bootstrap/chevron-right.js +0 -1
  1582. package/icons/bootstrap/chevron-up.js +0 -1
  1583. package/icons/bootstrap/circle-fill.js +0 -1
  1584. package/icons/bootstrap/circle-half.js +0 -1
  1585. package/icons/bootstrap/circle-square.js +0 -1
  1586. package/icons/bootstrap/circle.js +0 -1
  1587. package/icons/bootstrap/clipboard-check-fill.js +0 -1
  1588. package/icons/bootstrap/clipboard-check.js +0 -1
  1589. package/icons/bootstrap/clipboard-data-fill.js +0 -1
  1590. package/icons/bootstrap/clipboard-data.js +0 -1
  1591. package/icons/bootstrap/clipboard-fill.js +0 -1
  1592. package/icons/bootstrap/clipboard-heart-fill.js +0 -1
  1593. package/icons/bootstrap/clipboard-heart.js +0 -1
  1594. package/icons/bootstrap/clipboard-minus-fill.js +0 -1
  1595. package/icons/bootstrap/clipboard-minus.js +0 -1
  1596. package/icons/bootstrap/clipboard-plus-fill.js +0 -1
  1597. package/icons/bootstrap/clipboard-plus.js +0 -1
  1598. package/icons/bootstrap/clipboard-pulse.js +0 -1
  1599. package/icons/bootstrap/clipboard-x-fill.js +0 -1
  1600. package/icons/bootstrap/clipboard-x.js +0 -1
  1601. package/icons/bootstrap/clipboard.js +0 -1
  1602. package/icons/bootstrap/clipboard2-check-fill.js +0 -1
  1603. package/icons/bootstrap/clipboard2-check.js +0 -1
  1604. package/icons/bootstrap/clipboard2-data-fill.js +0 -1
  1605. package/icons/bootstrap/clipboard2-data.js +0 -1
  1606. package/icons/bootstrap/clipboard2-fill.js +0 -1
  1607. package/icons/bootstrap/clipboard2-heart-fill.js +0 -1
  1608. package/icons/bootstrap/clipboard2-heart.js +0 -1
  1609. package/icons/bootstrap/clipboard2-minus-fill.js +0 -1
  1610. package/icons/bootstrap/clipboard2-minus.js +0 -1
  1611. package/icons/bootstrap/clipboard2-plus-fill.js +0 -1
  1612. package/icons/bootstrap/clipboard2-plus.js +0 -1
  1613. package/icons/bootstrap/clipboard2-pulse-fill.js +0 -1
  1614. package/icons/bootstrap/clipboard2-pulse.js +0 -1
  1615. package/icons/bootstrap/clipboard2-x-fill.js +0 -1
  1616. package/icons/bootstrap/clipboard2-x.js +0 -1
  1617. package/icons/bootstrap/clipboard2.js +0 -1
  1618. package/icons/bootstrap/clock-fill.js +0 -1
  1619. package/icons/bootstrap/clock-history.js +0 -1
  1620. package/icons/bootstrap/clock.js +0 -1
  1621. package/icons/bootstrap/cloud-arrow-down-fill.js +0 -1
  1622. package/icons/bootstrap/cloud-arrow-down.js +0 -1
  1623. package/icons/bootstrap/cloud-arrow-up-fill.js +0 -1
  1624. package/icons/bootstrap/cloud-arrow-up.js +0 -1
  1625. package/icons/bootstrap/cloud-check-fill.js +0 -1
  1626. package/icons/bootstrap/cloud-check.js +0 -1
  1627. package/icons/bootstrap/cloud-download-fill.js +0 -1
  1628. package/icons/bootstrap/cloud-download.js +0 -1
  1629. package/icons/bootstrap/cloud-drizzle-fill.js +0 -1
  1630. package/icons/bootstrap/cloud-drizzle.js +0 -1
  1631. package/icons/bootstrap/cloud-fill.js +0 -1
  1632. package/icons/bootstrap/cloud-fog-fill.js +0 -1
  1633. package/icons/bootstrap/cloud-fog.js +0 -1
  1634. package/icons/bootstrap/cloud-fog2-fill.js +0 -1
  1635. package/icons/bootstrap/cloud-fog2.js +0 -1
  1636. package/icons/bootstrap/cloud-hail-fill.js +0 -1
  1637. package/icons/bootstrap/cloud-hail.js +0 -1
  1638. package/icons/bootstrap/cloud-haze-fill.js +0 -1
  1639. package/icons/bootstrap/cloud-haze.js +0 -1
  1640. package/icons/bootstrap/cloud-haze2-fill.js +0 -1
  1641. package/icons/bootstrap/cloud-haze2.js +0 -1
  1642. package/icons/bootstrap/cloud-lightning-fill.js +0 -1
  1643. package/icons/bootstrap/cloud-lightning-rain-fill.js +0 -1
  1644. package/icons/bootstrap/cloud-lightning-rain.js +0 -1
  1645. package/icons/bootstrap/cloud-lightning.js +0 -1
  1646. package/icons/bootstrap/cloud-minus-fill.js +0 -1
  1647. package/icons/bootstrap/cloud-minus.js +0 -1
  1648. package/icons/bootstrap/cloud-moon-fill.js +0 -1
  1649. package/icons/bootstrap/cloud-moon.js +0 -1
  1650. package/icons/bootstrap/cloud-plus-fill.js +0 -1
  1651. package/icons/bootstrap/cloud-plus.js +0 -1
  1652. package/icons/bootstrap/cloud-rain-fill.js +0 -1
  1653. package/icons/bootstrap/cloud-rain-heavy-fill.js +0 -1
  1654. package/icons/bootstrap/cloud-rain-heavy.js +0 -1
  1655. package/icons/bootstrap/cloud-rain.js +0 -1
  1656. package/icons/bootstrap/cloud-slash-fill.js +0 -1
  1657. package/icons/bootstrap/cloud-slash.js +0 -1
  1658. package/icons/bootstrap/cloud-sleet-fill.js +0 -1
  1659. package/icons/bootstrap/cloud-sleet.js +0 -1
  1660. package/icons/bootstrap/cloud-snow-fill.js +0 -1
  1661. package/icons/bootstrap/cloud-snow.js +0 -1
  1662. package/icons/bootstrap/cloud-sun-fill.js +0 -1
  1663. package/icons/bootstrap/cloud-sun.js +0 -1
  1664. package/icons/bootstrap/cloud-upload-fill.js +0 -1
  1665. package/icons/bootstrap/cloud-upload.js +0 -1
  1666. package/icons/bootstrap/cloud.js +0 -1
  1667. package/icons/bootstrap/clouds-fill.js +0 -1
  1668. package/icons/bootstrap/clouds.js +0 -1
  1669. package/icons/bootstrap/cloudy-fill.js +0 -1
  1670. package/icons/bootstrap/cloudy.js +0 -1
  1671. package/icons/bootstrap/code-slash.js +0 -1
  1672. package/icons/bootstrap/code-square.js +0 -1
  1673. package/icons/bootstrap/code.js +0 -1
  1674. package/icons/bootstrap/coin.js +0 -1
  1675. package/icons/bootstrap/collection-fill.js +0 -1
  1676. package/icons/bootstrap/collection-play-fill.js +0 -1
  1677. package/icons/bootstrap/collection-play.js +0 -1
  1678. package/icons/bootstrap/collection.js +0 -1
  1679. package/icons/bootstrap/columns-gap.js +0 -1
  1680. package/icons/bootstrap/columns.js +0 -1
  1681. package/icons/bootstrap/command.js +0 -1
  1682. package/icons/bootstrap/compass-fill.js +0 -1
  1683. package/icons/bootstrap/compass.js +0 -1
  1684. package/icons/bootstrap/cone-striped.js +0 -1
  1685. package/icons/bootstrap/cone.js +0 -1
  1686. package/icons/bootstrap/controller.js +0 -1
  1687. package/icons/bootstrap/cookie.js +0 -1
  1688. package/icons/bootstrap/copy.js +0 -1
  1689. package/icons/bootstrap/cpu-fill.js +0 -1
  1690. package/icons/bootstrap/cpu.js +0 -1
  1691. package/icons/bootstrap/credit-card-2-back-fill.js +0 -1
  1692. package/icons/bootstrap/credit-card-2-back.js +0 -1
  1693. package/icons/bootstrap/credit-card-2-front-fill.js +0 -1
  1694. package/icons/bootstrap/credit-card-2-front.js +0 -1
  1695. package/icons/bootstrap/credit-card-fill.js +0 -1
  1696. package/icons/bootstrap/credit-card.js +0 -1
  1697. package/icons/bootstrap/crop.js +0 -1
  1698. package/icons/bootstrap/crosshair.js +0 -1
  1699. package/icons/bootstrap/crosshair2.js +0 -1
  1700. package/icons/bootstrap/cup-fill.js +0 -1
  1701. package/icons/bootstrap/cup-hot-fill.js +0 -1
  1702. package/icons/bootstrap/cup-hot.js +0 -1
  1703. package/icons/bootstrap/cup-straw.js +0 -1
  1704. package/icons/bootstrap/cup.js +0 -1
  1705. package/icons/bootstrap/currency-bitcoin.js +0 -1
  1706. package/icons/bootstrap/currency-dollar.js +0 -1
  1707. package/icons/bootstrap/currency-euro.js +0 -1
  1708. package/icons/bootstrap/currency-exchange.js +0 -1
  1709. package/icons/bootstrap/currency-pound.js +0 -1
  1710. package/icons/bootstrap/currency-rupee.js +0 -1
  1711. package/icons/bootstrap/currency-yen.js +0 -1
  1712. package/icons/bootstrap/cursor-fill.js +0 -1
  1713. package/icons/bootstrap/cursor-text.js +0 -1
  1714. package/icons/bootstrap/cursor.js +0 -1
  1715. package/icons/bootstrap/dash-circle-dotted.js +0 -1
  1716. package/icons/bootstrap/dash-circle-fill.js +0 -1
  1717. package/icons/bootstrap/dash-circle.js +0 -1
  1718. package/icons/bootstrap/dash-lg.js +0 -1
  1719. package/icons/bootstrap/dash-square-dotted.js +0 -1
  1720. package/icons/bootstrap/dash-square-fill.js +0 -1
  1721. package/icons/bootstrap/dash-square.js +0 -1
  1722. package/icons/bootstrap/dash.js +0 -1
  1723. package/icons/bootstrap/database-add.js +0 -1
  1724. package/icons/bootstrap/database-check.js +0 -1
  1725. package/icons/bootstrap/database-dash.js +0 -1
  1726. package/icons/bootstrap/database-down.js +0 -1
  1727. package/icons/bootstrap/database-exclamation.js +0 -1
  1728. package/icons/bootstrap/database-fill-add.js +0 -1
  1729. package/icons/bootstrap/database-fill-check.js +0 -1
  1730. package/icons/bootstrap/database-fill-dash.js +0 -1
  1731. package/icons/bootstrap/database-fill-down.js +0 -1
  1732. package/icons/bootstrap/database-fill-exclamation.js +0 -1
  1733. package/icons/bootstrap/database-fill-gear.js +0 -1
  1734. package/icons/bootstrap/database-fill-lock.js +0 -1
  1735. package/icons/bootstrap/database-fill-slash.js +0 -1
  1736. package/icons/bootstrap/database-fill-up.js +0 -1
  1737. package/icons/bootstrap/database-fill-x.js +0 -1
  1738. package/icons/bootstrap/database-fill.js +0 -1
  1739. package/icons/bootstrap/database-gear.js +0 -1
  1740. package/icons/bootstrap/database-lock.js +0 -1
  1741. package/icons/bootstrap/database-slash.js +0 -1
  1742. package/icons/bootstrap/database-up.js +0 -1
  1743. package/icons/bootstrap/database-x.js +0 -1
  1744. package/icons/bootstrap/database.js +0 -1
  1745. package/icons/bootstrap/device-hdd-fill.js +0 -1
  1746. package/icons/bootstrap/device-hdd.js +0 -1
  1747. package/icons/bootstrap/device-ssd-fill.js +0 -1
  1748. package/icons/bootstrap/device-ssd.js +0 -1
  1749. package/icons/bootstrap/diagram-2-fill.js +0 -1
  1750. package/icons/bootstrap/diagram-2.js +0 -1
  1751. package/icons/bootstrap/diagram-3-fill.js +0 -1
  1752. package/icons/bootstrap/diagram-3.js +0 -1
  1753. package/icons/bootstrap/diamond-fill.js +0 -1
  1754. package/icons/bootstrap/diamond-half.js +0 -1
  1755. package/icons/bootstrap/diamond.js +0 -1
  1756. package/icons/bootstrap/dice-1-fill.js +0 -1
  1757. package/icons/bootstrap/dice-1.js +0 -1
  1758. package/icons/bootstrap/dice-2-fill.js +0 -1
  1759. package/icons/bootstrap/dice-2.js +0 -1
  1760. package/icons/bootstrap/dice-3-fill.js +0 -1
  1761. package/icons/bootstrap/dice-3.js +0 -1
  1762. package/icons/bootstrap/dice-4-fill.js +0 -1
  1763. package/icons/bootstrap/dice-4.js +0 -1
  1764. package/icons/bootstrap/dice-5-fill.js +0 -1
  1765. package/icons/bootstrap/dice-5.js +0 -1
  1766. package/icons/bootstrap/dice-6-fill.js +0 -1
  1767. package/icons/bootstrap/dice-6.js +0 -1
  1768. package/icons/bootstrap/disc-fill.js +0 -1
  1769. package/icons/bootstrap/disc.js +0 -1
  1770. package/icons/bootstrap/discord.js +0 -1
  1771. package/icons/bootstrap/display-fill.js +0 -1
  1772. package/icons/bootstrap/display.js +0 -1
  1773. package/icons/bootstrap/displayport-fill.js +0 -1
  1774. package/icons/bootstrap/displayport.js +0 -1
  1775. package/icons/bootstrap/distribute-horizontal.js +0 -1
  1776. package/icons/bootstrap/distribute-vertical.js +0 -1
  1777. package/icons/bootstrap/door-closed-fill.js +0 -1
  1778. package/icons/bootstrap/door-closed.js +0 -1
  1779. package/icons/bootstrap/door-open-fill.js +0 -1
  1780. package/icons/bootstrap/door-open.js +0 -1
  1781. package/icons/bootstrap/dot.js +0 -1
  1782. package/icons/bootstrap/download.js +0 -1
  1783. package/icons/bootstrap/dpad-fill.js +0 -1
  1784. package/icons/bootstrap/dpad.js +0 -1
  1785. package/icons/bootstrap/dribbble.js +0 -1
  1786. package/icons/bootstrap/dropbox.js +0 -1
  1787. package/icons/bootstrap/droplet-fill.js +0 -1
  1788. package/icons/bootstrap/droplet-half.js +0 -1
  1789. package/icons/bootstrap/droplet.js +0 -1
  1790. package/icons/bootstrap/duffle-fill.js +0 -1
  1791. package/icons/bootstrap/duffle.js +0 -1
  1792. package/icons/bootstrap/ear-fill.js +0 -1
  1793. package/icons/bootstrap/ear.js +0 -1
  1794. package/icons/bootstrap/earbuds.js +0 -1
  1795. package/icons/bootstrap/easel-fill.js +0 -1
  1796. package/icons/bootstrap/easel.js +0 -1
  1797. package/icons/bootstrap/easel2-fill.js +0 -1
  1798. package/icons/bootstrap/easel2.js +0 -1
  1799. package/icons/bootstrap/easel3-fill.js +0 -1
  1800. package/icons/bootstrap/easel3.js +0 -1
  1801. package/icons/bootstrap/egg-fill.js +0 -1
  1802. package/icons/bootstrap/egg-fried.js +0 -1
  1803. package/icons/bootstrap/egg.js +0 -1
  1804. package/icons/bootstrap/eject-fill.js +0 -1
  1805. package/icons/bootstrap/eject.js +0 -1
  1806. package/icons/bootstrap/emoji-angry-fill.js +0 -1
  1807. package/icons/bootstrap/emoji-angry.js +0 -1
  1808. package/icons/bootstrap/emoji-astonished-fill.js +0 -1
  1809. package/icons/bootstrap/emoji-astonished.js +0 -1
  1810. package/icons/bootstrap/emoji-dizzy-fill.js +0 -1
  1811. package/icons/bootstrap/emoji-dizzy.js +0 -1
  1812. package/icons/bootstrap/emoji-expressionless-fill.js +0 -1
  1813. package/icons/bootstrap/emoji-expressionless.js +0 -1
  1814. package/icons/bootstrap/emoji-frown-fill.js +0 -1
  1815. package/icons/bootstrap/emoji-frown.js +0 -1
  1816. package/icons/bootstrap/emoji-grimace-fill.js +0 -1
  1817. package/icons/bootstrap/emoji-grimace.js +0 -1
  1818. package/icons/bootstrap/emoji-grin-fill.js +0 -1
  1819. package/icons/bootstrap/emoji-grin.js +0 -1
  1820. package/icons/bootstrap/emoji-heart-eyes-fill.js +0 -1
  1821. package/icons/bootstrap/emoji-heart-eyes.js +0 -1
  1822. package/icons/bootstrap/emoji-kiss-fill.js +0 -1
  1823. package/icons/bootstrap/emoji-kiss.js +0 -1
  1824. package/icons/bootstrap/emoji-laughing-fill.js +0 -1
  1825. package/icons/bootstrap/emoji-laughing.js +0 -1
  1826. package/icons/bootstrap/emoji-neutral-fill.js +0 -1
  1827. package/icons/bootstrap/emoji-neutral.js +0 -1
  1828. package/icons/bootstrap/emoji-smile-fill.js +0 -1
  1829. package/icons/bootstrap/emoji-smile-upside-down-fill.js +0 -1
  1830. package/icons/bootstrap/emoji-smile-upside-down.js +0 -1
  1831. package/icons/bootstrap/emoji-smile.js +0 -1
  1832. package/icons/bootstrap/emoji-sunglasses-fill.js +0 -1
  1833. package/icons/bootstrap/emoji-sunglasses.js +0 -1
  1834. package/icons/bootstrap/emoji-surprise-fill.js +0 -1
  1835. package/icons/bootstrap/emoji-surprise.js +0 -1
  1836. package/icons/bootstrap/emoji-tear-fill.js +0 -1
  1837. package/icons/bootstrap/emoji-tear.js +0 -1
  1838. package/icons/bootstrap/emoji-wink-fill.js +0 -1
  1839. package/icons/bootstrap/emoji-wink.js +0 -1
  1840. package/icons/bootstrap/envelope-arrow-down-fill.js +0 -1
  1841. package/icons/bootstrap/envelope-arrow-down.js +0 -1
  1842. package/icons/bootstrap/envelope-arrow-up-fill.js +0 -1
  1843. package/icons/bootstrap/envelope-arrow-up.js +0 -1
  1844. package/icons/bootstrap/envelope-at-fill.js +0 -1
  1845. package/icons/bootstrap/envelope-at.js +0 -1
  1846. package/icons/bootstrap/envelope-check-fill.js +0 -1
  1847. package/icons/bootstrap/envelope-check.js +0 -1
  1848. package/icons/bootstrap/envelope-dash-fill.js +0 -1
  1849. package/icons/bootstrap/envelope-dash.js +0 -1
  1850. package/icons/bootstrap/envelope-exclamation-fill.js +0 -1
  1851. package/icons/bootstrap/envelope-exclamation.js +0 -1
  1852. package/icons/bootstrap/envelope-fill.js +0 -1
  1853. package/icons/bootstrap/envelope-heart-fill.js +0 -1
  1854. package/icons/bootstrap/envelope-heart.js +0 -1
  1855. package/icons/bootstrap/envelope-open-fill.js +0 -1
  1856. package/icons/bootstrap/envelope-open-heart-fill.js +0 -1
  1857. package/icons/bootstrap/envelope-open-heart.js +0 -1
  1858. package/icons/bootstrap/envelope-open.js +0 -1
  1859. package/icons/bootstrap/envelope-paper-fill.js +0 -1
  1860. package/icons/bootstrap/envelope-paper-heart-fill.js +0 -1
  1861. package/icons/bootstrap/envelope-paper-heart.js +0 -1
  1862. package/icons/bootstrap/envelope-paper.js +0 -1
  1863. package/icons/bootstrap/envelope-plus-fill.js +0 -1
  1864. package/icons/bootstrap/envelope-plus.js +0 -1
  1865. package/icons/bootstrap/envelope-slash-fill.js +0 -1
  1866. package/icons/bootstrap/envelope-slash.js +0 -1
  1867. package/icons/bootstrap/envelope-x-fill.js +0 -1
  1868. package/icons/bootstrap/envelope-x.js +0 -1
  1869. package/icons/bootstrap/envelope.js +0 -1
  1870. package/icons/bootstrap/eraser-fill.js +0 -1
  1871. package/icons/bootstrap/eraser.js +0 -1
  1872. package/icons/bootstrap/escape.js +0 -1
  1873. package/icons/bootstrap/ethernet.js +0 -1
  1874. package/icons/bootstrap/ev-front-fill.js +0 -1
  1875. package/icons/bootstrap/ev-front.js +0 -1
  1876. package/icons/bootstrap/ev-station-fill.js +0 -1
  1877. package/icons/bootstrap/ev-station.js +0 -1
  1878. package/icons/bootstrap/exclamation-circle-fill.js +0 -1
  1879. package/icons/bootstrap/exclamation-circle.js +0 -1
  1880. package/icons/bootstrap/exclamation-diamond-fill.js +0 -1
  1881. package/icons/bootstrap/exclamation-diamond.js +0 -1
  1882. package/icons/bootstrap/exclamation-lg.js +0 -1
  1883. package/icons/bootstrap/exclamation-octagon-fill.js +0 -1
  1884. package/icons/bootstrap/exclamation-octagon.js +0 -1
  1885. package/icons/bootstrap/exclamation-square-fill.js +0 -1
  1886. package/icons/bootstrap/exclamation-square.js +0 -1
  1887. package/icons/bootstrap/exclamation-triangle-fill.js +0 -1
  1888. package/icons/bootstrap/exclamation-triangle.js +0 -1
  1889. package/icons/bootstrap/exclamation.js +0 -1
  1890. package/icons/bootstrap/exclude.js +0 -1
  1891. package/icons/bootstrap/explicit-fill.js +0 -1
  1892. package/icons/bootstrap/explicit.js +0 -1
  1893. package/icons/bootstrap/exposure.js +0 -1
  1894. package/icons/bootstrap/eye-fill.js +0 -1
  1895. package/icons/bootstrap/eye-slash-fill.js +0 -1
  1896. package/icons/bootstrap/eye-slash.js +0 -1
  1897. package/icons/bootstrap/eye.js +0 -1
  1898. package/icons/bootstrap/eyedropper.js +0 -1
  1899. package/icons/bootstrap/eyeglasses.js +0 -1
  1900. package/icons/bootstrap/facebook.js +0 -1
  1901. package/icons/bootstrap/fan.js +0 -1
  1902. package/icons/bootstrap/fast-forward-btn-fill.js +0 -1
  1903. package/icons/bootstrap/fast-forward-btn.js +0 -1
  1904. package/icons/bootstrap/fast-forward-circle-fill.js +0 -1
  1905. package/icons/bootstrap/fast-forward-circle.js +0 -1
  1906. package/icons/bootstrap/fast-forward-fill.js +0 -1
  1907. package/icons/bootstrap/fast-forward.js +0 -1
  1908. package/icons/bootstrap/feather.js +0 -1
  1909. package/icons/bootstrap/feather2.js +0 -1
  1910. package/icons/bootstrap/file-arrow-down-fill.js +0 -1
  1911. package/icons/bootstrap/file-arrow-down.js +0 -1
  1912. package/icons/bootstrap/file-arrow-up-fill.js +0 -1
  1913. package/icons/bootstrap/file-arrow-up.js +0 -1
  1914. package/icons/bootstrap/file-bar-graph-fill.js +0 -1
  1915. package/icons/bootstrap/file-bar-graph.js +0 -1
  1916. package/icons/bootstrap/file-binary-fill.js +0 -1
  1917. package/icons/bootstrap/file-binary.js +0 -1
  1918. package/icons/bootstrap/file-break-fill.js +0 -1
  1919. package/icons/bootstrap/file-break.js +0 -1
  1920. package/icons/bootstrap/file-check-fill.js +0 -1
  1921. package/icons/bootstrap/file-check.js +0 -1
  1922. package/icons/bootstrap/file-code-fill.js +0 -1
  1923. package/icons/bootstrap/file-code.js +0 -1
  1924. package/icons/bootstrap/file-diff-fill.js +0 -1
  1925. package/icons/bootstrap/file-diff.js +0 -1
  1926. package/icons/bootstrap/file-earmark-arrow-down-fill.js +0 -1
  1927. package/icons/bootstrap/file-earmark-arrow-down.js +0 -1
  1928. package/icons/bootstrap/file-earmark-arrow-up-fill.js +0 -1
  1929. package/icons/bootstrap/file-earmark-arrow-up.js +0 -1
  1930. package/icons/bootstrap/file-earmark-bar-graph-fill.js +0 -1
  1931. package/icons/bootstrap/file-earmark-bar-graph.js +0 -1
  1932. package/icons/bootstrap/file-earmark-binary-fill.js +0 -1
  1933. package/icons/bootstrap/file-earmark-binary.js +0 -1
  1934. package/icons/bootstrap/file-earmark-break-fill.js +0 -1
  1935. package/icons/bootstrap/file-earmark-break.js +0 -1
  1936. package/icons/bootstrap/file-earmark-check-fill.js +0 -1
  1937. package/icons/bootstrap/file-earmark-check.js +0 -1
  1938. package/icons/bootstrap/file-earmark-code-fill.js +0 -1
  1939. package/icons/bootstrap/file-earmark-code.js +0 -1
  1940. package/icons/bootstrap/file-earmark-diff-fill.js +0 -1
  1941. package/icons/bootstrap/file-earmark-diff.js +0 -1
  1942. package/icons/bootstrap/file-earmark-easel-fill.js +0 -1
  1943. package/icons/bootstrap/file-earmark-easel.js +0 -1
  1944. package/icons/bootstrap/file-earmark-excel-fill.js +0 -1
  1945. package/icons/bootstrap/file-earmark-excel.js +0 -1
  1946. package/icons/bootstrap/file-earmark-fill.js +0 -1
  1947. package/icons/bootstrap/file-earmark-font-fill.js +0 -1
  1948. package/icons/bootstrap/file-earmark-font.js +0 -1
  1949. package/icons/bootstrap/file-earmark-image-fill.js +0 -1
  1950. package/icons/bootstrap/file-earmark-image.js +0 -1
  1951. package/icons/bootstrap/file-earmark-lock-fill.js +0 -1
  1952. package/icons/bootstrap/file-earmark-lock.js +0 -1
  1953. package/icons/bootstrap/file-earmark-lock2-fill.js +0 -1
  1954. package/icons/bootstrap/file-earmark-lock2.js +0 -1
  1955. package/icons/bootstrap/file-earmark-medical-fill.js +0 -1
  1956. package/icons/bootstrap/file-earmark-medical.js +0 -1
  1957. package/icons/bootstrap/file-earmark-minus-fill.js +0 -1
  1958. package/icons/bootstrap/file-earmark-minus.js +0 -1
  1959. package/icons/bootstrap/file-earmark-music-fill.js +0 -1
  1960. package/icons/bootstrap/file-earmark-music.js +0 -1
  1961. package/icons/bootstrap/file-earmark-pdf-fill.js +0 -1
  1962. package/icons/bootstrap/file-earmark-pdf.js +0 -1
  1963. package/icons/bootstrap/file-earmark-person-fill.js +0 -1
  1964. package/icons/bootstrap/file-earmark-person.js +0 -1
  1965. package/icons/bootstrap/file-earmark-play-fill.js +0 -1
  1966. package/icons/bootstrap/file-earmark-play.js +0 -1
  1967. package/icons/bootstrap/file-earmark-plus-fill.js +0 -1
  1968. package/icons/bootstrap/file-earmark-plus.js +0 -1
  1969. package/icons/bootstrap/file-earmark-post-fill.js +0 -1
  1970. package/icons/bootstrap/file-earmark-post.js +0 -1
  1971. package/icons/bootstrap/file-earmark-ppt-fill.js +0 -1
  1972. package/icons/bootstrap/file-earmark-ppt.js +0 -1
  1973. package/icons/bootstrap/file-earmark-richtext-fill.js +0 -1
  1974. package/icons/bootstrap/file-earmark-richtext.js +0 -1
  1975. package/icons/bootstrap/file-earmark-ruled-fill.js +0 -1
  1976. package/icons/bootstrap/file-earmark-ruled.js +0 -1
  1977. package/icons/bootstrap/file-earmark-slides-fill.js +0 -1
  1978. package/icons/bootstrap/file-earmark-slides.js +0 -1
  1979. package/icons/bootstrap/file-earmark-spreadsheet-fill.js +0 -1
  1980. package/icons/bootstrap/file-earmark-spreadsheet.js +0 -1
  1981. package/icons/bootstrap/file-earmark-text-fill.js +0 -1
  1982. package/icons/bootstrap/file-earmark-text.js +0 -1
  1983. package/icons/bootstrap/file-earmark-word-fill.js +0 -1
  1984. package/icons/bootstrap/file-earmark-word.js +0 -1
  1985. package/icons/bootstrap/file-earmark-x-fill.js +0 -1
  1986. package/icons/bootstrap/file-earmark-x.js +0 -1
  1987. package/icons/bootstrap/file-earmark-zip-fill.js +0 -1
  1988. package/icons/bootstrap/file-earmark-zip.js +0 -1
  1989. package/icons/bootstrap/file-earmark.js +0 -1
  1990. package/icons/bootstrap/file-easel-fill.js +0 -1
  1991. package/icons/bootstrap/file-easel.js +0 -1
  1992. package/icons/bootstrap/file-excel-fill.js +0 -1
  1993. package/icons/bootstrap/file-excel.js +0 -1
  1994. package/icons/bootstrap/file-fill.js +0 -1
  1995. package/icons/bootstrap/file-font-fill.js +0 -1
  1996. package/icons/bootstrap/file-font.js +0 -1
  1997. package/icons/bootstrap/file-image-fill.js +0 -1
  1998. package/icons/bootstrap/file-image.js +0 -1
  1999. package/icons/bootstrap/file-lock-fill.js +0 -1
  2000. package/icons/bootstrap/file-lock.js +0 -1
  2001. package/icons/bootstrap/file-lock2-fill.js +0 -1
  2002. package/icons/bootstrap/file-lock2.js +0 -1
  2003. package/icons/bootstrap/file-medical-fill.js +0 -1
  2004. package/icons/bootstrap/file-medical.js +0 -1
  2005. package/icons/bootstrap/file-minus-fill.js +0 -1
  2006. package/icons/bootstrap/file-minus.js +0 -1
  2007. package/icons/bootstrap/file-music-fill.js +0 -1
  2008. package/icons/bootstrap/file-music.js +0 -1
  2009. package/icons/bootstrap/file-pdf-fill.js +0 -1
  2010. package/icons/bootstrap/file-pdf.js +0 -1
  2011. package/icons/bootstrap/file-person-fill.js +0 -1
  2012. package/icons/bootstrap/file-person.js +0 -1
  2013. package/icons/bootstrap/file-play-fill.js +0 -1
  2014. package/icons/bootstrap/file-play.js +0 -1
  2015. package/icons/bootstrap/file-plus-fill.js +0 -1
  2016. package/icons/bootstrap/file-plus.js +0 -1
  2017. package/icons/bootstrap/file-post-fill.js +0 -1
  2018. package/icons/bootstrap/file-post.js +0 -1
  2019. package/icons/bootstrap/file-ppt-fill.js +0 -1
  2020. package/icons/bootstrap/file-ppt.js +0 -1
  2021. package/icons/bootstrap/file-richtext-fill.js +0 -1
  2022. package/icons/bootstrap/file-richtext.js +0 -1
  2023. package/icons/bootstrap/file-ruled-fill.js +0 -1
  2024. package/icons/bootstrap/file-ruled.js +0 -1
  2025. package/icons/bootstrap/file-slides-fill.js +0 -1
  2026. package/icons/bootstrap/file-slides.js +0 -1
  2027. package/icons/bootstrap/file-spreadsheet-fill.js +0 -1
  2028. package/icons/bootstrap/file-spreadsheet.js +0 -1
  2029. package/icons/bootstrap/file-text-fill.js +0 -1
  2030. package/icons/bootstrap/file-text.js +0 -1
  2031. package/icons/bootstrap/file-word-fill.js +0 -1
  2032. package/icons/bootstrap/file-word.js +0 -1
  2033. package/icons/bootstrap/file-x-fill.js +0 -1
  2034. package/icons/bootstrap/file-x.js +0 -1
  2035. package/icons/bootstrap/file-zip-fill.js +0 -1
  2036. package/icons/bootstrap/file-zip.js +0 -1
  2037. package/icons/bootstrap/file.js +0 -1
  2038. package/icons/bootstrap/files-alt.js +0 -1
  2039. package/icons/bootstrap/files.js +0 -1
  2040. package/icons/bootstrap/filetype-aac.js +0 -1
  2041. package/icons/bootstrap/filetype-ai.js +0 -1
  2042. package/icons/bootstrap/filetype-bmp.js +0 -1
  2043. package/icons/bootstrap/filetype-cs.js +0 -1
  2044. package/icons/bootstrap/filetype-css.js +0 -1
  2045. package/icons/bootstrap/filetype-csv.js +0 -1
  2046. package/icons/bootstrap/filetype-doc.js +0 -1
  2047. package/icons/bootstrap/filetype-docx.js +0 -1
  2048. package/icons/bootstrap/filetype-exe.js +0 -1
  2049. package/icons/bootstrap/filetype-gif.js +0 -1
  2050. package/icons/bootstrap/filetype-heic.js +0 -1
  2051. package/icons/bootstrap/filetype-html.js +0 -1
  2052. package/icons/bootstrap/filetype-java.js +0 -1
  2053. package/icons/bootstrap/filetype-jpg.js +0 -1
  2054. package/icons/bootstrap/filetype-js.js +0 -1
  2055. package/icons/bootstrap/filetype-json.js +0 -1
  2056. package/icons/bootstrap/filetype-jsx.js +0 -1
  2057. package/icons/bootstrap/filetype-key.js +0 -1
  2058. package/icons/bootstrap/filetype-m4p.js +0 -1
  2059. package/icons/bootstrap/filetype-md.js +0 -1
  2060. package/icons/bootstrap/filetype-mdx.js +0 -1
  2061. package/icons/bootstrap/filetype-mov.js +0 -1
  2062. package/icons/bootstrap/filetype-mp3.js +0 -1
  2063. package/icons/bootstrap/filetype-mp4.js +0 -1
  2064. package/icons/bootstrap/filetype-otf.js +0 -1
  2065. package/icons/bootstrap/filetype-pdf.js +0 -1
  2066. package/icons/bootstrap/filetype-php.js +0 -1
  2067. package/icons/bootstrap/filetype-png.js +0 -1
  2068. package/icons/bootstrap/filetype-ppt.js +0 -1
  2069. package/icons/bootstrap/filetype-pptx.js +0 -1
  2070. package/icons/bootstrap/filetype-psd.js +0 -1
  2071. package/icons/bootstrap/filetype-py.js +0 -1
  2072. package/icons/bootstrap/filetype-raw.js +0 -1
  2073. package/icons/bootstrap/filetype-rb.js +0 -1
  2074. package/icons/bootstrap/filetype-sass.js +0 -1
  2075. package/icons/bootstrap/filetype-scss.js +0 -1
  2076. package/icons/bootstrap/filetype-sh.js +0 -1
  2077. package/icons/bootstrap/filetype-sql.js +0 -1
  2078. package/icons/bootstrap/filetype-svg.js +0 -1
  2079. package/icons/bootstrap/filetype-tiff.js +0 -1
  2080. package/icons/bootstrap/filetype-tsx.js +0 -1
  2081. package/icons/bootstrap/filetype-ttf.js +0 -1
  2082. package/icons/bootstrap/filetype-txt.js +0 -1
  2083. package/icons/bootstrap/filetype-wav.js +0 -1
  2084. package/icons/bootstrap/filetype-woff.js +0 -1
  2085. package/icons/bootstrap/filetype-xls.js +0 -1
  2086. package/icons/bootstrap/filetype-xlsx.js +0 -1
  2087. package/icons/bootstrap/filetype-xml.js +0 -1
  2088. package/icons/bootstrap/filetype-yml.js +0 -1
  2089. package/icons/bootstrap/film.js +0 -1
  2090. package/icons/bootstrap/filter-circle-fill.js +0 -1
  2091. package/icons/bootstrap/filter-circle.js +0 -1
  2092. package/icons/bootstrap/filter-left.js +0 -1
  2093. package/icons/bootstrap/filter-right.js +0 -1
  2094. package/icons/bootstrap/filter-square-fill.js +0 -1
  2095. package/icons/bootstrap/filter-square.js +0 -1
  2096. package/icons/bootstrap/filter.js +0 -1
  2097. package/icons/bootstrap/fingerprint.js +0 -1
  2098. package/icons/bootstrap/fire.js +0 -1
  2099. package/icons/bootstrap/flag-fill.js +0 -1
  2100. package/icons/bootstrap/flag.js +0 -1
  2101. package/icons/bootstrap/floppy-fill.js +0 -1
  2102. package/icons/bootstrap/floppy.js +0 -1
  2103. package/icons/bootstrap/floppy2-fill.js +0 -1
  2104. package/icons/bootstrap/floppy2.js +0 -1
  2105. package/icons/bootstrap/flower1.js +0 -1
  2106. package/icons/bootstrap/flower2.js +0 -1
  2107. package/icons/bootstrap/flower3.js +0 -1
  2108. package/icons/bootstrap/folder-check.js +0 -1
  2109. package/icons/bootstrap/folder-fill.js +0 -1
  2110. package/icons/bootstrap/folder-minus.js +0 -1
  2111. package/icons/bootstrap/folder-plus.js +0 -1
  2112. package/icons/bootstrap/folder-symlink-fill.js +0 -1
  2113. package/icons/bootstrap/folder-symlink.js +0 -1
  2114. package/icons/bootstrap/folder-x.js +0 -1
  2115. package/icons/bootstrap/folder.js +0 -1
  2116. package/icons/bootstrap/folder2-open.js +0 -1
  2117. package/icons/bootstrap/folder2.js +0 -1
  2118. package/icons/bootstrap/fonts.js +0 -1
  2119. package/icons/bootstrap/forward-fill.js +0 -1
  2120. package/icons/bootstrap/forward.js +0 -1
  2121. package/icons/bootstrap/front.js +0 -1
  2122. package/icons/bootstrap/fuel-pump-diesel-fill.js +0 -1
  2123. package/icons/bootstrap/fuel-pump-diesel.js +0 -1
  2124. package/icons/bootstrap/fuel-pump-fill.js +0 -1
  2125. package/icons/bootstrap/fuel-pump.js +0 -1
  2126. package/icons/bootstrap/fullscreen-exit.js +0 -1
  2127. package/icons/bootstrap/fullscreen.js +0 -1
  2128. package/icons/bootstrap/funnel-fill.js +0 -1
  2129. package/icons/bootstrap/funnel.js +0 -1
  2130. package/icons/bootstrap/gear-fill.js +0 -1
  2131. package/icons/bootstrap/gear-wide-connected.js +0 -1
  2132. package/icons/bootstrap/gear-wide.js +0 -1
  2133. package/icons/bootstrap/gear.js +0 -1
  2134. package/icons/bootstrap/gem.js +0 -1
  2135. package/icons/bootstrap/gender-ambiguous.js +0 -1
  2136. package/icons/bootstrap/gender-female.js +0 -1
  2137. package/icons/bootstrap/gender-male.js +0 -1
  2138. package/icons/bootstrap/gender-neuter.js +0 -1
  2139. package/icons/bootstrap/gender-trans.js +0 -1
  2140. package/icons/bootstrap/geo-alt-fill.js +0 -1
  2141. package/icons/bootstrap/geo-alt.js +0 -1
  2142. package/icons/bootstrap/geo-fill.js +0 -1
  2143. package/icons/bootstrap/geo.js +0 -1
  2144. package/icons/bootstrap/gift-fill.js +0 -1
  2145. package/icons/bootstrap/gift.js +0 -1
  2146. package/icons/bootstrap/git.js +0 -1
  2147. package/icons/bootstrap/github.js +0 -1
  2148. package/icons/bootstrap/gitlab.js +0 -1
  2149. package/icons/bootstrap/globe-americas.js +0 -1
  2150. package/icons/bootstrap/globe-asia-australia.js +0 -1
  2151. package/icons/bootstrap/globe-central-south-asia.js +0 -1
  2152. package/icons/bootstrap/globe-europe-africa.js +0 -1
  2153. package/icons/bootstrap/globe.js +0 -1
  2154. package/icons/bootstrap/globe2.js +0 -1
  2155. package/icons/bootstrap/google-play.js +0 -1
  2156. package/icons/bootstrap/google.js +0 -1
  2157. package/icons/bootstrap/gpu-card.js +0 -1
  2158. package/icons/bootstrap/graph-down-arrow.js +0 -1
  2159. package/icons/bootstrap/graph-down.js +0 -1
  2160. package/icons/bootstrap/graph-up-arrow.js +0 -1
  2161. package/icons/bootstrap/graph-up.js +0 -1
  2162. package/icons/bootstrap/grid-1x2-fill.js +0 -1
  2163. package/icons/bootstrap/grid-1x2.js +0 -1
  2164. package/icons/bootstrap/grid-3x2-gap-fill.js +0 -1
  2165. package/icons/bootstrap/grid-3x2-gap.js +0 -1
  2166. package/icons/bootstrap/grid-3x2.js +0 -1
  2167. package/icons/bootstrap/grid-3x3-gap-fill.js +0 -1
  2168. package/icons/bootstrap/grid-3x3-gap.js +0 -1
  2169. package/icons/bootstrap/grid-3x3.js +0 -1
  2170. package/icons/bootstrap/grid-fill.js +0 -1
  2171. package/icons/bootstrap/grid.js +0 -1
  2172. package/icons/bootstrap/grip-horizontal.js +0 -1
  2173. package/icons/bootstrap/grip-vertical.js +0 -1
  2174. package/icons/bootstrap/h-circle-fill.js +0 -1
  2175. package/icons/bootstrap/h-circle.js +0 -1
  2176. package/icons/bootstrap/h-square-fill.js +0 -1
  2177. package/icons/bootstrap/h-square.js +0 -1
  2178. package/icons/bootstrap/hammer.js +0 -1
  2179. package/icons/bootstrap/hand-index-fill.js +0 -1
  2180. package/icons/bootstrap/hand-index-thumb-fill.js +0 -1
  2181. package/icons/bootstrap/hand-index-thumb.js +0 -1
  2182. package/icons/bootstrap/hand-index.js +0 -1
  2183. package/icons/bootstrap/hand-thumbs-down-fill.js +0 -1
  2184. package/icons/bootstrap/hand-thumbs-down.js +0 -1
  2185. package/icons/bootstrap/hand-thumbs-up-fill.js +0 -1
  2186. package/icons/bootstrap/hand-thumbs-up.js +0 -1
  2187. package/icons/bootstrap/handbag-fill.js +0 -1
  2188. package/icons/bootstrap/handbag.js +0 -1
  2189. package/icons/bootstrap/hash.js +0 -1
  2190. package/icons/bootstrap/hdd-fill.js +0 -1
  2191. package/icons/bootstrap/hdd-network-fill.js +0 -1
  2192. package/icons/bootstrap/hdd-network.js +0 -1
  2193. package/icons/bootstrap/hdd-rack-fill.js +0 -1
  2194. package/icons/bootstrap/hdd-rack.js +0 -1
  2195. package/icons/bootstrap/hdd-stack-fill.js +0 -1
  2196. package/icons/bootstrap/hdd-stack.js +0 -1
  2197. package/icons/bootstrap/hdd.js +0 -1
  2198. package/icons/bootstrap/hdmi-fill.js +0 -1
  2199. package/icons/bootstrap/hdmi.js +0 -1
  2200. package/icons/bootstrap/headphones.js +0 -1
  2201. package/icons/bootstrap/headset-vr.js +0 -1
  2202. package/icons/bootstrap/headset.js +0 -1
  2203. package/icons/bootstrap/heart-arrow.js +0 -1
  2204. package/icons/bootstrap/heart-fill.js +0 -1
  2205. package/icons/bootstrap/heart-half.js +0 -1
  2206. package/icons/bootstrap/heart-pulse-fill.js +0 -1
  2207. package/icons/bootstrap/heart-pulse.js +0 -1
  2208. package/icons/bootstrap/heart.js +0 -1
  2209. package/icons/bootstrap/heartbreak-fill.js +0 -1
  2210. package/icons/bootstrap/heartbreak.js +0 -1
  2211. package/icons/bootstrap/hearts.js +0 -1
  2212. package/icons/bootstrap/heptagon-fill.js +0 -1
  2213. package/icons/bootstrap/heptagon-half.js +0 -1
  2214. package/icons/bootstrap/heptagon.js +0 -1
  2215. package/icons/bootstrap/hexagon-fill.js +0 -1
  2216. package/icons/bootstrap/hexagon-half.js +0 -1
  2217. package/icons/bootstrap/hexagon.js +0 -1
  2218. package/icons/bootstrap/highlighter.js +0 -1
  2219. package/icons/bootstrap/highlights.js +0 -1
  2220. package/icons/bootstrap/hospital-fill.js +0 -1
  2221. package/icons/bootstrap/hospital.js +0 -1
  2222. package/icons/bootstrap/hourglass-bottom.js +0 -1
  2223. package/icons/bootstrap/hourglass-split.js +0 -1
  2224. package/icons/bootstrap/hourglass-top.js +0 -1
  2225. package/icons/bootstrap/hourglass.js +0 -1
  2226. package/icons/bootstrap/house-add-fill.js +0 -1
  2227. package/icons/bootstrap/house-add.js +0 -1
  2228. package/icons/bootstrap/house-check-fill.js +0 -1
  2229. package/icons/bootstrap/house-check.js +0 -1
  2230. package/icons/bootstrap/house-dash-fill.js +0 -1
  2231. package/icons/bootstrap/house-dash.js +0 -1
  2232. package/icons/bootstrap/house-door-fill.js +0 -1
  2233. package/icons/bootstrap/house-door.js +0 -1
  2234. package/icons/bootstrap/house-down-fill.js +0 -1
  2235. package/icons/bootstrap/house-down.js +0 -1
  2236. package/icons/bootstrap/house-exclamation-fill.js +0 -1
  2237. package/icons/bootstrap/house-exclamation.js +0 -1
  2238. package/icons/bootstrap/house-fill.js +0 -1
  2239. package/icons/bootstrap/house-gear-fill.js +0 -1
  2240. package/icons/bootstrap/house-gear.js +0 -1
  2241. package/icons/bootstrap/house-heart-fill.js +0 -1
  2242. package/icons/bootstrap/house-heart.js +0 -1
  2243. package/icons/bootstrap/house-lock-fill.js +0 -1
  2244. package/icons/bootstrap/house-lock.js +0 -1
  2245. package/icons/bootstrap/house-slash-fill.js +0 -1
  2246. package/icons/bootstrap/house-slash.js +0 -1
  2247. package/icons/bootstrap/house-up-fill.js +0 -1
  2248. package/icons/bootstrap/house-up.js +0 -1
  2249. package/icons/bootstrap/house-x-fill.js +0 -1
  2250. package/icons/bootstrap/house-x.js +0 -1
  2251. package/icons/bootstrap/house.js +0 -1
  2252. package/icons/bootstrap/houses-fill.js +0 -1
  2253. package/icons/bootstrap/houses.js +0 -1
  2254. package/icons/bootstrap/hr.js +0 -1
  2255. package/icons/bootstrap/hurricane.js +0 -1
  2256. package/icons/bootstrap/hypnotize.js +0 -1
  2257. package/icons/bootstrap/image-alt.js +0 -1
  2258. package/icons/bootstrap/image-fill.js +0 -1
  2259. package/icons/bootstrap/image.js +0 -1
  2260. package/icons/bootstrap/images.js +0 -1
  2261. package/icons/bootstrap/inbox-fill.js +0 -1
  2262. package/icons/bootstrap/inbox.js +0 -1
  2263. package/icons/bootstrap/inboxes-fill.js +0 -1
  2264. package/icons/bootstrap/inboxes.js +0 -1
  2265. package/icons/bootstrap/incognito.js +0 -1
  2266. package/icons/bootstrap/indent.js +0 -1
  2267. package/icons/bootstrap/infinity.js +0 -1
  2268. package/icons/bootstrap/info-circle-fill.js +0 -1
  2269. package/icons/bootstrap/info-circle.js +0 -1
  2270. package/icons/bootstrap/info-lg.js +0 -1
  2271. package/icons/bootstrap/info-square-fill.js +0 -1
  2272. package/icons/bootstrap/info-square.js +0 -1
  2273. package/icons/bootstrap/info.js +0 -1
  2274. package/icons/bootstrap/input-cursor-text.js +0 -1
  2275. package/icons/bootstrap/input-cursor.js +0 -1
  2276. package/icons/bootstrap/instagram.js +0 -1
  2277. package/icons/bootstrap/intersect.js +0 -1
  2278. package/icons/bootstrap/journal-album.js +0 -1
  2279. package/icons/bootstrap/journal-arrow-down.js +0 -1
  2280. package/icons/bootstrap/journal-arrow-up.js +0 -1
  2281. package/icons/bootstrap/journal-bookmark-fill.js +0 -1
  2282. package/icons/bootstrap/journal-bookmark.js +0 -1
  2283. package/icons/bootstrap/journal-check.js +0 -1
  2284. package/icons/bootstrap/journal-code.js +0 -1
  2285. package/icons/bootstrap/journal-medical.js +0 -1
  2286. package/icons/bootstrap/journal-minus.js +0 -1
  2287. package/icons/bootstrap/journal-plus.js +0 -1
  2288. package/icons/bootstrap/journal-richtext.js +0 -1
  2289. package/icons/bootstrap/journal-text.js +0 -1
  2290. package/icons/bootstrap/journal-x.js +0 -1
  2291. package/icons/bootstrap/journal.js +0 -1
  2292. package/icons/bootstrap/journals.js +0 -1
  2293. package/icons/bootstrap/joystick.js +0 -1
  2294. package/icons/bootstrap/justify-left.js +0 -1
  2295. package/icons/bootstrap/justify-right.js +0 -1
  2296. package/icons/bootstrap/justify.js +0 -1
  2297. package/icons/bootstrap/kanban-fill.js +0 -1
  2298. package/icons/bootstrap/kanban.js +0 -1
  2299. package/icons/bootstrap/key-fill.js +0 -1
  2300. package/icons/bootstrap/key.js +0 -1
  2301. package/icons/bootstrap/keyboard-fill.js +0 -1
  2302. package/icons/bootstrap/keyboard.js +0 -1
  2303. package/icons/bootstrap/ladder.js +0 -1
  2304. package/icons/bootstrap/lamp-fill.js +0 -1
  2305. package/icons/bootstrap/lamp.js +0 -1
  2306. package/icons/bootstrap/laptop-fill.js +0 -1
  2307. package/icons/bootstrap/laptop.js +0 -1
  2308. package/icons/bootstrap/layer-backward.js +0 -1
  2309. package/icons/bootstrap/layer-forward.js +0 -1
  2310. package/icons/bootstrap/layers-fill.js +0 -1
  2311. package/icons/bootstrap/layers-half.js +0 -1
  2312. package/icons/bootstrap/layers.js +0 -1
  2313. package/icons/bootstrap/layout-sidebar-inset-reverse.js +0 -1
  2314. package/icons/bootstrap/layout-sidebar-inset.js +0 -1
  2315. package/icons/bootstrap/layout-sidebar-reverse.js +0 -1
  2316. package/icons/bootstrap/layout-sidebar.js +0 -1
  2317. package/icons/bootstrap/layout-split.js +0 -1
  2318. package/icons/bootstrap/layout-text-sidebar-reverse.js +0 -1
  2319. package/icons/bootstrap/layout-text-sidebar.js +0 -1
  2320. package/icons/bootstrap/layout-text-window-reverse.js +0 -1
  2321. package/icons/bootstrap/layout-text-window.js +0 -1
  2322. package/icons/bootstrap/layout-three-columns.js +0 -1
  2323. package/icons/bootstrap/layout-wtf.js +0 -1
  2324. package/icons/bootstrap/life-preserver.js +0 -1
  2325. package/icons/bootstrap/lightbulb-fill.js +0 -1
  2326. package/icons/bootstrap/lightbulb-off-fill.js +0 -1
  2327. package/icons/bootstrap/lightbulb-off.js +0 -1
  2328. package/icons/bootstrap/lightbulb.js +0 -1
  2329. package/icons/bootstrap/lightning-charge-fill.js +0 -1
  2330. package/icons/bootstrap/lightning-charge.js +0 -1
  2331. package/icons/bootstrap/lightning-fill.js +0 -1
  2332. package/icons/bootstrap/lightning.js +0 -1
  2333. package/icons/bootstrap/line.js +0 -1
  2334. package/icons/bootstrap/link-45deg.js +0 -1
  2335. package/icons/bootstrap/link.js +0 -1
  2336. package/icons/bootstrap/linkedin.js +0 -1
  2337. package/icons/bootstrap/list-check.js +0 -1
  2338. package/icons/bootstrap/list-columns-reverse.js +0 -1
  2339. package/icons/bootstrap/list-columns.js +0 -1
  2340. package/icons/bootstrap/list-nested.js +0 -1
  2341. package/icons/bootstrap/list-ol.js +0 -1
  2342. package/icons/bootstrap/list-stars.js +0 -1
  2343. package/icons/bootstrap/list-task.js +0 -1
  2344. package/icons/bootstrap/list-ul.js +0 -1
  2345. package/icons/bootstrap/list.js +0 -1
  2346. package/icons/bootstrap/lock-fill.js +0 -1
  2347. package/icons/bootstrap/lock.js +0 -1
  2348. package/icons/bootstrap/luggage-fill.js +0 -1
  2349. package/icons/bootstrap/luggage.js +0 -1
  2350. package/icons/bootstrap/lungs-fill.js +0 -1
  2351. package/icons/bootstrap/lungs.js +0 -1
  2352. package/icons/bootstrap/magic.js +0 -1
  2353. package/icons/bootstrap/magnet-fill.js +0 -1
  2354. package/icons/bootstrap/magnet.js +0 -1
  2355. package/icons/bootstrap/mailbox-flag.js +0 -1
  2356. package/icons/bootstrap/mailbox.js +0 -1
  2357. package/icons/bootstrap/mailbox2-flag.js +0 -1
  2358. package/icons/bootstrap/mailbox2.js +0 -1
  2359. package/icons/bootstrap/map-fill.js +0 -1
  2360. package/icons/bootstrap/map.js +0 -1
  2361. package/icons/bootstrap/markdown-fill.js +0 -1
  2362. package/icons/bootstrap/markdown.js +0 -1
  2363. package/icons/bootstrap/marker-tip.js +0 -1
  2364. package/icons/bootstrap/mask.js +0 -1
  2365. package/icons/bootstrap/mastodon.js +0 -1
  2366. package/icons/bootstrap/medium.js +0 -1
  2367. package/icons/bootstrap/megaphone-fill.js +0 -1
  2368. package/icons/bootstrap/megaphone.js +0 -1
  2369. package/icons/bootstrap/memory.js +0 -1
  2370. package/icons/bootstrap/menu-app-fill.js +0 -1
  2371. package/icons/bootstrap/menu-app.js +0 -1
  2372. package/icons/bootstrap/menu-button-fill.js +0 -1
  2373. package/icons/bootstrap/menu-button-wide-fill.js +0 -1
  2374. package/icons/bootstrap/menu-button-wide.js +0 -1
  2375. package/icons/bootstrap/menu-button.js +0 -1
  2376. package/icons/bootstrap/menu-down.js +0 -1
  2377. package/icons/bootstrap/menu-up.js +0 -1
  2378. package/icons/bootstrap/messenger.js +0 -1
  2379. package/icons/bootstrap/meta.js +0 -1
  2380. package/icons/bootstrap/mic-fill.js +0 -1
  2381. package/icons/bootstrap/mic-mute-fill.js +0 -1
  2382. package/icons/bootstrap/mic-mute.js +0 -1
  2383. package/icons/bootstrap/mic.js +0 -1
  2384. package/icons/bootstrap/microsoft-teams.js +0 -1
  2385. package/icons/bootstrap/microsoft.js +0 -1
  2386. package/icons/bootstrap/minecart-loaded.js +0 -1
  2387. package/icons/bootstrap/minecart.js +0 -1
  2388. package/icons/bootstrap/modem-fill.js +0 -1
  2389. package/icons/bootstrap/modem.js +0 -1
  2390. package/icons/bootstrap/moisture.js +0 -1
  2391. package/icons/bootstrap/moon-fill.js +0 -1
  2392. package/icons/bootstrap/moon-stars-fill.js +0 -1
  2393. package/icons/bootstrap/moon-stars.js +0 -1
  2394. package/icons/bootstrap/moon.js +0 -1
  2395. package/icons/bootstrap/mortarboard-fill.js +0 -1
  2396. package/icons/bootstrap/mortarboard.js +0 -1
  2397. package/icons/bootstrap/motherboard-fill.js +0 -1
  2398. package/icons/bootstrap/motherboard.js +0 -1
  2399. package/icons/bootstrap/mouse-fill.js +0 -1
  2400. package/icons/bootstrap/mouse.js +0 -1
  2401. package/icons/bootstrap/mouse2-fill.js +0 -1
  2402. package/icons/bootstrap/mouse2.js +0 -1
  2403. package/icons/bootstrap/mouse3-fill.js +0 -1
  2404. package/icons/bootstrap/mouse3.js +0 -1
  2405. package/icons/bootstrap/music-note-beamed.js +0 -1
  2406. package/icons/bootstrap/music-note-list.js +0 -1
  2407. package/icons/bootstrap/music-note.js +0 -1
  2408. package/icons/bootstrap/music-player-fill.js +0 -1
  2409. package/icons/bootstrap/music-player.js +0 -1
  2410. package/icons/bootstrap/newspaper.js +0 -1
  2411. package/icons/bootstrap/nintendo-switch.js +0 -1
  2412. package/icons/bootstrap/node-minus-fill.js +0 -1
  2413. package/icons/bootstrap/node-minus.js +0 -1
  2414. package/icons/bootstrap/node-plus-fill.js +0 -1
  2415. package/icons/bootstrap/node-plus.js +0 -1
  2416. package/icons/bootstrap/noise-reduction.js +0 -1
  2417. package/icons/bootstrap/nut-fill.js +0 -1
  2418. package/icons/bootstrap/nut.js +0 -1
  2419. package/icons/bootstrap/nvidia.js +0 -1
  2420. package/icons/bootstrap/nvme-fill.js +0 -1
  2421. package/icons/bootstrap/nvme.js +0 -1
  2422. package/icons/bootstrap/octagon-fill.js +0 -1
  2423. package/icons/bootstrap/octagon-half.js +0 -1
  2424. package/icons/bootstrap/octagon.js +0 -1
  2425. package/icons/bootstrap/opencollective.js +0 -1
  2426. package/icons/bootstrap/optical-audio-fill.js +0 -1
  2427. package/icons/bootstrap/optical-audio.js +0 -1
  2428. package/icons/bootstrap/option.js +0 -1
  2429. package/icons/bootstrap/outlet.js +0 -1
  2430. package/icons/bootstrap/p-circle-fill.js +0 -1
  2431. package/icons/bootstrap/p-circle.js +0 -1
  2432. package/icons/bootstrap/p-square-fill.js +0 -1
  2433. package/icons/bootstrap/p-square.js +0 -1
  2434. package/icons/bootstrap/paint-bucket.js +0 -1
  2435. package/icons/bootstrap/palette-fill.js +0 -1
  2436. package/icons/bootstrap/palette.js +0 -1
  2437. package/icons/bootstrap/palette2.js +0 -1
  2438. package/icons/bootstrap/paperclip.js +0 -1
  2439. package/icons/bootstrap/paragraph.js +0 -1
  2440. package/icons/bootstrap/pass-fill.js +0 -1
  2441. package/icons/bootstrap/pass.js +0 -1
  2442. package/icons/bootstrap/passport-fill.js +0 -1
  2443. package/icons/bootstrap/passport.js +0 -1
  2444. package/icons/bootstrap/patch-check-fill.js +0 -1
  2445. package/icons/bootstrap/patch-check.js +0 -1
  2446. package/icons/bootstrap/patch-exclamation-fill.js +0 -1
  2447. package/icons/bootstrap/patch-exclamation.js +0 -1
  2448. package/icons/bootstrap/patch-minus-fill.js +0 -1
  2449. package/icons/bootstrap/patch-minus.js +0 -1
  2450. package/icons/bootstrap/patch-plus-fill.js +0 -1
  2451. package/icons/bootstrap/patch-plus.js +0 -1
  2452. package/icons/bootstrap/patch-question-fill.js +0 -1
  2453. package/icons/bootstrap/patch-question.js +0 -1
  2454. package/icons/bootstrap/pause-btn-fill.js +0 -1
  2455. package/icons/bootstrap/pause-btn.js +0 -1
  2456. package/icons/bootstrap/pause-circle-fill.js +0 -1
  2457. package/icons/bootstrap/pause-circle.js +0 -1
  2458. package/icons/bootstrap/pause-fill.js +0 -1
  2459. package/icons/bootstrap/pause.js +0 -1
  2460. package/icons/bootstrap/paypal.js +0 -1
  2461. package/icons/bootstrap/pc-display-horizontal.js +0 -1
  2462. package/icons/bootstrap/pc-display.js +0 -1
  2463. package/icons/bootstrap/pc-horizontal.js +0 -1
  2464. package/icons/bootstrap/pc.js +0 -1
  2465. package/icons/bootstrap/pci-card-network.js +0 -1
  2466. package/icons/bootstrap/pci-card-sound.js +0 -1
  2467. package/icons/bootstrap/pci-card.js +0 -1
  2468. package/icons/bootstrap/peace-fill.js +0 -1
  2469. package/icons/bootstrap/peace.js +0 -1
  2470. package/icons/bootstrap/pen-fill.js +0 -1
  2471. package/icons/bootstrap/pen.js +0 -1
  2472. package/icons/bootstrap/pencil-fill.js +0 -1
  2473. package/icons/bootstrap/pencil-square.js +0 -1
  2474. package/icons/bootstrap/pencil.js +0 -1
  2475. package/icons/bootstrap/pentagon-fill.js +0 -1
  2476. package/icons/bootstrap/pentagon-half.js +0 -1
  2477. package/icons/bootstrap/pentagon.js +0 -1
  2478. package/icons/bootstrap/people-fill.js +0 -1
  2479. package/icons/bootstrap/people.js +0 -1
  2480. package/icons/bootstrap/percent.js +0 -1
  2481. package/icons/bootstrap/person-add.js +0 -1
  2482. package/icons/bootstrap/person-arms-up.js +0 -1
  2483. package/icons/bootstrap/person-badge-fill.js +0 -1
  2484. package/icons/bootstrap/person-badge.js +0 -1
  2485. package/icons/bootstrap/person-bounding-box.js +0 -1
  2486. package/icons/bootstrap/person-check-fill.js +0 -1
  2487. package/icons/bootstrap/person-check.js +0 -1
  2488. package/icons/bootstrap/person-circle.js +0 -1
  2489. package/icons/bootstrap/person-dash-fill.js +0 -1
  2490. package/icons/bootstrap/person-dash.js +0 -1
  2491. package/icons/bootstrap/person-down.js +0 -1
  2492. package/icons/bootstrap/person-exclamation.js +0 -1
  2493. package/icons/bootstrap/person-fill-add.js +0 -1
  2494. package/icons/bootstrap/person-fill-check.js +0 -1
  2495. package/icons/bootstrap/person-fill-dash.js +0 -1
  2496. package/icons/bootstrap/person-fill-down.js +0 -1
  2497. package/icons/bootstrap/person-fill-exclamation.js +0 -1
  2498. package/icons/bootstrap/person-fill-gear.js +0 -1
  2499. package/icons/bootstrap/person-fill-lock.js +0 -1
  2500. package/icons/bootstrap/person-fill-slash.js +0 -1
  2501. package/icons/bootstrap/person-fill-up.js +0 -1
  2502. package/icons/bootstrap/person-fill-x.js +0 -1
  2503. package/icons/bootstrap/person-fill.js +0 -1
  2504. package/icons/bootstrap/person-gear.js +0 -1
  2505. package/icons/bootstrap/person-heart.js +0 -1
  2506. package/icons/bootstrap/person-hearts.js +0 -1
  2507. package/icons/bootstrap/person-lines-fill.js +0 -1
  2508. package/icons/bootstrap/person-lock.js +0 -1
  2509. package/icons/bootstrap/person-plus-fill.js +0 -1
  2510. package/icons/bootstrap/person-plus.js +0 -1
  2511. package/icons/bootstrap/person-raised-hand.js +0 -1
  2512. package/icons/bootstrap/person-rolodex.js +0 -1
  2513. package/icons/bootstrap/person-slash.js +0 -1
  2514. package/icons/bootstrap/person-square.js +0 -1
  2515. package/icons/bootstrap/person-standing-dress.js +0 -1
  2516. package/icons/bootstrap/person-standing.js +0 -1
  2517. package/icons/bootstrap/person-up.js +0 -1
  2518. package/icons/bootstrap/person-vcard-fill.js +0 -1
  2519. package/icons/bootstrap/person-vcard.js +0 -1
  2520. package/icons/bootstrap/person-video.js +0 -1
  2521. package/icons/bootstrap/person-video2.js +0 -1
  2522. package/icons/bootstrap/person-video3.js +0 -1
  2523. package/icons/bootstrap/person-walking.js +0 -1
  2524. package/icons/bootstrap/person-wheelchair.js +0 -1
  2525. package/icons/bootstrap/person-workspace.js +0 -1
  2526. package/icons/bootstrap/person-x-fill.js +0 -1
  2527. package/icons/bootstrap/person-x.js +0 -1
  2528. package/icons/bootstrap/person.js +0 -1
  2529. package/icons/bootstrap/phone-fill.js +0 -1
  2530. package/icons/bootstrap/phone-flip.js +0 -1
  2531. package/icons/bootstrap/phone-landscape-fill.js +0 -1
  2532. package/icons/bootstrap/phone-landscape.js +0 -1
  2533. package/icons/bootstrap/phone-vibrate-fill.js +0 -1
  2534. package/icons/bootstrap/phone-vibrate.js +0 -1
  2535. package/icons/bootstrap/phone.js +0 -1
  2536. package/icons/bootstrap/pie-chart-fill.js +0 -1
  2537. package/icons/bootstrap/pie-chart.js +0 -1
  2538. package/icons/bootstrap/piggy-bank-fill.js +0 -1
  2539. package/icons/bootstrap/piggy-bank.js +0 -1
  2540. package/icons/bootstrap/pin-angle-fill.js +0 -1
  2541. package/icons/bootstrap/pin-angle.js +0 -1
  2542. package/icons/bootstrap/pin-fill.js +0 -1
  2543. package/icons/bootstrap/pin-map-fill.js +0 -1
  2544. package/icons/bootstrap/pin-map.js +0 -1
  2545. package/icons/bootstrap/pin.js +0 -1
  2546. package/icons/bootstrap/pinterest.js +0 -1
  2547. package/icons/bootstrap/pip-fill.js +0 -1
  2548. package/icons/bootstrap/pip.js +0 -1
  2549. package/icons/bootstrap/play-btn-fill.js +0 -1
  2550. package/icons/bootstrap/play-btn.js +0 -1
  2551. package/icons/bootstrap/play-circle-fill.js +0 -1
  2552. package/icons/bootstrap/play-circle.js +0 -1
  2553. package/icons/bootstrap/play-fill.js +0 -1
  2554. package/icons/bootstrap/play.js +0 -1
  2555. package/icons/bootstrap/playstation.js +0 -1
  2556. package/icons/bootstrap/plug-fill.js +0 -1
  2557. package/icons/bootstrap/plug.js +0 -1
  2558. package/icons/bootstrap/plugin.js +0 -1
  2559. package/icons/bootstrap/plus-circle-dotted.js +0 -1
  2560. package/icons/bootstrap/plus-circle-fill.js +0 -1
  2561. package/icons/bootstrap/plus-circle.js +0 -1
  2562. package/icons/bootstrap/plus-lg.js +0 -1
  2563. package/icons/bootstrap/plus-slash-minus.js +0 -1
  2564. package/icons/bootstrap/plus-square-dotted.js +0 -1
  2565. package/icons/bootstrap/plus-square-fill.js +0 -1
  2566. package/icons/bootstrap/plus-square.js +0 -1
  2567. package/icons/bootstrap/plus.js +0 -1
  2568. package/icons/bootstrap/postage-fill.js +0 -1
  2569. package/icons/bootstrap/postage-heart-fill.js +0 -1
  2570. package/icons/bootstrap/postage-heart.js +0 -1
  2571. package/icons/bootstrap/postage.js +0 -1
  2572. package/icons/bootstrap/postcard-fill.js +0 -1
  2573. package/icons/bootstrap/postcard-heart-fill.js +0 -1
  2574. package/icons/bootstrap/postcard-heart.js +0 -1
  2575. package/icons/bootstrap/postcard.js +0 -1
  2576. package/icons/bootstrap/power.js +0 -1
  2577. package/icons/bootstrap/prescription.js +0 -1
  2578. package/icons/bootstrap/prescription2.js +0 -1
  2579. package/icons/bootstrap/printer-fill.js +0 -1
  2580. package/icons/bootstrap/printer.js +0 -1
  2581. package/icons/bootstrap/projector-fill.js +0 -1
  2582. package/icons/bootstrap/projector.js +0 -1
  2583. package/icons/bootstrap/puzzle-fill.js +0 -1
  2584. package/icons/bootstrap/puzzle.js +0 -1
  2585. package/icons/bootstrap/qr-code-scan.js +0 -1
  2586. package/icons/bootstrap/qr-code.js +0 -1
  2587. package/icons/bootstrap/question-circle-fill.js +0 -1
  2588. package/icons/bootstrap/question-circle.js +0 -1
  2589. package/icons/bootstrap/question-diamond-fill.js +0 -1
  2590. package/icons/bootstrap/question-diamond.js +0 -1
  2591. package/icons/bootstrap/question-lg.js +0 -1
  2592. package/icons/bootstrap/question-octagon-fill.js +0 -1
  2593. package/icons/bootstrap/question-octagon.js +0 -1
  2594. package/icons/bootstrap/question-square-fill.js +0 -1
  2595. package/icons/bootstrap/question-square.js +0 -1
  2596. package/icons/bootstrap/question.js +0 -1
  2597. package/icons/bootstrap/quora.js +0 -1
  2598. package/icons/bootstrap/quote.js +0 -1
  2599. package/icons/bootstrap/r-circle-fill.js +0 -1
  2600. package/icons/bootstrap/r-circle.js +0 -1
  2601. package/icons/bootstrap/r-square-fill.js +0 -1
  2602. package/icons/bootstrap/r-square.js +0 -1
  2603. package/icons/bootstrap/radar.js +0 -1
  2604. package/icons/bootstrap/radioactive.js +0 -1
  2605. package/icons/bootstrap/rainbow.js +0 -1
  2606. package/icons/bootstrap/receipt-cutoff.js +0 -1
  2607. package/icons/bootstrap/receipt.js +0 -1
  2608. package/icons/bootstrap/reception-0.js +0 -1
  2609. package/icons/bootstrap/reception-1.js +0 -1
  2610. package/icons/bootstrap/reception-2.js +0 -1
  2611. package/icons/bootstrap/reception-3.js +0 -1
  2612. package/icons/bootstrap/reception-4.js +0 -1
  2613. package/icons/bootstrap/record-btn-fill.js +0 -1
  2614. package/icons/bootstrap/record-btn.js +0 -1
  2615. package/icons/bootstrap/record-circle-fill.js +0 -1
  2616. package/icons/bootstrap/record-circle.js +0 -1
  2617. package/icons/bootstrap/record-fill.js +0 -1
  2618. package/icons/bootstrap/record.js +0 -1
  2619. package/icons/bootstrap/record2-fill.js +0 -1
  2620. package/icons/bootstrap/record2.js +0 -1
  2621. package/icons/bootstrap/recycle.js +0 -1
  2622. package/icons/bootstrap/reddit.js +0 -1
  2623. package/icons/bootstrap/regex.js +0 -1
  2624. package/icons/bootstrap/repeat-1.js +0 -1
  2625. package/icons/bootstrap/repeat.js +0 -1
  2626. package/icons/bootstrap/reply-all-fill.js +0 -1
  2627. package/icons/bootstrap/reply-all.js +0 -1
  2628. package/icons/bootstrap/reply-fill.js +0 -1
  2629. package/icons/bootstrap/reply.js +0 -1
  2630. package/icons/bootstrap/rewind-btn-fill.js +0 -1
  2631. package/icons/bootstrap/rewind-btn.js +0 -1
  2632. package/icons/bootstrap/rewind-circle-fill.js +0 -1
  2633. package/icons/bootstrap/rewind-circle.js +0 -1
  2634. package/icons/bootstrap/rewind-fill.js +0 -1
  2635. package/icons/bootstrap/rewind.js +0 -1
  2636. package/icons/bootstrap/robot.js +0 -1
  2637. package/icons/bootstrap/rocket-fill.js +0 -1
  2638. package/icons/bootstrap/rocket-takeoff-fill.js +0 -1
  2639. package/icons/bootstrap/rocket-takeoff.js +0 -1
  2640. package/icons/bootstrap/rocket.js +0 -1
  2641. package/icons/bootstrap/router-fill.js +0 -1
  2642. package/icons/bootstrap/router.js +0 -1
  2643. package/icons/bootstrap/rss-fill.js +0 -1
  2644. package/icons/bootstrap/rss.js +0 -1
  2645. package/icons/bootstrap/rulers.js +0 -1
  2646. package/icons/bootstrap/safe-fill.js +0 -1
  2647. package/icons/bootstrap/safe.js +0 -1
  2648. package/icons/bootstrap/safe2-fill.js +0 -1
  2649. package/icons/bootstrap/safe2.js +0 -1
  2650. package/icons/bootstrap/save-fill.js +0 -1
  2651. package/icons/bootstrap/save.js +0 -1
  2652. package/icons/bootstrap/save2-fill.js +0 -1
  2653. package/icons/bootstrap/save2.js +0 -1
  2654. package/icons/bootstrap/scissors.js +0 -1
  2655. package/icons/bootstrap/scooter.js +0 -1
  2656. package/icons/bootstrap/screwdriver.js +0 -1
  2657. package/icons/bootstrap/sd-card-fill.js +0 -1
  2658. package/icons/bootstrap/sd-card.js +0 -1
  2659. package/icons/bootstrap/search-heart-fill.js +0 -1
  2660. package/icons/bootstrap/search-heart.js +0 -1
  2661. package/icons/bootstrap/search.js +0 -1
  2662. package/icons/bootstrap/segmented-nav.js +0 -1
  2663. package/icons/bootstrap/send-arrow-down-fill.js +0 -1
  2664. package/icons/bootstrap/send-arrow-down.js +0 -1
  2665. package/icons/bootstrap/send-arrow-up-fill.js +0 -1
  2666. package/icons/bootstrap/send-arrow-up.js +0 -1
  2667. package/icons/bootstrap/send-check-fill.js +0 -1
  2668. package/icons/bootstrap/send-check.js +0 -1
  2669. package/icons/bootstrap/send-dash-fill.js +0 -1
  2670. package/icons/bootstrap/send-dash.js +0 -1
  2671. package/icons/bootstrap/send-exclamation-fill.js +0 -1
  2672. package/icons/bootstrap/send-exclamation.js +0 -1
  2673. package/icons/bootstrap/send-fill.js +0 -1
  2674. package/icons/bootstrap/send-plus-fill.js +0 -1
  2675. package/icons/bootstrap/send-plus.js +0 -1
  2676. package/icons/bootstrap/send-slash-fill.js +0 -1
  2677. package/icons/bootstrap/send-slash.js +0 -1
  2678. package/icons/bootstrap/send-x-fill.js +0 -1
  2679. package/icons/bootstrap/send-x.js +0 -1
  2680. package/icons/bootstrap/send.js +0 -1
  2681. package/icons/bootstrap/server.js +0 -1
  2682. package/icons/bootstrap/shadows.js +0 -1
  2683. package/icons/bootstrap/share-fill.js +0 -1
  2684. package/icons/bootstrap/share.js +0 -1
  2685. package/icons/bootstrap/shield-check.js +0 -1
  2686. package/icons/bootstrap/shield-exclamation.js +0 -1
  2687. package/icons/bootstrap/shield-fill-check.js +0 -1
  2688. package/icons/bootstrap/shield-fill-exclamation.js +0 -1
  2689. package/icons/bootstrap/shield-fill-minus.js +0 -1
  2690. package/icons/bootstrap/shield-fill-plus.js +0 -1
  2691. package/icons/bootstrap/shield-fill-x.js +0 -1
  2692. package/icons/bootstrap/shield-fill.js +0 -1
  2693. package/icons/bootstrap/shield-lock-fill.js +0 -1
  2694. package/icons/bootstrap/shield-lock.js +0 -1
  2695. package/icons/bootstrap/shield-minus.js +0 -1
  2696. package/icons/bootstrap/shield-plus.js +0 -1
  2697. package/icons/bootstrap/shield-shaded.js +0 -1
  2698. package/icons/bootstrap/shield-slash-fill.js +0 -1
  2699. package/icons/bootstrap/shield-slash.js +0 -1
  2700. package/icons/bootstrap/shield-x.js +0 -1
  2701. package/icons/bootstrap/shield.js +0 -1
  2702. package/icons/bootstrap/shift-fill.js +0 -1
  2703. package/icons/bootstrap/shift.js +0 -1
  2704. package/icons/bootstrap/shop-window.js +0 -1
  2705. package/icons/bootstrap/shop.js +0 -1
  2706. package/icons/bootstrap/shuffle.js +0 -1
  2707. package/icons/bootstrap/sign-dead-end-fill.js +0 -1
  2708. package/icons/bootstrap/sign-dead-end.js +0 -1
  2709. package/icons/bootstrap/sign-do-not-enter-fill.js +0 -1
  2710. package/icons/bootstrap/sign-do-not-enter.js +0 -1
  2711. package/icons/bootstrap/sign-intersection-fill.js +0 -1
  2712. package/icons/bootstrap/sign-intersection-side-fill.js +0 -1
  2713. package/icons/bootstrap/sign-intersection-side.js +0 -1
  2714. package/icons/bootstrap/sign-intersection-t-fill.js +0 -1
  2715. package/icons/bootstrap/sign-intersection-t.js +0 -1
  2716. package/icons/bootstrap/sign-intersection-y-fill.js +0 -1
  2717. package/icons/bootstrap/sign-intersection-y.js +0 -1
  2718. package/icons/bootstrap/sign-intersection.js +0 -1
  2719. package/icons/bootstrap/sign-merge-left-fill.js +0 -1
  2720. package/icons/bootstrap/sign-merge-left.js +0 -1
  2721. package/icons/bootstrap/sign-merge-right-fill.js +0 -1
  2722. package/icons/bootstrap/sign-merge-right.js +0 -1
  2723. package/icons/bootstrap/sign-no-left-turn-fill.js +0 -1
  2724. package/icons/bootstrap/sign-no-left-turn.js +0 -1
  2725. package/icons/bootstrap/sign-no-parking-fill.js +0 -1
  2726. package/icons/bootstrap/sign-no-parking.js +0 -1
  2727. package/icons/bootstrap/sign-no-right-turn-fill.js +0 -1
  2728. package/icons/bootstrap/sign-no-right-turn.js +0 -1
  2729. package/icons/bootstrap/sign-railroad-fill.js +0 -1
  2730. package/icons/bootstrap/sign-railroad.js +0 -1
  2731. package/icons/bootstrap/sign-stop-fill.js +0 -1
  2732. package/icons/bootstrap/sign-stop-lights-fill.js +0 -1
  2733. package/icons/bootstrap/sign-stop-lights.js +0 -1
  2734. package/icons/bootstrap/sign-stop.js +0 -1
  2735. package/icons/bootstrap/sign-turn-left-fill.js +0 -1
  2736. package/icons/bootstrap/sign-turn-left.js +0 -1
  2737. package/icons/bootstrap/sign-turn-right-fill.js +0 -1
  2738. package/icons/bootstrap/sign-turn-right.js +0 -1
  2739. package/icons/bootstrap/sign-turn-slight-left-fill.js +0 -1
  2740. package/icons/bootstrap/sign-turn-slight-left.js +0 -1
  2741. package/icons/bootstrap/sign-turn-slight-right-fill.js +0 -1
  2742. package/icons/bootstrap/sign-turn-slight-right.js +0 -1
  2743. package/icons/bootstrap/sign-yield-fill.js +0 -1
  2744. package/icons/bootstrap/sign-yield.js +0 -1
  2745. package/icons/bootstrap/signal.js +0 -1
  2746. package/icons/bootstrap/signpost-2-fill.js +0 -1
  2747. package/icons/bootstrap/signpost-2.js +0 -1
  2748. package/icons/bootstrap/signpost-fill.js +0 -1
  2749. package/icons/bootstrap/signpost-split-fill.js +0 -1
  2750. package/icons/bootstrap/signpost-split.js +0 -1
  2751. package/icons/bootstrap/signpost.js +0 -1
  2752. package/icons/bootstrap/sim-fill.js +0 -1
  2753. package/icons/bootstrap/sim-slash-fill.js +0 -1
  2754. package/icons/bootstrap/sim-slash.js +0 -1
  2755. package/icons/bootstrap/sim.js +0 -1
  2756. package/icons/bootstrap/sina-weibo.js +0 -1
  2757. package/icons/bootstrap/skip-backward-btn-fill.js +0 -1
  2758. package/icons/bootstrap/skip-backward-btn.js +0 -1
  2759. package/icons/bootstrap/skip-backward-circle-fill.js +0 -1
  2760. package/icons/bootstrap/skip-backward-circle.js +0 -1
  2761. package/icons/bootstrap/skip-backward-fill.js +0 -1
  2762. package/icons/bootstrap/skip-backward.js +0 -1
  2763. package/icons/bootstrap/skip-end-btn-fill.js +0 -1
  2764. package/icons/bootstrap/skip-end-btn.js +0 -1
  2765. package/icons/bootstrap/skip-end-circle-fill.js +0 -1
  2766. package/icons/bootstrap/skip-end-circle.js +0 -1
  2767. package/icons/bootstrap/skip-end-fill.js +0 -1
  2768. package/icons/bootstrap/skip-end.js +0 -1
  2769. package/icons/bootstrap/skip-forward-btn-fill.js +0 -1
  2770. package/icons/bootstrap/skip-forward-btn.js +0 -1
  2771. package/icons/bootstrap/skip-forward-circle-fill.js +0 -1
  2772. package/icons/bootstrap/skip-forward-circle.js +0 -1
  2773. package/icons/bootstrap/skip-forward-fill.js +0 -1
  2774. package/icons/bootstrap/skip-forward.js +0 -1
  2775. package/icons/bootstrap/skip-start-btn-fill.js +0 -1
  2776. package/icons/bootstrap/skip-start-btn.js +0 -1
  2777. package/icons/bootstrap/skip-start-circle-fill.js +0 -1
  2778. package/icons/bootstrap/skip-start-circle.js +0 -1
  2779. package/icons/bootstrap/skip-start-fill.js +0 -1
  2780. package/icons/bootstrap/skip-start.js +0 -1
  2781. package/icons/bootstrap/skype.js +0 -1
  2782. package/icons/bootstrap/slack.js +0 -1
  2783. package/icons/bootstrap/slash-circle-fill.js +0 -1
  2784. package/icons/bootstrap/slash-circle.js +0 -1
  2785. package/icons/bootstrap/slash-lg.js +0 -1
  2786. package/icons/bootstrap/slash-square-fill.js +0 -1
  2787. package/icons/bootstrap/slash-square.js +0 -1
  2788. package/icons/bootstrap/slash.js +0 -1
  2789. package/icons/bootstrap/sliders.js +0 -1
  2790. package/icons/bootstrap/sliders2-vertical.js +0 -1
  2791. package/icons/bootstrap/sliders2.js +0 -1
  2792. package/icons/bootstrap/smartwatch.js +0 -1
  2793. package/icons/bootstrap/snapchat.js +0 -1
  2794. package/icons/bootstrap/snow.js +0 -1
  2795. package/icons/bootstrap/snow2.js +0 -1
  2796. package/icons/bootstrap/snow3.js +0 -1
  2797. package/icons/bootstrap/sort-alpha-down-alt.js +0 -1
  2798. package/icons/bootstrap/sort-alpha-down.js +0 -1
  2799. package/icons/bootstrap/sort-alpha-up-alt.js +0 -1
  2800. package/icons/bootstrap/sort-alpha-up.js +0 -1
  2801. package/icons/bootstrap/sort-down-alt.js +0 -1
  2802. package/icons/bootstrap/sort-down.js +0 -1
  2803. package/icons/bootstrap/sort-numeric-down-alt.js +0 -1
  2804. package/icons/bootstrap/sort-numeric-down.js +0 -1
  2805. package/icons/bootstrap/sort-numeric-up-alt.js +0 -1
  2806. package/icons/bootstrap/sort-numeric-up.js +0 -1
  2807. package/icons/bootstrap/sort-up-alt.js +0 -1
  2808. package/icons/bootstrap/sort-up.js +0 -1
  2809. package/icons/bootstrap/soundwave.js +0 -1
  2810. package/icons/bootstrap/sourceforge.js +0 -1
  2811. package/icons/bootstrap/speaker-fill.js +0 -1
  2812. package/icons/bootstrap/speaker.js +0 -1
  2813. package/icons/bootstrap/speedometer.js +0 -1
  2814. package/icons/bootstrap/speedometer2.js +0 -1
  2815. package/icons/bootstrap/spellcheck.js +0 -1
  2816. package/icons/bootstrap/spotify.js +0 -1
  2817. package/icons/bootstrap/square-fill.js +0 -1
  2818. package/icons/bootstrap/square-half.js +0 -1
  2819. package/icons/bootstrap/square.js +0 -1
  2820. package/icons/bootstrap/stack-overflow.js +0 -1
  2821. package/icons/bootstrap/stack.js +0 -1
  2822. package/icons/bootstrap/star-fill.js +0 -1
  2823. package/icons/bootstrap/star-half.js +0 -1
  2824. package/icons/bootstrap/star.js +0 -1
  2825. package/icons/bootstrap/stars.js +0 -1
  2826. package/icons/bootstrap/steam.js +0 -1
  2827. package/icons/bootstrap/stickies-fill.js +0 -1
  2828. package/icons/bootstrap/stickies.js +0 -1
  2829. package/icons/bootstrap/sticky-fill.js +0 -1
  2830. package/icons/bootstrap/sticky.js +0 -1
  2831. package/icons/bootstrap/stop-btn-fill.js +0 -1
  2832. package/icons/bootstrap/stop-btn.js +0 -1
  2833. package/icons/bootstrap/stop-circle-fill.js +0 -1
  2834. package/icons/bootstrap/stop-circle.js +0 -1
  2835. package/icons/bootstrap/stop-fill.js +0 -1
  2836. package/icons/bootstrap/stop.js +0 -1
  2837. package/icons/bootstrap/stoplights-fill.js +0 -1
  2838. package/icons/bootstrap/stoplights.js +0 -1
  2839. package/icons/bootstrap/stopwatch-fill.js +0 -1
  2840. package/icons/bootstrap/stopwatch.js +0 -1
  2841. package/icons/bootstrap/strava.js +0 -1
  2842. package/icons/bootstrap/stripe.js +0 -1
  2843. package/icons/bootstrap/subscript.js +0 -1
  2844. package/icons/bootstrap/substack.js +0 -1
  2845. package/icons/bootstrap/subtract.js +0 -1
  2846. package/icons/bootstrap/suit-club-fill.js +0 -1
  2847. package/icons/bootstrap/suit-club.js +0 -1
  2848. package/icons/bootstrap/suit-diamond-fill.js +0 -1
  2849. package/icons/bootstrap/suit-diamond.js +0 -1
  2850. package/icons/bootstrap/suit-heart-fill.js +0 -1
  2851. package/icons/bootstrap/suit-heart.js +0 -1
  2852. package/icons/bootstrap/suit-spade-fill.js +0 -1
  2853. package/icons/bootstrap/suit-spade.js +0 -1
  2854. package/icons/bootstrap/suitcase-fill.js +0 -1
  2855. package/icons/bootstrap/suitcase-lg-fill.js +0 -1
  2856. package/icons/bootstrap/suitcase-lg.js +0 -1
  2857. package/icons/bootstrap/suitcase.js +0 -1
  2858. package/icons/bootstrap/suitcase2-fill.js +0 -1
  2859. package/icons/bootstrap/suitcase2.js +0 -1
  2860. package/icons/bootstrap/sun-fill.js +0 -1
  2861. package/icons/bootstrap/sun.js +0 -1
  2862. package/icons/bootstrap/sunglasses.js +0 -1
  2863. package/icons/bootstrap/sunrise-fill.js +0 -1
  2864. package/icons/bootstrap/sunrise.js +0 -1
  2865. package/icons/bootstrap/sunset-fill.js +0 -1
  2866. package/icons/bootstrap/sunset.js +0 -1
  2867. package/icons/bootstrap/superscript.js +0 -1
  2868. package/icons/bootstrap/symmetry-horizontal.js +0 -1
  2869. package/icons/bootstrap/symmetry-vertical.js +0 -1
  2870. package/icons/bootstrap/table.js +0 -1
  2871. package/icons/bootstrap/tablet-fill.js +0 -1
  2872. package/icons/bootstrap/tablet-landscape-fill.js +0 -1
  2873. package/icons/bootstrap/tablet-landscape.js +0 -1
  2874. package/icons/bootstrap/tablet.js +0 -1
  2875. package/icons/bootstrap/tag-fill.js +0 -1
  2876. package/icons/bootstrap/tag.js +0 -1
  2877. package/icons/bootstrap/tags-fill.js +0 -1
  2878. package/icons/bootstrap/tags.js +0 -1
  2879. package/icons/bootstrap/taxi-front-fill.js +0 -1
  2880. package/icons/bootstrap/taxi-front.js +0 -1
  2881. package/icons/bootstrap/telegram.js +0 -1
  2882. package/icons/bootstrap/telephone-fill.js +0 -1
  2883. package/icons/bootstrap/telephone-forward-fill.js +0 -1
  2884. package/icons/bootstrap/telephone-forward.js +0 -1
  2885. package/icons/bootstrap/telephone-inbound-fill.js +0 -1
  2886. package/icons/bootstrap/telephone-inbound.js +0 -1
  2887. package/icons/bootstrap/telephone-minus-fill.js +0 -1
  2888. package/icons/bootstrap/telephone-minus.js +0 -1
  2889. package/icons/bootstrap/telephone-outbound-fill.js +0 -1
  2890. package/icons/bootstrap/telephone-outbound.js +0 -1
  2891. package/icons/bootstrap/telephone-plus-fill.js +0 -1
  2892. package/icons/bootstrap/telephone-plus.js +0 -1
  2893. package/icons/bootstrap/telephone-x-fill.js +0 -1
  2894. package/icons/bootstrap/telephone-x.js +0 -1
  2895. package/icons/bootstrap/telephone.js +0 -1
  2896. package/icons/bootstrap/tencent-qq.js +0 -1
  2897. package/icons/bootstrap/terminal-dash.js +0 -1
  2898. package/icons/bootstrap/terminal-fill.js +0 -1
  2899. package/icons/bootstrap/terminal-plus.js +0 -1
  2900. package/icons/bootstrap/terminal-split.js +0 -1
  2901. package/icons/bootstrap/terminal-x.js +0 -1
  2902. package/icons/bootstrap/terminal.js +0 -1
  2903. package/icons/bootstrap/text-center.js +0 -1
  2904. package/icons/bootstrap/text-indent-left.js +0 -1
  2905. package/icons/bootstrap/text-indent-right.js +0 -1
  2906. package/icons/bootstrap/text-left.js +0 -1
  2907. package/icons/bootstrap/text-paragraph.js +0 -1
  2908. package/icons/bootstrap/text-right.js +0 -1
  2909. package/icons/bootstrap/text-wrap.js +0 -1
  2910. package/icons/bootstrap/textarea-resize.js +0 -1
  2911. package/icons/bootstrap/textarea-t.js +0 -1
  2912. package/icons/bootstrap/textarea.js +0 -1
  2913. package/icons/bootstrap/thermometer-half.js +0 -1
  2914. package/icons/bootstrap/thermometer-high.js +0 -1
  2915. package/icons/bootstrap/thermometer-low.js +0 -1
  2916. package/icons/bootstrap/thermometer-snow.js +0 -1
  2917. package/icons/bootstrap/thermometer-sun.js +0 -1
  2918. package/icons/bootstrap/thermometer.js +0 -1
  2919. package/icons/bootstrap/threads-fill.js +0 -1
  2920. package/icons/bootstrap/threads.js +0 -1
  2921. package/icons/bootstrap/three-dots-vertical.js +0 -1
  2922. package/icons/bootstrap/three-dots.js +0 -1
  2923. package/icons/bootstrap/thunderbolt-fill.js +0 -1
  2924. package/icons/bootstrap/thunderbolt.js +0 -1
  2925. package/icons/bootstrap/ticket-detailed-fill.js +0 -1
  2926. package/icons/bootstrap/ticket-detailed.js +0 -1
  2927. package/icons/bootstrap/ticket-fill.js +0 -1
  2928. package/icons/bootstrap/ticket-perforated-fill.js +0 -1
  2929. package/icons/bootstrap/ticket-perforated.js +0 -1
  2930. package/icons/bootstrap/ticket.js +0 -1
  2931. package/icons/bootstrap/tiktok.js +0 -1
  2932. package/icons/bootstrap/toggle-off.js +0 -1
  2933. package/icons/bootstrap/toggle-on.js +0 -1
  2934. package/icons/bootstrap/toggle2-off.js +0 -1
  2935. package/icons/bootstrap/toggle2-on.js +0 -1
  2936. package/icons/bootstrap/toggles.js +0 -1
  2937. package/icons/bootstrap/toggles2.js +0 -1
  2938. package/icons/bootstrap/tools.js +0 -1
  2939. package/icons/bootstrap/tornado.js +0 -1
  2940. package/icons/bootstrap/train-freight-front-fill.js +0 -1
  2941. package/icons/bootstrap/train-freight-front.js +0 -1
  2942. package/icons/bootstrap/train-front-fill.js +0 -1
  2943. package/icons/bootstrap/train-front.js +0 -1
  2944. package/icons/bootstrap/train-lightrail-front-fill.js +0 -1
  2945. package/icons/bootstrap/train-lightrail-front.js +0 -1
  2946. package/icons/bootstrap/translate.js +0 -1
  2947. package/icons/bootstrap/transparency.js +0 -1
  2948. package/icons/bootstrap/trash-fill.js +0 -1
  2949. package/icons/bootstrap/trash.js +0 -1
  2950. package/icons/bootstrap/trash2-fill.js +0 -1
  2951. package/icons/bootstrap/trash2.js +0 -1
  2952. package/icons/bootstrap/trash3-fill.js +0 -1
  2953. package/icons/bootstrap/trash3.js +0 -1
  2954. package/icons/bootstrap/tree-fill.js +0 -1
  2955. package/icons/bootstrap/tree.js +0 -1
  2956. package/icons/bootstrap/trello.js +0 -1
  2957. package/icons/bootstrap/triangle-fill.js +0 -1
  2958. package/icons/bootstrap/triangle-half.js +0 -1
  2959. package/icons/bootstrap/triangle.js +0 -1
  2960. package/icons/bootstrap/trophy-fill.js +0 -1
  2961. package/icons/bootstrap/trophy.js +0 -1
  2962. package/icons/bootstrap/tropical-storm.js +0 -1
  2963. package/icons/bootstrap/truck-flatbed.js +0 -1
  2964. package/icons/bootstrap/truck-front-fill.js +0 -1
  2965. package/icons/bootstrap/truck-front.js +0 -1
  2966. package/icons/bootstrap/truck.js +0 -1
  2967. package/icons/bootstrap/tsunami.js +0 -1
  2968. package/icons/bootstrap/tv-fill.js +0 -1
  2969. package/icons/bootstrap/tv.js +0 -1
  2970. package/icons/bootstrap/twitch.js +0 -1
  2971. package/icons/bootstrap/twitter-x.js +0 -1
  2972. package/icons/bootstrap/twitter.js +0 -1
  2973. package/icons/bootstrap/type-bold.js +0 -1
  2974. package/icons/bootstrap/type-h1.js +0 -1
  2975. package/icons/bootstrap/type-h2.js +0 -1
  2976. package/icons/bootstrap/type-h3.js +0 -1
  2977. package/icons/bootstrap/type-h4.js +0 -1
  2978. package/icons/bootstrap/type-h5.js +0 -1
  2979. package/icons/bootstrap/type-h6.js +0 -1
  2980. package/icons/bootstrap/type-italic.js +0 -1
  2981. package/icons/bootstrap/type-strikethrough.js +0 -1
  2982. package/icons/bootstrap/type-underline.js +0 -1
  2983. package/icons/bootstrap/type.js +0 -1
  2984. package/icons/bootstrap/ubuntu.js +0 -1
  2985. package/icons/bootstrap/ui-checks-grid.js +0 -1
  2986. package/icons/bootstrap/ui-checks.js +0 -1
  2987. package/icons/bootstrap/ui-radios-grid.js +0 -1
  2988. package/icons/bootstrap/ui-radios.js +0 -1
  2989. package/icons/bootstrap/umbrella-fill.js +0 -1
  2990. package/icons/bootstrap/umbrella.js +0 -1
  2991. package/icons/bootstrap/unindent.js +0 -1
  2992. package/icons/bootstrap/union.js +0 -1
  2993. package/icons/bootstrap/unity.js +0 -1
  2994. package/icons/bootstrap/universal-access-circle.js +0 -1
  2995. package/icons/bootstrap/universal-access.js +0 -1
  2996. package/icons/bootstrap/unlock-fill.js +0 -1
  2997. package/icons/bootstrap/unlock.js +0 -1
  2998. package/icons/bootstrap/upc-scan.js +0 -1
  2999. package/icons/bootstrap/upc.js +0 -1
  3000. package/icons/bootstrap/upload.js +0 -1
  3001. package/icons/bootstrap/usb-c-fill.js +0 -1
  3002. package/icons/bootstrap/usb-c.js +0 -1
  3003. package/icons/bootstrap/usb-drive-fill.js +0 -1
  3004. package/icons/bootstrap/usb-drive.js +0 -1
  3005. package/icons/bootstrap/usb-fill.js +0 -1
  3006. package/icons/bootstrap/usb-micro-fill.js +0 -1
  3007. package/icons/bootstrap/usb-micro.js +0 -1
  3008. package/icons/bootstrap/usb-mini-fill.js +0 -1
  3009. package/icons/bootstrap/usb-mini.js +0 -1
  3010. package/icons/bootstrap/usb-plug-fill.js +0 -1
  3011. package/icons/bootstrap/usb-plug.js +0 -1
  3012. package/icons/bootstrap/usb-symbol.js +0 -1
  3013. package/icons/bootstrap/usb.js +0 -1
  3014. package/icons/bootstrap/valentine.js +0 -1
  3015. package/icons/bootstrap/valentine2.js +0 -1
  3016. package/icons/bootstrap/vector-pen.js +0 -1
  3017. package/icons/bootstrap/view-list.js +0 -1
  3018. package/icons/bootstrap/view-stacked.js +0 -1
  3019. package/icons/bootstrap/vignette.js +0 -1
  3020. package/icons/bootstrap/vimeo.js +0 -1
  3021. package/icons/bootstrap/vinyl-fill.js +0 -1
  3022. package/icons/bootstrap/vinyl.js +0 -1
  3023. package/icons/bootstrap/virus.js +0 -1
  3024. package/icons/bootstrap/virus2.js +0 -1
  3025. package/icons/bootstrap/voicemail.js +0 -1
  3026. package/icons/bootstrap/volume-down-fill.js +0 -1
  3027. package/icons/bootstrap/volume-down.js +0 -1
  3028. package/icons/bootstrap/volume-mute-fill.js +0 -1
  3029. package/icons/bootstrap/volume-mute.js +0 -1
  3030. package/icons/bootstrap/volume-off-fill.js +0 -1
  3031. package/icons/bootstrap/volume-off.js +0 -1
  3032. package/icons/bootstrap/volume-up-fill.js +0 -1
  3033. package/icons/bootstrap/volume-up.js +0 -1
  3034. package/icons/bootstrap/vr.js +0 -1
  3035. package/icons/bootstrap/wallet-fill.js +0 -1
  3036. package/icons/bootstrap/wallet.js +0 -1
  3037. package/icons/bootstrap/wallet2.js +0 -1
  3038. package/icons/bootstrap/watch.js +0 -1
  3039. package/icons/bootstrap/water.js +0 -1
  3040. package/icons/bootstrap/webcam-fill.js +0 -1
  3041. package/icons/bootstrap/webcam.js +0 -1
  3042. package/icons/bootstrap/wechat.js +0 -1
  3043. package/icons/bootstrap/whatsapp.js +0 -1
  3044. package/icons/bootstrap/wifi-1.js +0 -1
  3045. package/icons/bootstrap/wifi-2.js +0 -1
  3046. package/icons/bootstrap/wifi-off.js +0 -1
  3047. package/icons/bootstrap/wifi.js +0 -1
  3048. package/icons/bootstrap/wikipedia.js +0 -1
  3049. package/icons/bootstrap/wind.js +0 -1
  3050. package/icons/bootstrap/window-dash.js +0 -1
  3051. package/icons/bootstrap/window-desktop.js +0 -1
  3052. package/icons/bootstrap/window-dock.js +0 -1
  3053. package/icons/bootstrap/window-fullscreen.js +0 -1
  3054. package/icons/bootstrap/window-plus.js +0 -1
  3055. package/icons/bootstrap/window-sidebar.js +0 -1
  3056. package/icons/bootstrap/window-split.js +0 -1
  3057. package/icons/bootstrap/window-stack.js +0 -1
  3058. package/icons/bootstrap/window-x.js +0 -1
  3059. package/icons/bootstrap/window.js +0 -1
  3060. package/icons/bootstrap/windows.js +0 -1
  3061. package/icons/bootstrap/wordpress.js +0 -1
  3062. package/icons/bootstrap/wrench-adjustable-circle-fill.js +0 -1
  3063. package/icons/bootstrap/wrench-adjustable-circle.js +0 -1
  3064. package/icons/bootstrap/wrench-adjustable.js +0 -1
  3065. package/icons/bootstrap/wrench.js +0 -1
  3066. package/icons/bootstrap/x-circle-fill.js +0 -1
  3067. package/icons/bootstrap/x-circle.js +0 -1
  3068. package/icons/bootstrap/x-diamond-fill.js +0 -1
  3069. package/icons/bootstrap/x-diamond.js +0 -1
  3070. package/icons/bootstrap/x-lg.js +0 -1
  3071. package/icons/bootstrap/x-octagon-fill.js +0 -1
  3072. package/icons/bootstrap/x-octagon.js +0 -1
  3073. package/icons/bootstrap/x-square-fill.js +0 -1
  3074. package/icons/bootstrap/x-square.js +0 -1
  3075. package/icons/bootstrap/x.js +0 -1
  3076. package/icons/bootstrap/xbox.js +0 -1
  3077. package/icons/bootstrap/yelp.js +0 -1
  3078. package/icons/bootstrap/yin-yang.js +0 -1
  3079. package/icons/bootstrap/youtube.js +0 -1
  3080. package/icons/bootstrap/zoom-in.js +0 -1
  3081. package/icons/bootstrap/zoom-out.js +0 -1
  3082. package/icons/gcp/access-context-manager.js +0 -1
  3083. package/icons/gcp/administration.js +0 -1
  3084. package/icons/gcp/advanced-agent-modeling.js +0 -1
  3085. package/icons/gcp/advanced-solutions-lab.js +0 -1
  3086. package/icons/gcp/agent-assist.js +0 -1
  3087. package/icons/gcp/ai-hub.js +0 -1
  3088. package/icons/gcp/ai-platform-unified.js +0 -1
  3089. package/icons/gcp/ai-platform.js +0 -1
  3090. package/icons/gcp/analytics-hub.js +0 -1
  3091. package/icons/gcp/anthos-config-management.js +0 -1
  3092. package/icons/gcp/anthos-service-mesh.js +0 -1
  3093. package/icons/gcp/anthos.js +0 -1
  3094. package/icons/gcp/api-analytics.js +0 -1
  3095. package/icons/gcp/api-monetization.js +0 -1
  3096. package/icons/gcp/api.js +0 -1
  3097. package/icons/gcp/apigee-api-platform.js +0 -1
  3098. package/icons/gcp/apigee-sense.js +0 -1
  3099. package/icons/gcp/app-engine.js +0 -1
  3100. package/icons/gcp/artifact-registry.js +0 -1
  3101. package/icons/gcp/asset-inventory.js +0 -1
  3102. package/icons/gcp/assured-workloads.js +0 -1
  3103. package/icons/gcp/auto-ml-natural-language.js +0 -1
  3104. package/icons/gcp/auto-ml-tables.js +0 -1
  3105. package/icons/gcp/auto-ml-translation.js +0 -1
  3106. package/icons/gcp/auto-ml-video-intelligence.js +0 -1
  3107. package/icons/gcp/auto-ml-vision.js +0 -1
  3108. package/icons/gcp/auto-ml.js +0 -1
  3109. package/icons/gcp/bare-metal-solutions.js +0 -1
  3110. package/icons/gcp/batch.js +0 -1
  3111. package/icons/gcp/beyondcorp.js +0 -1
  3112. package/icons/gcp/big-query.js +0 -1
  3113. package/icons/gcp/bigtable.js +0 -1
  3114. package/icons/gcp/billing.js +0 -1
  3115. package/icons/gcp/binary-authorization.js +0 -1
  3116. package/icons/gcp/catalog.js +0 -1
  3117. package/icons/gcp/certificate-authority-service.js +0 -1
  3118. package/icons/gcp/certificate-manager.js +0 -1
  3119. package/icons/gcp/cloud-api-gateway.js +0 -1
  3120. package/icons/gcp/cloud-apis.js +0 -1
  3121. package/icons/gcp/cloud-armor.js +0 -1
  3122. package/icons/gcp/cloud-asset-inventory.js +0 -1
  3123. package/icons/gcp/cloud-audit-logs.js +0 -1
  3124. package/icons/gcp/cloud-build.js +0 -1
  3125. package/icons/gcp/cloud-cdn.js +0 -1
  3126. package/icons/gcp/cloud-code.js +0 -1
  3127. package/icons/gcp/cloud-composer.js +0 -1
  3128. package/icons/gcp/cloud-data-fusion.js +0 -1
  3129. package/icons/gcp/cloud-deploy.js +0 -1
  3130. package/icons/gcp/cloud-deployment-manager.js +0 -1
  3131. package/icons/gcp/cloud-dns.js +0 -1
  3132. package/icons/gcp/cloud-domains.js +0 -1
  3133. package/icons/gcp/cloud-ekm.js +0 -1
  3134. package/icons/gcp/cloud-endpoints.js +0 -1
  3135. package/icons/gcp/cloud-external-ip-addresses.js +0 -1
  3136. package/icons/gcp/cloud-firewall-rules.js +0 -1
  3137. package/icons/gcp/cloud-for-marketing.js +0 -1
  3138. package/icons/gcp/cloud-functions.js +0 -1
  3139. package/icons/gcp/cloud-generic.js +0 -1
  3140. package/icons/gcp/cloud-gpu.js +0 -1
  3141. package/icons/gcp/cloud-healthcare-api.js +0 -1
  3142. package/icons/gcp/cloud-healthcare-marketplace.js +0 -1
  3143. package/icons/gcp/cloud-hsm.js +0 -1
  3144. package/icons/gcp/cloud-ids.js +0 -1
  3145. package/icons/gcp/cloud-inference-api.js +0 -1
  3146. package/icons/gcp/cloud-interconnect.js +0 -1
  3147. package/icons/gcp/cloud-jobs-api.js +0 -1
  3148. package/icons/gcp/cloud-load-balancing.js +0 -1
  3149. package/icons/gcp/cloud-logging.js +0 -1
  3150. package/icons/gcp/cloud-media-edge.js +0 -1
  3151. package/icons/gcp/cloud-monitoring.js +0 -1
  3152. package/icons/gcp/cloud-nat.js +0 -1
  3153. package/icons/gcp/cloud-natural-language-api.js +0 -1
  3154. package/icons/gcp/cloud-network.js +0 -1
  3155. package/icons/gcp/cloud-ops.js +0 -1
  3156. package/icons/gcp/cloud-optimization-ai-fleet-routing-api.js +0 -1
  3157. package/icons/gcp/cloud-optimization-ai.js +0 -1
  3158. package/icons/gcp/cloud-router.js +0 -1
  3159. package/icons/gcp/cloud-routes.js +0 -1
  3160. package/icons/gcp/cloud-run-for-anthos.js +0 -1
  3161. package/icons/gcp/cloud-run.js +0 -1
  3162. package/icons/gcp/cloud-scheduler.js +0 -1
  3163. package/icons/gcp/cloud-security-scanner.js +0 -1
  3164. package/icons/gcp/cloud-shell.js +0 -1
  3165. package/icons/gcp/cloud-spanner.js +0 -1
  3166. package/icons/gcp/cloud-sql.js +0 -1
  3167. package/icons/gcp/cloud-storage.js +0 -1
  3168. package/icons/gcp/cloud-tasks.js +0 -1
  3169. package/icons/gcp/cloud-test-lab.js +0 -1
  3170. package/icons/gcp/cloud-tpu.js +0 -1
  3171. package/icons/gcp/cloud-translation-api.js +0 -1
  3172. package/icons/gcp/cloud-vision-api.js +0 -1
  3173. package/icons/gcp/cloud-vpn.js +0 -1
  3174. package/icons/gcp/compute-engine.js +0 -1
  3175. package/icons/gcp/configuration-management.js +0 -1
  3176. package/icons/gcp/connectivity-test.js +0 -1
  3177. package/icons/gcp/connectors.js +0 -1
  3178. package/icons/gcp/contact-center-ai.js +0 -1
  3179. package/icons/gcp/container-optimized-os.js +0 -1
  3180. package/icons/gcp/container-registry.js +0 -1
  3181. package/icons/gcp/data-catalog.js +0 -1
  3182. package/icons/gcp/data-labeling.js +0 -1
  3183. package/icons/gcp/data-layers.js +0 -1
  3184. package/icons/gcp/data-loss-prevention-api.js +0 -1
  3185. package/icons/gcp/data-qn-a.js +0 -1
  3186. package/icons/gcp/data-studio.js +0 -1
  3187. package/icons/gcp/data-transfer.js +0 -1
  3188. package/icons/gcp/database-migration-service.js +0 -1
  3189. package/icons/gcp/dataflow.js +0 -1
  3190. package/icons/gcp/datalab.js +0 -1
  3191. package/icons/gcp/dataplex.js +0 -1
  3192. package/icons/gcp/datapol.js +0 -1
  3193. package/icons/gcp/dataprep.js +0 -1
  3194. package/icons/gcp/dataproc-metastore.js +0 -1
  3195. package/icons/gcp/dataproc.js +0 -1
  3196. package/icons/gcp/datashare.js +0 -1
  3197. package/icons/gcp/datastore.js +0 -1
  3198. package/icons/gcp/datastream.js +0 -1
  3199. package/icons/gcp/debugger.js +0 -1
  3200. package/icons/gcp/developer-portal.js +0 -1
  3201. package/icons/gcp/dialogflow-cx.js +0 -1
  3202. package/icons/gcp/dialogflow-insights.js +0 -1
  3203. package/icons/gcp/dialogflow.js +0 -1
  3204. package/icons/gcp/document-ai.js +0 -1
  3205. package/icons/gcp/early-access-center.js +0 -1
  3206. package/icons/gcp/error-reporting.js +0 -1
  3207. package/icons/gcp/eventarc.js +0 -1
  3208. package/icons/gcp/filestore.js +0 -1
  3209. package/icons/gcp/financial-services-marketplace.js +0 -1
  3210. package/icons/gcp/firestore.js +0 -1
  3211. package/icons/gcp/fleet-engine.js +0 -1
  3212. package/icons/gcp/free-trial.js +0 -1
  3213. package/icons/gcp/game-servers.js +0 -1
  3214. package/icons/gcp/gce-systems-management.js +0 -1
  3215. package/icons/gcp/genomics.js +0 -1
  3216. package/icons/gcp/gke-on-prem.js +0 -1
  3217. package/icons/gcp/google-cloud-marketplace.js +0 -1
  3218. package/icons/gcp/google-kubernetes-engine.js +0 -1
  3219. package/icons/gcp/google-maps-platform.js +0 -1
  3220. package/icons/gcp/healthcare-nlp-api.js +0 -1
  3221. package/icons/gcp/home.js +0 -1
  3222. package/icons/gcp/identity-and-access-management.js +0 -1
  3223. package/icons/gcp/identity-aware-proxy.js +0 -1
  3224. package/icons/gcp/identity-platform.js +0 -1
  3225. package/icons/gcp/iot-core.js +0 -1
  3226. package/icons/gcp/iot-edge.js +0 -1
  3227. package/icons/gcp/key-access-justifications.js +0 -1
  3228. package/icons/gcp/key-management-service.js +0 -1
  3229. package/icons/gcp/kuberun.js +0 -1
  3230. package/icons/gcp/launcher.js +0 -1
  3231. package/icons/gcp/local-ssd.js +0 -1
  3232. package/icons/gcp/looker.js +0 -1
  3233. package/icons/gcp/managed-service-for-microsoft-active-directory.js +0 -1
  3234. package/icons/gcp/media-translation-api.js +0 -1
  3235. package/icons/gcp/memorystore.js +0 -1
  3236. package/icons/gcp/migrate-for-anthos.js +0 -1
  3237. package/icons/gcp/migrate-for-compute-engine.js +0 -1
  3238. package/icons/gcp/my-cloud.js +0 -1
  3239. package/icons/gcp/network-connectivity-center.js +0 -1
  3240. package/icons/gcp/network-intelligence-center.js +0 -1
  3241. package/icons/gcp/network-security.js +0 -1
  3242. package/icons/gcp/network-tiers.js +0 -1
  3243. package/icons/gcp/network-topology.js +0 -1
  3244. package/icons/gcp/onboarding.js +0 -1
  3245. package/icons/gcp/os-configuration-management.js +0 -1
  3246. package/icons/gcp/os-inventory-management.js +0 -1
  3247. package/icons/gcp/os-patch-management.js +0 -1
  3248. package/icons/gcp/partner-interconnect.js +0 -1
  3249. package/icons/gcp/partner-portal.js +0 -1
  3250. package/icons/gcp/performance-dashboard.js +0 -1
  3251. package/icons/gcp/permissions.js +0 -1
  3252. package/icons/gcp/persistent-disk.js +0 -1
  3253. package/icons/gcp/phishing-protection.js +0 -1
  3254. package/icons/gcp/policy-analyzer.js +0 -1
  3255. package/icons/gcp/premium-network-tier.js +0 -1
  3256. package/icons/gcp/private-connectivity.js +0 -1
  3257. package/icons/gcp/private-service-connect.js +0 -1
  3258. package/icons/gcp/producer-portal.js +0 -1
  3259. package/icons/gcp/profiler.js +0 -1
  3260. package/icons/gcp/project.js +0 -1
  3261. package/icons/gcp/pub-sub.js +0 -1
  3262. package/icons/gcp/quantum-engine.js +0 -1
  3263. package/icons/gcp/quotas.js +0 -1
  3264. package/icons/gcp/real-world-insights.js +0 -1
  3265. package/icons/gcp/recommendations-ai.js +0 -1
  3266. package/icons/gcp/release-notes.js +0 -1
  3267. package/icons/gcp/retail-api.js +0 -1
  3268. package/icons/gcp/risk-manager.js +0 -1
  3269. package/icons/gcp/runtime-config.js +0 -1
  3270. package/icons/gcp/secret-manager.js +0 -1
  3271. package/icons/gcp/security-command-center.js +0 -1
  3272. package/icons/gcp/security-health-advisor.js +0 -1
  3273. package/icons/gcp/security-key-enforcement.js +0 -1
  3274. package/icons/gcp/security.js +0 -1
  3275. package/icons/gcp/service-discovery.js +0 -1
  3276. package/icons/gcp/speech-to-text.js +0 -1
  3277. package/icons/gcp/stackdriver.js +0 -1
  3278. package/icons/gcp/standard-network-tier.js +0 -1
  3279. package/icons/gcp/stream-suite.js +0 -1
  3280. package/icons/gcp/support.js +0 -1
  3281. package/icons/gcp/tensorflow-enterprise.js +0 -1
  3282. package/icons/gcp/text-to-speech.js +0 -1
  3283. package/icons/gcp/tools-for-powershell.js +0 -1
  3284. package/icons/gcp/trace.js +0 -1
  3285. package/icons/gcp/traffic-director.js +0 -1
  3286. package/icons/gcp/transfer-appliance.js +0 -1
  3287. package/icons/gcp/transfer.js +0 -1
  3288. package/icons/gcp/user-preferences.js +0 -1
  3289. package/icons/gcp/vertex-ai.js +0 -1
  3290. package/icons/gcp/video-intelligence-api.js +0 -1
  3291. package/icons/gcp/virtual-private-cloud.js +0 -1
  3292. package/icons/gcp/visual-inspection.js +0 -1
  3293. package/icons/gcp/vmware-engine.js +0 -1
  3294. package/icons/gcp/web-risk.js +0 -1
  3295. package/icons/gcp/web-security-scanner.js +0 -1
  3296. package/icons/gcp/workflows.js +0 -1
  3297. package/icons/gcp/workload-identity-pool.js +0 -1
  3298. package/icons/icon.d.ts +0 -2
  3299. package/icons/tech/100tb.js +0 -1
  3300. package/icons/tech/500px.js +0 -1
  3301. package/icons/tech/aarch64.js +0 -1
  3302. package/icons/tech/active-campaign-icon.js +0 -1
  3303. package/icons/tech/active-campaign.js +0 -1
  3304. package/icons/tech/adobe-after-effects.js +0 -1
  3305. package/icons/tech/adobe-animate.js +0 -1
  3306. package/icons/tech/adobe-dreamweaver.js +0 -1
  3307. package/icons/tech/adobe-icon.js +0 -1
  3308. package/icons/tech/adobe-illustrator.js +0 -1
  3309. package/icons/tech/adobe-incopy.js +0 -1
  3310. package/icons/tech/adobe-indesign.js +0 -1
  3311. package/icons/tech/adobe-lightroom.js +0 -1
  3312. package/icons/tech/adobe-photoshop.js +0 -1
  3313. package/icons/tech/adobe-premiere-pro.js +0 -1
  3314. package/icons/tech/adobe-premiere.js +0 -1
  3315. package/icons/tech/adobe-xd.js +0 -1
  3316. package/icons/tech/adobe.js +0 -1
  3317. package/icons/tech/adonis-js.js +0 -1
  3318. package/icons/tech/adonisjs-icon.js +0 -1
  3319. package/icons/tech/adroll.js +0 -1
  3320. package/icons/tech/adyen.js +0 -1
  3321. package/icons/tech/aerogear.js +0 -1
  3322. package/icons/tech/aerospike-icon.js +0 -1
  3323. package/icons/tech/aerospike.js +0 -1
  3324. package/icons/tech/after-effects.js +0 -1
  3325. package/icons/tech/aha.js +0 -1
  3326. package/icons/tech/airbnb-icon.js +0 -1
  3327. package/icons/tech/airbnb.js +0 -1
  3328. package/icons/tech/airbrake.js +0 -1
  3329. package/icons/tech/airflow-icon.js +0 -1
  3330. package/icons/tech/airflow.js +0 -1
  3331. package/icons/tech/airtable.js +0 -1
  3332. package/icons/tech/aix.js +0 -1
  3333. package/icons/tech/akamai.js +0 -1
  3334. package/icons/tech/akka.js +0 -1
  3335. package/icons/tech/alfresco.js +0 -1
  3336. package/icons/tech/algolia.js +0 -1
  3337. package/icons/tech/alpinejs-icon.js +0 -1
  3338. package/icons/tech/alpinejs.js +0 -1
  3339. package/icons/tech/altair.js +0 -1
  3340. package/icons/tech/amazon-chime.js +0 -1
  3341. package/icons/tech/amazon-connect.js +0 -1
  3342. package/icons/tech/amazon-web-services.js +0 -1
  3343. package/icons/tech/amd.js +0 -1
  3344. package/icons/tech/amex-digital.js +0 -1
  3345. package/icons/tech/amex.js +0 -1
  3346. package/icons/tech/amp-icon.js +0 -1
  3347. package/icons/tech/amp.js +0 -1
  3348. package/icons/tech/ampersand.js +0 -1
  3349. package/icons/tech/amplication-icon.js +0 -1
  3350. package/icons/tech/amplication.js +0 -1
  3351. package/icons/tech/amplitude-icon.js +0 -1
  3352. package/icons/tech/amplitude.js +0 -1
  3353. package/icons/tech/anaconda.js +0 -1
  3354. package/icons/tech/analog.js +0 -1
  3355. package/icons/tech/android-icon.js +0 -1
  3356. package/icons/tech/android-studio.js +0 -1
  3357. package/icons/tech/android-vertical.js +0 -1
  3358. package/icons/tech/android.js +0 -1
  3359. package/icons/tech/angellist.js +0 -1
  3360. package/icons/tech/angular-icon.js +0 -1
  3361. package/icons/tech/angular-js.js +0 -1
  3362. package/icons/tech/angular.js +0 -1
  3363. package/icons/tech/ansible.js +0 -1
  3364. package/icons/tech/ant-design.js +0 -1
  3365. package/icons/tech/anthropic-icon.js +0 -1
  3366. package/icons/tech/anthropic.js +0 -1
  3367. package/icons/tech/apache-camel.js +0 -1
  3368. package/icons/tech/apache-cloudstack.js +0 -1
  3369. package/icons/tech/apache-flink-icon.js +0 -1
  3370. package/icons/tech/apache-flink.js +0 -1
  3371. package/icons/tech/apache-spark.js +0 -1
  3372. package/icons/tech/apache-superset-icon.js +0 -1
  3373. package/icons/tech/apache-superset.js +0 -1
  3374. package/icons/tech/apache.js +0 -1
  3375. package/icons/tech/apiary.js +0 -1
  3376. package/icons/tech/apidog-icon.js +0 -1
  3377. package/icons/tech/apidog.js +0 -1
  3378. package/icons/tech/apl.js +0 -1
  3379. package/icons/tech/apollostack.js +0 -1
  3380. package/icons/tech/apostrophe.js +0 -1
  3381. package/icons/tech/appbaseio-icon.js +0 -1
  3382. package/icons/tech/appbaseio.js +0 -1
  3383. package/icons/tech/appcelerator.js +0 -1
  3384. package/icons/tech/appcenter-icon.js +0 -1
  3385. package/icons/tech/appcenter.js +0 -1
  3386. package/icons/tech/appcircle-icon.js +0 -1
  3387. package/icons/tech/appcircle.js +0 -1
  3388. package/icons/tech/appcode.js +0 -1
  3389. package/icons/tech/appdynamics-icon.js +0 -1
  3390. package/icons/tech/appdynamics.js +0 -1
  3391. package/icons/tech/appium.js +0 -1
  3392. package/icons/tech/apple-app-store.js +0 -1
  3393. package/icons/tech/apple-pay.js +0 -1
  3394. package/icons/tech/apple-safari.js +0 -1
  3395. package/icons/tech/apple.js +0 -1
  3396. package/icons/tech/applitools-icon.js +0 -1
  3397. package/icons/tech/applitools.js +0 -1
  3398. package/icons/tech/appsignal-icon.js +0 -1
  3399. package/icons/tech/appsignal.js +0 -1
  3400. package/icons/tech/apptentive.js +0 -1
  3401. package/icons/tech/appveyor.js +0 -1
  3402. package/icons/tech/appwrite-icon.js +0 -1
  3403. package/icons/tech/appwrite.js +0 -1
  3404. package/icons/tech/arangodb-icon.js +0 -1
  3405. package/icons/tech/arangodb.js +0 -1
  3406. package/icons/tech/arc.js +0 -1
  3407. package/icons/tech/architect-icon.js +0 -1
  3408. package/icons/tech/architect.js +0 -1
  3409. package/icons/tech/archlinux.js +0 -1
  3410. package/icons/tech/arduino.js +0 -1
  3411. package/icons/tech/argo-icon.js +0 -1
  3412. package/icons/tech/argo.js +0 -1
  3413. package/icons/tech/argocd.js +0 -1
  3414. package/icons/tech/arm.js +0 -1
  3415. package/icons/tech/armory-icon.js +0 -1
  3416. package/icons/tech/armory.js +0 -1
  3417. package/icons/tech/asana-icon.js +0 -1
  3418. package/icons/tech/asana.js +0 -1
  3419. package/icons/tech/asciidoctor.js +0 -1
  3420. package/icons/tech/assembla-icon.js +0 -1
  3421. package/icons/tech/assembla.js +0 -1
  3422. package/icons/tech/astro-icon.js +0 -1
  3423. package/icons/tech/astro.js +0 -1
  3424. package/icons/tech/astronomer.js +0 -1
  3425. package/icons/tech/async-api-icon.js +0 -1
  3426. package/icons/tech/async-api.js +0 -1
  3427. package/icons/tech/atlassian.js +0 -1
  3428. package/icons/tech/atom-icon.js +0 -1
  3429. package/icons/tech/atom.js +0 -1
  3430. package/icons/tech/atomic-icon.js +0 -1
  3431. package/icons/tech/atomic.js +0 -1
  3432. package/icons/tech/atomicojs-icon.js +0 -1
  3433. package/icons/tech/atomicojs.js +0 -1
  3434. package/icons/tech/aurelia.js +0 -1
  3435. package/icons/tech/aurora.js +0 -1
  3436. package/icons/tech/auth0-icon.js +0 -1
  3437. package/icons/tech/auth0.js +0 -1
  3438. package/icons/tech/authy.js +0 -1
  3439. package/icons/tech/autodesk-maya.js +0 -1
  3440. package/icons/tech/autodesk-shot-grid.js +0 -1
  3441. package/icons/tech/autoit.js +0 -1
  3442. package/icons/tech/autoprefixer.js +0 -1
  3443. package/icons/tech/ava.js +0 -1
  3444. package/icons/tech/awesome.js +0 -1
  3445. package/icons/tech/awk.js +0 -1
  3446. package/icons/tech/aws-amplify.js +0 -1
  3447. package/icons/tech/aws-api-gateway.js +0 -1
  3448. package/icons/tech/aws-app-mesh.js +0 -1
  3449. package/icons/tech/aws-appflow.js +0 -1
  3450. package/icons/tech/aws-appsync.js +0 -1
  3451. package/icons/tech/aws-athena.js +0 -1
  3452. package/icons/tech/aws-aurora.js +0 -1
  3453. package/icons/tech/aws-backup.js +0 -1
  3454. package/icons/tech/aws-batch.js +0 -1
  3455. package/icons/tech/aws-certificate-manager.js +0 -1
  3456. package/icons/tech/aws-cloudformation.js +0 -1
  3457. package/icons/tech/aws-cloudfront.js +0 -1
  3458. package/icons/tech/aws-cloudsearch.js +0 -1
  3459. package/icons/tech/aws-cloudtrail.js +0 -1
  3460. package/icons/tech/aws-cloudwatch.js +0 -1
  3461. package/icons/tech/aws-codebuild.js +0 -1
  3462. package/icons/tech/aws-codecommit.js +0 -1
  3463. package/icons/tech/aws-codedeploy.js +0 -1
  3464. package/icons/tech/aws-codepipeline.js +0 -1
  3465. package/icons/tech/aws-codestar.js +0 -1
  3466. package/icons/tech/aws-cognito.js +0 -1
  3467. package/icons/tech/aws-config.js +0 -1
  3468. package/icons/tech/aws-documentdb.js +0 -1
  3469. package/icons/tech/aws-dynamodb.js +0 -1
  3470. package/icons/tech/aws-ec2.js +0 -1
  3471. package/icons/tech/aws-ecs.js +0 -1
  3472. package/icons/tech/aws-eks.js +0 -1
  3473. package/icons/tech/aws-elastic-beanstalk.js +0 -1
  3474. package/icons/tech/aws-elasticache.js +0 -1
  3475. package/icons/tech/aws-elb.js +0 -1
  3476. package/icons/tech/aws-eventbridge.js +0 -1
  3477. package/icons/tech/aws-fargate.js +0 -1
  3478. package/icons/tech/aws-glacier.js +0 -1
  3479. package/icons/tech/aws-glue.js +0 -1
  3480. package/icons/tech/aws-iam.js +0 -1
  3481. package/icons/tech/aws-keyspaces.js +0 -1
  3482. package/icons/tech/aws-kinesis.js +0 -1
  3483. package/icons/tech/aws-kms.js +0 -1
  3484. package/icons/tech/aws-lake-formation.js +0 -1
  3485. package/icons/tech/aws-lambda.js +0 -1
  3486. package/icons/tech/aws-lightsail.js +0 -1
  3487. package/icons/tech/aws-mq.js +0 -1
  3488. package/icons/tech/aws-msk.js +0 -1
  3489. package/icons/tech/aws-neptune.js +0 -1
  3490. package/icons/tech/aws-open-search.js +0 -1
  3491. package/icons/tech/aws-opsworks.js +0 -1
  3492. package/icons/tech/aws-quicksight.js +0 -1
  3493. package/icons/tech/aws-rds.js +0 -1
  3494. package/icons/tech/aws-redshift.js +0 -1
  3495. package/icons/tech/aws-route53.js +0 -1
  3496. package/icons/tech/aws-s3.js +0 -1
  3497. package/icons/tech/aws-secrets-manager.js +0 -1
  3498. package/icons/tech/aws-ses.js +0 -1
  3499. package/icons/tech/aws-shield.js +0 -1
  3500. package/icons/tech/aws-sns.js +0 -1
  3501. package/icons/tech/aws-sqs.js +0 -1
  3502. package/icons/tech/aws-step-functions.js +0 -1
  3503. package/icons/tech/aws-systems-manager.js +0 -1
  3504. package/icons/tech/aws-timestream.js +0 -1
  3505. package/icons/tech/aws-vpc.js +0 -1
  3506. package/icons/tech/aws-waf.js +0 -1
  3507. package/icons/tech/aws-xray.js +0 -1
  3508. package/icons/tech/aws.js +0 -1
  3509. package/icons/tech/axios.js +0 -1
  3510. package/icons/tech/azios.js +0 -1
  3511. package/icons/tech/azure-devops.js +0 -1
  3512. package/icons/tech/azure-sql-database.js +0 -1
  3513. package/icons/tech/azure.js +0 -1
  3514. package/icons/tech/babel.js +0 -1
  3515. package/icons/tech/backbone-icon.js +0 -1
  3516. package/icons/tech/backbone-js.js +0 -1
  3517. package/icons/tech/backbone.js +0 -1
  3518. package/icons/tech/backerkit.js +0 -1
  3519. package/icons/tech/baker-street.js +0 -1
  3520. package/icons/tech/balena.js +0 -1
  3521. package/icons/tech/ballerina.js +0 -1
  3522. package/icons/tech/bamboo.js +0 -1
  3523. package/icons/tech/basecamp-icon.js +0 -1
  3524. package/icons/tech/basecamp.js +0 -1
  3525. package/icons/tech/basekit.js +0 -1
  3526. package/icons/tech/baseline.js +0 -1
  3527. package/icons/tech/bash-icon.js +0 -1
  3528. package/icons/tech/bash.js +0 -1
  3529. package/icons/tech/batch.js +0 -1
  3530. package/icons/tech/beats.js +0 -1
  3531. package/icons/tech/behance.js +0 -1
  3532. package/icons/tech/bem-2.js +0 -1
  3533. package/icons/tech/bem.js +0 -1
  3534. package/icons/tech/bigpanda.js +0 -1
  3535. package/icons/tech/bing.js +0 -1
  3536. package/icons/tech/biomejs-icon.js +0 -1
  3537. package/icons/tech/biomejs.js +0 -1
  3538. package/icons/tech/bitbar.js +0 -1
  3539. package/icons/tech/bitbucket.js +0 -1
  3540. package/icons/tech/bitcoin.js +0 -1
  3541. package/icons/tech/bitnami.js +0 -1
  3542. package/icons/tech/bitrise-icon.js +0 -1
  3543. package/icons/tech/bitrise.js +0 -1
  3544. package/icons/tech/blender.js +0 -1
  3545. package/icons/tech/blitzjs-icon.js +0 -1
  3546. package/icons/tech/blitzjs.js +0 -1
  3547. package/icons/tech/blocs.js +0 -1
  3548. package/icons/tech/blogger.js +0 -1
  3549. package/icons/tech/blossom.js +0 -1
  3550. package/icons/tech/blueprint.js +0 -1
  3551. package/icons/tech/bluesky.js +0 -1
  3552. package/icons/tech/bluetooth.js +0 -1
  3553. package/icons/tech/booqable-icon.js +0 -1
  3554. package/icons/tech/booqable.js +0 -1
  3555. package/icons/tech/bootstrap.js +0 -1
  3556. package/icons/tech/bosun.js +0 -1
  3557. package/icons/tech/botanalytics.js +0 -1
  3558. package/icons/tech/bourbon.js +0 -1
  3559. package/icons/tech/bower.js +0 -1
  3560. package/icons/tech/box.js +0 -1
  3561. package/icons/tech/brackets.js +0 -1
  3562. package/icons/tech/brainjs.js +0 -1
  3563. package/icons/tech/branch-icon.js +0 -1
  3564. package/icons/tech/branch.js +0 -1
  3565. package/icons/tech/brandfolder-icon.js +0 -1
  3566. package/icons/tech/brandfolder.js +0 -1
  3567. package/icons/tech/brave.js +0 -1
  3568. package/icons/tech/braze-icon.js +0 -1
  3569. package/icons/tech/braze.js +0 -1
  3570. package/icons/tech/broadcom-icon.js +0 -1
  3571. package/icons/tech/broadcom.js +0 -1
  3572. package/icons/tech/broccoli.js +0 -1
  3573. package/icons/tech/brotli.js +0 -1
  3574. package/icons/tech/browserify-icon.js +0 -1
  3575. package/icons/tech/browserify.js +0 -1
  3576. package/icons/tech/browserling.js +0 -1
  3577. package/icons/tech/browserslist.js +0 -1
  3578. package/icons/tech/browserstack.js +0 -1
  3579. package/icons/tech/browsersync.js +0 -1
  3580. package/icons/tech/brunch.js +0 -1
  3581. package/icons/tech/bubble-icon.js +0 -1
  3582. package/icons/tech/bubble.js +0 -1
  3583. package/icons/tech/buck.js +0 -1
  3584. package/icons/tech/buddy.js +0 -1
  3585. package/icons/tech/buffer.js +0 -1
  3586. package/icons/tech/bugherd-icon.js +0 -1
  3587. package/icons/tech/bugherd.js +0 -1
  3588. package/icons/tech/bugsee.js +0 -1
  3589. package/icons/tech/bugsnag.js +0 -1
  3590. package/icons/tech/builder-io-icon.js +0 -1
  3591. package/icons/tech/builder-io.js +0 -1
  3592. package/icons/tech/buildkite-icon.js +0 -1
  3593. package/icons/tech/buildkite.js +0 -1
  3594. package/icons/tech/bulma.js +0 -1
  3595. package/icons/tech/bun.js +0 -1
  3596. package/icons/tech/bunny-net-icon.js +0 -1
  3597. package/icons/tech/bunny-net.js +0 -1
  3598. package/icons/tech/c.js +0 -1
  3599. package/icons/tech/cachet.js +0 -1
  3600. package/icons/tech/cairo-graphics.js +0 -1
  3601. package/icons/tech/cake-php.js +0 -1
  3602. package/icons/tech/cakephp-icon.js +0 -1
  3603. package/icons/tech/calibre-icon.js +0 -1
  3604. package/icons/tech/calibre.js +0 -1
  3605. package/icons/tech/campaignmonitor-icon.js +0 -1
  3606. package/icons/tech/campaignmonitor.js +0 -1
  3607. package/icons/tech/canjs.js +0 -1
  3608. package/icons/tech/canva.js +0 -1
  3609. package/icons/tech/capacitor.js +0 -1
  3610. package/icons/tech/capacitorjs-icon.js +0 -1
  3611. package/icons/tech/capacitorjs.js +0 -1
  3612. package/icons/tech/capistrano.js +0 -1
  3613. package/icons/tech/carbide.js +0 -1
  3614. package/icons/tech/cardano-icon.js +0 -1
  3615. package/icons/tech/cardano.js +0 -1
  3616. package/icons/tech/cassandra.js +0 -1
  3617. package/icons/tech/cent-os.js +0 -1
  3618. package/icons/tech/centos-icon.js +0 -1
  3619. package/icons/tech/certbot.js +0 -1
  3620. package/icons/tech/ceylon.js +0 -1
  3621. package/icons/tech/chai.js +0 -1
  3622. package/icons/tech/chalk.js +0 -1
  3623. package/icons/tech/chargebee-icon.js +0 -1
  3624. package/icons/tech/chargebee.js +0 -1
  3625. package/icons/tech/chartjs.js +0 -1
  3626. package/icons/tech/chef.js +0 -1
  3627. package/icons/tech/chevereto.js +0 -1
  3628. package/icons/tech/chroma.js +0 -1
  3629. package/icons/tech/chromatic-icon.js +0 -1
  3630. package/icons/tech/chromatic.js +0 -1
  3631. package/icons/tech/chrome-web-store.js +0 -1
  3632. package/icons/tech/chrome.js +0 -1
  3633. package/icons/tech/cinder.js +0 -1
  3634. package/icons/tech/circle-ci.js +0 -1
  3635. package/icons/tech/cirrus-ci.js +0 -1
  3636. package/icons/tech/cirrus.js +0 -1
  3637. package/icons/tech/clarity.js +0 -1
  3638. package/icons/tech/claude-icon.js +0 -1
  3639. package/icons/tech/claude.js +0 -1
  3640. package/icons/tech/clio-lang.js +0 -1
  3641. package/icons/tech/clion.js +0 -1
  3642. package/icons/tech/cljs.js +0 -1
  3643. package/icons/tech/clojure-script.js +0 -1
  3644. package/icons/tech/clojure.js +0 -1
  3645. package/icons/tech/close.js +0 -1
  3646. package/icons/tech/cloud9.js +0 -1
  3647. package/icons/tech/cloudacademy-icon.js +0 -1
  3648. package/icons/tech/cloudacademy.js +0 -1
  3649. package/icons/tech/cloudcraft.js +0 -1
  3650. package/icons/tech/cloudflare-icon.js +0 -1
  3651. package/icons/tech/cloudflare-workers-icon.js +0 -1
  3652. package/icons/tech/cloudflare-workers.js +0 -1
  3653. package/icons/tech/cloudflare.js +0 -1
  3654. package/icons/tech/cloudinary-icon.js +0 -1
  3655. package/icons/tech/cloudinary.js +0 -1
  3656. package/icons/tech/cloudlinux.js +0 -1
  3657. package/icons/tech/cmake.js +0 -1
  3658. package/icons/tech/cobalt.js +0 -1
  3659. package/icons/tech/cockpit.js +0 -1
  3660. package/icons/tech/cocoapods.js +0 -1
  3661. package/icons/tech/coda-icon.js +0 -1
  3662. package/icons/tech/coda.js +0 -1
  3663. package/icons/tech/codacy.js +0 -1
  3664. package/icons/tech/code-igniter.js +0 -1
  3665. package/icons/tech/code-pen.js +0 -1
  3666. package/icons/tech/codeac.js +0 -1
  3667. package/icons/tech/codebase.js +0 -1
  3668. package/icons/tech/codebeat.js +0 -1
  3669. package/icons/tech/codecademy.js +0 -1
  3670. package/icons/tech/codeception.js +0 -1
  3671. package/icons/tech/codeclimate-icon.js +0 -1
  3672. package/icons/tech/codeclimate.js +0 -1
  3673. package/icons/tech/codecov-icon.js +0 -1
  3674. package/icons/tech/codecov.js +0 -1
  3675. package/icons/tech/codefactor-icon.js +0 -1
  3676. package/icons/tech/codefactor.js +0 -1
  3677. package/icons/tech/codeigniter-icon.js +0 -1
  3678. package/icons/tech/codepen-icon.js +0 -1
  3679. package/icons/tech/codersrank-icon.js +0 -1
  3680. package/icons/tech/codersrank.js +0 -1
  3681. package/icons/tech/coderwall.js +0 -1
  3682. package/icons/tech/codesandbox-icon.js +0 -1
  3683. package/icons/tech/codesandbox.js +0 -1
  3684. package/icons/tech/codesee-icon.js +0 -1
  3685. package/icons/tech/codesee.js +0 -1
  3686. package/icons/tech/codio.js +0 -1
  3687. package/icons/tech/codium-icon.js +0 -1
  3688. package/icons/tech/codium.js +0 -1
  3689. package/icons/tech/coffee-script.js +0 -1
  3690. package/icons/tech/commitizen.js +0 -1
  3691. package/icons/tech/compass.js +0 -1
  3692. package/icons/tech/componentkit.js +0 -1
  3693. package/icons/tech/compose-multiplatform.js +0 -1
  3694. package/icons/tech/compose.js +0 -1
  3695. package/icons/tech/composer.js +0 -1
  3696. package/icons/tech/conan-io.js +0 -1
  3697. package/icons/tech/concourse.js +0 -1
  3698. package/icons/tech/concretecms-icon.js +0 -1
  3699. package/icons/tech/concretecms.js +0 -1
  3700. package/icons/tech/conda.js +0 -1
  3701. package/icons/tech/confluence.js +0 -1
  3702. package/icons/tech/consul.js +0 -1
  3703. package/icons/tech/contao.js +0 -1
  3704. package/icons/tech/contentful.js +0 -1
  3705. package/icons/tech/convox-icon.js +0 -1
  3706. package/icons/tech/convox.js +0 -1
  3707. package/icons/tech/copyleft-pirate.js +0 -1
  3708. package/icons/tech/copyleft.js +0 -1
  3709. package/icons/tech/corda.js +0 -1
  3710. package/icons/tech/cordova.js +0 -1
  3711. package/icons/tech/cosmosdb.js +0 -1
  3712. package/icons/tech/couchbase.js +0 -1
  3713. package/icons/tech/couchdb-icon.js +0 -1
  3714. package/icons/tech/couchdb.js +0 -1
  3715. package/icons/tech/coursera.js +0 -1
  3716. package/icons/tech/coveralls.js +0 -1
  3717. package/icons/tech/cpanel.js +0 -1
  3718. package/icons/tech/cplusplus.js +0 -1
  3719. package/icons/tech/craftcms.js +0 -1
  3720. package/icons/tech/crashlytics.js +0 -1
  3721. package/icons/tech/crateio.js +0 -1
  3722. package/icons/tech/create-react-app.js +0 -1
  3723. package/icons/tech/createjs.js +0 -1
  3724. package/icons/tech/crossplane-icon.js +0 -1
  3725. package/icons/tech/crossplane.js +0 -1
  3726. package/icons/tech/crucible.js +0 -1
  3727. package/icons/tech/crystal.js +0 -1
  3728. package/icons/tech/csharp.js +0 -1
  3729. package/icons/tech/css3-official.js +0 -1
  3730. package/icons/tech/css3.js +0 -1
  3731. package/icons/tech/cssnext.js +0 -1
  3732. package/icons/tech/cube-icon.js +0 -1
  3733. package/icons/tech/cube.js +0 -1
  3734. package/icons/tech/cucumber.js +0 -1
  3735. package/icons/tech/curl.js +0 -1
  3736. package/icons/tech/customerio-icon.js +0 -1
  3737. package/icons/tech/customerio.js +0 -1
  3738. package/icons/tech/cyclejs.js +0 -1
  3739. package/icons/tech/cypress-icon.js +0 -1
  3740. package/icons/tech/cypress.js +0 -1
  3741. package/icons/tech/d3.js +0 -1
  3742. package/icons/tech/d3js.js +0 -1
  3743. package/icons/tech/dailydev-icon.js +0 -1
  3744. package/icons/tech/dailydev.js +0 -1
  3745. package/icons/tech/daisy-ui-icon.js +0 -1
  3746. package/icons/tech/daisy-ui.js +0 -1
  3747. package/icons/tech/danfo.js +0 -1
  3748. package/icons/tech/dart.js +0 -1
  3749. package/icons/tech/dashlane-icon.js +0 -1
  3750. package/icons/tech/dashlane.js +0 -1
  3751. package/icons/tech/data-grip.js +0 -1
  3752. package/icons/tech/data-spell.js +0 -1
  3753. package/icons/tech/data-station.js +0 -1
  3754. package/icons/tech/database-labs.js +0 -1
  3755. package/icons/tech/datadog-icon.js +0 -1
  3756. package/icons/tech/datadog.js +0 -1
  3757. package/icons/tech/datasette-icon.js +0 -1
  3758. package/icons/tech/datasette.js +0 -1
  3759. package/icons/tech/datocms-icon.js +0 -1
  3760. package/icons/tech/datocms.js +0 -1
  3761. package/icons/tech/dbeaver.js +0 -1
  3762. package/icons/tech/dbt-icon.js +0 -1
  3763. package/icons/tech/dbt.js +0 -1
  3764. package/icons/tech/dcos-icon.js +0 -1
  3765. package/icons/tech/dcos.js +0 -1
  3766. package/icons/tech/debian.js +0 -1
  3767. package/icons/tech/delighted-icon.js +0 -1
  3768. package/icons/tech/delighted.js +0 -1
  3769. package/icons/tech/deno.js +0 -1
  3770. package/icons/tech/dependabot.js +0 -1
  3771. package/icons/tech/deployhq-icon.js +0 -1
  3772. package/icons/tech/deployhq.js +0 -1
  3773. package/icons/tech/derby.js +0 -1
  3774. package/icons/tech/descript-icon.js +0 -1
  3775. package/icons/tech/descript.js +0 -1
  3776. package/icons/tech/designernews.js +0 -1
  3777. package/icons/tech/deviantart-icon.js +0 -1
  3778. package/icons/tech/deviantart.js +0 -1
  3779. package/icons/tech/devicon.js +0 -1
  3780. package/icons/tech/dgraph-icon.js +0 -1
  3781. package/icons/tech/dgraph.js +0 -1
  3782. package/icons/tech/dialogflow.js +0 -1
  3783. package/icons/tech/digital-ocean-icon.js +0 -1
  3784. package/icons/tech/digital-ocean.js +0 -1
  3785. package/icons/tech/dimer.js +0 -1
  3786. package/icons/tech/dinersclub.js +0 -1
  3787. package/icons/tech/discord-icon.js +0 -1
  3788. package/icons/tech/discord-js.js +0 -1
  3789. package/icons/tech/discord.js +0 -1
  3790. package/icons/tech/discourse-icon.js +0 -1
  3791. package/icons/tech/discourse.js +0 -1
  3792. package/icons/tech/discover.js +0 -1
  3793. package/icons/tech/disqus.js +0 -1
  3794. package/icons/tech/django-icon.js +0 -1
  3795. package/icons/tech/django-rest.js +0 -1
  3796. package/icons/tech/django.js +0 -1
  3797. package/icons/tech/dockbit.js +0 -1
  3798. package/icons/tech/docker-icon.js +0 -1
  3799. package/icons/tech/docker.js +0 -1
  3800. package/icons/tech/doctrine.js +0 -1
  3801. package/icons/tech/docusaurus.js +0 -1
  3802. package/icons/tech/dojo-icon.js +0 -1
  3803. package/icons/tech/dojo-toolkit.js +0 -1
  3804. package/icons/tech/dojo.js +0 -1
  3805. package/icons/tech/dolt.js +0 -1
  3806. package/icons/tech/dotnet.js +0 -1
  3807. package/icons/tech/dovetail-icon.js +0 -1
  3808. package/icons/tech/dovetail.js +0 -1
  3809. package/icons/tech/dreamhost.js +0 -1
  3810. package/icons/tech/dribbble-icon.js +0 -1
  3811. package/icons/tech/dribbble.js +0 -1
  3812. package/icons/tech/drift.js +0 -1
  3813. package/icons/tech/drip.js +0 -1
  3814. package/icons/tech/drizzle-icon.js +0 -1
  3815. package/icons/tech/drizzle.js +0 -1
  3816. package/icons/tech/drone-icon.js +0 -1
  3817. package/icons/tech/drone.js +0 -1
  3818. package/icons/tech/drools-icon.js +0 -1
  3819. package/icons/tech/drools.js +0 -1
  3820. package/icons/tech/dropbox.js +0 -1
  3821. package/icons/tech/dropmark.js +0 -1
  3822. package/icons/tech/dropwizard.js +0 -1
  3823. package/icons/tech/dropzone.js +0 -1
  3824. package/icons/tech/drupal-icon.js +0 -1
  3825. package/icons/tech/drupal.js +0 -1
  3826. package/icons/tech/duckduckgo.js +0 -1
  3827. package/icons/tech/dynatrace-icon.js +0 -1
  3828. package/icons/tech/dynatrace.js +0 -1
  3829. package/icons/tech/dyndns.js +0 -1
  3830. package/icons/tech/ebanx.js +0 -1
  3831. package/icons/tech/eclipse-ceylon.js +0 -1
  3832. package/icons/tech/eclipse-icon.js +0 -1
  3833. package/icons/tech/eclipse-ide.js +0 -1
  3834. package/icons/tech/eclipse-vert-x.js +0 -1
  3835. package/icons/tech/eclipse.js +0 -1
  3836. package/icons/tech/ecma.js +0 -1
  3837. package/icons/tech/edgedb.js +0 -1
  3838. package/icons/tech/edgio-icon.js +0 -1
  3839. package/icons/tech/edgio.js +0 -1
  3840. package/icons/tech/editorconfig.js +0 -1
  3841. package/icons/tech/effect-icon.js +0 -1
  3842. package/icons/tech/effect.js +0 -1
  3843. package/icons/tech/effector.js +0 -1
  3844. package/icons/tech/egghead.js +0 -1
  3845. package/icons/tech/elasticbeats.js +0 -1
  3846. package/icons/tech/elasticpath-icon.js +0 -1
  3847. package/icons/tech/elasticpath.js +0 -1
  3848. package/icons/tech/elasticsearch.js +0 -1
  3849. package/icons/tech/electron.js +0 -1
  3850. package/icons/tech/element.js +0 -1
  3851. package/icons/tech/elemental-ui.js +0 -1
  3852. package/icons/tech/elementary.js +0 -1
  3853. package/icons/tech/eleventy-11ty.js +0 -1
  3854. package/icons/tech/eleventy.js +0 -1
  3855. package/icons/tech/elixir.js +0 -1
  3856. package/icons/tech/ello.js +0 -1
  3857. package/icons/tech/elm-classic.js +0 -1
  3858. package/icons/tech/elm.js +0 -1
  3859. package/icons/tech/elo.js +0 -1
  3860. package/icons/tech/emacs-classic.js +0 -1
  3861. package/icons/tech/emacs.js +0 -1
  3862. package/icons/tech/embedded-c.js +0 -1
  3863. package/icons/tech/embedly.js +0 -1
  3864. package/icons/tech/ember-js.js +0 -1
  3865. package/icons/tech/ember-tomster.js +0 -1
  3866. package/icons/tech/ember.js +0 -1
  3867. package/icons/tech/emmet.js +0 -1
  3868. package/icons/tech/enact.js +0 -1
  3869. package/icons/tech/engine-yard-icon.js +0 -1
  3870. package/icons/tech/engine-yard.js +0 -1
  3871. package/icons/tech/envato.js +0 -1
  3872. package/icons/tech/envoy-icon.js +0 -1
  3873. package/icons/tech/envoy.js +0 -1
  3874. package/icons/tech/envoyer.js +0 -1
  3875. package/icons/tech/eraser-icon.js +0 -1
  3876. package/icons/tech/eraser.js +0 -1
  3877. package/icons/tech/erlang.js +0 -1
  3878. package/icons/tech/esbuild.js +0 -1
  3879. package/icons/tech/esdoc.js +0 -1
  3880. package/icons/tech/eslint-old.js +0 -1
  3881. package/icons/tech/eslint.js +0 -1
  3882. package/icons/tech/eta-icon.js +0 -1
  3883. package/icons/tech/eta.js +0 -1
  3884. package/icons/tech/etcd.js +0 -1
  3885. package/icons/tech/ethereum-color.js +0 -1
  3886. package/icons/tech/ethereum.js +0 -1
  3887. package/icons/tech/ethers.js +0 -1
  3888. package/icons/tech/ethnio.js +0 -1
  3889. package/icons/tech/eventbrite-icon.js +0 -1
  3890. package/icons/tech/eventbrite.js +0 -1
  3891. package/icons/tech/eventsentry.js +0 -1
  3892. package/icons/tech/evergreen-icon.js +0 -1
  3893. package/icons/tech/evergreen.js +0 -1
  3894. package/icons/tech/expo-icon.js +0 -1
  3895. package/icons/tech/expo.js +0 -1
  3896. package/icons/tech/express.js +0 -1
  3897. package/icons/tech/fabric.js +0 -1
  3898. package/icons/tech/facebook.js +0 -1
  3899. package/icons/tech/faker.js +0 -1
  3900. package/icons/tech/falcor.js +0 -1
  3901. package/icons/tech/fast-api.js +0 -1
  3902. package/icons/tech/fastapi-icon.js +0 -1
  3903. package/icons/tech/fastify-icon.js +0 -1
  3904. package/icons/tech/fastify.js +0 -1
  3905. package/icons/tech/fastlane.js +0 -1
  3906. package/icons/tech/fastly.js +0 -1
  3907. package/icons/tech/fauna-icon.js +0 -1
  3908. package/icons/tech/fauna.js +0 -1
  3909. package/icons/tech/feathers.js +0 -1
  3910. package/icons/tech/feathersjs.js +0 -1
  3911. package/icons/tech/fedora.js +0 -1
  3912. package/icons/tech/fetch.js +0 -1
  3913. package/icons/tech/ffmpeg-icon.js +0 -1
  3914. package/icons/tech/ffmpeg.js +0 -1
  3915. package/icons/tech/figma.js +0 -1
  3916. package/icons/tech/file-zilla.js +0 -1
  3917. package/icons/tech/firebase-icon.js +0 -1
  3918. package/icons/tech/firebase.js +0 -1
  3919. package/icons/tech/firefox.js +0 -1
  3920. package/icons/tech/flannel.js +0 -1
  3921. package/icons/tech/flarum.js +0 -1
  3922. package/icons/tech/flask.js +0 -1
  3923. package/icons/tech/flat-ui.js +0 -1
  3924. package/icons/tech/flattr-icon.js +0 -1
  3925. package/icons/tech/flattr.js +0 -1
  3926. package/icons/tech/fleep.js +0 -1
  3927. package/icons/tech/flickr-icon.js +0 -1
  3928. package/icons/tech/flickr.js +0 -1
  3929. package/icons/tech/flight.js +0 -1
  3930. package/icons/tech/floodio.js +0 -1
  3931. package/icons/tech/flow.js +0 -1
  3932. package/icons/tech/flowxo.js +0 -1
  3933. package/icons/tech/floydhub.js +0 -1
  3934. package/icons/tech/flutter.js +0 -1
  3935. package/icons/tech/flux.js +0 -1
  3936. package/icons/tech/fluxxor.js +0 -1
  3937. package/icons/tech/fly-icon.js +0 -1
  3938. package/icons/tech/fly.js +0 -1
  3939. package/icons/tech/fogbugz-icon.js +0 -1
  3940. package/icons/tech/fogbugz.js +0 -1
  3941. package/icons/tech/fomo-icon.js +0 -1
  3942. package/icons/tech/fomo.js +0 -1
  3943. package/icons/tech/font-awesome.js +0 -1
  3944. package/icons/tech/forestadmin-icon.js +0 -1
  3945. package/icons/tech/forestadmin.js +0 -1
  3946. package/icons/tech/forever.js +0 -1
  3947. package/icons/tech/formkeep.js +0 -1
  3948. package/icons/tech/fortran.js +0 -1
  3949. package/icons/tech/foundation.js +0 -1
  3950. package/icons/tech/foundationdb-icon.js +0 -1
  3951. package/icons/tech/foundationdb.js +0 -1
  3952. package/icons/tech/framer.js +0 -1
  3953. package/icons/tech/framework7-icon.js +0 -1
  3954. package/icons/tech/framework7.js +0 -1
  3955. package/icons/tech/freebsd.js +0 -1
  3956. package/icons/tech/freedcamp-icon.js +0 -1
  3957. package/icons/tech/freedcamp.js +0 -1
  3958. package/icons/tech/freedomdefined.js +0 -1
  3959. package/icons/tech/fresh.js +0 -1
  3960. package/icons/tech/frontapp.js +0 -1
  3961. package/icons/tech/fsharp.js +0 -1
  3962. package/icons/tech/fuchsia.js +0 -1
  3963. package/icons/tech/galliumos.js +0 -1
  3964. package/icons/tech/game-analytics-icon.js +0 -1
  3965. package/icons/tech/game-analytics.js +0 -1
  3966. package/icons/tech/ganache-icon.js +0 -1
  3967. package/icons/tech/ganache.js +0 -1
  3968. package/icons/tech/gatling.js +0 -1
  3969. package/icons/tech/gatsby.js +0 -1
  3970. package/icons/tech/gazebo.js +0 -1
  3971. package/icons/tech/gcc.js +0 -1
  3972. package/icons/tech/geekbot.js +0 -1
  3973. package/icons/tech/geetest-icon.js +0 -1
  3974. package/icons/tech/geetest.js +0 -1
  3975. package/icons/tech/gentoo.js +0 -1
  3976. package/icons/tech/getyourguide.js +0 -1
  3977. package/icons/tech/ghost.js +0 -1
  3978. package/icons/tech/giantswarm.js +0 -1
  3979. package/icons/tech/gimp.js +0 -1
  3980. package/icons/tech/gin.js +0 -1
  3981. package/icons/tech/git-icon.js +0 -1
  3982. package/icons/tech/git.js +0 -1
  3983. package/icons/tech/gitboard.js +0 -1
  3984. package/icons/tech/gitbook.js +0 -1
  3985. package/icons/tech/github-actions.js +0 -1
  3986. package/icons/tech/github-codespaces.js +0 -1
  3987. package/icons/tech/github-copilot.js +0 -1
  3988. package/icons/tech/github-icon.js +0 -1
  3989. package/icons/tech/github-octocat.js +0 -1
  3990. package/icons/tech/github.js +0 -1
  3991. package/icons/tech/gitkraken.js +0 -1
  3992. package/icons/tech/gitlab-icon.js +0 -1
  3993. package/icons/tech/gitlab.js +0 -1
  3994. package/icons/tech/gitpod.js +0 -1
  3995. package/icons/tech/gitter.js +0 -1
  3996. package/icons/tech/gitup.js +0 -1
  3997. package/icons/tech/glamorous-icon.js +0 -1
  3998. package/icons/tech/glamorous.js +0 -1
  3999. package/icons/tech/gleam.js +0 -1
  4000. package/icons/tech/glimmerjs.js +0 -1
  4001. package/icons/tech/glint.js +0 -1
  4002. package/icons/tech/glitch-icon.js +0 -1
  4003. package/icons/tech/glitch.js +0 -1
  4004. package/icons/tech/gnome-icon.js +0 -1
  4005. package/icons/tech/gnome.js +0 -1
  4006. package/icons/tech/gnu-emacs.js +0 -1
  4007. package/icons/tech/gnu-net.js +0 -1
  4008. package/icons/tech/gnu.js +0 -1
  4009. package/icons/tech/gnupg-icon.js +0 -1
  4010. package/icons/tech/gnupg.js +0 -1
  4011. package/icons/tech/go-land.js +0 -1
  4012. package/icons/tech/go.js +0 -1
  4013. package/icons/tech/gocd.js +0 -1
  4014. package/icons/tech/godot-engine.js +0 -1
  4015. package/icons/tech/godot-icon.js +0 -1
  4016. package/icons/tech/godot.js +0 -1
  4017. package/icons/tech/gohorse.js +0 -1
  4018. package/icons/tech/google-360suite.js +0 -1
  4019. package/icons/tech/google-admob.js +0 -1
  4020. package/icons/tech/google-ads.js +0 -1
  4021. package/icons/tech/google-adsense.js +0 -1
  4022. package/icons/tech/google-analytics.js +0 -1
  4023. package/icons/tech/google-bard-icon.js +0 -1
  4024. package/icons/tech/google-bard.js +0 -1
  4025. package/icons/tech/google-calendar.js +0 -1
  4026. package/icons/tech/google-cloud-functions.js +0 -1
  4027. package/icons/tech/google-cloud-run.js +0 -1
  4028. package/icons/tech/google-cloud.js +0 -1
  4029. package/icons/tech/google-data-studio.js +0 -1
  4030. package/icons/tech/google-developers.js +0 -1
  4031. package/icons/tech/google-domains-icon.js +0 -1
  4032. package/icons/tech/google-domains.js +0 -1
  4033. package/icons/tech/google-drive.js +0 -1
  4034. package/icons/tech/google-fit.js +0 -1
  4035. package/icons/tech/google-gemini.js +0 -1
  4036. package/icons/tech/google-gmail.js +0 -1
  4037. package/icons/tech/google-home.js +0 -1
  4038. package/icons/tech/google-icon.js +0 -1
  4039. package/icons/tech/google-keep.js +0 -1
  4040. package/icons/tech/google-maps.js +0 -1
  4041. package/icons/tech/google-marketing-platform.js +0 -1
  4042. package/icons/tech/google-meet.js +0 -1
  4043. package/icons/tech/google-one.js +0 -1
  4044. package/icons/tech/google-optimize.js +0 -1
  4045. package/icons/tech/google-palm.js +0 -1
  4046. package/icons/tech/google-pay.js +0 -1
  4047. package/icons/tech/google-photos.js +0 -1
  4048. package/icons/tech/google-play-console-icon.js +0 -1
  4049. package/icons/tech/google-play-console.js +0 -1
  4050. package/icons/tech/google-play-icon.js +0 -1
  4051. package/icons/tech/google-play.js +0 -1
  4052. package/icons/tech/google-search-console.js +0 -1
  4053. package/icons/tech/google-tag-manager.js +0 -1
  4054. package/icons/tech/google-workspace.js +0 -1
  4055. package/icons/tech/google.js +0 -1
  4056. package/icons/tech/gopher.js +0 -1
  4057. package/icons/tech/gradio-icon.js +0 -1
  4058. package/icons/tech/gradio.js +0 -1
  4059. package/icons/tech/gradle.js +0 -1
  4060. package/icons/tech/grafana.js +0 -1
  4061. package/icons/tech/grails.js +0 -1
  4062. package/icons/tech/grammarly-icon.js +0 -1
  4063. package/icons/tech/grammarly.js +0 -1
  4064. package/icons/tech/graphene.js +0 -1
  4065. package/icons/tech/graphql.js +0 -1
  4066. package/icons/tech/grav.js +0 -1
  4067. package/icons/tech/gravatar-icon.js +0 -1
  4068. package/icons/tech/gravatar.js +0 -1
  4069. package/icons/tech/graylog-icon.js +0 -1
  4070. package/icons/tech/graylog.js +0 -1
  4071. package/icons/tech/greensock-icon.js +0 -1
  4072. package/icons/tech/greensock.js +0 -1
  4073. package/icons/tech/gridsome-icon.js +0 -1
  4074. package/icons/tech/gridsome.js +0 -1
  4075. package/icons/tech/grommet.js +0 -1
  4076. package/icons/tech/groovehq.js +0 -1
  4077. package/icons/tech/groovy.js +0 -1
  4078. package/icons/tech/grove.js +0 -1
  4079. package/icons/tech/growth-book-icon.js +0 -1
  4080. package/icons/tech/growth-book.js +0 -1
  4081. package/icons/tech/grpc.js +0 -1
  4082. package/icons/tech/grunt.js +0 -1
  4083. package/icons/tech/gruntjs.js +0 -1
  4084. package/icons/tech/gulp.js +0 -1
  4085. package/icons/tech/gulpjs.js +0 -1
  4086. package/icons/tech/gunicorn.js +0 -1
  4087. package/icons/tech/gunjs.js +0 -1
  4088. package/icons/tech/gusto.js +0 -1
  4089. package/icons/tech/gwt.js +0 -1
  4090. package/icons/tech/hack.js +0 -1
  4091. package/icons/tech/hacker-one.js +0 -1
  4092. package/icons/tech/hadoop.js +0 -1
  4093. package/icons/tech/haiku-icon.js +0 -1
  4094. package/icons/tech/haiku.js +0 -1
  4095. package/icons/tech/haml.js +0 -1
  4096. package/icons/tech/hanami.js +0 -1
  4097. package/icons/tech/handlebars.js +0 -1
  4098. package/icons/tech/hapi.js +0 -1
  4099. package/icons/tech/hardhat-icon.js +0 -1
  4100. package/icons/tech/hardhat.js +0 -1
  4101. package/icons/tech/harness-icon.js +0 -1
  4102. package/icons/tech/harness.js +0 -1
  4103. package/icons/tech/harvester.js +0 -1
  4104. package/icons/tech/hashicorp-icon.js +0 -1
  4105. package/icons/tech/hashicorp-vault.js +0 -1
  4106. package/icons/tech/hashicorp.js +0 -1
  4107. package/icons/tech/hashnode-icon.js +0 -1
  4108. package/icons/tech/hashnode.js +0 -1
  4109. package/icons/tech/haskell-icon.js +0 -1
  4110. package/icons/tech/haskell.js +0 -1
  4111. package/icons/tech/hasura-icon.js +0 -1
  4112. package/icons/tech/hasura.js +0 -1
  4113. package/icons/tech/haxe.js +0 -1
  4114. package/icons/tech/haxl.js +0 -1
  4115. package/icons/tech/hbase.js +0 -1
  4116. package/icons/tech/hcaptcha-icon.js +0 -1
  4117. package/icons/tech/hcaptcha.js +0 -1
  4118. package/icons/tech/headlessui-icon.js +0 -1
  4119. package/icons/tech/headlessui.js +0 -1
  4120. package/icons/tech/heap-icon.js +0 -1
  4121. package/icons/tech/heap.js +0 -1
  4122. package/icons/tech/helm.js +0 -1
  4123. package/icons/tech/helpscout-icon.js +0 -1
  4124. package/icons/tech/helpscout.js +0 -1
  4125. package/icons/tech/hermes.js +0 -1
  4126. package/icons/tech/heroku-icon.js +0 -1
  4127. package/icons/tech/heroku-redis.js +0 -1
  4128. package/icons/tech/heroku.js +0 -1
  4129. package/icons/tech/hexo.js +0 -1
  4130. package/icons/tech/hhvm.js +0 -1
  4131. package/icons/tech/hibernate.js +0 -1
  4132. package/icons/tech/highcharts.js +0 -1
  4133. package/icons/tech/hipercard.js +0 -1
  4134. package/icons/tech/homebrew.js +0 -1
  4135. package/icons/tech/hono.js +0 -1
  4136. package/icons/tech/hookstate.js +0 -1
  4137. package/icons/tech/hootsuite-icon.js +0 -1
  4138. package/icons/tech/hootsuite.js +0 -1
  4139. package/icons/tech/hosted-graphite.js +0 -1
  4140. package/icons/tech/hostgator-icon.js +0 -1
  4141. package/icons/tech/hostgator.js +0 -1
  4142. package/icons/tech/hotjar-icon.js +0 -1
  4143. package/icons/tech/hotjar.js +0 -1
  4144. package/icons/tech/houndci.js +0 -1
  4145. package/icons/tech/html5-boilerplate.js +0 -1
  4146. package/icons/tech/html5.js +0 -1
  4147. package/icons/tech/htmx-icon.js +0 -1
  4148. package/icons/tech/htmx.js +0 -1
  4149. package/icons/tech/httpie-icon.js +0 -1
  4150. package/icons/tech/httpie.js +0 -1
  4151. package/icons/tech/hubspot.js +0 -1
  4152. package/icons/tech/hugging-face-icon.js +0 -1
  4153. package/icons/tech/hugging-face.js +0 -1
  4154. package/icons/tech/huggy.js +0 -1
  4155. package/icons/tech/hugo.js +0 -1
  4156. package/icons/tech/humongous.js +0 -1
  4157. package/icons/tech/hyper.js +0 -1
  4158. package/icons/tech/hyperapp.js +0 -1
  4159. package/icons/tech/ibm-spss-statistics.js +0 -1
  4160. package/icons/tech/ibm.js +0 -1
  4161. package/icons/tech/ie10.js +0 -1
  4162. package/icons/tech/ieee.js +0 -1
  4163. package/icons/tech/ietf.js +0 -1
  4164. package/icons/tech/ifttt.js +0 -1
  4165. package/icons/tech/imagemin.js +0 -1
  4166. package/icons/tech/imba-icon.js +0 -1
  4167. package/icons/tech/imba.js +0 -1
  4168. package/icons/tech/immer-icon.js +0 -1
  4169. package/icons/tech/immer.js +0 -1
  4170. package/icons/tech/immutable.js +0 -1
  4171. package/icons/tech/impala.js +0 -1
  4172. package/icons/tech/importio-icon.js +0 -1
  4173. package/icons/tech/importio.js +0 -1
  4174. package/icons/tech/incident-icon.js +0 -1
  4175. package/icons/tech/incident.js +0 -1
  4176. package/icons/tech/infer.js +0 -1
  4177. package/icons/tech/inferno.js +0 -1
  4178. package/icons/tech/influxdb-icon.js +0 -1
  4179. package/icons/tech/influxdb.js +0 -1
  4180. package/icons/tech/ink.js +0 -1
  4181. package/icons/tech/inkscape.js +0 -1
  4182. package/icons/tech/insomnia.js +0 -1
  4183. package/icons/tech/instagram-icon.js +0 -1
  4184. package/icons/tech/instagram.js +0 -1
  4185. package/icons/tech/intel.js +0 -1
  4186. package/icons/tech/intellij-idea.js +0 -1
  4187. package/icons/tech/intercom-icon.js +0 -1
  4188. package/icons/tech/intercom.js +0 -1
  4189. package/icons/tech/internet-computer-icon.js +0 -1
  4190. package/icons/tech/internet-computer.js +0 -1
  4191. package/icons/tech/internetexplorer.js +0 -1
  4192. package/icons/tech/invision-icon.js +0 -1
  4193. package/icons/tech/invision.js +0 -1
  4194. package/icons/tech/ionic-icon.js +0 -1
  4195. package/icons/tech/ionic.js +0 -1
  4196. package/icons/tech/ios.js +0 -1
  4197. package/icons/tech/iron-icon.js +0 -1
  4198. package/icons/tech/iron.js +0 -1
  4199. package/icons/tech/itsalive-icon.js +0 -1
  4200. package/icons/tech/itsalive.js +0 -1
  4201. package/icons/tech/jade.js +0 -1
  4202. package/icons/tech/jaeger.js +0 -1
  4203. package/icons/tech/jamstack-icon.js +0 -1
  4204. package/icons/tech/jamstack.js +0 -1
  4205. package/icons/tech/jasmine.js +0 -1
  4206. package/icons/tech/java.js +0 -1
  4207. package/icons/tech/javascript.js +0 -1
  4208. package/icons/tech/jcb.js +0 -1
  4209. package/icons/tech/jeet.js +0 -1
  4210. package/icons/tech/jekyll.js +0 -1
  4211. package/icons/tech/jenkins.js +0 -1
  4212. package/icons/tech/jest.js +0 -1
  4213. package/icons/tech/jetbrains-icon.js +0 -1
  4214. package/icons/tech/jetbrains-space-icon.js +0 -1
  4215. package/icons/tech/jetbrains-space.js +0 -1
  4216. package/icons/tech/jetbrains.js +0 -1
  4217. package/icons/tech/jfrog.js +0 -1
  4218. package/icons/tech/jhipster-icon.js +0 -1
  4219. package/icons/tech/jhipster.js +0 -1
  4220. package/icons/tech/jira-align.js +0 -1
  4221. package/icons/tech/jira.js +0 -1
  4222. package/icons/tech/joomla.js +0 -1
  4223. package/icons/tech/jotai.js +0 -1
  4224. package/icons/tech/jquery-mobile.js +0 -1
  4225. package/icons/tech/jquery.js +0 -1
  4226. package/icons/tech/jruby.js +0 -1
  4227. package/icons/tech/jsbin.js +0 -1
  4228. package/icons/tech/jsdelivr.js +0 -1
  4229. package/icons/tech/jsdom.js +0 -1
  4230. package/icons/tech/jsfiddle.js +0 -1
  4231. package/icons/tech/json-ld.js +0 -1
  4232. package/icons/tech/json-schema-icon.js +0 -1
  4233. package/icons/tech/json-schema.js +0 -1
  4234. package/icons/tech/json.js +0 -1
  4235. package/icons/tech/jspm.js +0 -1
  4236. package/icons/tech/jss.js +0 -1
  4237. package/icons/tech/juju.js +0 -1
  4238. package/icons/tech/jule.js +0 -1
  4239. package/icons/tech/julia.js +0 -1
  4240. package/icons/tech/junit.js +0 -1
  4241. package/icons/tech/jupyter.js +0 -1
  4242. package/icons/tech/jwt-icon.js +0 -1
  4243. package/icons/tech/jwt.js +0 -1
  4244. package/icons/tech/k3os.js +0 -1
  4245. package/icons/tech/k3s.js +0 -1
  4246. package/icons/tech/kafka-icon.js +0 -1
  4247. package/icons/tech/kafka.js +0 -1
  4248. package/icons/tech/kaggle.js +0 -1
  4249. package/icons/tech/kaios.js +0 -1
  4250. package/icons/tech/kallithea.js +0 -1
  4251. package/icons/tech/karate.js +0 -1
  4252. package/icons/tech/karma.js +0 -1
  4253. package/icons/tech/katalon-icon.js +0 -1
  4254. package/icons/tech/katalon.js +0 -1
  4255. package/icons/tech/kde.js +0 -1
  4256. package/icons/tech/keen.js +0 -1
  4257. package/icons/tech/kemal.js +0 -1
  4258. package/icons/tech/keras.js +0 -1
  4259. package/icons/tech/keycdn-icon.js +0 -1
  4260. package/icons/tech/keycdn.js +0 -1
  4261. package/icons/tech/keydb-icon.js +0 -1
  4262. package/icons/tech/keydb.js +0 -1
  4263. package/icons/tech/keystonejs.js +0 -1
  4264. package/icons/tech/khan-academy-icon.js +0 -1
  4265. package/icons/tech/khan-academy.js +0 -1
  4266. package/icons/tech/kibana.js +0 -1
  4267. package/icons/tech/kickstarter-icon.js +0 -1
  4268. package/icons/tech/kickstarter.js +0 -1
  4269. package/icons/tech/kinto-icon.js +0 -1
  4270. package/icons/tech/kinto.js +0 -1
  4271. package/icons/tech/kirby-icon.js +0 -1
  4272. package/icons/tech/kirby.js +0 -1
  4273. package/icons/tech/knex-js.js +0 -1
  4274. package/icons/tech/knex.js +0 -1
  4275. package/icons/tech/knockout.js +0 -1
  4276. package/icons/tech/koa.js +0 -1
  4277. package/icons/tech/kong-icon.js +0 -1
  4278. package/icons/tech/kong.js +0 -1
  4279. package/icons/tech/kops.js +0 -1
  4280. package/icons/tech/koreio.js +0 -1
  4281. package/icons/tech/kotlin-icon.js +0 -1
  4282. package/icons/tech/kotlin.js +0 -1
  4283. package/icons/tech/kraken.js +0 -1
  4284. package/icons/tech/krakenjs.js +0 -1
  4285. package/icons/tech/ktor-icon.js +0 -1
  4286. package/icons/tech/ktor.js +0 -1
  4287. package/icons/tech/kubernetes.js +0 -1
  4288. package/icons/tech/kustomer.js +0 -1
  4289. package/icons/tech/labview.js +0 -1
  4290. package/icons/tech/languagetool.js +0 -1
  4291. package/icons/tech/laravel.js +0 -1
  4292. package/icons/tech/lastfm.js +0 -1
  4293. package/icons/tech/lateral-icon.js +0 -1
  4294. package/icons/tech/lateral.js +0 -1
  4295. package/icons/tech/latex.js +0 -1
  4296. package/icons/tech/launchdarkly-icon.js +0 -1
  4297. package/icons/tech/launchdarkly.js +0 -1
  4298. package/icons/tech/launchrock.js +0 -1
  4299. package/icons/tech/leaflet.js +0 -1
  4300. package/icons/tech/leankit-icon.js +0 -1
  4301. package/icons/tech/leankit.js +0 -1
  4302. package/icons/tech/lerna.js +0 -1
  4303. package/icons/tech/less-js.js +0 -1
  4304. package/icons/tech/less.js +0 -1
  4305. package/icons/tech/lets-cloud.js +0 -1
  4306. package/icons/tech/letsencrypt.js +0 -1
  4307. package/icons/tech/leveldb.js +0 -1
  4308. package/icons/tech/lexical-icon.js +0 -1
  4309. package/icons/tech/lexical.js +0 -1
  4310. package/icons/tech/liftweb.js +0 -1
  4311. package/icons/tech/lighthouse.js +0 -1
  4312. package/icons/tech/lightstep-icon.js +0 -1
  4313. package/icons/tech/lightstep.js +0 -1
  4314. package/icons/tech/lighttpd.js +0 -1
  4315. package/icons/tech/linear-icon.js +0 -1
  4316. package/icons/tech/linear.js +0 -1
  4317. package/icons/tech/linkedin-icon.js +0 -1
  4318. package/icons/tech/linkedin.js +0 -1
  4319. package/icons/tech/linkerd.js +0 -1
  4320. package/icons/tech/linode.js +0 -1
  4321. package/icons/tech/linux-mint.js +0 -1
  4322. package/icons/tech/linux-tux.js +0 -1
  4323. package/icons/tech/linux.js +0 -1
  4324. package/icons/tech/liquibase.js +0 -1
  4325. package/icons/tech/lit-icon.js +0 -1
  4326. package/icons/tech/lit.js +0 -1
  4327. package/icons/tech/litmus.js +0 -1
  4328. package/icons/tech/livewire.js +0 -1
  4329. package/icons/tech/llvm.js +0 -1
  4330. package/icons/tech/loader.js +0 -1
  4331. package/icons/tech/lodash.js +0 -1
  4332. package/icons/tech/logentries.js +0 -1
  4333. package/icons/tech/logstash.js +0 -1
  4334. package/icons/tech/lookback.js +0 -1
  4335. package/icons/tech/looker-icon.js +0 -1
  4336. package/icons/tech/looker.js +0 -1
  4337. package/icons/tech/loom-icon.js +0 -1
  4338. package/icons/tech/loom.js +0 -1
  4339. package/icons/tech/loopback-icon.js +0 -1
  4340. package/icons/tech/loopback.js +0 -1
  4341. package/icons/tech/losant.js +0 -1
  4342. package/icons/tech/lua.js +0 -1
  4343. package/icons/tech/lucene-net.js +0 -1
  4344. package/icons/tech/lucene.js +0 -1
  4345. package/icons/tech/lumen.js +0 -1
  4346. package/icons/tech/mac-os.js +0 -1
  4347. package/icons/tech/madge.js +0 -1
  4348. package/icons/tech/maestro.js +0 -1
  4349. package/icons/tech/mageia.js +0 -1
  4350. package/icons/tech/magento.js +0 -1
  4351. package/icons/tech/mailchimp-freddie.js +0 -1
  4352. package/icons/tech/mailchimp.js +0 -1
  4353. package/icons/tech/maildeveloper.js +0 -1
  4354. package/icons/tech/mailgun-icon.js +0 -1
  4355. package/icons/tech/mailgun.js +0 -1
  4356. package/icons/tech/mailjet-icon.js +0 -1
  4357. package/icons/tech/mailjet.js +0 -1
  4358. package/icons/tech/malinajs.js +0 -1
  4359. package/icons/tech/manjaro.js +0 -1
  4360. package/icons/tech/mantine-icon.js +0 -1
  4361. package/icons/tech/mantine.js +0 -1
  4362. package/icons/tech/mapbox-icon.js +0 -1
  4363. package/icons/tech/mapbox.js +0 -1
  4364. package/icons/tech/maps-me.js +0 -1
  4365. package/icons/tech/mapzen-icon.js +0 -1
  4366. package/icons/tech/mapzen.js +0 -1
  4367. package/icons/tech/mariadb-icon.js +0 -1
  4368. package/icons/tech/mariadb.js +0 -1
  4369. package/icons/tech/marionette.js +0 -1
  4370. package/icons/tech/markdown.js +0 -1
  4371. package/icons/tech/marko.js +0 -1
  4372. package/icons/tech/marvel.js +0 -1
  4373. package/icons/tech/mastercard.js +0 -1
  4374. package/icons/tech/mastodon-icon.js +0 -1
  4375. package/icons/tech/mastodon.js +0 -1
  4376. package/icons/tech/material-ui.js +0 -1
  4377. package/icons/tech/materialize.js +0 -1
  4378. package/icons/tech/materializecss.js +0 -1
  4379. package/icons/tech/matlab.js +0 -1
  4380. package/icons/tech/matomo-icon.js +0 -1
  4381. package/icons/tech/matomo.js +0 -1
  4382. package/icons/tech/matplotlib-icon.js +0 -1
  4383. package/icons/tech/matplotlib.js +0 -1
  4384. package/icons/tech/matter-icon.js +0 -1
  4385. package/icons/tech/matter.js +0 -1
  4386. package/icons/tech/mattermost-icon.js +0 -1
  4387. package/icons/tech/mattermost.js +0 -1
  4388. package/icons/tech/mautic-icon.js +0 -1
  4389. package/icons/tech/mautic.js +0 -1
  4390. package/icons/tech/maven.js +0 -1
  4391. package/icons/tech/mdn.js +0 -1
  4392. package/icons/tech/mdx.js +0 -1
  4393. package/icons/tech/medium-icon.js +0 -1
  4394. package/icons/tech/medium.js +0 -1
  4395. package/icons/tech/medusa-icon.js +0 -1
  4396. package/icons/tech/medusa.js +0 -1
  4397. package/icons/tech/meilisearch.js +0 -1
  4398. package/icons/tech/memcached.js +0 -1
  4399. package/icons/tech/memgraph.js +0 -1
  4400. package/icons/tech/mention.js +0 -1
  4401. package/icons/tech/mercurial.js +0 -1
  4402. package/icons/tech/mesos.js +0 -1
  4403. package/icons/tech/messenger.js +0 -1
  4404. package/icons/tech/meta-icon.js +0 -1
  4405. package/icons/tech/meta.js +0 -1
  4406. package/icons/tech/metabase.js +0 -1
  4407. package/icons/tech/metamask-icon.js +0 -1
  4408. package/icons/tech/metamask.js +0 -1
  4409. package/icons/tech/meteor-icon.js +0 -1
  4410. package/icons/tech/meteor-js.js +0 -1
  4411. package/icons/tech/meteor.js +0 -1
  4412. package/icons/tech/micro-icon.js +0 -1
  4413. package/icons/tech/micro-python.js +0 -1
  4414. package/icons/tech/micro.js +0 -1
  4415. package/icons/tech/microcosm.js +0 -1
  4416. package/icons/tech/micron-icon.js +0 -1
  4417. package/icons/tech/micron.js +0 -1
  4418. package/icons/tech/microsoft-azure.js +0 -1
  4419. package/icons/tech/microsoft-edge.js +0 -1
  4420. package/icons/tech/microsoft-icon.js +0 -1
  4421. package/icons/tech/microsoft-onedrive.js +0 -1
  4422. package/icons/tech/microsoft-power-bi.js +0 -1
  4423. package/icons/tech/microsoft-sql-server.js +0 -1
  4424. package/icons/tech/microsoft-teams.js +0 -1
  4425. package/icons/tech/microsoft-windows-icon.js +0 -1
  4426. package/icons/tech/microsoft-windows.js +0 -1
  4427. package/icons/tech/microsoft.js +0 -1
  4428. package/icons/tech/mida-icon.js +0 -1
  4429. package/icons/tech/mida.js +0 -1
  4430. package/icons/tech/middleman.js +0 -1
  4431. package/icons/tech/midjourney.js +0 -1
  4432. package/icons/tech/milligram.js +0 -1
  4433. package/icons/tech/million-icon.js +0 -1
  4434. package/icons/tech/million.js +0 -1
  4435. package/icons/tech/milvus-icon.js +0 -1
  4436. package/icons/tech/milvus.js +0 -1
  4437. package/icons/tech/mindsdb-icon.js +0 -1
  4438. package/icons/tech/mindsdb.js +0 -1
  4439. package/icons/tech/minitab.js +0 -1
  4440. package/icons/tech/mint-lang.js +0 -1
  4441. package/icons/tech/mio.js +0 -1
  4442. package/icons/tech/miro-icon.js +0 -1
  4443. package/icons/tech/miro.js +0 -1
  4444. package/icons/tech/mist.js +0 -1
  4445. package/icons/tech/mistral-ai-icon.js +0 -1
  4446. package/icons/tech/mistral-ai.js +0 -1
  4447. package/icons/tech/mithril.js +0 -1
  4448. package/icons/tech/mixmax.js +0 -1
  4449. package/icons/tech/mixpanel.js +0 -1
  4450. package/icons/tech/mlab.js +0 -1
  4451. package/icons/tech/mob-x.js +0 -1
  4452. package/icons/tech/mocha.js +0 -1
  4453. package/icons/tech/mockflow-icon.js +0 -1
  4454. package/icons/tech/mockflow.js +0 -1
  4455. package/icons/tech/modernizr.js +0 -1
  4456. package/icons/tech/modx-icon.js +0 -1
  4457. package/icons/tech/modx.js +0 -1
  4458. package/icons/tech/moleculer.js +0 -1
  4459. package/icons/tech/momentjs.js +0 -1
  4460. package/icons/tech/monday-icon.js +0 -1
  4461. package/icons/tech/monday.js +0 -1
  4462. package/icons/tech/monero.js +0 -1
  4463. package/icons/tech/mongodb-icon.js +0 -1
  4464. package/icons/tech/mongodb.js +0 -1
  4465. package/icons/tech/mongoose-js.js +0 -1
  4466. package/icons/tech/mono.js +0 -1
  4467. package/icons/tech/moodle.js +0 -1
  4468. package/icons/tech/moon.js +0 -1
  4469. package/icons/tech/mootools.js +0 -1
  4470. package/icons/tech/morpheus-icon.js +0 -1
  4471. package/icons/tech/morpheus.js +0 -1
  4472. package/icons/tech/mozilla.js +0 -1
  4473. package/icons/tech/mparticle-icon.js +0 -1
  4474. package/icons/tech/mparticle.js +0 -1
  4475. package/icons/tech/mps-icon.js +0 -1
  4476. package/icons/tech/mps.js +0 -1
  4477. package/icons/tech/ms-dos.js +0 -1
  4478. package/icons/tech/msw-icon.js +0 -1
  4479. package/icons/tech/msw.js +0 -1
  4480. package/icons/tech/multipass.js +0 -1
  4481. package/icons/tech/mysql-icon.js +0 -1
  4482. package/icons/tech/mysql.js +0 -1
  4483. package/icons/tech/naiveui.js +0 -1
  4484. package/icons/tech/namecheap.js +0 -1
  4485. package/icons/tech/nano.js +0 -1
  4486. package/icons/tech/nanonets.js +0 -1
  4487. package/icons/tech/nasm.js +0 -1
  4488. package/icons/tech/nativescript.js +0 -1
  4489. package/icons/tech/nats-icon.js +0 -1
  4490. package/icons/tech/nats.js +0 -1
  4491. package/icons/tech/neat.js +0 -1
  4492. package/icons/tech/neo4j.js +0 -1
  4493. package/icons/tech/neon-icon.js +0 -1
  4494. package/icons/tech/neon.js +0 -1
  4495. package/icons/tech/neovim.js +0 -1
  4496. package/icons/tech/nerog.js +0 -1
  4497. package/icons/tech/nestjs.js +0 -1
  4498. package/icons/tech/net-core.js +0 -1
  4499. package/icons/tech/net.js +0 -1
  4500. package/icons/tech/netbeans.js +0 -1
  4501. package/icons/tech/netflix-icon.js +0 -1
  4502. package/icons/tech/netflix.js +0 -1
  4503. package/icons/tech/netlify-icon.js +0 -1
  4504. package/icons/tech/netlify.js +0 -1
  4505. package/icons/tech/network-x.js +0 -1
  4506. package/icons/tech/neverinstall-icon.js +0 -1
  4507. package/icons/tech/neverinstall.js +0 -1
  4508. package/icons/tech/new-relic-icon.js +0 -1
  4509. package/icons/tech/new-relic.js +0 -1
  4510. package/icons/tech/new4j.js +0 -1
  4511. package/icons/tech/nextjs-icon.js +0 -1
  4512. package/icons/tech/nextjs.js +0 -1
  4513. package/icons/tech/nginx.js +0 -1
  4514. package/icons/tech/ngrok.js +0 -1
  4515. package/icons/tech/nhibernate.js +0 -1
  4516. package/icons/tech/nhost-icon.js +0 -1
  4517. package/icons/tech/nhost.js +0 -1
  4518. package/icons/tech/nightwatch.js +0 -1
  4519. package/icons/tech/nim-lang.js +0 -1
  4520. package/icons/tech/nim.js +0 -1
  4521. package/icons/tech/nimble.js +0 -1
  4522. package/icons/tech/nix.js +0 -1
  4523. package/icons/tech/nocodb.js +0 -1
  4524. package/icons/tech/nodal.js +0 -1
  4525. package/icons/tech/node-sass.js +0 -1
  4526. package/icons/tech/nodebots.js +0 -1
  4527. package/icons/tech/nodejs-icon-alt.js +0 -1
  4528. package/icons/tech/nodejs-icon.js +0 -1
  4529. package/icons/tech/nodejs.js +0 -1
  4530. package/icons/tech/nodemon.js +0 -1
  4531. package/icons/tech/nodeos.js +0 -1
  4532. package/icons/tech/nodewebkit.js +0 -1
  4533. package/icons/tech/nomad-icon.js +0 -1
  4534. package/icons/tech/nomad.js +0 -1
  4535. package/icons/tech/notion-icon.js +0 -1
  4536. package/icons/tech/notion.js +0 -1
  4537. package/icons/tech/noysi.js +0 -1
  4538. package/icons/tech/npm-icon.js +0 -1
  4539. package/icons/tech/npm.js +0 -1
  4540. package/icons/tech/nuclide.js +0 -1
  4541. package/icons/tech/nuget.js +0 -1
  4542. package/icons/tech/num-py.js +0 -1
  4543. package/icons/tech/nuxt-icon.js +0 -1
  4544. package/icons/tech/nuxt-js.js +0 -1
  4545. package/icons/tech/nuxt.js +0 -1
  4546. package/icons/tech/nvidia.js +0 -1
  4547. package/icons/tech/nvm.js +0 -1
  4548. package/icons/tech/nx.js +0 -1
  4549. package/icons/tech/oauth.js +0 -1
  4550. package/icons/tech/objective-c.js +0 -1
  4551. package/icons/tech/observablehq.js +0 -1
  4552. package/icons/tech/obsidian-icon.js +0 -1
  4553. package/icons/tech/obsidian.js +0 -1
  4554. package/icons/tech/ocaml.js +0 -1
  4555. package/icons/tech/octodns.js +0 -1
  4556. package/icons/tech/octopus-deploy.js +0 -1
  4557. package/icons/tech/oh-my-zsh.js +0 -1
  4558. package/icons/tech/okta-icon.js +0 -1
  4559. package/icons/tech/okta.js +0 -1
  4560. package/icons/tech/olark.js +0 -1
  4561. package/icons/tech/onesignal.js +0 -1
  4562. package/icons/tech/open-al.js +0 -1
  4563. package/icons/tech/open-api.js +0 -1
  4564. package/icons/tech/open-cl.js +0 -1
  4565. package/icons/tech/open-cv.js +0 -1
  4566. package/icons/tech/open-gl.js +0 -1
  4567. package/icons/tech/open-graph.js +0 -1
  4568. package/icons/tech/open-stack.js +0 -1
  4569. package/icons/tech/open-suse.js +0 -1
  4570. package/icons/tech/open-telemetry.js +0 -1
  4571. package/icons/tech/open-zeppelin-icon.js +0 -1
  4572. package/icons/tech/open-zeppelin.js +0 -1
  4573. package/icons/tech/openai-icon.js +0 -1
  4574. package/icons/tech/openai.js +0 -1
  4575. package/icons/tech/openapi-icon.js +0 -1
  4576. package/icons/tech/opencart.js +0 -1
  4577. package/icons/tech/opencollective.js +0 -1
  4578. package/icons/tech/openframeworks.js +0 -1
  4579. package/icons/tech/openjs-foundation-icon.js +0 -1
  4580. package/icons/tech/openjs-foundation.js +0 -1
  4581. package/icons/tech/openlayers.js +0 -1
  4582. package/icons/tech/opensearch-icon.js +0 -1
  4583. package/icons/tech/opensearch.js +0 -1
  4584. package/icons/tech/openshift.js +0 -1
  4585. package/icons/tech/opensource.js +0 -1
  4586. package/icons/tech/openstack-icon.js +0 -1
  4587. package/icons/tech/opentelemetry-icon.js +0 -1
  4588. package/icons/tech/opera.js +0 -1
  4589. package/icons/tech/opsgenie.js +0 -1
  4590. package/icons/tech/optimizely-icon.js +0 -1
  4591. package/icons/tech/optimizely.js +0 -1
  4592. package/icons/tech/oracle.js +0 -1
  4593. package/icons/tech/oreilly.js +0 -1
  4594. package/icons/tech/origami.js +0 -1
  4595. package/icons/tech/origin.js +0 -1
  4596. package/icons/tech/oshw.js +0 -1
  4597. package/icons/tech/osquery.js +0 -1
  4598. package/icons/tech/overloop-icon.js +0 -1
  4599. package/icons/tech/overloop.js +0 -1
  4600. package/icons/tech/p5js.js +0 -1
  4601. package/icons/tech/packer.js +0 -1
  4602. package/icons/tech/pagekit.js +0 -1
  4603. package/icons/tech/pagekite.js +0 -1
  4604. package/icons/tech/pagerduty-icon.js +0 -1
  4605. package/icons/tech/pagerduty.js +0 -1
  4606. package/icons/tech/panda.js +0 -1
  4607. package/icons/tech/pandacss-icon.js +0 -1
  4608. package/icons/tech/pandacss.js +0 -1
  4609. package/icons/tech/pandas-icon.js +0 -1
  4610. package/icons/tech/pandas.js +0 -1
  4611. package/icons/tech/parcel-icon.js +0 -1
  4612. package/icons/tech/parcel.js +0 -1
  4613. package/icons/tech/parse.js +0 -1
  4614. package/icons/tech/parsehub.js +0 -1
  4615. package/icons/tech/partytown-icon.js +0 -1
  4616. package/icons/tech/partytown.js +0 -1
  4617. package/icons/tech/passbolt-icon.js +0 -1
  4618. package/icons/tech/passbolt.js +0 -1
  4619. package/icons/tech/passport.js +0 -1
  4620. package/icons/tech/patreon.js +0 -1
  4621. package/icons/tech/payload.js +0 -1
  4622. package/icons/tech/paypal.js +0 -1
  4623. package/icons/tech/peer5.js +0 -1
  4624. package/icons/tech/pepperoni.js +0 -1
  4625. package/icons/tech/percona.js +0 -1
  4626. package/icons/tech/percy-icon.js +0 -1
  4627. package/icons/tech/percy.js +0 -1
  4628. package/icons/tech/perf-rocks.js +0 -1
  4629. package/icons/tech/perl.js +0 -1
  4630. package/icons/tech/perplexity-icon.js +0 -1
  4631. package/icons/tech/perplexity.js +0 -1
  4632. package/icons/tech/pf-sense.js +0 -1
  4633. package/icons/tech/phalcon.js +0 -1
  4634. package/icons/tech/phoenix-framework.js +0 -1
  4635. package/icons/tech/phoenix.js +0 -1
  4636. package/icons/tech/photon-engine.js +0 -1
  4637. package/icons/tech/php-alt.js +0 -1
  4638. package/icons/tech/php-storm.js +0 -1
  4639. package/icons/tech/php.js +0 -1
  4640. package/icons/tech/pinecone-icon.js +0 -1
  4641. package/icons/tech/pinecone.js +0 -1
  4642. package/icons/tech/pinia.js +0 -1
  4643. package/icons/tech/pinterest.js +0 -1
  4644. package/icons/tech/pipedream.js +0 -1
  4645. package/icons/tech/pipedrive.js +0 -1
  4646. package/icons/tech/pipefy.js +0 -1
  4647. package/icons/tech/pivotal-tracker.js +0 -1
  4648. package/icons/tech/pixijs.js +0 -1
  4649. package/icons/tech/pkg.js +0 -1
  4650. package/icons/tech/planetscale.js +0 -1
  4651. package/icons/tech/planless-icon.js +0 -1
  4652. package/icons/tech/planless.js +0 -1
  4653. package/icons/tech/plasmic.js +0 -1
  4654. package/icons/tech/plastic-scm.js +0 -1
  4655. package/icons/tech/platformio.js +0 -1
  4656. package/icons/tech/play.js +0 -1
  4657. package/icons/tech/playwright.js +0 -1
  4658. package/icons/tech/playwrite.js +0 -1
  4659. package/icons/tech/ploty.js +0 -1
  4660. package/icons/tech/pluralsight-icon.js +0 -1
  4661. package/icons/tech/pluralsight.js +0 -1
  4662. package/icons/tech/pm2-icon.js +0 -1
  4663. package/icons/tech/pm2.js +0 -1
  4664. package/icons/tech/pnpm.js +0 -1
  4665. package/icons/tech/pocket-base.js +0 -1
  4666. package/icons/tech/podman.js +0 -1
  4667. package/icons/tech/poeditor.js +0 -1
  4668. package/icons/tech/polygon.js +0 -1
  4669. package/icons/tech/polymer.js +0 -1
  4670. package/icons/tech/portainer.js +0 -1
  4671. package/icons/tech/postcss.js +0 -1
  4672. package/icons/tech/postgraphile.js +0 -1
  4673. package/icons/tech/postgresql.js +0 -1
  4674. package/icons/tech/posthog-icon.js +0 -1
  4675. package/icons/tech/posthog.js +0 -1
  4676. package/icons/tech/postman-icon.js +0 -1
  4677. package/icons/tech/postman.js +0 -1
  4678. package/icons/tech/pouchdb.js +0 -1
  4679. package/icons/tech/powershell.js +0 -1
  4680. package/icons/tech/preact.js +0 -1
  4681. package/icons/tech/precursor.js +0 -1
  4682. package/icons/tech/prerender-icon.js +0 -1
  4683. package/icons/tech/prerender.js +0 -1
  4684. package/icons/tech/prestashop-icon.js +0 -1
  4685. package/icons/tech/prestashop.js +0 -1
  4686. package/icons/tech/presto-icon.js +0 -1
  4687. package/icons/tech/presto.js +0 -1
  4688. package/icons/tech/prettier.js +0 -1
  4689. package/icons/tech/prisma.js +0 -1
  4690. package/icons/tech/prismic-icon.js +0 -1
  4691. package/icons/tech/prismic.js +0 -1
  4692. package/icons/tech/processing.js +0 -1
  4693. package/icons/tech/processwire-icon.js +0 -1
  4694. package/icons/tech/processwire.js +0 -1
  4695. package/icons/tech/productboard-icon.js +0 -1
  4696. package/icons/tech/productboard.js +0 -1
  4697. package/icons/tech/producthunt.js +0 -1
  4698. package/icons/tech/progress.js +0 -1
  4699. package/icons/tech/prometheus.js +0 -1
  4700. package/icons/tech/promises.js +0 -1
  4701. package/icons/tech/proofy.js +0 -1
  4702. package/icons/tech/protoio.js +0 -1
  4703. package/icons/tech/protonet.js +0 -1
  4704. package/icons/tech/protractor.js +0 -1
  4705. package/icons/tech/prott.js +0 -1
  4706. package/icons/tech/pug.js +0 -1
  4707. package/icons/tech/pulumi-icon.js +0 -1
  4708. package/icons/tech/pulumi.js +0 -1
  4709. package/icons/tech/pumpkindb.js +0 -1
  4710. package/icons/tech/puppet-icon.js +0 -1
  4711. package/icons/tech/puppet.js +0 -1
  4712. package/icons/tech/puppeteer.js +0 -1
  4713. package/icons/tech/purescript-icon.js +0 -1
  4714. package/icons/tech/purescript.js +0 -1
  4715. package/icons/tech/pushbullet.js +0 -1
  4716. package/icons/tech/pusher-icon.js +0 -1
  4717. package/icons/tech/pusher.js +0 -1
  4718. package/icons/tech/putty.js +0 -1
  4719. package/icons/tech/pwa.js +0 -1
  4720. package/icons/tech/pycharm.js +0 -1
  4721. package/icons/tech/pypi.js +0 -1
  4722. package/icons/tech/pyscript.js +0 -1
  4723. package/icons/tech/pytest.js +0 -1
  4724. package/icons/tech/python-poetry.js +0 -1
  4725. package/icons/tech/python.js +0 -1
  4726. package/icons/tech/pytorch-icon.js +0 -1
  4727. package/icons/tech/pytorch.js +0 -1
  4728. package/icons/tech/pyup.js +0 -1
  4729. package/icons/tech/q.js +0 -1
  4730. package/icons/tech/qdrant-icon.js +0 -1
  4731. package/icons/tech/qdrant.js +0 -1
  4732. package/icons/tech/qlik.js +0 -1
  4733. package/icons/tech/qodana.js +0 -1
  4734. package/icons/tech/qt.js +0 -1
  4735. package/icons/tech/qualcomm.js +0 -1
  4736. package/icons/tech/quarkus-icon.js +0 -1
  4737. package/icons/tech/quarkus.js +0 -1
  4738. package/icons/tech/quasar.js +0 -1
  4739. package/icons/tech/quay.js +0 -1
  4740. package/icons/tech/quobyte.js +0 -1
  4741. package/icons/tech/quora.js +0 -1
  4742. package/icons/tech/qwik-icon.js +0 -1
  4743. package/icons/tech/qwik.js +0 -1
  4744. package/icons/tech/r-lang.js +0 -1
  4745. package/icons/tech/r.js +0 -1
  4746. package/icons/tech/rabbitmq-icon.js +0 -1
  4747. package/icons/tech/rabbitmq.js +0 -1
  4748. package/icons/tech/rackspace-icon.js +0 -1
  4749. package/icons/tech/rackspace.js +0 -1
  4750. package/icons/tech/rails.js +0 -1
  4751. package/icons/tech/ramda.js +0 -1
  4752. package/icons/tech/raml.js +0 -1
  4753. package/icons/tech/rancher-icon.js +0 -1
  4754. package/icons/tech/rancher.js +0 -1
  4755. package/icons/tech/raphael.js +0 -1
  4756. package/icons/tech/raspberry-pi.js +0 -1
  4757. package/icons/tech/rax.js +0 -1
  4758. package/icons/tech/reach.js +0 -1
  4759. package/icons/tech/react-bootstrap.js +0 -1
  4760. package/icons/tech/react-query-icon.js +0 -1
  4761. package/icons/tech/react-query.js +0 -1
  4762. package/icons/tech/react-router.js +0 -1
  4763. package/icons/tech/react-spring.js +0 -1
  4764. package/icons/tech/react-styleguidist.js +0 -1
  4765. package/icons/tech/react.js +0 -1
  4766. package/icons/tech/reactivex.js +0 -1
  4767. package/icons/tech/realm.js +0 -1
  4768. package/icons/tech/reapp.js +0 -1
  4769. package/icons/tech/reasonml-icon.js +0 -1
  4770. package/icons/tech/reasonml.js +0 -1
  4771. package/icons/tech/recaptcha.js +0 -1
  4772. package/icons/tech/recoil-icon.js +0 -1
  4773. package/icons/tech/recoil.js +0 -1
  4774. package/icons/tech/red-cube-s-epic-compiler-thingy-programming-re-ct.js +0 -1
  4775. package/icons/tech/reddit-icon.js +0 -1
  4776. package/icons/tech/reddit.js +0 -1
  4777. package/icons/tech/redhat-icon.js +0 -1
  4778. package/icons/tech/redhat.js +0 -1
  4779. package/icons/tech/redis.js +0 -1
  4780. package/icons/tech/redsmin.js +0 -1
  4781. package/icons/tech/redux-observable.js +0 -1
  4782. package/icons/tech/redux-saga.js +0 -1
  4783. package/icons/tech/redux.js +0 -1
  4784. package/icons/tech/redwoodjs.js +0 -1
  4785. package/icons/tech/reindex.js +0 -1
  4786. package/icons/tech/relay.js +0 -1
  4787. package/icons/tech/release.js +0 -1
  4788. package/icons/tech/remix-icon.js +0 -1
  4789. package/icons/tech/remix.js +0 -1
  4790. package/icons/tech/ren-py.js +0 -1
  4791. package/icons/tech/renovatebot.js +0 -1
  4792. package/icons/tech/replay-icon.js +0 -1
  4793. package/icons/tech/replay.js +0 -1
  4794. package/icons/tech/replit-icon.js +0 -1
  4795. package/icons/tech/replit.js +0 -1
  4796. package/icons/tech/require.js +0 -1
  4797. package/icons/tech/rescript-icon.js +0 -1
  4798. package/icons/tech/rescript.js +0 -1
  4799. package/icons/tech/rest-li.js +0 -1
  4800. package/icons/tech/rethinkdb.js +0 -1
  4801. package/icons/tech/retool-icon.js +0 -1
  4802. package/icons/tech/retool.js +0 -1
  4803. package/icons/tech/riak.js +0 -1
  4804. package/icons/tech/rider.js +0 -1
  4805. package/icons/tech/riot.js +0 -1
  4806. package/icons/tech/risingwave-icon.js +0 -1
  4807. package/icons/tech/risingwave.js +0 -1
  4808. package/icons/tech/robot-operating-system-ros.js +0 -1
  4809. package/icons/tech/rocket-chat-icon.js +0 -1
  4810. package/icons/tech/rocket-chat.js +0 -1
  4811. package/icons/tech/rocksdb.js +0 -1
  4812. package/icons/tech/rocky-linux-icon.js +0 -1
  4813. package/icons/tech/rocky-linux.js +0 -1
  4814. package/icons/tech/rollbar-icon.js +0 -1
  4815. package/icons/tech/rollbar.js +0 -1
  4816. package/icons/tech/rollupjs.js +0 -1
  4817. package/icons/tech/rome-icon.js +0 -1
  4818. package/icons/tech/rome.js +0 -1
  4819. package/icons/tech/ros.js +0 -1
  4820. package/icons/tech/rsa.js +0 -1
  4821. package/icons/tech/rsmq.js +0 -1
  4822. package/icons/tech/rspec.js +0 -1
  4823. package/icons/tech/rstudio.js +0 -1
  4824. package/icons/tech/rubocop.js +0 -1
  4825. package/icons/tech/ruby-mine.js +0 -1
  4826. package/icons/tech/ruby-on-rails.js +0 -1
  4827. package/icons/tech/ruby.js +0 -1
  4828. package/icons/tech/rubygems.js +0 -1
  4829. package/icons/tech/rum.js +0 -1
  4830. package/icons/tech/runscope.js +0 -1
  4831. package/icons/tech/rush-icon.js +0 -1
  4832. package/icons/tech/rush.js +0 -1
  4833. package/icons/tech/rust.js +0 -1
  4834. package/icons/tech/rxdb.js +0 -1
  4835. package/icons/tech/safari.js +0 -1
  4836. package/icons/tech/sagui.js +0 -1
  4837. package/icons/tech/sails.js +0 -1
  4838. package/icons/tech/salesforce.js +0 -1
  4839. package/icons/tech/sameroom.js +0 -1
  4840. package/icons/tech/samsung.js +0 -1
  4841. package/icons/tech/sanity.js +0 -1
  4842. package/icons/tech/sap.js +0 -1
  4843. package/icons/tech/sass-doc.js +0 -1
  4844. package/icons/tech/sass.js +0 -1
  4845. package/icons/tech/saucelabs.js +0 -1
  4846. package/icons/tech/scala.js +0 -1
  4847. package/icons/tech/scaledrone.js +0 -1
  4848. package/icons/tech/scalingo.js +0 -1
  4849. package/icons/tech/scribd-icon.js +0 -1
  4850. package/icons/tech/scribd.js +0 -1
  4851. package/icons/tech/sdl.js +0 -1
  4852. package/icons/tech/seaborn-icon.js +0 -1
  4853. package/icons/tech/seaborn.js +0 -1
  4854. package/icons/tech/section-icon.js +0 -1
  4855. package/icons/tech/section.js +0 -1
  4856. package/icons/tech/segment-icon.js +0 -1
  4857. package/icons/tech/segment.js +0 -1
  4858. package/icons/tech/selenium.js +0 -1
  4859. package/icons/tech/sema-software.js +0 -1
  4860. package/icons/tech/semantic-release.js +0 -1
  4861. package/icons/tech/semantic-ui.js +0 -1
  4862. package/icons/tech/semaphoreci.js +0 -1
  4863. package/icons/tech/sencha.js +0 -1
  4864. package/icons/tech/sendgrid-icon.js +0 -1
  4865. package/icons/tech/sendgrid.js +0 -1
  4866. package/icons/tech/seneca.js +0 -1
  4867. package/icons/tech/sensu-icon.js +0 -1
  4868. package/icons/tech/sensu.js +0 -1
  4869. package/icons/tech/sentry-icon.js +0 -1
  4870. package/icons/tech/sentry.js +0 -1
  4871. package/icons/tech/sequelize.js +0 -1
  4872. package/icons/tech/serverless.js +0 -1
  4873. package/icons/tech/sherlock-icon.js +0 -1
  4874. package/icons/tech/sherlock.js +0 -1
  4875. package/icons/tech/shields.js +0 -1
  4876. package/icons/tech/shipit.js +0 -1
  4877. package/icons/tech/shogun.js +0 -1
  4878. package/icons/tech/shopify.js +0 -1
  4879. package/icons/tech/shopware.js +0 -1
  4880. package/icons/tech/shortcut-icon.js +0 -1
  4881. package/icons/tech/shortcut.js +0 -1
  4882. package/icons/tech/sidekiq-icon.js +0 -1
  4883. package/icons/tech/sidekiq.js +0 -1
  4884. package/icons/tech/signal.js +0 -1
  4885. package/icons/tech/sigstore-icon.js +0 -1
  4886. package/icons/tech/sigstore.js +0 -1
  4887. package/icons/tech/sinatra.js +0 -1
  4888. package/icons/tech/singlestore-icon.js +0 -1
  4889. package/icons/tech/singlestore.js +0 -1
  4890. package/icons/tech/sitepoint.js +0 -1
  4891. package/icons/tech/sk-hynix.js +0 -1
  4892. package/icons/tech/skaffolder.js +0 -1
  4893. package/icons/tech/sketch.js +0 -1
  4894. package/icons/tech/skylight.js +0 -1
  4895. package/icons/tech/skype.js +0 -1
  4896. package/icons/tech/slack-icon.js +0 -1
  4897. package/icons/tech/slack.js +0 -1
  4898. package/icons/tech/slides.js +0 -1
  4899. package/icons/tech/slidev.js +0 -1
  4900. package/icons/tech/slim.js +0 -1
  4901. package/icons/tech/smartling.js +0 -1
  4902. package/icons/tech/smashingmagazine.js +0 -1
  4903. package/icons/tech/snap-svg.js +0 -1
  4904. package/icons/tech/snaplet-icon.js +0 -1
  4905. package/icons/tech/snaplet.js +0 -1
  4906. package/icons/tech/snowflake-icon.js +0 -1
  4907. package/icons/tech/snowflake.js +0 -1
  4908. package/icons/tech/snowpack.js +0 -1
  4909. package/icons/tech/snyk.js +0 -1
  4910. package/icons/tech/socket-io.js +0 -1
  4911. package/icons/tech/solarwinds.js +0 -1
  4912. package/icons/tech/solid.js +0 -1
  4913. package/icons/tech/solidity.js +0 -1
  4914. package/icons/tech/solidjs-icon.js +0 -1
  4915. package/icons/tech/solidjs.js +0 -1
  4916. package/icons/tech/solr.js +0 -1
  4917. package/icons/tech/sonarcloud-icon.js +0 -1
  4918. package/icons/tech/sonarcloud.js +0 -1
  4919. package/icons/tech/sonarlint-icon.js +0 -1
  4920. package/icons/tech/sonarlint.js +0 -1
  4921. package/icons/tech/sonarqube.js +0 -1
  4922. package/icons/tech/soundcloud.js +0 -1
  4923. package/icons/tech/sourcegraph.js +0 -1
  4924. package/icons/tech/sourcetree.js +0 -1
  4925. package/icons/tech/spark.js +0 -1
  4926. package/icons/tech/sparkpost.js +0 -1
  4927. package/icons/tech/speakerdeck.js +0 -1
  4928. package/icons/tech/speedcurve.js +0 -1
  4929. package/icons/tech/spidermonkey-icon.js +0 -1
  4930. package/icons/tech/spidermonkey.js +0 -1
  4931. package/icons/tech/spinnaker.js +0 -1
  4932. package/icons/tech/splunk.js +0 -1
  4933. package/icons/tech/spotify-icon.js +0 -1
  4934. package/icons/tech/spotify.js +0 -1
  4935. package/icons/tech/spree.js +0 -1
  4936. package/icons/tech/spring-icon.js +0 -1
  4937. package/icons/tech/spring.js +0 -1
  4938. package/icons/tech/sql-developer.js +0 -1
  4939. package/icons/tech/sqlalchemy.js +0 -1
  4940. package/icons/tech/sqlite.js +0 -1
  4941. package/icons/tech/square.js +0 -1
  4942. package/icons/tech/squarespace.js +0 -1
  4943. package/icons/tech/ssh.js +0 -1
  4944. package/icons/tech/sst-icon.js +0 -1
  4945. package/icons/tech/sst.js +0 -1
  4946. package/icons/tech/stability-ai-icon.js +0 -1
  4947. package/icons/tech/stability-ai.js +0 -1
  4948. package/icons/tech/stackbit-icon.js +0 -1
  4949. package/icons/tech/stackbit.js +0 -1
  4950. package/icons/tech/stackblitz-icon.js +0 -1
  4951. package/icons/tech/stackblitz.js +0 -1
  4952. package/icons/tech/stackoverflow-icon.js +0 -1
  4953. package/icons/tech/stackoverflow.js +0 -1
  4954. package/icons/tech/stackshare.js +0 -1
  4955. package/icons/tech/stata.js +0 -1
  4956. package/icons/tech/stately-icon.js +0 -1
  4957. package/icons/tech/stately.js +0 -1
  4958. package/icons/tech/statuspage.js +0 -1
  4959. package/icons/tech/stdlib-icon.js +0 -1
  4960. package/icons/tech/stdlib.js +0 -1
  4961. package/icons/tech/steam.js +0 -1
  4962. package/icons/tech/stenciljs-icon.js +0 -1
  4963. package/icons/tech/stenciljs.js +0 -1
  4964. package/icons/tech/stetho.js +0 -1
  4965. package/icons/tech/stickermule.js +0 -1
  4966. package/icons/tech/stigg-icon.js +0 -1
  4967. package/icons/tech/stigg.js +0 -1
  4968. package/icons/tech/stimulus-icon.js +0 -1
  4969. package/icons/tech/stimulus.js +0 -1
  4970. package/icons/tech/stitch.js +0 -1
  4971. package/icons/tech/stoplight.js +0 -1
  4972. package/icons/tech/storyblocks-icon.js +0 -1
  4973. package/icons/tech/storyblocks.js +0 -1
  4974. package/icons/tech/storyblok-icon.js +0 -1
  4975. package/icons/tech/storyblok.js +0 -1
  4976. package/icons/tech/storybook-icon.js +0 -1
  4977. package/icons/tech/storybook.js +0 -1
  4978. package/icons/tech/strapi-icon.js +0 -1
  4979. package/icons/tech/strapi.js +0 -1
  4980. package/icons/tech/streamlit.js +0 -1
  4981. package/icons/tech/strider.js +0 -1
  4982. package/icons/tech/stripe.js +0 -1
  4983. package/icons/tech/struts.js +0 -1
  4984. package/icons/tech/styleci.js +0 -1
  4985. package/icons/tech/stylefmt.js +0 -1
  4986. package/icons/tech/stylelint.js +0 -1
  4987. package/icons/tech/stylis.js +0 -1
  4988. package/icons/tech/stylus.js +0 -1
  4989. package/icons/tech/stytch.js +0 -1
  4990. package/icons/tech/sublimetext-icon.js +0 -1
  4991. package/icons/tech/sublimetext.js +0 -1
  4992. package/icons/tech/subversion.js +0 -1
  4993. package/icons/tech/sugarss.js +0 -1
  4994. package/icons/tech/supabase-icon.js +0 -1
  4995. package/icons/tech/supabase.js +0 -1
  4996. package/icons/tech/supertokens-icon.js +0 -1
  4997. package/icons/tech/supertokens.js +0 -1
  4998. package/icons/tech/surge.js +0 -1
  4999. package/icons/tech/surrealdb-icon.js +0 -1
  5000. package/icons/tech/surrealdb.js +0 -1
  5001. package/icons/tech/survicate-icon.js +0 -1
  5002. package/icons/tech/survicate.js +0 -1
  5003. package/icons/tech/suse.js +0 -1
  5004. package/icons/tech/susy.js +0 -1
  5005. package/icons/tech/svelte-icon.js +0 -1
  5006. package/icons/tech/svelte-kit.js +0 -1
  5007. package/icons/tech/svelte.js +0 -1
  5008. package/icons/tech/svg.js +0 -1
  5009. package/icons/tech/svgator.js +0 -1
  5010. package/icons/tech/swagger.js +0 -1
  5011. package/icons/tech/swc.js +0 -1
  5012. package/icons/tech/swift.js +0 -1
  5013. package/icons/tech/swiftype.js +0 -1
  5014. package/icons/tech/swimm.js +0 -1
  5015. package/icons/tech/swr.js +0 -1
  5016. package/icons/tech/symfony.js +0 -1
  5017. package/icons/tech/sysdig-icon.js +0 -1
  5018. package/icons/tech/sysdig.js +0 -1
  5019. package/icons/tech/t3.js +0 -1
  5020. package/icons/tech/tableau-icon.js +0 -1
  5021. package/icons/tech/tableau.js +0 -1
  5022. package/icons/tech/taiga.js +0 -1
  5023. package/icons/tech/tailwindcss-icon.js +0 -1
  5024. package/icons/tech/tailwindcss.js +0 -1
  5025. package/icons/tech/tapcart-icon.js +0 -1
  5026. package/icons/tech/tapcart.js +0 -1
  5027. package/icons/tech/taskade-icon.js +0 -1
  5028. package/icons/tech/taskade.js +0 -1
  5029. package/icons/tech/tastejs.js +0 -1
  5030. package/icons/tech/tauri.js +0 -1
  5031. package/icons/tech/tealium.js +0 -1
  5032. package/icons/tech/teamcity.js +0 -1
  5033. package/icons/tech/teamgrid.js +0 -1
  5034. package/icons/tech/teamwork-icon.js +0 -1
  5035. package/icons/tech/teamwork.js +0 -1
  5036. package/icons/tech/telegram.js +0 -1
  5037. package/icons/tech/tensorflow.js +0 -1
  5038. package/icons/tech/terminal.js +0 -1
  5039. package/icons/tech/terraform-icon.js +0 -1
  5040. package/icons/tech/terraform.js +0 -1
  5041. package/icons/tech/terser-icon.js +0 -1
  5042. package/icons/tech/terser.js +0 -1
  5043. package/icons/tech/testcafe.js +0 -1
  5044. package/icons/tech/testing-library.js +0 -1
  5045. package/icons/tech/testlodge.js +0 -1
  5046. package/icons/tech/tex.js +0 -1
  5047. package/icons/tech/the-algorithms.js +0 -1
  5048. package/icons/tech/threejs.js +0 -1
  5049. package/icons/tech/thymeleaf-icon.js +0 -1
  5050. package/icons/tech/thymeleaf.js +0 -1
  5051. package/icons/tech/tidal-icon.js +0 -1
  5052. package/icons/tech/tidal.js +0 -1
  5053. package/icons/tech/tiktok-icon.js +0 -1
  5054. package/icons/tech/tiktok.js +0 -1
  5055. package/icons/tech/titanium-sdk.js +0 -1
  5056. package/icons/tech/tnw.js +0 -1
  5057. package/icons/tech/todoist-icon.js +0 -1
  5058. package/icons/tech/todoist.js +0 -1
  5059. package/icons/tech/todomvc.js +0 -1
  5060. package/icons/tech/tomcat.js +0 -1
  5061. package/icons/tech/toml.js +0 -1
  5062. package/icons/tech/tor-browser.js +0 -1
  5063. package/icons/tech/tor.js +0 -1
  5064. package/icons/tech/tortoise-git.js +0 -1
  5065. package/icons/tech/tower.js +0 -1
  5066. package/icons/tech/traackr.js +0 -1
  5067. package/icons/tech/trac.js +0 -1
  5068. package/icons/tech/traefik-mesh.js +0 -1
  5069. package/icons/tech/traefik-proxy.js +0 -1
  5070. package/icons/tech/travis-ci-monochrome.js +0 -1
  5071. package/icons/tech/travis-ci.js +0 -1
  5072. package/icons/tech/treasuredata-icon.js +0 -1
  5073. package/icons/tech/treasuredata.js +0 -1
  5074. package/icons/tech/treehouse-icon.js +0 -1
  5075. package/icons/tech/treehouse.js +0 -1
  5076. package/icons/tech/trello.js +0 -1
  5077. package/icons/tech/trpc.js +0 -1
  5078. package/icons/tech/truffle-icon.js +0 -1
  5079. package/icons/tech/truffle.js +0 -1
  5080. package/icons/tech/tsmc.js +0 -1
  5081. package/icons/tech/tsnode.js +0 -1
  5082. package/icons/tech/tsuru.js +0 -1
  5083. package/icons/tech/tumblr-icon.js +0 -1
  5084. package/icons/tech/tumblr.js +0 -1
  5085. package/icons/tech/tunein.js +0 -1
  5086. package/icons/tech/tuple.js +0 -1
  5087. package/icons/tech/turbopack-icon.js +0 -1
  5088. package/icons/tech/turbopack.js +0 -1
  5089. package/icons/tech/turborepo-icon.js +0 -1
  5090. package/icons/tech/turborepo.js +0 -1
  5091. package/icons/tech/turret.js +0 -1
  5092. package/icons/tech/twilio-icon.js +0 -1
  5093. package/icons/tech/twilio.js +0 -1
  5094. package/icons/tech/twitch.js +0 -1
  5095. package/icons/tech/twitter.js +0 -1
  5096. package/icons/tech/typeform-icon.js +0 -1
  5097. package/icons/tech/typeform.js +0 -1
  5098. package/icons/tech/typeorm.js +0 -1
  5099. package/icons/tech/typescript-icon-round.js +0 -1
  5100. package/icons/tech/typescript-icon.js +0 -1
  5101. package/icons/tech/typescript.js +0 -1
  5102. package/icons/tech/typesense-icon.js +0 -1
  5103. package/icons/tech/typesense.js +0 -1
  5104. package/icons/tech/typo3-icon.js +0 -1
  5105. package/icons/tech/typo3.js +0 -1
  5106. package/icons/tech/ubuntu.js +0 -1
  5107. package/icons/tech/udacity-icon.js +0 -1
  5108. package/icons/tech/udacity.js +0 -1
  5109. package/icons/tech/udemy-icon.js +0 -1
  5110. package/icons/tech/udemy.js +0 -1
  5111. package/icons/tech/uikit.js +0 -1
  5112. package/icons/tech/uml.js +0 -1
  5113. package/icons/tech/umu.js +0 -1
  5114. package/icons/tech/unbounce-icon.js +0 -1
  5115. package/icons/tech/unbounce.js +0 -1
  5116. package/icons/tech/undertow.js +0 -1
  5117. package/icons/tech/unionpay.js +0 -1
  5118. package/icons/tech/unitjs.js +0 -1
  5119. package/icons/tech/unito-icon.js +0 -1
  5120. package/icons/tech/unito.js +0 -1
  5121. package/icons/tech/unity.js +0 -1
  5122. package/icons/tech/unix.js +0 -1
  5123. package/icons/tech/unjs.js +0 -1
  5124. package/icons/tech/unocss.js +0 -1
  5125. package/icons/tech/unrealengine-icon.js +0 -1
  5126. package/icons/tech/unrealengine.js +0 -1
  5127. package/icons/tech/upcase.js +0 -1
  5128. package/icons/tech/upstash-icon.js +0 -1
  5129. package/icons/tech/upstash.js +0 -1
  5130. package/icons/tech/upwork.js +0 -1
  5131. package/icons/tech/user-testing-icon.js +0 -1
  5132. package/icons/tech/user-testing.js +0 -1
  5133. package/icons/tech/uservoice-icon.js +0 -1
  5134. package/icons/tech/uservoice.js +0 -1
  5135. package/icons/tech/uwsgi.js +0 -1
  5136. package/icons/tech/v8-ignition.js +0 -1
  5137. package/icons/tech/v8-turbofan.js +0 -1
  5138. package/icons/tech/v8.js +0 -1
  5139. package/icons/tech/vaadin.js +0 -1
  5140. package/icons/tech/vaddy.js +0 -1
  5141. package/icons/tech/vagrant-icon.js +0 -1
  5142. package/icons/tech/vagrant.js +0 -1
  5143. package/icons/tech/vala.js +0 -1
  5144. package/icons/tech/vault-icon.js +0 -1
  5145. package/icons/tech/vault.js +0 -1
  5146. package/icons/tech/vector.js +0 -1
  5147. package/icons/tech/vercel-icon.js +0 -1
  5148. package/icons/tech/vercel.js +0 -1
  5149. package/icons/tech/verdaccio-icon.js +0 -1
  5150. package/icons/tech/verdaccio.js +0 -1
  5151. package/icons/tech/vernemq.js +0 -1
  5152. package/icons/tech/veutify.js +0 -1
  5153. package/icons/tech/vim.js +0 -1
  5154. package/icons/tech/vimeo-icon.js +0 -1
  5155. package/icons/tech/vimeo.js +0 -1
  5156. package/icons/tech/visa.js +0 -1
  5157. package/icons/tech/visaelectron.js +0 -1
  5158. package/icons/tech/visual-studio-code.js +0 -1
  5159. package/icons/tech/visual-studio.js +0 -1
  5160. package/icons/tech/vite.js +0 -1
  5161. package/icons/tech/vitejs.js +0 -1
  5162. package/icons/tech/vitess.js +0 -1
  5163. package/icons/tech/vitest.js +0 -1
  5164. package/icons/tech/vivaldi-icon.js +0 -1
  5165. package/icons/tech/vivaldi.js +0 -1
  5166. package/icons/tech/vlang.js +0 -1
  5167. package/icons/tech/vmware.js +0 -1
  5168. package/icons/tech/void.js +0 -1
  5169. package/icons/tech/volar.js +0 -1
  5170. package/icons/tech/vorejs.js +0 -1
  5171. package/icons/tech/vscode.js +0 -1
  5172. package/icons/tech/vsphere.js +0 -1
  5173. package/icons/tech/vue-storefront.js +0 -1
  5174. package/icons/tech/vue.js +0 -1
  5175. package/icons/tech/vuetifyjs.js +0 -1
  5176. package/icons/tech/vueuse.js +0 -1
  5177. package/icons/tech/vulkan.js +0 -1
  5178. package/icons/tech/vultr-icon.js +0 -1
  5179. package/icons/tech/vultr.js +0 -1
  5180. package/icons/tech/vwo.js +0 -1
  5181. package/icons/tech/vyper.js +0 -1
  5182. package/icons/tech/w3c.js +0 -1
  5183. package/icons/tech/waffle-icon.js +0 -1
  5184. package/icons/tech/waffle.js +0 -1
  5185. package/icons/tech/wagtail.js +0 -1
  5186. package/icons/tech/wakatime.js +0 -1
  5187. package/icons/tech/walkme.js +0 -1
  5188. package/icons/tech/watchman.js +0 -1
  5189. package/icons/tech/waypoint-icon.js +0 -1
  5190. package/icons/tech/waypoint.js +0 -1
  5191. package/icons/tech/wayscript-icon.js +0 -1
  5192. package/icons/tech/wayscript.js +0 -1
  5193. package/icons/tech/wearos.js +0 -1
  5194. package/icons/tech/weave.js +0 -1
  5195. package/icons/tech/web-dev-icon.js +0 -1
  5196. package/icons/tech/web-dev.js +0 -1
  5197. package/icons/tech/web3js.js +0 -1
  5198. package/icons/tech/webassembly.js +0 -1
  5199. package/icons/tech/webcomponents.js +0 -1
  5200. package/icons/tech/webdriverio.js +0 -1
  5201. package/icons/tech/webflow.js +0 -1
  5202. package/icons/tech/webgpu.js +0 -1
  5203. package/icons/tech/webhint-icon.js +0 -1
  5204. package/icons/tech/webhint.js +0 -1
  5205. package/icons/tech/webhooks.js +0 -1
  5206. package/icons/tech/webix-icon.js +0 -1
  5207. package/icons/tech/webix.js +0 -1
  5208. package/icons/tech/webkit.js +0 -1
  5209. package/icons/tech/weblate.js +0 -1
  5210. package/icons/tech/webmin.js +0 -1
  5211. package/icons/tech/webpack.js +0 -1
  5212. package/icons/tech/webplatform.js +0 -1
  5213. package/icons/tech/webrtc.js +0 -1
  5214. package/icons/tech/websocket.js +0 -1
  5215. package/icons/tech/webstorm.js +0 -1
  5216. package/icons/tech/webtorrent.js +0 -1
  5217. package/icons/tech/weebly.js +0 -1
  5218. package/icons/tech/whalar-icon.js +0 -1
  5219. package/icons/tech/whalar.js +0 -1
  5220. package/icons/tech/whatsapp-icon.js +0 -1
  5221. package/icons/tech/whatsapp-monochrome-icon.js +0 -1
  5222. package/icons/tech/whatsapp.js +0 -1
  5223. package/icons/tech/whatwg.js +0 -1
  5224. package/icons/tech/wicket-icon.js +0 -1
  5225. package/icons/tech/wicket.js +0 -1
  5226. package/icons/tech/wifi.js +0 -1
  5227. package/icons/tech/wildfly.js +0 -1
  5228. package/icons/tech/windi-css.js +0 -1
  5229. package/icons/tech/windows11.js +0 -1
  5230. package/icons/tech/windows8.js +0 -1
  5231. package/icons/tech/winglang-icon.js +0 -1
  5232. package/icons/tech/winglang.js +0 -1
  5233. package/icons/tech/wire.js +0 -1
  5234. package/icons/tech/wix.js +0 -1
  5235. package/icons/tech/wmr.js +0 -1
  5236. package/icons/tech/woo-commerce.js +0 -1
  5237. package/icons/tech/woocommerce-icon.js +0 -1
  5238. package/icons/tech/woopra.js +0 -1
  5239. package/icons/tech/wordpress-icon-alt.js +0 -1
  5240. package/icons/tech/wordpress-icon.js +0 -1
  5241. package/icons/tech/wordpress.js +0 -1
  5242. package/icons/tech/workboard.js +0 -1
  5243. package/icons/tech/workos-icon.js +0 -1
  5244. package/icons/tech/workos.js +0 -1
  5245. package/icons/tech/workplace-icon.js +0 -1
  5246. package/icons/tech/workplace.js +0 -1
  5247. package/icons/tech/wpengine.js +0 -1
  5248. package/icons/tech/wufoo.js +0 -1
  5249. package/icons/tech/x.js +0 -1
  5250. package/icons/tech/xamarin.js +0 -1
  5251. package/icons/tech/xampp.js +0 -1
  5252. package/icons/tech/xata-icon.js +0 -1
  5253. package/icons/tech/xata.js +0 -1
  5254. package/icons/tech/xcart.js +0 -1
  5255. package/icons/tech/xcode.js +0 -1
  5256. package/icons/tech/xero.js +0 -1
  5257. package/icons/tech/xml.js +0 -1
  5258. package/icons/tech/xray-for-jira.js +0 -1
  5259. package/icons/tech/xstate.js +0 -1
  5260. package/icons/tech/xtend.js +0 -1
  5261. package/icons/tech/xwiki-icon.js +0 -1
  5262. package/icons/tech/xwiki.js +0 -1
  5263. package/icons/tech/yahoo.js +0 -1
  5264. package/icons/tech/yaml.js +0 -1
  5265. package/icons/tech/yammer.js +0 -1
  5266. package/icons/tech/yandex-ru.js +0 -1
  5267. package/icons/tech/yarn.js +0 -1
  5268. package/icons/tech/ycombinator.js +0 -1
  5269. package/icons/tech/yeoman.js +0 -1
  5270. package/icons/tech/yii-framework.js +0 -1
  5271. package/icons/tech/yii.js +0 -1
  5272. package/icons/tech/youtrack.js +0 -1
  5273. package/icons/tech/youtube-icon.js +0 -1
  5274. package/icons/tech/youtube.js +0 -1
  5275. package/icons/tech/yugabyte-icon.js +0 -1
  5276. package/icons/tech/yugabyte.js +0 -1
  5277. package/icons/tech/yuno-host.js +0 -1
  5278. package/icons/tech/zabbix.js +0 -1
  5279. package/icons/tech/zapier.js +0 -1
  5280. package/icons/tech/zend-framework.js +0 -1
  5281. package/icons/tech/zendesk-icon.js +0 -1
  5282. package/icons/tech/zendesk.js +0 -1
  5283. package/icons/tech/zenhub-icon.js +0 -1
  5284. package/icons/tech/zenhub.js +0 -1
  5285. package/icons/tech/zeplin.js +0 -1
  5286. package/icons/tech/zeroheight-icon.js +0 -1
  5287. package/icons/tech/zeroheight.js +0 -1
  5288. package/icons/tech/zig.js +0 -1
  5289. package/icons/tech/zod.js +0 -1
  5290. package/icons/tech/zoho.js +0 -1
  5291. package/icons/tech/zoom-icon.js +0 -1
  5292. package/icons/tech/zoom.js +0 -1
  5293. package/icons/tech/zorin-os.js +0 -1
  5294. package/icons/tech/zsh.js +0 -1
  5295. package/icons/tech/zube.js +0 -1
  5296. package/icons/tech/zulip-icon.js +0 -1
  5297. package/icons/tech/zulip.js +0 -1
  5298. package/icons/tech/zwave.js +0 -1
  5299. package/react/index.d.ts +0 -5016
  5300. package/react/index.js +0 -54032
@@ -0,0 +1,58 @@
1
+ import{n as RegExpParser,t as BaseRegExpVisitor}from"./@chevrotain/regexp-to-ast.mjs";import{$ as isIterateeCall,A as cacheHas,B as Stack,C as map,D as baseIteratee,E as baseEach,F as getAllKeysIn,G as keys,H as arrayPush,I as getAllKeys,J as nodeUtil,K as baseKeys,L as getSymbolsIn,M as Uint8Array,N as _getTag_default,O as hasPath,P as Set,Q as isPrototype,R as getSymbols,S as isString,T as forEach,U as keysIn,V as getPrototype,W as assign,X as isBuffer,Y as baseUnary,Z as isArguments,_ as some,_t as Symbol,a as GAstVisitor,at as baseAssignValue,b as includes,c as NonTerminal,ct as arrayEach,d as RepetitionMandatory,dt as toInteger,et as isArrayLike,f as RepetitionMandatoryWithSeparator,ft as isObject,g as serializeGrammar,gt as isObjectLike,h as Terminal,i as isSequenceProd,it as eq,j as SetCache,k as setToArray,l as Option,lt as isFunction,m as Rule,mt as arrayMap,n as isBranchingProd,nt as copyObject,o as Alternation,ot as baseIndexOf,p as RepetitionWithSeparator,pt as isArray,q as isTypedArray,r as isOptionalProd,rt as assignValue,s as Alternative,st as baseFindIndex,t as getProductionDslName,tt as baseRest,u as Repetition,ut as identity,v as pickBy,vt as root,w as every,x as values,y as isRegExp,z as arrayFilter}from"./@chevrotain/gast.mjs";import{i as PRINT_WARNING,n as timer,r as PRINT_ERROR,t as toFastProperties}from"./@chevrotain/utils.mjs";var objectCreate=Object.create,baseCreate=function(){function e(){}return function(t){if(!isObject(t))return{};if(objectCreate)return objectCreate(t);e.prototype=t;var n=new e;return e.prototype=void 0,n}}();function noop(){}function copyArray(e,t){var n=-1,r=e.length;for(t||=Array(r);++n<r;)t[n]=e[n];return t}function arrayIncludes(e,t){return!!(e!=null&&e.length)&&baseIndexOf(e,t,0)>-1}var spreadableSymbol=Symbol?Symbol.isConcatSpreadable:void 0;function isFlattenable(e){return isArray(e)||isArguments(e)||!!(spreadableSymbol&&e&&e[spreadableSymbol])}function baseFlatten(e,t,n,r,i){var a=-1,o=e.length;for(n||=isFlattenable,i||=[];++a<o;){var s=e[a];t>0&&n(s)?t>1?baseFlatten(s,t-1,n,r,i):arrayPush(i,s):r||(i[i.length]=s)}return i}function flatten(e){return e!=null&&e.length?baseFlatten(e,1):[]}function baseSlice(e,t,n){var r=-1,i=e.length;t<0&&(t=-t>i?0:i+t),n=n>i?i:n,n<0&&(n+=i),i=t>n?0:n-t>>>0,t>>>=0;for(var a=Array(i);++r<i;)a[r]=e[r+t];return a}function arrayReduce(e,t,n,r){var i=-1,a=e==null?0:e.length;for(r&&a&&(n=e[++i]);++i<a;)n=t(n,e[i],i,e);return n}function baseAssign(e,t){return e&&copyObject(t,keys(t),e)}function baseAssignIn(e,t){return e&&copyObject(t,keysIn(t),e)}var freeExports=typeof exports==`object`&&exports&&!exports.nodeType&&exports,freeModule=freeExports&&typeof module==`object`&&module&&!module.nodeType&&module,Buffer=freeModule&&freeModule.exports===freeExports?root.Buffer:void 0,allocUnsafe=Buffer?Buffer.allocUnsafe:void 0;function cloneBuffer(e,t){if(t)return e.slice();var n=e.length,r=allocUnsafe?allocUnsafe(n):new e.constructor(n);return e.copy(r),r}function copySymbols(e,t){return copyObject(e,getSymbols(e),t)}function copySymbolsIn(e,t){return copyObject(e,getSymbolsIn(e),t)}var hasOwnProperty$4=Object.prototype.hasOwnProperty;function initCloneArray(e){var t=e.length,n=new e.constructor(t);return t&&typeof e[0]==`string`&&hasOwnProperty$4.call(e,`index`)&&(n.index=e.index,n.input=e.input),n}function cloneArrayBuffer(e){var t=new e.constructor(e.byteLength);return new Uint8Array(t).set(new Uint8Array(e)),t}function cloneDataView(e,t){var n=t?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.byteLength)}var reFlags=/\w*$/;function cloneRegExp(e){var t=new e.constructor(e.source,reFlags.exec(e));return t.lastIndex=e.lastIndex,t}var symbolProto=Symbol?Symbol.prototype:void 0,symbolValueOf=symbolProto?symbolProto.valueOf:void 0;function cloneSymbol(e){return symbolValueOf?Object(symbolValueOf.call(e)):{}}function cloneTypedArray(e,t){var n=t?cloneArrayBuffer(e.buffer):e.buffer;return new e.constructor(n,e.byteOffset,e.length)}var boolTag$1=`[object Boolean]`,dateTag$1=`[object Date]`,mapTag$3=`[object Map]`,numberTag$1=`[object Number]`,regexpTag$1=`[object RegExp]`,setTag$3=`[object Set]`,stringTag$1=`[object String]`,symbolTag$1=`[object Symbol]`,arrayBufferTag$1=`[object ArrayBuffer]`,dataViewTag$1=`[object DataView]`,float32Tag$1=`[object Float32Array]`,float64Tag$1=`[object Float64Array]`,int8Tag$1=`[object Int8Array]`,int16Tag$1=`[object Int16Array]`,int32Tag$1=`[object Int32Array]`,uint8Tag$1=`[object Uint8Array]`,uint8ClampedTag$1=`[object Uint8ClampedArray]`,uint16Tag$1=`[object Uint16Array]`,uint32Tag$1=`[object Uint32Array]`;function initCloneByTag(e,t,n){var r=e.constructor;switch(t){case arrayBufferTag$1:return cloneArrayBuffer(e);case boolTag$1:case dateTag$1:return new r(+e);case dataViewTag$1:return cloneDataView(e,n);case float32Tag$1:case float64Tag$1:case int8Tag$1:case int16Tag$1:case int32Tag$1:case uint8Tag$1:case uint8ClampedTag$1:case uint16Tag$1:case uint32Tag$1:return cloneTypedArray(e,n);case mapTag$3:return new r;case numberTag$1:case stringTag$1:return new r(e);case regexpTag$1:return cloneRegExp(e);case setTag$3:return new r;case symbolTag$1:return cloneSymbol(e)}}function initCloneObject(e){return typeof e.constructor==`function`&&!isPrototype(e)?baseCreate(getPrototype(e)):{}}var mapTag$2=`[object Map]`;function baseIsMap(e){return isObjectLike(e)&&_getTag_default(e)==mapTag$2}var nodeIsMap=nodeUtil&&nodeUtil.isMap,isMap=nodeIsMap?baseUnary(nodeIsMap):baseIsMap,setTag$2=`[object Set]`;function baseIsSet(e){return isObjectLike(e)&&_getTag_default(e)==setTag$2}var nodeIsSet=nodeUtil&&nodeUtil.isSet,isSet=nodeIsSet?baseUnary(nodeIsSet):baseIsSet,CLONE_DEEP_FLAG=1,CLONE_FLAT_FLAG=2,CLONE_SYMBOLS_FLAG$1=4,argsTag=`[object Arguments]`,arrayTag=`[object Array]`,boolTag=`[object Boolean]`,dateTag=`[object Date]`,errorTag=`[object Error]`,funcTag=`[object Function]`,genTag=`[object GeneratorFunction]`,mapTag$1=`[object Map]`,numberTag=`[object Number]`,objectTag=`[object Object]`,regexpTag=`[object RegExp]`,setTag$1=`[object Set]`,stringTag=`[object String]`,symbolTag=`[object Symbol]`,weakMapTag=`[object WeakMap]`,arrayBufferTag=`[object ArrayBuffer]`,dataViewTag=`[object DataView]`,float32Tag=`[object Float32Array]`,float64Tag=`[object Float64Array]`,int8Tag=`[object Int8Array]`,int16Tag=`[object Int16Array]`,int32Tag=`[object Int32Array]`,uint8Tag=`[object Uint8Array]`,uint8ClampedTag=`[object Uint8ClampedArray]`,uint16Tag=`[object Uint16Array]`,uint32Tag=`[object Uint32Array]`,cloneableTags={};cloneableTags[argsTag]=cloneableTags[arrayTag]=cloneableTags[arrayBufferTag]=cloneableTags[dataViewTag]=cloneableTags[boolTag]=cloneableTags[dateTag]=cloneableTags[float32Tag]=cloneableTags[float64Tag]=cloneableTags[int8Tag]=cloneableTags[int16Tag]=cloneableTags[int32Tag]=cloneableTags[mapTag$1]=cloneableTags[numberTag]=cloneableTags[objectTag]=cloneableTags[regexpTag]=cloneableTags[setTag$1]=cloneableTags[stringTag]=cloneableTags[symbolTag]=cloneableTags[uint8Tag]=cloneableTags[uint8ClampedTag]=cloneableTags[uint16Tag]=cloneableTags[uint32Tag]=!0,cloneableTags[errorTag]=cloneableTags[funcTag]=cloneableTags[weakMapTag]=!1;function baseClone(e,t,n,r,a,o){var s,u=t&CLONE_DEEP_FLAG,f=t&CLONE_FLAT_FLAG,p=t&CLONE_SYMBOLS_FLAG$1;if(n&&(s=a?n(e,r,a,o):n(e)),s!==void 0)return s;if(!isObject(e))return e;var m=isArray(e);if(m){if(s=initCloneArray(e),!u)return copyArray(e,s)}else{var h=_getTag_default(e),_=h==funcTag||h==genTag;if(isBuffer(e))return cloneBuffer(e,u);if(h==objectTag||h==argsTag||_&&!a){if(s=f||_?{}:initCloneObject(e),!u)return f?copySymbolsIn(e,baseAssignIn(s,e)):copySymbols(e,baseAssign(s,e))}else{if(!cloneableTags[h])return a?e:{};s=initCloneByTag(e,h,u)}}o||=new Stack;var v=o.get(e);if(v)return v;o.set(e,s),isSet(e)?e.forEach(function(r){s.add(baseClone(r,t,n,r,e,o))}):isMap(e)&&e.forEach(function(r,i){s.set(i,baseClone(r,t,n,i,e,o))});var y=m?void 0:(p?f?getAllKeysIn:getAllKeys:f?keysIn:keys)(e);return arrayEach(y||e,function(r,i){y&&(i=r,r=e[i]),assignValue(s,i,baseClone(r,t,n,i,e,o))}),s}var CLONE_SYMBOLS_FLAG=4;function clone(e){return baseClone(e,CLONE_SYMBOLS_FLAG)}function compact(e){for(var t=-1,n=e==null?0:e.length,r=0,i=[];++t<n;){var a=e[t];a&&(i[r++]=a)}return i}function arrayAggregator(e,t,n,r){for(var i=-1,a=e==null?0:e.length;++i<a;){var o=e[i];t(r,o,n(o),e)}return r}function baseAggregator(e,t,n,r){return baseEach(e,function(e,i,a){t(r,e,n(e),a)}),r}function createAggregator(e,t){return function(n,r){var i=isArray(n)?arrayAggregator:baseAggregator,a=t?t():{};return i(n,e,baseIteratee(r,2),a)}}var objectProto=Object.prototype,hasOwnProperty$3=objectProto.hasOwnProperty,defaults=baseRest(function(e,t){e=Object(e);var r=-1,i=t.length,a=i>2?t[2]:void 0;for(a&&isIterateeCall(t[0],t[1],a)&&(i=1);++r<i;)for(var o=t[r],s=keysIn(o),c=-1,l=s.length;++c<l;){var u=s[c],d=e[u];(d===void 0||eq(d,objectProto[u])&&!hasOwnProperty$3.call(e,u))&&(e[u]=o[u])}return e});function isArrayLikeObject(e){return isObjectLike(e)&&isArrayLike(e)}function arrayIncludesWith(e,t,n){for(var r=-1,i=e==null?0:e.length;++r<i;)if(n(t,e[r]))return!0;return!1}var LARGE_ARRAY_SIZE$1=200;function baseDifference(e,t,n,i){var a=-1,o=arrayIncludes,s=!0,c=e.length,l=[],u=t.length;if(!c)return l;n&&(t=arrayMap(t,baseUnary(n))),i?(o=arrayIncludesWith,s=!1):t.length>=LARGE_ARRAY_SIZE$1&&(o=cacheHas,s=!1,t=new SetCache(t));outer:for(;++a<c;){var d=e[a],f=n==null?d:n(d);if(d=i||d!==0?d:0,s&&f===f){for(var p=u;p--;)if(t[p]===f)continue outer;l.push(d)}else o(t,f,i)||l.push(d)}return l}var difference=baseRest(function(e,t){return isArrayLikeObject(e)?baseDifference(e,baseFlatten(t,1,isArrayLikeObject,!0)):[]});function last(e){var t=e==null?0:e.length;return t?e[t-1]:void 0}function drop(e,t,n){var r=e==null?0:e.length;return r?(t=n||t===void 0?1:toInteger(t),baseSlice(e,t<0?0:t,r)):[]}function dropRight(e,t,n){var r=e==null?0:e.length;return r?(t=n||t===void 0?1:toInteger(t),t=r-t,baseSlice(e,0,t<0?0:t)):[]}function baseFilter(e,t){var n=[];return baseEach(e,function(e,r,i){t(e,r,i)&&n.push(e)}),n}function filter(e,t){return(isArray(e)?arrayFilter:baseFilter)(e,baseIteratee(t,3))}function createFind(e){return function(t,n,r){var i=Object(t);if(!isArrayLike(t)){var a=baseIteratee(n,3);t=keys(t),n=function(e){return a(i[e],e,i)}}var s=e(t,n,r);return s>-1?i[a?t[s]:s]:void 0}}var nativeMax$1=Math.max;function findIndex(e,t,n){var r=e==null?0:e.length;if(!r)return-1;var i=n==null?0:toInteger(n);return i<0&&(i=nativeMax$1(r+i,0)),baseFindIndex(e,baseIteratee(t,3),i)}var find=createFind(findIndex);function head(e){return e&&e.length?e[0]:void 0}function flatMap(e,t){return baseFlatten(map(e,t),1)}var hasOwnProperty$2=Object.prototype.hasOwnProperty,groupBy=createAggregator(function(e,t,n){hasOwnProperty$2.call(e,n)?e[n].push(t):baseAssignValue(e,n,[t])}),hasOwnProperty$1=Object.prototype.hasOwnProperty;function baseHas(e,t){return e!=null&&hasOwnProperty$1.call(e,t)}function has(e,t){return e!=null&&hasPath(e,t,baseHas)}var nativeMax=Math.max;function indexOf(e,t,n){var r=e==null?0:e.length;if(!r)return-1;var i=n==null?0:toInteger(n);return i<0&&(i=nativeMax(r+i,0)),baseIndexOf(e,t,i)}var mapTag=`[object Map]`,setTag=`[object Set]`,hasOwnProperty=Object.prototype.hasOwnProperty;function isEmpty(e){if(e==null)return!0;if(isArrayLike(e)&&(isArray(e)||typeof e==`string`||typeof e.splice==`function`||isBuffer(e)||isTypedArray(e)||isArguments(e)))return!e.length;var t=_getTag_default(e);if(t==mapTag||t==setTag)return!e.size;if(isPrototype(e))return!baseKeys(e).length;for(var n in e)if(hasOwnProperty.call(e,n))return!1;return!0}function isUndefined(e){return e===void 0}var FUNC_ERROR_TEXT=`Expected a function`;function negate(e){if(typeof e!=`function`)throw TypeError(FUNC_ERROR_TEXT);return function(){var t=arguments;switch(t.length){case 0:return!e.call(this);case 1:return!e.call(this,t[0]);case 2:return!e.call(this,t[0],t[1]);case 3:return!e.call(this,t[0],t[1],t[2])}return!e.apply(this,t)}}function baseReduce(e,t,n,r,i){return i(e,function(e,i,a){n=r?(r=!1,e):t(n,e,i,a)}),n}function reduce(e,t,n){var r=isArray(e)?arrayReduce:baseReduce,i=arguments.length<3;return r(e,baseIteratee(t,4),n,i,baseEach)}function reject(e,t){return(isArray(e)?arrayFilter:baseFilter)(e,negate(baseIteratee(t,3)))}var createSet=Set&&1/setToArray(new Set([,-0]))[1]==1/0?function(e){return new Set(e)}:noop,LARGE_ARRAY_SIZE=200;function baseUniq(e,t,n){var i=-1,a=arrayIncludes,o=e.length,s=!0,c=[],l=c;if(n)s=!1,a=arrayIncludesWith;else if(o>=LARGE_ARRAY_SIZE){var u=t?null:createSet(e);if(u)return setToArray(u);s=!1,a=cacheHas,l=new SetCache}else l=t?[]:c;outer:for(;++i<o;){var d=e[i],f=t?t(d):d;if(d=n||d!==0?d:0,s&&f===f){for(var p=l.length;p--;)if(l[p]===f)continue outer;t&&l.push(f),c.push(d)}else a(l,f,n)||(l!==c&&l.push(f),c.push(d))}return c}function uniq(e){return e&&e.length?baseUniq(e):[]}var RestWalker=class{walk(e,t=[]){forEach(e.definition,(n,r)=>{let i=drop(e.definition,r+1);if(n instanceof NonTerminal)this.walkProdRef(n,i,t);else if(n instanceof Terminal)this.walkTerminal(n,i,t);else if(n instanceof Alternative)this.walkFlat(n,i,t);else if(n instanceof Option)this.walkOption(n,i,t);else if(n instanceof RepetitionMandatory)this.walkAtLeastOne(n,i,t);else if(n instanceof RepetitionMandatoryWithSeparator)this.walkAtLeastOneSep(n,i,t);else if(n instanceof RepetitionWithSeparator)this.walkManySep(n,i,t);else if(n instanceof Repetition)this.walkMany(n,i,t);else if(n instanceof Alternation)this.walkOr(n,i,t);else throw Error(`non exhaustive match`)})}walkTerminal(e,t,n){}walkProdRef(e,t,n){}walkFlat(e,t,n){let r=t.concat(n);this.walk(e,r)}walkOption(e,t,n){let r=t.concat(n);this.walk(e,r)}walkAtLeastOne(e,t,n){let r=[new Option({definition:e.definition})].concat(t,n);this.walk(e,r)}walkAtLeastOneSep(e,t,n){let r=restForRepetitionWithSeparator(e,t,n);this.walk(e,r)}walkMany(e,t,n){let r=[new Option({definition:e.definition})].concat(t,n);this.walk(e,r)}walkManySep(e,t,n){let r=restForRepetitionWithSeparator(e,t,n);this.walk(e,r)}walkOr(e,t,n){let r=t.concat(n);forEach(e.definition,e=>{let t=new Alternative({definition:[e]});this.walk(t,r)})}};function restForRepetitionWithSeparator(e,t,n){return[new Option({definition:[new Terminal({terminalType:e.separator})].concat(e.definition)})].concat(t,n)}function first(e){if(e instanceof NonTerminal)return first(e.referencedRule);if(e instanceof Terminal)return firstForTerminal(e);if(isSequenceProd(e))return firstForSequence(e);if(isBranchingProd(e))return firstForBranching(e);throw Error(`non exhaustive match`)}function firstForSequence(e){let t=[],n=e.definition,r=0,i=n.length>r,a,o=!0;for(;i&&o;)a=n[r],o=isOptionalProd(a),t=t.concat(first(a)),r+=1,i=n.length>r;return uniq(t)}function firstForBranching(e){return uniq(flatten(map(e.definition,e=>first(e))))}function firstForTerminal(e){return[e.terminalType]}const IN=`_~IN~_`;var ResyncFollowsWalker=class extends RestWalker{constructor(e){super(),this.topProd=e,this.follows={}}startWalking(){return this.walk(this.topProd),this.follows}walkTerminal(e,t,n){}walkProdRef(e,t,n){let r=buildBetweenProdsFollowPrefix(e.referencedRule,e.idx)+this.topProd.name,i=first(new Alternative({definition:t.concat(n)}));this.follows[r]=i}};function computeAllProdsFollows(e){let t={};return forEach(e,e=>{assign(t,new ResyncFollowsWalker(e).startWalking())}),t}function buildBetweenProdsFollowPrefix(e,t){return e.name+t+IN}let regExpAstCache={};const regExpParser=new RegExpParser;function getRegExpAst(e){let t=e.toString();if(regExpAstCache.hasOwnProperty(t))return regExpAstCache[t];{let e=regExpParser.pattern(t);return regExpAstCache[t]=e,e}}function clearRegExpParserCache(){regExpAstCache={}}const complementErrorMessage=`Complement Sets are not supported for first char optimization`,failedOptimizationPrefixMsg=`Unable to use "first char" lexer optimizations:
2
+ `;function getOptimizedStartCodesIndices(e,t=!1){try{let t=getRegExpAst(e);return firstCharOptimizedIndices(t.value,{},t.flags.ignoreCase)}catch(n){if(n.message===complementErrorMessage)t&&PRINT_WARNING(`${failedOptimizationPrefixMsg}\tUnable to optimize: < ${e.toString()} >\n Complement Sets cannot be automatically optimized.
3
+ This will disable the lexer's first char optimizations.
4
+ See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#COMPLEMENT for details.`);else{let n=``;t&&(n=`
5
+ This will disable the lexer's first char optimizations.
6
+ See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#REGEXP_PARSING for details.`),PRINT_ERROR(`${failedOptimizationPrefixMsg}\n\tFailed parsing: < ${e.toString()} >\n\tUsing the @chevrotain/regexp-to-ast library\n Please open an issue at: https://github.com/chevrotain/chevrotain/issues`+n)}}return[]}function firstCharOptimizedIndices(e,t,n){switch(e.type){case`Disjunction`:for(let r=0;r<e.value.length;r++)firstCharOptimizedIndices(e.value[r],t,n);break;case`Alternative`:let r=e.value;for(let e=0;e<r.length;e++){let i=r[e];switch(i.type){case`EndAnchor`:case`GroupBackReference`:case`Lookahead`:case`NegativeLookahead`:case`StartAnchor`:case`WordBoundary`:case`NonWordBoundary`:continue}let a=i;switch(a.type){case`Character`:addOptimizedIdxToResult(a.value,t,n);break;case`Set`:if(a.complement===!0)throw Error(complementErrorMessage);forEach(a.value,e=>{if(typeof e==`number`)addOptimizedIdxToResult(e,t,n);else{let r=e;if(n===!0)for(let e=r.from;e<=r.to;e++)addOptimizedIdxToResult(e,t,n);else{for(let e=r.from;e<=r.to&&e<minOptimizationVal;e++)addOptimizedIdxToResult(e,t,n);if(r.to>=minOptimizationVal){let e=r.from>=minOptimizationVal?r.from:minOptimizationVal,n=r.to,i=charCodeToOptimizedIndex(e),a=charCodeToOptimizedIndex(n);for(let e=i;e<=a;e++)t[e]=e}}}});break;case`Group`:firstCharOptimizedIndices(a.value,t,n);break;default:throw Error(`Non Exhaustive Match`)}let o=a.quantifier!==void 0&&a.quantifier.atLeast===0;if(a.type===`Group`&&isWholeOptional(a)===!1||a.type!==`Group`&&o===!1)break}break;default:throw Error(`non exhaustive match!`)}return values(t)}function addOptimizedIdxToResult(e,t,n){let r=charCodeToOptimizedIndex(e);t[r]=r,n===!0&&handleIgnoreCase(e,t)}function handleIgnoreCase(e,t){let n=String.fromCharCode(e),r=n.toUpperCase();if(r!==n){let e=charCodeToOptimizedIndex(r.charCodeAt(0));t[e]=e}else{let e=n.toLowerCase();if(e!==n){let n=charCodeToOptimizedIndex(e.charCodeAt(0));t[n]=n}}}function findCode(e,t){return find(e.value,e=>{if(typeof e==`number`)return includes(t,e);{let n=e;return find(t,e=>n.from<=e&&e<=n.to)!==void 0}})}function isWholeOptional(e){let t=e.quantifier;return t&&t.atLeast===0?!0:e.value?isArray(e.value)?every(e.value,isWholeOptional):isWholeOptional(e.value):!1}var CharCodeFinder=class extends BaseRegExpVisitor{constructor(e){super(),this.targetCharCodes=e,this.found=!1}visitChildren(e){if(this.found!==!0){switch(e.type){case`Lookahead`:this.visitLookahead(e);return;case`NegativeLookahead`:this.visitNegativeLookahead(e);return}super.visitChildren(e)}}visitCharacter(e){includes(this.targetCharCodes,e.value)&&(this.found=!0)}visitSet(e){e.complement?findCode(e,this.targetCharCodes)===void 0&&(this.found=!0):findCode(e,this.targetCharCodes)!==void 0&&(this.found=!0)}};function canMatchCharCode(e,t){if(t instanceof RegExp){let n=getRegExpAst(t),r=new CharCodeFinder(e);return r.visit(n),r.found}else return find(t,t=>includes(e,t.charCodeAt(0)))!==void 0}const PATTERN=`PATTERN`,DEFAULT_MODE=`defaultMode`,MODES=`modes`;let SUPPORT_STICKY=typeof RegExp(`(?:)`).sticky==`boolean`;function analyzeTokenTypes(e,t){t=defaults(t,{useSticky:SUPPORT_STICKY,debug:!1,safeMode:!1,positionTracking:`full`,lineTerminatorCharacters:[`\r`,`
7
+ `],tracer:(e,t)=>t()});let n=t.tracer;n(`initCharCodeToOptimizedIndexMap`,()=>{initCharCodeToOptimizedIndexMap()});let r;n(`Reject Lexer.NA`,()=>{r=reject(e,e=>e[PATTERN]===Lexer.NA)});let i=!1,o;n(`Transform Patterns`,()=>{i=!1,o=map(r,e=>{let n=e[PATTERN];if(isRegExp(n)){let e=n.source;return e.length===1&&e!==`^`&&e!==`$`&&e!==`.`&&!n.ignoreCase?e:e.length===2&&e[0]===`\\`&&!includes([`d`,`D`,`s`,`S`,`t`,`r`,`n`,`t`,`0`,`c`,`b`,`B`,`f`,`v`,`w`,`W`],e[1])?e[1]:t.useSticky?addStickyFlag(n):addStartOfInput(n)}else if(isFunction(n))return i=!0,{exec:n};else if(typeof n==`object`)return i=!0,n;else if(typeof n==`string`){if(n.length===1)return n;{let e=n.replace(/[\\^$.*+?()[\]{}|]/g,`\\$&`),r=new RegExp(e);return t.useSticky?addStickyFlag(r):addStartOfInput(r)}}else throw Error(`non exhaustive match`)})});let s,c,l,u,d;n(`misc mapping`,()=>{s=map(r,e=>e.tokenTypeIdx),c=map(r,e=>{let t=e.GROUP;if(t!==Lexer.SKIPPED){if(isString(t))return t;if(isUndefined(t))return!1;throw Error(`non exhaustive match`)}}),l=map(r,e=>{let t=e.LONGER_ALT;if(t)return isArray(t)?map(t,e=>indexOf(r,e)):[indexOf(r,t)]}),u=map(r,e=>e.PUSH_MODE),d=map(r,e=>has(e,`POP_MODE`))});let f;n(`Line Terminator Handling`,()=>{let e=getCharCodes(t.lineTerminatorCharacters);f=map(r,e=>!1),t.positionTracking!==`onlyOffset`&&(f=map(r,t=>has(t,`LINE_BREAKS`)?!!t.LINE_BREAKS:checkLineBreaksIssues(t,e)===!1&&canMatchCharCode(e,t.PATTERN)))});let p,m,h,g;n(`Misc Mapping #2`,()=>{p=map(r,isCustomPattern),m=map(o,isShortPattern),h=reduce(r,(e,t)=>{let n=t.GROUP;return isString(n)&&n!==Lexer.SKIPPED&&(e[n]=[]),e},{}),g=map(o,(e,t)=>({pattern:o[t],longerAlt:l[t],canLineTerminator:f[t],isCustom:p[t],short:m[t],group:c[t],push:u[t],pop:d[t],tokenTypeIdx:s[t],tokenType:r[t]}))});let _=!0,v=[];return t.safeMode||n(`First Char Optimization`,()=>{v=reduce(r,(e,n,r)=>{if(typeof n.PATTERN==`string`)addToMapOfArrays(e,charCodeToOptimizedIndex(n.PATTERN.charCodeAt(0)),g[r]);else if(isArray(n.START_CHARS_HINT)){let t;forEach(n.START_CHARS_HINT,n=>{let i=charCodeToOptimizedIndex(typeof n==`string`?n.charCodeAt(0):n);t!==i&&(t=i,addToMapOfArrays(e,i,g[r]))})}else if(isRegExp(n.PATTERN))if(n.PATTERN.unicode)_=!1,t.ensureOptimizations&&PRINT_ERROR(`${failedOptimizationPrefixMsg}\tUnable to analyze < ${n.PATTERN.toString()} > pattern.\n The regexp unicode flag is not currently supported by the regexp-to-ast library.
8
+ This will disable the lexer's first char optimizations.
9
+ For details See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#UNICODE_OPTIMIZE`);else{let i=getOptimizedStartCodesIndices(n.PATTERN,t.ensureOptimizations);isEmpty(i)&&(_=!1),forEach(i,t=>{addToMapOfArrays(e,t,g[r])})}else t.ensureOptimizations&&PRINT_ERROR(`${failedOptimizationPrefixMsg}\tTokenType: <${n.name}> is using a custom token pattern without providing <start_chars_hint> parameter.\n This will disable the lexer's first char optimizations.
10
+ For details See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#CUSTOM_OPTIMIZE`),_=!1;return e},[])}),{emptyGroups:h,patternIdxToConfig:g,charCodeToPatternIdxToConfig:v,hasCustom:i,canBeOptimized:_}}function validatePatterns(e,t){let n=[],r=findMissingPatterns(e);n=n.concat(r.errors);let i=findInvalidPatterns(r.valid),a=i.valid;return n=n.concat(i.errors),n=n.concat(validateRegExpPattern(a)),n=n.concat(findInvalidGroupType(a)),n=n.concat(findModesThatDoNotExist(a,t)),n=n.concat(findUnreachablePatterns(a)),n}function validateRegExpPattern(e){let t=[],n=filter(e,e=>isRegExp(e[PATTERN]));return t=t.concat(findEndOfInputAnchor(n)),t=t.concat(findStartOfInputAnchor(n)),t=t.concat(findUnsupportedFlags(n)),t=t.concat(findDuplicatePatterns(n)),t=t.concat(findEmptyMatchRegExps(n)),t}function findMissingPatterns(e){let t=filter(e,e=>!has(e,PATTERN));return{errors:map(t,e=>({message:`Token Type: ->`+e.name+`<- missing static 'PATTERN' property`,type:LexerDefinitionErrorType.MISSING_PATTERN,tokenTypes:[e]})),valid:difference(e,t)}}function findInvalidPatterns(e){let t=filter(e,e=>{let t=e[PATTERN];return!isRegExp(t)&&!isFunction(t)&&!has(t,`exec`)&&!isString(t)});return{errors:map(t,e=>({message:`Token Type: ->`+e.name+`<- static 'PATTERN' can only be a RegExp, a Function matching the {CustomPatternMatcherFunc} type or an Object matching the {ICustomPattern} interface.`,type:LexerDefinitionErrorType.INVALID_PATTERN,tokenTypes:[e]})),valid:difference(e,t)}}const end_of_input=/[^\\][$]/;function findEndOfInputAnchor(e){class n extends BaseRegExpVisitor{constructor(){super(...arguments),this.found=!1}visitEndAnchor(e){this.found=!0}}return map(filter(e,e=>{let t=e.PATTERN;try{let e=getRegExpAst(t),r=new n;return r.visit(e),r.found}catch{return end_of_input.test(t.source)}}),e=>({message:`Unexpected RegExp Anchor Error:
11
+ Token Type: ->`+e.name+`<- static 'PATTERN' cannot contain end of input anchor '$'
12
+ See chevrotain.io/docs/guide/resolving_lexer_errors.html#ANCHORS for details.`,type:LexerDefinitionErrorType.EOI_ANCHOR_FOUND,tokenTypes:[e]}))}function findEmptyMatchRegExps(e){return map(filter(e,e=>e.PATTERN.test(``)),e=>({message:`Token Type: ->`+e.name+`<- static 'PATTERN' must not match an empty string`,type:LexerDefinitionErrorType.EMPTY_MATCH_PATTERN,tokenTypes:[e]}))}const start_of_input=/[^\\[][\^]|^\^/;function findStartOfInputAnchor(e){class n extends BaseRegExpVisitor{constructor(){super(...arguments),this.found=!1}visitStartAnchor(e){this.found=!0}}return map(filter(e,e=>{let t=e.PATTERN;try{let e=getRegExpAst(t),r=new n;return r.visit(e),r.found}catch{return start_of_input.test(t.source)}}),e=>({message:`Unexpected RegExp Anchor Error:
13
+ Token Type: ->`+e.name+`<- static 'PATTERN' cannot contain start of input anchor '^'
14
+ See https://chevrotain.io/docs/guide/resolving_lexer_errors.html#ANCHORS for details.`,type:LexerDefinitionErrorType.SOI_ANCHOR_FOUND,tokenTypes:[e]}))}function findUnsupportedFlags(e){return map(filter(e,e=>{let t=e[PATTERN];return t instanceof RegExp&&(t.multiline||t.global)}),e=>({message:`Token Type: ->`+e.name+`<- static 'PATTERN' may NOT contain global('g') or multiline('m')`,type:LexerDefinitionErrorType.UNSUPPORTED_FLAGS_FOUND,tokenTypes:[e]}))}function findDuplicatePatterns(e){let t=[],n=map(e,n=>reduce(e,(e,r)=>n.PATTERN.source===r.PATTERN.source&&!includes(t,r)&&r.PATTERN!==Lexer.NA?(t.push(r),e.push(r),e):e,[]));return n=compact(n),map(filter(n,e=>e.length>1),e=>{let t=map(e,e=>e.name);return{message:`The same RegExp pattern ->${head(e).PATTERN}<-has been used in all of the following Token Types: ${t.join(`, `)} <-`,type:LexerDefinitionErrorType.DUPLICATE_PATTERNS_FOUND,tokenTypes:e}})}function findInvalidGroupType(e){return map(filter(e,e=>{if(!has(e,`GROUP`))return!1;let t=e.GROUP;return t!==Lexer.SKIPPED&&t!==Lexer.NA&&!isString(t)}),e=>({message:`Token Type: ->`+e.name+`<- static 'GROUP' can only be Lexer.SKIPPED/Lexer.NA/A String`,type:LexerDefinitionErrorType.INVALID_GROUP_TYPE_FOUND,tokenTypes:[e]}))}function findModesThatDoNotExist(e,t){return map(filter(e,e=>e.PUSH_MODE!==void 0&&!includes(t,e.PUSH_MODE)),e=>({message:`Token Type: ->${e.name}<- static 'PUSH_MODE' value cannot refer to a Lexer Mode ->${e.PUSH_MODE}<-which does not exist`,type:LexerDefinitionErrorType.PUSH_MODE_DOES_NOT_EXIST,tokenTypes:[e]}))}function findUnreachablePatterns(e){let t=[],n=reduce(e,(e,t,n)=>{let r=t.PATTERN;return r===Lexer.NA||(isString(r)?e.push({str:r,idx:n,tokenType:t}):isRegExp(r)&&noMetaChar(r)&&e.push({str:r.source,idx:n,tokenType:t})),e},[]);return forEach(e,(e,r)=>{forEach(n,({str:n,idx:i,tokenType:a})=>{if(r<i&&testTokenType(n,e.PATTERN)){let n=`Token: ->${a.name}<- can never be matched.\nBecause it appears AFTER the Token Type ->${e.name}<-in the lexer's definition.\nSee https://chevrotain.io/docs/guide/resolving_lexer_errors.html#UNREACHABLE`;t.push({message:n,type:LexerDefinitionErrorType.UNREACHABLE_PATTERN,tokenTypes:[e,a]})}})}),t}function testTokenType(e,t){if(isRegExp(t)){let n=t.exec(e);return n!==null&&n.index===0}else if(isFunction(t))return t(e,0,[],{});else if(has(t,`exec`))return t.exec(e,0,[],{});else if(typeof t==`string`)return t===e;else throw Error(`non exhaustive match`)}function noMetaChar(e){return find([`.`,`\\`,`[`,`]`,`|`,`^`,`$`,`(`,`)`,`?`,`*`,`+`,`{`],t=>e.source.indexOf(t)!==-1)===void 0}function addStartOfInput(e){let t=e.ignoreCase?`i`:``;return RegExp(`^(?:${e.source})`,t)}function addStickyFlag(e){let t=e.ignoreCase?`iy`:`y`;return RegExp(`${e.source}`,t)}function performRuntimeChecks(e,t,n){let r=[];return has(e,DEFAULT_MODE)||r.push({message:`A MultiMode Lexer cannot be initialized without a <`+DEFAULT_MODE+`> property in its definition
15
+ `,type:LexerDefinitionErrorType.MULTI_MODE_LEXER_WITHOUT_DEFAULT_MODE}),has(e,MODES)||r.push({message:`A MultiMode Lexer cannot be initialized without a <`+MODES+`> property in its definition
16
+ `,type:LexerDefinitionErrorType.MULTI_MODE_LEXER_WITHOUT_MODES_PROPERTY}),has(e,MODES)&&has(e,DEFAULT_MODE)&&!has(e.modes,e.defaultMode)&&r.push({message:`A MultiMode Lexer cannot be initialized with a ${DEFAULT_MODE}: <${e.defaultMode}>which does not exist\n`,type:LexerDefinitionErrorType.MULTI_MODE_LEXER_DEFAULT_MODE_VALUE_DOES_NOT_EXIST}),has(e,MODES)&&forEach(e.modes,(e,t)=>{forEach(e,(n,i)=>{isUndefined(n)?r.push({message:`A Lexer cannot be initialized using an undefined Token Type. Mode:<${t}> at index: <${i}>\n`,type:LexerDefinitionErrorType.LEXER_DEFINITION_CANNOT_CONTAIN_UNDEFINED}):has(n,`LONGER_ALT`)&&forEach(isArray(n.LONGER_ALT)?n.LONGER_ALT:[n.LONGER_ALT],i=>{!isUndefined(i)&&!includes(e,i)&&r.push({message:`A MultiMode Lexer cannot be initialized with a longer_alt <${i.name}> on token <${n.name}> outside of mode <${t}>\n`,type:LexerDefinitionErrorType.MULTI_MODE_LEXER_LONGER_ALT_NOT_IN_CURRENT_MODE})})})}),r}function performWarningRuntimeChecks(e,t,n){let r=[],i=!1,a=reject(compact(flatten(values(e.modes))),e=>e[PATTERN]===Lexer.NA),o=getCharCodes(n);return t&&forEach(a,e=>{let t=checkLineBreaksIssues(e,o);if(t!==!1){let n={message:buildLineBreakIssueMessage(e,t),type:t.issue,tokenType:e};r.push(n)}else has(e,`LINE_BREAKS`)?e.LINE_BREAKS===!0&&(i=!0):canMatchCharCode(o,e.PATTERN)&&(i=!0)}),t&&!i&&r.push({message:`Warning: No LINE_BREAKS Found.
17
+ This Lexer has been defined to track line and column information,
18
+ But none of the Token Types can be identified as matching a line terminator.
19
+ See https://chevrotain.io/docs/guide/resolving_lexer_errors.html#LINE_BREAKS
20
+ for details.`,type:LexerDefinitionErrorType.NO_LINE_BREAKS_FLAGS}),r}function cloneEmptyGroups(e){let t={};return forEach(keys(e),n=>{let r=e[n];if(isArray(r))t[n]=[];else throw Error(`non exhaustive match`)}),t}function isCustomPattern(e){let t=e.PATTERN;if(isRegExp(t))return!1;if(isFunction(t)||has(t,`exec`))return!0;if(isString(t))return!1;throw Error(`non exhaustive match`)}function isShortPattern(e){return isString(e)&&e.length===1?e.charCodeAt(0):!1}const LineTerminatorOptimizedTester={test:function(e){let t=e.length;for(let n=this.lastIndex;n<t;n++){let t=e.charCodeAt(n);if(t===10)return this.lastIndex=n+1,!0;if(t===13)return e.charCodeAt(n+1)===10?this.lastIndex=n+2:this.lastIndex=n+1,!0}return!1},lastIndex:0};function checkLineBreaksIssues(e,t){if(has(e,`LINE_BREAKS`))return!1;if(isRegExp(e.PATTERN)){try{canMatchCharCode(t,e.PATTERN)}catch(e){return{issue:LexerDefinitionErrorType.IDENTIFY_TERMINATOR,errMsg:e.message}}return!1}else if(isString(e.PATTERN))return!1;else if(isCustomPattern(e))return{issue:LexerDefinitionErrorType.CUSTOM_LINE_BREAK};else throw Error(`non exhaustive match`)}function buildLineBreakIssueMessage(e,t){if(t.issue===LexerDefinitionErrorType.IDENTIFY_TERMINATOR)return`Warning: unable to identify line terminator usage in pattern.
21
+ \tThe problem is in the <${e.name}> Token Type\n\t Root cause: ${t.errMsg}.\n For details See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#IDENTIFY_TERMINATOR`;if(t.issue===LexerDefinitionErrorType.CUSTOM_LINE_BREAK)return`Warning: A Custom Token Pattern should specify the <line_breaks> option.
22
+ \tThe problem is in the <${e.name}> Token Type\n For details See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#CUSTOM_LINE_BREAK`;throw Error(`non exhaustive match`)}function getCharCodes(e){return map(e,e=>isString(e)?e.charCodeAt(0):e)}function addToMapOfArrays(e,t,n){e[t]===void 0?e[t]=[n]:e[t].push(n)}const minOptimizationVal=256;let charCodeToOptimizedIdxMap=[];function charCodeToOptimizedIndex(e){return e<256?e:charCodeToOptimizedIdxMap[e]}function initCharCodeToOptimizedIndexMap(){if(isEmpty(charCodeToOptimizedIdxMap)){charCodeToOptimizedIdxMap=Array(65536);for(let e=0;e<65536;e++)charCodeToOptimizedIdxMap[e]=e>255?255+~~(e/255):e}}function tokenStructuredMatcher(e,t){let n=e.tokenTypeIdx;return n===t.tokenTypeIdx?!0:t.isParent===!0&&t.categoryMatchesMap[n]===!0}function tokenStructuredMatcherNoCategories(e,t){return e.tokenTypeIdx===t.tokenTypeIdx}let tokenShortNameIdx=1;const tokenIdxToClass={};function augmentTokenTypes(e){let t=expandCategories(e);assignTokenDefaultProps(t),assignCategoriesMapProp(t),assignCategoriesTokensProp(t),forEach(t,e=>{e.isParent=e.categoryMatches.length>0})}function expandCategories(e){let t=clone(e),n=e,r=!0;for(;r;){n=compact(flatten(map(n,e=>e.CATEGORIES)));let e=difference(n,t);t=t.concat(e),isEmpty(e)?r=!1:n=e}return t}function assignTokenDefaultProps(e){forEach(e,e=>{hasShortKeyProperty(e)||(tokenIdxToClass[tokenShortNameIdx]=e,e.tokenTypeIdx=tokenShortNameIdx++),hasCategoriesProperty(e)&&!isArray(e.CATEGORIES)&&(e.CATEGORIES=[e.CATEGORIES]),hasCategoriesProperty(e)||(e.CATEGORIES=[]),hasExtendingTokensTypesProperty(e)||(e.categoryMatches=[]),hasExtendingTokensTypesMapProperty(e)||(e.categoryMatchesMap={})})}function assignCategoriesTokensProp(e){forEach(e,e=>{e.categoryMatches=[],forEach(e.categoryMatchesMap,(t,n)=>{e.categoryMatches.push(tokenIdxToClass[n].tokenTypeIdx)})})}function assignCategoriesMapProp(e){forEach(e,e=>{singleAssignCategoriesToksMap([],e)})}function singleAssignCategoriesToksMap(e,t){forEach(e,e=>{t.categoryMatchesMap[e.tokenTypeIdx]=!0}),forEach(t.CATEGORIES,n=>{let r=e.concat(t);includes(r,n)||singleAssignCategoriesToksMap(r,n)})}function hasShortKeyProperty(e){return has(e,`tokenTypeIdx`)}function hasCategoriesProperty(e){return has(e,`CATEGORIES`)}function hasExtendingTokensTypesProperty(e){return has(e,`categoryMatches`)}function hasExtendingTokensTypesMapProperty(e){return has(e,`categoryMatchesMap`)}function isTokenType(e){return has(e,`tokenTypeIdx`)}const defaultLexerErrorProvider={buildUnableToPopLexerModeMessage(e){return`Unable to pop Lexer Mode after encountering Token ->${e.image}<- The Mode Stack is empty`},buildUnexpectedCharactersMessage(e,t,n,r,i){return`unexpected character: ->${e.charAt(t)}<- at offset: ${t}, skipped ${n} characters.`}};var LexerDefinitionErrorType;(function(e){e[e.MISSING_PATTERN=0]=`MISSING_PATTERN`,e[e.INVALID_PATTERN=1]=`INVALID_PATTERN`,e[e.EOI_ANCHOR_FOUND=2]=`EOI_ANCHOR_FOUND`,e[e.UNSUPPORTED_FLAGS_FOUND=3]=`UNSUPPORTED_FLAGS_FOUND`,e[e.DUPLICATE_PATTERNS_FOUND=4]=`DUPLICATE_PATTERNS_FOUND`,e[e.INVALID_GROUP_TYPE_FOUND=5]=`INVALID_GROUP_TYPE_FOUND`,e[e.PUSH_MODE_DOES_NOT_EXIST=6]=`PUSH_MODE_DOES_NOT_EXIST`,e[e.MULTI_MODE_LEXER_WITHOUT_DEFAULT_MODE=7]=`MULTI_MODE_LEXER_WITHOUT_DEFAULT_MODE`,e[e.MULTI_MODE_LEXER_WITHOUT_MODES_PROPERTY=8]=`MULTI_MODE_LEXER_WITHOUT_MODES_PROPERTY`,e[e.MULTI_MODE_LEXER_DEFAULT_MODE_VALUE_DOES_NOT_EXIST=9]=`MULTI_MODE_LEXER_DEFAULT_MODE_VALUE_DOES_NOT_EXIST`,e[e.LEXER_DEFINITION_CANNOT_CONTAIN_UNDEFINED=10]=`LEXER_DEFINITION_CANNOT_CONTAIN_UNDEFINED`,e[e.SOI_ANCHOR_FOUND=11]=`SOI_ANCHOR_FOUND`,e[e.EMPTY_MATCH_PATTERN=12]=`EMPTY_MATCH_PATTERN`,e[e.NO_LINE_BREAKS_FLAGS=13]=`NO_LINE_BREAKS_FLAGS`,e[e.UNREACHABLE_PATTERN=14]=`UNREACHABLE_PATTERN`,e[e.IDENTIFY_TERMINATOR=15]=`IDENTIFY_TERMINATOR`,e[e.CUSTOM_LINE_BREAK=16]=`CUSTOM_LINE_BREAK`,e[e.MULTI_MODE_LEXER_LONGER_ALT_NOT_IN_CURRENT_MODE=17]=`MULTI_MODE_LEXER_LONGER_ALT_NOT_IN_CURRENT_MODE`})(LexerDefinitionErrorType||={});const DEFAULT_LEXER_CONFIG={deferDefinitionErrorsHandling:!1,positionTracking:`full`,lineTerminatorsPattern:/\n|\r\n?/g,lineTerminatorCharacters:[`
23
+ `,`\r`],ensureOptimizations:!1,safeMode:!1,errorMessageProvider:defaultLexerErrorProvider,traceInitPerf:!1,skipValidations:!1,recoveryEnabled:!0};Object.freeze(DEFAULT_LEXER_CONFIG);var Lexer=class{constructor(e,t=DEFAULT_LEXER_CONFIG){if(this.lexerDefinition=e,this.lexerDefinitionErrors=[],this.lexerDefinitionWarning=[],this.patternIdxToConfig={},this.charCodeToPatternIdxToConfig={},this.modes=[],this.emptyGroups={},this.trackStartLines=!0,this.trackEndLines=!0,this.hasCustom=!1,this.canModeBeOptimized={},this.TRACE_INIT=(e,t)=>{if(this.traceInitPerf===!0){this.traceInitIndent++;let n=Array(this.traceInitIndent+1).join(` `);this.traceInitIndent<this.traceInitMaxIdent&&console.log(`${n}--> <${e}>`);let{time:r,value:i}=timer(t),a=r>10?console.warn:console.log;return this.traceInitIndent<this.traceInitMaxIdent&&a(`${n}<-- <${e}> time: ${r}ms`),this.traceInitIndent--,i}else return t()},typeof t==`boolean`)throw Error(`The second argument to the Lexer constructor is now an ILexerConfig Object.
24
+ a boolean 2nd argument is no longer supported`);this.config=assign({},DEFAULT_LEXER_CONFIG,t);let n=this.config.traceInitPerf;n===!0?(this.traceInitMaxIdent=1/0,this.traceInitPerf=!0):typeof n==`number`&&(this.traceInitMaxIdent=n,this.traceInitPerf=!0),this.traceInitIndent=-1,this.TRACE_INIT(`Lexer Constructor`,()=>{let n,r=!0;this.TRACE_INIT(`Lexer Config handling`,()=>{if(this.config.lineTerminatorsPattern===DEFAULT_LEXER_CONFIG.lineTerminatorsPattern)this.config.lineTerminatorsPattern=LineTerminatorOptimizedTester;else if(this.config.lineTerminatorCharacters===DEFAULT_LEXER_CONFIG.lineTerminatorCharacters)throw Error(`Error: Missing <lineTerminatorCharacters> property on the Lexer config.
25
+ For details See: https://chevrotain.io/docs/guide/resolving_lexer_errors.html#MISSING_LINE_TERM_CHARS`);if(t.safeMode&&t.ensureOptimizations)throw Error(`"safeMode" and "ensureOptimizations" flags are mutually exclusive.`);this.trackStartLines=/full|onlyStart/i.test(this.config.positionTracking),this.trackEndLines=/full/i.test(this.config.positionTracking),isArray(e)?n={modes:{defaultMode:clone(e)},defaultMode:DEFAULT_MODE}:(r=!1,n=clone(e))}),this.config.skipValidations===!1&&(this.TRACE_INIT(`performRuntimeChecks`,()=>{this.lexerDefinitionErrors=this.lexerDefinitionErrors.concat(performRuntimeChecks(n,this.trackStartLines,this.config.lineTerminatorCharacters))}),this.TRACE_INIT(`performWarningRuntimeChecks`,()=>{this.lexerDefinitionWarning=this.lexerDefinitionWarning.concat(performWarningRuntimeChecks(n,this.trackStartLines,this.config.lineTerminatorCharacters))})),n.modes=n.modes?n.modes:{},forEach(n.modes,(e,t)=>{n.modes[t]=reject(e,e=>isUndefined(e))});let i=keys(n.modes);if(forEach(n.modes,(e,n)=>{this.TRACE_INIT(`Mode: <${n}> processing`,()=>{if(this.modes.push(n),this.config.skipValidations===!1&&this.TRACE_INIT(`validatePatterns`,()=>{this.lexerDefinitionErrors=this.lexerDefinitionErrors.concat(validatePatterns(e,i))}),isEmpty(this.lexerDefinitionErrors)){augmentTokenTypes(e);let r;this.TRACE_INIT(`analyzeTokenTypes`,()=>{r=analyzeTokenTypes(e,{lineTerminatorCharacters:this.config.lineTerminatorCharacters,positionTracking:t.positionTracking,ensureOptimizations:t.ensureOptimizations,safeMode:t.safeMode,tracer:this.TRACE_INIT})}),this.patternIdxToConfig[n]=r.patternIdxToConfig,this.charCodeToPatternIdxToConfig[n]=r.charCodeToPatternIdxToConfig,this.emptyGroups=assign({},this.emptyGroups,r.emptyGroups),this.hasCustom=r.hasCustom||this.hasCustom,this.canModeBeOptimized[n]=r.canBeOptimized}})}),this.defaultMode=n.defaultMode,!isEmpty(this.lexerDefinitionErrors)&&!this.config.deferDefinitionErrorsHandling){let e=map(this.lexerDefinitionErrors,e=>e.message).join(`-----------------------
26
+ `);throw Error(`Errors detected in definition of Lexer:
27
+ `+e)}forEach(this.lexerDefinitionWarning,e=>{PRINT_WARNING(e.message)}),this.TRACE_INIT(`Choosing sub-methods implementations`,()=>{if(SUPPORT_STICKY?(this.chopInput=identity,this.match=this.matchWithTest):(this.updateLastIndex=noop,this.match=this.matchWithExec),r&&(this.handleModes=noop),this.trackStartLines===!1&&(this.computeNewColumn=identity),this.trackEndLines===!1&&(this.updateTokenEndLineColumnLocation=noop),/full/i.test(this.config.positionTracking))this.createTokenInstance=this.createFullToken;else if(/onlyStart/i.test(this.config.positionTracking))this.createTokenInstance=this.createStartOnlyToken;else if(/onlyOffset/i.test(this.config.positionTracking))this.createTokenInstance=this.createOffsetOnlyToken;else throw Error(`Invalid <positionTracking> config option: "${this.config.positionTracking}"`);this.hasCustom?(this.addToken=this.addTokenUsingPush,this.handlePayload=this.handlePayloadWithCustom):(this.addToken=this.addTokenUsingMemberAccess,this.handlePayload=this.handlePayloadNoCustom)}),this.TRACE_INIT(`Failed Optimization Warnings`,()=>{let e=reduce(this.canModeBeOptimized,(e,t,n)=>(t===!1&&e.push(n),e),[]);if(t.ensureOptimizations&&!isEmpty(e))throw Error(`Lexer Modes: < ${e.join(`, `)} > cannot be optimized.\n Disable the "ensureOptimizations" lexer config flag to silently ignore this and run the lexer in an un-optimized mode.
28
+ Or inspect the console log for details on how to resolve these issues.`)}),this.TRACE_INIT(`clearRegExpParserCache`,()=>{clearRegExpParserCache()}),this.TRACE_INIT(`toFastProperties`,()=>{toFastProperties(this)})})}tokenize(e,t=this.defaultMode){if(!isEmpty(this.lexerDefinitionErrors)){let e=map(this.lexerDefinitionErrors,e=>e.message).join(`-----------------------
29
+ `);throw Error(`Unable to Tokenize because Errors detected in definition of Lexer:
30
+ `+e)}return this.tokenizeInternal(e,t)}tokenizeInternal(e,t){let n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_=e,v=_.length,y=0,b=0,x=this.hasCustom?0:Math.floor(e.length/10),S=Array(x),C=[],w=this.trackStartLines?1:void 0,T=this.trackStartLines?1:void 0,E=cloneEmptyGroups(this.emptyGroups),D=this.trackStartLines,O=this.config.lineTerminatorsPattern,k=0,A=[],j=[],M=[],N=[];Object.freeze(N);let P;function F(){return A}function I(e){let t=charCodeToOptimizedIndex(e),n=j[t];return n===void 0?N:n}let L=e=>{if(M.length===1&&e.tokenType.PUSH_MODE===void 0){let t=this.config.errorMessageProvider.buildUnableToPopLexerModeMessage(e);C.push({offset:e.startOffset,line:e.startLine,column:e.startColumn,length:e.image.length,message:t})}else{M.pop();let e=last(M);A=this.patternIdxToConfig[e],j=this.charCodeToPatternIdxToConfig[e],k=A.length;let t=this.canModeBeOptimized[e]&&this.config.safeMode===!1;P=j&&t?I:F}};function R(e){M.push(e),j=this.charCodeToPatternIdxToConfig[e],A=this.patternIdxToConfig[e],k=A.length,k=A.length;let t=this.canModeBeOptimized[e]&&this.config.safeMode===!1;P=j&&t?I:F}R.call(this,t);let z,B=this.config.recoveryEnabled;for(;y<v;){s=null;let t=_.charCodeAt(y),x=P(t),j=x.length;for(n=0;n<j;n++){z=x[n];let r=z.pattern;c=null;let u=z.short;if(u===!1?z.isCustom===!0?(g=r.exec(_,y,S,E),g===null?s=null:(s=g[0],g.payload!==void 0&&(c=g.payload))):(this.updateLastIndex(r,y),s=this.match(r,e,y)):t===u&&(s=r),s!==null){if(o=z.longerAlt,o!==void 0){let t=o.length;for(i=0;i<t;i++){let t=A[o[i]],n=t.pattern;if(l=null,t.isCustom===!0?(g=n.exec(_,y,S,E),g===null?a=null:(a=g[0],g.payload!==void 0&&(l=g.payload))):(this.updateLastIndex(n,y),a=this.match(n,e,y)),a&&a.length>s.length){s=a,c=l,z=t;break}}}break}}if(s!==null){if(u=s.length,d=z.group,d!==void 0&&(f=z.tokenTypeIdx,p=this.createTokenInstance(s,y,f,z.tokenType,w,T,u),this.handlePayload(p,c),d===!1?b=this.addToken(S,b,p):E[d].push(p)),e=this.chopInput(e,u),y+=u,T=this.computeNewColumn(T,u),D===!0&&z.canLineTerminator===!0){let e=0,t,n;O.lastIndex=0;do t=O.test(s),t===!0&&(n=O.lastIndex-1,e++);while(t===!0);e!==0&&(w+=e,T=u-n,this.updateTokenEndLineColumnLocation(p,d,n,e,w,T,u))}this.handleModes(z,L,R,p)}else{let t=y,n=w,i=T,a=B===!1;for(;a===!1&&y<v;)for(e=this.chopInput(e,1),y++,r=0;r<k;r++){let t=A[r],n=t.pattern,i=t.short;if(i===!1?t.isCustom===!0?a=n.exec(_,y,S,E)!==null:(this.updateLastIndex(n,y),a=n.exec(e)!==null):_.charCodeAt(y)===i&&(a=!0),a===!0)break}if(m=y-t,T=this.computeNewColumn(T,m),h=this.config.errorMessageProvider.buildUnexpectedCharactersMessage(_,t,m,n,i),C.push({offset:t,line:n,column:i,length:m,message:h}),B===!1)break}}return this.hasCustom||(S.length=b),{tokens:S,groups:E,errors:C}}handleModes(e,t,n,r){if(e.pop===!0){let i=e.push;t(r),i!==void 0&&n.call(this,i)}else e.push!==void 0&&n.call(this,e.push)}chopInput(e,t){return e.substring(t)}updateLastIndex(e,t){e.lastIndex=t}updateTokenEndLineColumnLocation(e,t,n,r,i,a,o){let s,c;t!==void 0&&(s=n===o-1,c=s?-1:0,r===1&&s===!0||(e.endLine=i+c,e.endColumn=a-1+-c))}computeNewColumn(e,t){return e+t}createOffsetOnlyToken(e,t,n,r){return{image:e,startOffset:t,tokenTypeIdx:n,tokenType:r}}createStartOnlyToken(e,t,n,r,i,a){return{image:e,startOffset:t,startLine:i,startColumn:a,tokenTypeIdx:n,tokenType:r}}createFullToken(e,t,n,r,i,a,o){return{image:e,startOffset:t,endOffset:t+o-1,startLine:i,endLine:i,startColumn:a,endColumn:a+o-1,tokenTypeIdx:n,tokenType:r}}addTokenUsingPush(e,t,n){return e.push(n),t}addTokenUsingMemberAccess(e,t,n){return e[t]=n,t++,t}handlePayloadNoCustom(e,t){}handlePayloadWithCustom(e,t){t!==null&&(e.payload=t)}matchWithTest(e,t,n){return e.test(t)===!0?t.substring(n,e.lastIndex):null}matchWithExec(e,t){let n=e.exec(t);return n===null?null:n[0]}};Lexer.SKIPPED=`This marks a skipped Token pattern, this means each token identified by it willbe consumed and then thrown into oblivion, this can be used to for example to completely ignore whitespace.`,Lexer.NA=/NOT_APPLICABLE/;function tokenLabel(e){return hasTokenLabel(e)?e.LABEL:e.name}function hasTokenLabel(e){return isString(e.LABEL)&&e.LABEL!==``}const CATEGORIES=`categories`,LABEL=`label`,GROUP=`group`,PUSH_MODE=`push_mode`,POP_MODE=`pop_mode`,LONGER_ALT=`longer_alt`,LINE_BREAKS=`line_breaks`,START_CHARS_HINT=`start_chars_hint`;function createToken(e){return createTokenInternal(e)}function createTokenInternal(e){let t=e.pattern,n={};if(n.name=e.name,isUndefined(t)||(n.PATTERN=t),has(e,`parent`))throw`The parent property is no longer supported.
31
+ See: https://github.com/chevrotain/chevrotain/issues/564#issuecomment-349062346 for details.`;return has(e,CATEGORIES)&&(n.CATEGORIES=e[CATEGORIES]),augmentTokenTypes([n]),has(e,LABEL)&&(n.LABEL=e[LABEL]),has(e,GROUP)&&(n.GROUP=e[GROUP]),has(e,POP_MODE)&&(n.POP_MODE=e[POP_MODE]),has(e,PUSH_MODE)&&(n.PUSH_MODE=e[PUSH_MODE]),has(e,LONGER_ALT)&&(n.LONGER_ALT=e[LONGER_ALT]),has(e,LINE_BREAKS)&&(n.LINE_BREAKS=e[LINE_BREAKS]),has(e,START_CHARS_HINT)&&(n.START_CHARS_HINT=e[START_CHARS_HINT]),n}const EOF=createToken({name:`EOF`,pattern:Lexer.NA});augmentTokenTypes([EOF]);function createTokenInstance(e,t,n,r,i,a,o,s){return{image:t,startOffset:n,endOffset:r,startLine:i,endLine:a,startColumn:o,endColumn:s,tokenTypeIdx:e.tokenTypeIdx,tokenType:e}}function tokenMatcher(e,t){return tokenStructuredMatcher(e,t)}const defaultParserErrorProvider={buildMismatchTokenMessage({expected:e,actual:t,previous:n,ruleName:r}){return`Expecting ${hasTokenLabel(e)?`--> ${tokenLabel(e)} <--`:`token of type --> ${e.name} <--`} but found --> '${t.image}' <--`},buildNotAllInputParsedMessage({firstRedundant:e,ruleName:t}){return`Redundant input, expecting EOF but found: `+e.image},buildNoViableAltMessage({expectedPathsPerAlt:e,actual:t,previous:n,customUserDescription:r,ruleName:i}){let o=`
32
+ but found: '`+head(t).image+`'`;return r?`Expecting: `+r+o:`Expecting: one of these possible Token sequences:\n${map(map(reduce(e,(e,t)=>e.concat(t),[]),e=>`[${map(e,e=>tokenLabel(e)).join(`, `)}]`),(e,t)=>` ${t+1}. ${e}`).join(`
33
+ `)}`+o},buildEarlyExitMessage({expectedIterationPaths:e,actual:t,customUserDescription:n,ruleName:r}){let i=`
34
+ but found: '`+head(t).image+`'`;return n?`Expecting: `+n+i:`Expecting: expecting at least one iteration which starts with one of these possible Token sequences::\n <${map(e,e=>`[${map(e,e=>tokenLabel(e)).join(`,`)}]`).join(` ,`)}>`+i}};Object.freeze(defaultParserErrorProvider);const defaultGrammarResolverErrorProvider={buildRuleNotFoundError(e,t){return`Invalid grammar, reference to a rule which is not defined: ->`+t.nonTerminalName+`<-
35
+ inside top level rule: ->`+e.name+`<-`}},defaultGrammarValidatorErrorProvider={buildDuplicateFoundError(e,t){function n(e){return e instanceof Terminal?e.terminalType.name:e instanceof NonTerminal?e.nonTerminalName:``}let r=e.name,i=head(t),a=i.idx,o=getProductionDslName(i),s=n(i),c=`->${o}${a>0?a:``}<- ${s?`with argument: ->${s}<-`:``}
36
+ appears more than once (${t.length} times) in the top level rule: ->${r}<-.
37
+ For further details see: https://chevrotain.io/docs/FAQ.html#NUMERICAL_SUFFIXES
38
+ `;return c=c.replace(/[ \t]+/g,` `),c=c.replace(/\s\s+/g,`
39
+ `),c},buildNamespaceConflictError(e){return`Namespace conflict found in grammar.\nThe grammar has both a Terminal(Token) and a Non-Terminal(Rule) named: <${e.name}>.\nTo resolve this make sure each Terminal and Non-Terminal names are unique\nThis is easy to accomplish by using the convention that Terminal names start with an uppercase letter\nand Non-Terminal names start with a lower case letter.`},buildAlternationPrefixAmbiguityError(e){let t=map(e.prefixPath,e=>tokenLabel(e)).join(`, `),n=e.alternation.idx===0?``:e.alternation.idx;return`Ambiguous alternatives: <${e.ambiguityIndices.join(` ,`)}> due to common lookahead prefix\nin <OR${n}> inside <${e.topLevelRule.name}> Rule,\n<${t}> may appears as a prefix path in all these alternatives.\nSee: https://chevrotain.io/docs/guide/resolving_grammar_errors.html#COMMON_PREFIX\nFor Further details.`},buildAlternationAmbiguityError(e){let t=map(e.prefixPath,e=>tokenLabel(e)).join(`, `),n=e.alternation.idx===0?``:e.alternation.idx,r=`Ambiguous Alternatives Detected: <${e.ambiguityIndices.join(` ,`)}> in <OR${n}> inside <${e.topLevelRule.name}> Rule,\n<${t}> may appears as a prefix path in all these alternatives.\n`;return r+=`See: https://chevrotain.io/docs/guide/resolving_grammar_errors.html#AMBIGUOUS_ALTERNATIVES
40
+ For Further details.`,r},buildEmptyRepetitionError(e){let t=getProductionDslName(e.repetition);return e.repetition.idx!==0&&(t+=e.repetition.idx),`The repetition <${t}> within Rule <${e.topLevelRule.name}> can never consume any tokens.\nThis could lead to an infinite loop.`},buildTokenNameError(e){return`deprecated`},buildEmptyAlternationError(e){return`Ambiguous empty alternative: <${e.emptyChoiceIdx+1}> in <OR${e.alternation.idx}> inside <${e.topLevelRule.name}> Rule.\nOnly the last alternative may be an empty alternative.`},buildTooManyAlternativesError(e){return`An Alternation cannot have more than 256 alternatives:\n<OR${e.alternation.idx}> inside <${e.topLevelRule.name}> Rule.\n has ${e.alternation.definition.length+1} alternatives.`},buildLeftRecursionError(e){let t=e.topLevelRule.name;return`Left Recursion found in grammar.\nrule: <${t}> can be invoked from itself (directly or indirectly)\nwithout consuming any Tokens. The grammar path that causes this is: \n ${`${t} --> ${map(e.leftRecursionPath,e=>e.name).concat([t]).join(` --> `)}`}\n To fix this refactor your grammar to remove the left recursion.\nsee: https://en.wikipedia.org/wiki/LL_parser#Left_factoring.`},buildInvalidRuleNameError(e){return`deprecated`},buildDuplicateRuleNameError(e){let t;return t=e.topLevelRule instanceof Rule?e.topLevelRule.name:e.topLevelRule,`Duplicate definition, rule: ->${t}<- is already defined in the grammar: ->${e.grammarName}<-`}};function resolveGrammar$1(e,t){let n=new GastRefResolverVisitor(e,t);return n.resolveRefs(),n.errors}var GastRefResolverVisitor=class extends GAstVisitor{constructor(e,t){super(),this.nameToTopRule=e,this.errMsgProvider=t,this.errors=[]}resolveRefs(){forEach(values(this.nameToTopRule),e=>{this.currTopLevel=e,e.accept(this)})}visitNonTerminal(e){let t=this.nameToTopRule[e.nonTerminalName];if(t)e.referencedRule=t;else{let t=this.errMsgProvider.buildRuleNotFoundError(this.currTopLevel,e);this.errors.push({message:t,type:ParserDefinitionErrorType.UNRESOLVED_SUBRULE_REF,ruleName:this.currTopLevel.name,unresolvedRefName:e.nonTerminalName})}}},AbstractNextPossibleTokensWalker=class extends RestWalker{constructor(e,t){super(),this.topProd=e,this.path=t,this.possibleTokTypes=[],this.nextProductionName=``,this.nextProductionOccurrence=0,this.found=!1,this.isAtEndOfPath=!1}startWalking(){if(this.found=!1,this.path.ruleStack[0]!==this.topProd.name)throw Error(`The path does not start with the walker's top Rule!`);return this.ruleStack=clone(this.path.ruleStack).reverse(),this.occurrenceStack=clone(this.path.occurrenceStack).reverse(),this.ruleStack.pop(),this.occurrenceStack.pop(),this.updateExpectedNext(),this.walk(this.topProd),this.possibleTokTypes}walk(e,t=[]){this.found||super.walk(e,t)}walkProdRef(e,t,n){if(e.referencedRule.name===this.nextProductionName&&e.idx===this.nextProductionOccurrence){let r=t.concat(n);this.updateExpectedNext(),this.walk(e.referencedRule,r)}}updateExpectedNext(){isEmpty(this.ruleStack)?(this.nextProductionName=``,this.nextProductionOccurrence=0,this.isAtEndOfPath=!0):(this.nextProductionName=this.ruleStack.pop(),this.nextProductionOccurrence=this.occurrenceStack.pop())}},NextAfterTokenWalker=class extends AbstractNextPossibleTokensWalker{constructor(e,t){super(e,t),this.path=t,this.nextTerminalName=``,this.nextTerminalOccurrence=0,this.nextTerminalName=this.path.lastTok.name,this.nextTerminalOccurrence=this.path.lastTokOccurrence}walkTerminal(e,t,n){this.isAtEndOfPath&&e.terminalType.name===this.nextTerminalName&&e.idx===this.nextTerminalOccurrence&&!this.found&&(this.possibleTokTypes=first(new Alternative({definition:t.concat(n)})),this.found=!0)}},AbstractNextTerminalAfterProductionWalker=class extends RestWalker{constructor(e,t){super(),this.topRule=e,this.occurrence=t,this.result={token:void 0,occurrence:void 0,isEndOfRule:void 0}}startWalking(){return this.walk(this.topRule),this.result}},NextTerminalAfterManyWalker=class extends AbstractNextTerminalAfterProductionWalker{walkMany(e,t,n){if(e.idx===this.occurrence){let e=head(t.concat(n));this.result.isEndOfRule=e===void 0,e instanceof Terminal&&(this.result.token=e.terminalType,this.result.occurrence=e.idx)}else super.walkMany(e,t,n)}},NextTerminalAfterManySepWalker=class extends AbstractNextTerminalAfterProductionWalker{walkManySep(e,t,n){if(e.idx===this.occurrence){let e=head(t.concat(n));this.result.isEndOfRule=e===void 0,e instanceof Terminal&&(this.result.token=e.terminalType,this.result.occurrence=e.idx)}else super.walkManySep(e,t,n)}},NextTerminalAfterAtLeastOneWalker=class extends AbstractNextTerminalAfterProductionWalker{walkAtLeastOne(e,t,n){if(e.idx===this.occurrence){let e=head(t.concat(n));this.result.isEndOfRule=e===void 0,e instanceof Terminal&&(this.result.token=e.terminalType,this.result.occurrence=e.idx)}else super.walkAtLeastOne(e,t,n)}},NextTerminalAfterAtLeastOneSepWalker=class extends AbstractNextTerminalAfterProductionWalker{walkAtLeastOneSep(e,t,n){if(e.idx===this.occurrence){let e=head(t.concat(n));this.result.isEndOfRule=e===void 0,e instanceof Terminal&&(this.result.token=e.terminalType,this.result.occurrence=e.idx)}else super.walkAtLeastOneSep(e,t,n)}};function possiblePathsFrom(e,t,n=[]){n=clone(n);let r=[],i=0;function a(t){return t.concat(drop(e,i+1))}function o(e){let i=possiblePathsFrom(a(e),t,n);return r.concat(i)}for(;n.length<t&&i<e.length;){let t=e[i];if(t instanceof Alternative||t instanceof NonTerminal)return o(t.definition);if(t instanceof Option)r=o(t.definition);else if(t instanceof RepetitionMandatory)return o(t.definition.concat([new Repetition({definition:t.definition})]));else if(t instanceof RepetitionMandatoryWithSeparator)return o([new Alternative({definition:t.definition}),new Repetition({definition:[new Terminal({terminalType:t.separator})].concat(t.definition)})]);else if(t instanceof RepetitionWithSeparator)r=o(t.definition.concat([new Repetition({definition:[new Terminal({terminalType:t.separator})].concat(t.definition)})]));else if(t instanceof Repetition)r=o(t.definition.concat([new Repetition({definition:t.definition})]));else if(t instanceof Alternation)return forEach(t.definition,e=>{isEmpty(e.definition)===!1&&(r=o(e.definition))}),r;else if(t instanceof Terminal)n.push(t.terminalType);else throw Error(`non exhaustive match`);i++}return r.push({partialPath:n,suffixDef:drop(e,i)}),r}function nextPossibleTokensAfter(e,t,n,r){let i=`EXIT_NONE_TERMINAL`,a=[i],o=`EXIT_ALTERNATIVE`,s=!1,c=t.length,l=c-r-1,u=[],d=[];for(d.push({idx:-1,def:e,ruleStack:[],occurrenceStack:[]});!isEmpty(d);){let e=d.pop();if(e===o){s&&last(d).idx<=l&&d.pop();continue}let r=e.def,f=e.idx,p=e.ruleStack,m=e.occurrenceStack;if(isEmpty(r))continue;let h=r[0];if(h===i){let e={idx:f,def:drop(r),ruleStack:dropRight(p),occurrenceStack:dropRight(m)};d.push(e)}else if(h instanceof Terminal)if(f<c-1){let e=f+1,i=t[e];if(n(i,h.terminalType)){let t={idx:e,def:drop(r),ruleStack:p,occurrenceStack:m};d.push(t)}}else if(f===c-1)u.push({nextTokenType:h.terminalType,nextTokenOccurrence:h.idx,ruleStack:p,occurrenceStack:m}),s=!0;else throw Error(`non exhaustive match`);else if(h instanceof NonTerminal){let e=clone(p);e.push(h.nonTerminalName);let t=clone(m);t.push(h.idx);let n={idx:f,def:h.definition.concat(a,drop(r)),ruleStack:e,occurrenceStack:t};d.push(n)}else if(h instanceof Option){let e={idx:f,def:drop(r),ruleStack:p,occurrenceStack:m};d.push(e),d.push(o);let t={idx:f,def:h.definition.concat(drop(r)),ruleStack:p,occurrenceStack:m};d.push(t)}else if(h instanceof RepetitionMandatory){let e=new Repetition({definition:h.definition,idx:h.idx}),t={idx:f,def:h.definition.concat([e],drop(r)),ruleStack:p,occurrenceStack:m};d.push(t)}else if(h instanceof RepetitionMandatoryWithSeparator){let e=new Repetition({definition:[new Terminal({terminalType:h.separator})].concat(h.definition),idx:h.idx}),t={idx:f,def:h.definition.concat([e],drop(r)),ruleStack:p,occurrenceStack:m};d.push(t)}else if(h instanceof RepetitionWithSeparator){let e={idx:f,def:drop(r),ruleStack:p,occurrenceStack:m};d.push(e),d.push(o);let t=new Repetition({definition:[new Terminal({terminalType:h.separator})].concat(h.definition),idx:h.idx}),n={idx:f,def:h.definition.concat([t],drop(r)),ruleStack:p,occurrenceStack:m};d.push(n)}else if(h instanceof Repetition){let e={idx:f,def:drop(r),ruleStack:p,occurrenceStack:m};d.push(e),d.push(o);let t=new Repetition({definition:h.definition,idx:h.idx}),n={idx:f,def:h.definition.concat([t],drop(r)),ruleStack:p,occurrenceStack:m};d.push(n)}else if(h instanceof Alternation)for(let e=h.definition.length-1;e>=0;e--){let t={idx:f,def:h.definition[e].definition.concat(drop(r)),ruleStack:p,occurrenceStack:m};d.push(t),d.push(o)}else if(h instanceof Alternative)d.push({idx:f,def:h.definition.concat(drop(r)),ruleStack:p,occurrenceStack:m});else if(h instanceof Rule)d.push(expandTopLevelRule(h,f,p,m));else throw Error(`non exhaustive match`)}return u}function expandTopLevelRule(e,t,n,r){let i=clone(n);i.push(e.name);let a=clone(r);return a.push(1),{idx:t,def:e.definition,ruleStack:i,occurrenceStack:a}}var PROD_TYPE;(function(e){e[e.OPTION=0]=`OPTION`,e[e.REPETITION=1]=`REPETITION`,e[e.REPETITION_MANDATORY=2]=`REPETITION_MANDATORY`,e[e.REPETITION_MANDATORY_WITH_SEPARATOR=3]=`REPETITION_MANDATORY_WITH_SEPARATOR`,e[e.REPETITION_WITH_SEPARATOR=4]=`REPETITION_WITH_SEPARATOR`,e[e.ALTERNATION=5]=`ALTERNATION`})(PROD_TYPE||={});function getProdType(e){if(e instanceof Option||e===`Option`)return PROD_TYPE.OPTION;if(e instanceof Repetition||e===`Repetition`)return PROD_TYPE.REPETITION;if(e instanceof RepetitionMandatory||e===`RepetitionMandatory`)return PROD_TYPE.REPETITION_MANDATORY;if(e instanceof RepetitionMandatoryWithSeparator||e===`RepetitionMandatoryWithSeparator`)return PROD_TYPE.REPETITION_MANDATORY_WITH_SEPARATOR;if(e instanceof RepetitionWithSeparator||e===`RepetitionWithSeparator`)return PROD_TYPE.REPETITION_WITH_SEPARATOR;if(e instanceof Alternation||e===`Alternation`)return PROD_TYPE.ALTERNATION;throw Error(`non exhaustive match`)}function getLookaheadPaths(e){let{occurrence:t,rule:n,prodType:r,maxLookahead:i}=e,a=getProdType(r);return a===PROD_TYPE.ALTERNATION?getLookaheadPathsForOr(t,n,i):getLookaheadPathsForOptionalProd(t,n,a,i)}function buildLookaheadFuncForOr(e,t,n,r,i,a){let o=getLookaheadPathsForOr(e,t,n);return a(o,r,areTokenCategoriesNotUsed(o)?tokenStructuredMatcherNoCategories:tokenStructuredMatcher,i)}function buildLookaheadFuncForOptionalProd(e,t,n,r,i,a){let o=getLookaheadPathsForOptionalProd(e,t,i,n),s=areTokenCategoriesNotUsed(o)?tokenStructuredMatcherNoCategories:tokenStructuredMatcher;return a(o[0],s,r)}function buildAlternativesLookAheadFunc(e,t,n,r){let i=e.length,o=every(e,e=>every(e,e=>e.length===1));if(t)return function(t){let r=map(t,e=>e.GATE);for(let t=0;t<i;t++){let i=e[t],a=i.length,o=r[t];if(!(o!==void 0&&o.call(this)===!1))nextPath:for(let e=0;e<a;e++){let r=i[e],a=r.length;for(let e=0;e<a;e++)if(n(this.LA(e+1),r[e])===!1)continue nextPath;return t}}};if(o&&!r){let t=reduce(map(e,e=>flatten(e)),(e,t,n)=>(forEach(t,t=>{has(e,t.tokenTypeIdx)||(e[t.tokenTypeIdx]=n),forEach(t.categoryMatches,t=>{has(e,t)||(e[t]=n)})}),e),{});return function(){return t[this.LA(1).tokenTypeIdx]}}else return function(){for(let t=0;t<i;t++){let r=e[t],i=r.length;nextPath:for(let e=0;e<i;e++){let i=r[e],a=i.length;for(let e=0;e<a;e++)if(n(this.LA(e+1),i[e])===!1)continue nextPath;return t}}}}function buildSingleAlternativeLookaheadFunction(e,t,n){let r=every(e,e=>e.length===1),i=e.length;if(r&&!n){let t=flatten(e);if(t.length===1&&isEmpty(t[0].categoryMatches)){let e=t[0].tokenTypeIdx;return function(){return this.LA(1).tokenTypeIdx===e}}else{let e=reduce(t,(e,t,n)=>(e[t.tokenTypeIdx]=!0,forEach(t.categoryMatches,t=>{e[t]=!0}),e),[]);return function(){return e[this.LA(1).tokenTypeIdx]===!0}}}else return function(){nextPath:for(let n=0;n<i;n++){let r=e[n],i=r.length;for(let e=0;e<i;e++)if(t(this.LA(e+1),r[e])===!1)continue nextPath;return!0}return!1}}var RestDefinitionFinderWalker=class extends RestWalker{constructor(e,t,n){super(),this.topProd=e,this.targetOccurrence=t,this.targetProdType=n}startWalking(){return this.walk(this.topProd),this.restDef}checkIsTarget(e,t,n,r){return e.idx===this.targetOccurrence&&this.targetProdType===t?(this.restDef=n.concat(r),!0):!1}walkOption(e,t,n){this.checkIsTarget(e,PROD_TYPE.OPTION,t,n)||super.walkOption(e,t,n)}walkAtLeastOne(e,t,n){this.checkIsTarget(e,PROD_TYPE.REPETITION_MANDATORY,t,n)||super.walkOption(e,t,n)}walkAtLeastOneSep(e,t,n){this.checkIsTarget(e,PROD_TYPE.REPETITION_MANDATORY_WITH_SEPARATOR,t,n)||super.walkOption(e,t,n)}walkMany(e,t,n){this.checkIsTarget(e,PROD_TYPE.REPETITION,t,n)||super.walkOption(e,t,n)}walkManySep(e,t,n){this.checkIsTarget(e,PROD_TYPE.REPETITION_WITH_SEPARATOR,t,n)||super.walkOption(e,t,n)}},InsideDefinitionFinderVisitor=class extends GAstVisitor{constructor(e,t,n){super(),this.targetOccurrence=e,this.targetProdType=t,this.targetRef=n,this.result=[]}checkIsTarget(e,t){e.idx===this.targetOccurrence&&this.targetProdType===t&&(this.targetRef===void 0||e===this.targetRef)&&(this.result=e.definition)}visitOption(e){this.checkIsTarget(e,PROD_TYPE.OPTION)}visitRepetition(e){this.checkIsTarget(e,PROD_TYPE.REPETITION)}visitRepetitionMandatory(e){this.checkIsTarget(e,PROD_TYPE.REPETITION_MANDATORY)}visitRepetitionMandatoryWithSeparator(e){this.checkIsTarget(e,PROD_TYPE.REPETITION_MANDATORY_WITH_SEPARATOR)}visitRepetitionWithSeparator(e){this.checkIsTarget(e,PROD_TYPE.REPETITION_WITH_SEPARATOR)}visitAlternation(e){this.checkIsTarget(e,PROD_TYPE.ALTERNATION)}};function initializeArrayOfArrays(e){let t=Array(e);for(let n=0;n<e;n++)t[n]=[];return t}function pathToHashKeys(e){let t=[``];for(let n=0;n<e.length;n++){let r=e[n],i=[];for(let e=0;e<t.length;e++){let n=t[e];i.push(n+`_`+r.tokenTypeIdx);for(let e=0;e<r.categoryMatches.length;e++){let t=`_`+r.categoryMatches[e];i.push(n+t)}}t=i}return t}function isUniquePrefixHash(e,t,n){for(let r=0;r<e.length;r++){if(r===n)continue;let i=e[r];for(let e=0;e<t.length;e++)if(i[t[e]]===!0)return!1}return!0}function lookAheadSequenceFromAlternatives(e,t){let n=map(e,e=>possiblePathsFrom([e],1)),r=initializeArrayOfArrays(n.length),i=map(n,e=>{let t={};return forEach(e,e=>{forEach(pathToHashKeys(e.partialPath),e=>{t[e]=!0})}),t}),o=n;for(let e=1;e<=t;e++){let n=o;o=initializeArrayOfArrays(n.length);for(let a=0;a<n.length;a++){let s=n[a];for(let n=0;n<s.length;n++){let c=s[n].partialPath,l=s[n].suffixDef,u=pathToHashKeys(c);if(isUniquePrefixHash(i,u,a)||isEmpty(l)||c.length===t){let e=r[a];if(containsPath(e,c)===!1){e.push(c);for(let e=0;e<u.length;e++){let t=u[e];i[a][t]=!0}}}else{let t=possiblePathsFrom(l,e+1,c);o[a]=o[a].concat(t),forEach(t,e=>{forEach(pathToHashKeys(e.partialPath),e=>{i[a][e]=!0})})}}}}return r}function getLookaheadPathsForOr(e,t,n,r){let i=new InsideDefinitionFinderVisitor(e,PROD_TYPE.ALTERNATION,r);return t.accept(i),lookAheadSequenceFromAlternatives(i.result,n)}function getLookaheadPathsForOptionalProd(e,t,n,r){let i=new InsideDefinitionFinderVisitor(e,n);t.accept(i);let a=i.result,o=new RestDefinitionFinderWalker(t,e,n).startWalking();return lookAheadSequenceFromAlternatives([new Alternative({definition:a}),new Alternative({definition:o})],r)}function containsPath(e,t){compareOtherPath:for(let n=0;n<e.length;n++){let r=e[n];if(r.length===t.length){for(let e=0;e<r.length;e++){let n=t[e],i=r[e];if(!(n===i||i.categoryMatchesMap[n.tokenTypeIdx]!==void 0))continue compareOtherPath}return!0}}return!1}function isStrictPrefixOfPath(e,t){return e.length<t.length&&every(e,(e,n)=>{let r=t[n];return e===r||r.categoryMatchesMap[e.tokenTypeIdx]})}function areTokenCategoriesNotUsed(e){return every(e,e=>every(e,e=>every(e,e=>isEmpty(e.categoryMatches))))}function validateLookahead(e){return map(e.lookaheadStrategy.validate({rules:e.rules,tokenTypes:e.tokenTypes,grammarName:e.grammarName}),e=>Object.assign({type:ParserDefinitionErrorType.CUSTOM_LOOKAHEAD_VALIDATION},e))}function validateGrammar$1(e,t,n,r){let i=flatMap(e,e=>validateDuplicateProductions(e,n)),a=checkTerminalAndNoneTerminalsNameSpace(e,t,n),o=flatMap(e,e=>validateTooManyAlts(e,n)),s=flatMap(e,t=>validateRuleDoesNotAlreadyExist(t,e,r,n));return i.concat(a,o,s)}function validateDuplicateProductions(e,t){let n=new OccurrenceValidationCollector;e.accept(n);let r=n.allProductions;return map(values(pickBy(groupBy(r,identifyProductionForDuplicates),e=>e.length>1)),n=>{let r=head(n),i=t.buildDuplicateFoundError(e,n),a=getProductionDslName(r),o={message:i,type:ParserDefinitionErrorType.DUPLICATE_PRODUCTIONS,ruleName:e.name,dslName:a,occurrence:r.idx},s=getExtraProductionArgument(r);return s&&(o.parameter=s),o})}function identifyProductionForDuplicates(e){return`${getProductionDslName(e)}_#_${e.idx}_#_${getExtraProductionArgument(e)}`}function getExtraProductionArgument(e){return e instanceof Terminal?e.terminalType.name:e instanceof NonTerminal?e.nonTerminalName:``}var OccurrenceValidationCollector=class extends GAstVisitor{constructor(){super(...arguments),this.allProductions=[]}visitNonTerminal(e){this.allProductions.push(e)}visitOption(e){this.allProductions.push(e)}visitRepetitionWithSeparator(e){this.allProductions.push(e)}visitRepetitionMandatory(e){this.allProductions.push(e)}visitRepetitionMandatoryWithSeparator(e){this.allProductions.push(e)}visitRepetition(e){this.allProductions.push(e)}visitAlternation(e){this.allProductions.push(e)}visitTerminal(e){this.allProductions.push(e)}};function validateRuleDoesNotAlreadyExist(e,t,n,r){let i=[];if(reduce(t,(t,n)=>n.name===e.name?t+1:t,0)>1){let t=r.buildDuplicateRuleNameError({topLevelRule:e,grammarName:n});i.push({message:t,type:ParserDefinitionErrorType.DUPLICATE_RULE_NAME,ruleName:e.name})}return i}function validateRuleIsOverridden(e,t,n){let r=[],i;return includes(t,e)||(i=`Invalid rule override, rule: ->${e}<- cannot be overridden in the grammar: ->${n}<-as it is not defined in any of the super grammars `,r.push({message:i,type:ParserDefinitionErrorType.INVALID_RULE_OVERRIDE,ruleName:e})),r}function validateNoLeftRecursion(e,t,n,r=[]){let i=[],a=getFirstNoneTerminal(t.definition);if(isEmpty(a))return[];{let t=e.name;includes(a,e)&&i.push({message:n.buildLeftRecursionError({topLevelRule:e,leftRecursionPath:r}),type:ParserDefinitionErrorType.LEFT_RECURSION,ruleName:t});let o=flatMap(difference(a,r.concat([e])),t=>{let i=clone(r);return i.push(t),validateNoLeftRecursion(e,t,n,i)});return i.concat(o)}}function getFirstNoneTerminal(e){let t=[];if(isEmpty(e))return t;let n=head(e);if(n instanceof NonTerminal)t.push(n.referencedRule);else if(n instanceof Alternative||n instanceof Option||n instanceof RepetitionMandatory||n instanceof RepetitionMandatoryWithSeparator||n instanceof RepetitionWithSeparator||n instanceof Repetition)t=t.concat(getFirstNoneTerminal(n.definition));else if(n instanceof Alternation)t=flatten(map(n.definition,e=>getFirstNoneTerminal(e.definition)));else if(!(n instanceof Terminal))throw Error(`non exhaustive match`);let r=isOptionalProd(n),i=e.length>1;if(r&&i){let n=drop(e);return t.concat(getFirstNoneTerminal(n))}else return t}var OrCollector=class extends GAstVisitor{constructor(){super(...arguments),this.alternations=[]}visitAlternation(e){this.alternations.push(e)}};function validateEmptyOrAlternative(e,t){let n=new OrCollector;e.accept(n);let r=n.alternations;return flatMap(r,n=>flatMap(dropRight(n.definition),(r,i)=>isEmpty(nextPossibleTokensAfter([r],[],tokenStructuredMatcher,1))?[{message:t.buildEmptyAlternationError({topLevelRule:e,alternation:n,emptyChoiceIdx:i}),type:ParserDefinitionErrorType.NONE_LAST_EMPTY_ALT,ruleName:e.name,occurrence:n.idx,alternative:i+1}]:[]))}function validateAmbiguousAlternationAlternatives(e,t,n){let r=new OrCollector;e.accept(r);let i=r.alternations;return i=reject(i,e=>e.ignoreAmbiguities===!0),flatMap(i,r=>{let i=r.idx,a=getLookaheadPathsForOr(i,e,r.maxLookahead||t,r),o=checkAlternativesAmbiguities(a,r,e,n),s=checkPrefixAlternativesAmbiguities(a,r,e,n);return o.concat(s)})}var RepetitionCollector=class extends GAstVisitor{constructor(){super(...arguments),this.allProductions=[]}visitRepetitionWithSeparator(e){this.allProductions.push(e)}visitRepetitionMandatory(e){this.allProductions.push(e)}visitRepetitionMandatoryWithSeparator(e){this.allProductions.push(e)}visitRepetition(e){this.allProductions.push(e)}};function validateTooManyAlts(e,t){let n=new OrCollector;e.accept(n);let r=n.alternations;return flatMap(r,n=>n.definition.length>255?[{message:t.buildTooManyAlternativesError({topLevelRule:e,alternation:n}),type:ParserDefinitionErrorType.TOO_MANY_ALTS,ruleName:e.name,occurrence:n.idx}]:[])}function validateSomeNonEmptyLookaheadPath(e,t,n){let r=[];return forEach(e,e=>{let i=new RepetitionCollector;e.accept(i);let a=i.allProductions;forEach(a,i=>{let a=getProdType(i),o=i.maxLookahead||t,s=i.idx,c=getLookaheadPathsForOptionalProd(s,e,a,o)[0];if(isEmpty(flatten(c))){let t=n.buildEmptyRepetitionError({topLevelRule:e,repetition:i});r.push({message:t,type:ParserDefinitionErrorType.NO_NON_EMPTY_LOOKAHEAD,ruleName:e.name})}})}),r}function checkAlternativesAmbiguities(e,t,n,r){let i=[];return map(reduce(e,(n,r,a)=>(t.definition[a].ignoreAmbiguities===!0||forEach(r,r=>{let o=[a];forEach(e,(e,n)=>{a!==n&&containsPath(e,r)&&t.definition[n].ignoreAmbiguities!==!0&&o.push(n)}),o.length>1&&!containsPath(i,r)&&(i.push(r),n.push({alts:o,path:r}))}),n),[]),e=>{let i=map(e.alts,e=>e+1);return{message:r.buildAlternationAmbiguityError({topLevelRule:n,alternation:t,ambiguityIndices:i,prefixPath:e.path}),type:ParserDefinitionErrorType.AMBIGUOUS_ALTS,ruleName:n.name,occurrence:t.idx,alternatives:e.alts}})}function checkPrefixAlternativesAmbiguities(e,t,n,r){let i=reduce(e,(e,t,n)=>{let r=map(t,e=>({idx:n,path:e}));return e.concat(r)},[]);return compact(flatMap(i,e=>{if(t.definition[e.idx].ignoreAmbiguities===!0)return[];let o=e.idx,s=e.path;return map(filter(i,e=>t.definition[e.idx].ignoreAmbiguities!==!0&&e.idx<o&&isStrictPrefixOfPath(e.path,s)),e=>{let i=[e.idx+1,o+1],a=t.idx===0?``:t.idx;return{message:r.buildAlternationPrefixAmbiguityError({topLevelRule:n,alternation:t,ambiguityIndices:i,prefixPath:e.path}),type:ParserDefinitionErrorType.AMBIGUOUS_PREFIX_ALTS,ruleName:n.name,occurrence:a,alternatives:i}})}))}function checkTerminalAndNoneTerminalsNameSpace(e,t,n){let r=[],i=map(t,e=>e.name);return forEach(e,e=>{let t=e.name;if(includes(i,t)){let i=n.buildNamespaceConflictError(e);r.push({message:i,type:ParserDefinitionErrorType.CONFLICT_TOKENS_RULES_NAMESPACE,ruleName:t})}}),r}function resolveGrammar(e){let t=defaults(e,{errMsgProvider:defaultGrammarResolverErrorProvider}),n={};return forEach(e.rules,e=>{n[e.name]=e}),resolveGrammar$1(n,t.errMsgProvider)}function validateGrammar(e){return e=defaults(e,{errMsgProvider:defaultGrammarValidatorErrorProvider}),validateGrammar$1(e.rules,e.tokenTypes,e.errMsgProvider,e.grammarName)}const MISMATCHED_TOKEN_EXCEPTION=`MismatchedTokenException`,NO_VIABLE_ALT_EXCEPTION=`NoViableAltException`,EARLY_EXIT_EXCEPTION=`EarlyExitException`,NOT_ALL_INPUT_PARSED_EXCEPTION=`NotAllInputParsedException`,RECOGNITION_EXCEPTION_NAMES=[MISMATCHED_TOKEN_EXCEPTION,NO_VIABLE_ALT_EXCEPTION,EARLY_EXIT_EXCEPTION,NOT_ALL_INPUT_PARSED_EXCEPTION];Object.freeze(RECOGNITION_EXCEPTION_NAMES);function isRecognitionException(e){return includes(RECOGNITION_EXCEPTION_NAMES,e.name)}var RecognitionException=class extends Error{constructor(e,t){super(e),this.token=t,this.resyncedTokens=[],Object.setPrototypeOf(this,new.target.prototype),Error.captureStackTrace&&Error.captureStackTrace(this,this.constructor)}},MismatchedTokenException=class extends RecognitionException{constructor(e,t,n){super(e,t),this.previousToken=n,this.name=MISMATCHED_TOKEN_EXCEPTION}},NoViableAltException=class extends RecognitionException{constructor(e,t,n){super(e,t),this.previousToken=n,this.name=NO_VIABLE_ALT_EXCEPTION}},NotAllInputParsedException=class extends RecognitionException{constructor(e,t){super(e,t),this.name=NOT_ALL_INPUT_PARSED_EXCEPTION}},EarlyExitException=class extends RecognitionException{constructor(e,t,n){super(e,t),this.previousToken=n,this.name=EARLY_EXIT_EXCEPTION}};const EOF_FOLLOW_KEY={},IN_RULE_RECOVERY_EXCEPTION=`InRuleRecoveryException`;var InRuleRecoveryException=class extends Error{constructor(e){super(e),this.name=IN_RULE_RECOVERY_EXCEPTION}},Recoverable=class{initRecoverable(e){this.firstAfterRepMap={},this.resyncFollows={},this.recoveryEnabled=has(e,`recoveryEnabled`)?e.recoveryEnabled:DEFAULT_PARSER_CONFIG.recoveryEnabled,this.recoveryEnabled&&(this.attemptInRepetitionRecovery=attemptInRepetitionRecovery)}getTokenToInsert(e){let t=createTokenInstance(e,``,NaN,NaN,NaN,NaN,NaN,NaN);return t.isInsertedInRecovery=!0,t}canTokenTypeBeInsertedInRecovery(e){return!0}canTokenTypeBeDeletedInRecovery(e){return!0}tryInRepetitionRecovery(e,t,n,r){let i=this.findReSyncTokenType(),a=this.exportLexerState(),o=[],s=!1,c=this.LA(1),l=this.LA(1),u=()=>{let e=this.LA(0),t=new MismatchedTokenException(this.errorMessageProvider.buildMismatchTokenMessage({expected:r,actual:c,previous:e,ruleName:this.getCurrRuleFullName()}),c,this.LA(0));t.resyncedTokens=dropRight(o),this.SAVE_ERROR(t)};for(;!s;)if(this.tokenMatcher(l,r)){u();return}else if(n.call(this)){u(),e.apply(this,t);return}else this.tokenMatcher(l,i)?s=!0:(l=this.SKIP_TOKEN(),this.addToResyncTokens(l,o));this.importLexerState(a)}shouldInRepetitionRecoveryBeTried(e,t,n){return!(n===!1||this.tokenMatcher(this.LA(1),e)||this.isBackTracking()||this.canPerformInRuleRecovery(e,this.getFollowsForInRuleRecovery(e,t)))}getFollowsForInRuleRecovery(e,t){let n=this.getCurrentGrammarPath(e,t);return this.getNextPossibleTokenTypes(n)}tryInRuleRecovery(e,t){if(this.canRecoverWithSingleTokenInsertion(e,t))return this.getTokenToInsert(e);if(this.canRecoverWithSingleTokenDeletion(e)){let e=this.SKIP_TOKEN();return this.consumeToken(),e}throw new InRuleRecoveryException(`sad sad panda`)}canPerformInRuleRecovery(e,t){return this.canRecoverWithSingleTokenInsertion(e,t)||this.canRecoverWithSingleTokenDeletion(e)}canRecoverWithSingleTokenInsertion(e,t){if(!this.canTokenTypeBeInsertedInRecovery(e)||isEmpty(t))return!1;let n=this.LA(1);return find(t,e=>this.tokenMatcher(n,e))!==void 0}canRecoverWithSingleTokenDeletion(e){return this.canTokenTypeBeDeletedInRecovery(e)?this.tokenMatcher(this.LA(2),e):!1}isInCurrentRuleReSyncSet(e){let t=this.getCurrFollowKey();return includes(this.getFollowSetFromFollowKey(t),e)}findReSyncTokenType(){let e=this.flattenFollowSet(),t=this.LA(1),n=2;for(;;){let r=find(e,e=>tokenMatcher(t,e));if(r!==void 0)return r;t=this.LA(n),n++}}getCurrFollowKey(){if(this.RULE_STACK.length===1)return EOF_FOLLOW_KEY;let e=this.getLastExplicitRuleShortName(),t=this.getLastExplicitRuleOccurrenceIndex(),n=this.getPreviousExplicitRuleShortName();return{ruleName:this.shortRuleNameToFullName(e),idxInCallingRule:t,inRule:this.shortRuleNameToFullName(n)}}buildFullFollowKeyStack(){let e=this.RULE_STACK,t=this.RULE_OCCURRENCE_STACK;return map(e,(n,r)=>r===0?EOF_FOLLOW_KEY:{ruleName:this.shortRuleNameToFullName(n),idxInCallingRule:t[r],inRule:this.shortRuleNameToFullName(e[r-1])})}flattenFollowSet(){return flatten(map(this.buildFullFollowKeyStack(),e=>this.getFollowSetFromFollowKey(e)))}getFollowSetFromFollowKey(e){if(e===EOF_FOLLOW_KEY)return[EOF];let t=e.ruleName+e.idxInCallingRule+IN+e.inRule;return this.resyncFollows[t]}addToResyncTokens(e,t){return this.tokenMatcher(e,EOF)||t.push(e),t}reSyncTo(e){let t=[],n=this.LA(1);for(;this.tokenMatcher(n,e)===!1;)n=this.SKIP_TOKEN(),this.addToResyncTokens(n,t);return dropRight(t)}attemptInRepetitionRecovery(e,t,n,r,i,a,o){}getCurrentGrammarPath(e,t){return{ruleStack:this.getHumanReadableRuleStack(),occurrenceStack:clone(this.RULE_OCCURRENCE_STACK),lastTok:e,lastTokOccurrence:t}}getHumanReadableRuleStack(){return map(this.RULE_STACK,e=>this.shortRuleNameToFullName(e))}};function attemptInRepetitionRecovery(e,t,n,r,i,a,o){let s=this.getKeyForAutomaticLookahead(r,i),c=this.firstAfterRepMap[s];if(c===void 0){let e=this.getCurrRuleFullName(),t=this.getGAstProductions()[e];c=new a(t,i).startWalking(),this.firstAfterRepMap[s]=c}let l=c.token,u=c.occurrence,d=c.isEndOfRule;this.RULE_STACK.length===1&&d&&l===void 0&&(l=EOF,u=1),!(l===void 0||u===void 0)&&this.shouldInRepetitionRecoveryBeTried(l,u,o)&&this.tryInRepetitionRecovery(e,t,n,l)}const AT_LEAST_ONE_IDX=1024,MANY_SEP_IDX=1280,AT_LEAST_ONE_SEP_IDX=1536;function getKeyForAutomaticLookahead(e,t,n){return n|t|e}var LLkLookaheadStrategy=class{constructor(e){this.maxLookahead=e?.maxLookahead??DEFAULT_PARSER_CONFIG.maxLookahead}validate(e){let t=this.validateNoLeftRecursion(e.rules);if(isEmpty(t)){let n=this.validateEmptyOrAlternatives(e.rules),r=this.validateAmbiguousAlternationAlternatives(e.rules,this.maxLookahead),i=this.validateSomeNonEmptyLookaheadPath(e.rules,this.maxLookahead);return[...t,...n,...r,...i]}return t}validateNoLeftRecursion(e){return flatMap(e,e=>validateNoLeftRecursion(e,e,defaultGrammarValidatorErrorProvider))}validateEmptyOrAlternatives(e){return flatMap(e,e=>validateEmptyOrAlternative(e,defaultGrammarValidatorErrorProvider))}validateAmbiguousAlternationAlternatives(e,t){return flatMap(e,e=>validateAmbiguousAlternationAlternatives(e,t,defaultGrammarValidatorErrorProvider))}validateSomeNonEmptyLookaheadPath(e,t){return validateSomeNonEmptyLookaheadPath(e,t,defaultGrammarValidatorErrorProvider)}buildLookaheadForAlternation(e){return buildLookaheadFuncForOr(e.prodOccurrence,e.rule,e.maxLookahead,e.hasPredicates,e.dynamicTokensEnabled,buildAlternativesLookAheadFunc)}buildLookaheadForOptional(e){return buildLookaheadFuncForOptionalProd(e.prodOccurrence,e.rule,e.maxLookahead,e.dynamicTokensEnabled,getProdType(e.prodType),buildSingleAlternativeLookaheadFunction)}},LooksAhead=class{initLooksAhead(e){this.dynamicTokensEnabled=has(e,`dynamicTokensEnabled`)?e.dynamicTokensEnabled:DEFAULT_PARSER_CONFIG.dynamicTokensEnabled,this.maxLookahead=has(e,`maxLookahead`)?e.maxLookahead:DEFAULT_PARSER_CONFIG.maxLookahead,this.lookaheadStrategy=has(e,`lookaheadStrategy`)?e.lookaheadStrategy:new LLkLookaheadStrategy({maxLookahead:this.maxLookahead}),this.lookAheadFuncsCache=new Map}preComputeLookaheadFunctions(e){forEach(e,e=>{this.TRACE_INIT(`${e.name} Rule Lookahead`,()=>{let{alternation:t,repetition:n,option:r,repetitionMandatory:i,repetitionMandatoryWithSeparator:a,repetitionWithSeparator:o}=collectMethods(e);forEach(t,t=>{let n=t.idx===0?``:t.idx;this.TRACE_INIT(`${getProductionDslName(t)}${n}`,()=>{let n=this.lookaheadStrategy.buildLookaheadForAlternation({prodOccurrence:t.idx,rule:e,maxLookahead:t.maxLookahead||this.maxLookahead,hasPredicates:t.hasPredicates,dynamicTokensEnabled:this.dynamicTokensEnabled}),r=getKeyForAutomaticLookahead(this.fullRuleNameToShort[e.name],256,t.idx);this.setLaFuncCache(r,n)})}),forEach(n,t=>{this.computeLookaheadFunc(e,t.idx,768,`Repetition`,t.maxLookahead,getProductionDslName(t))}),forEach(r,t=>{this.computeLookaheadFunc(e,t.idx,512,`Option`,t.maxLookahead,getProductionDslName(t))}),forEach(i,t=>{this.computeLookaheadFunc(e,t.idx,AT_LEAST_ONE_IDX,`RepetitionMandatory`,t.maxLookahead,getProductionDslName(t))}),forEach(a,t=>{this.computeLookaheadFunc(e,t.idx,AT_LEAST_ONE_SEP_IDX,`RepetitionMandatoryWithSeparator`,t.maxLookahead,getProductionDslName(t))}),forEach(o,t=>{this.computeLookaheadFunc(e,t.idx,MANY_SEP_IDX,`RepetitionWithSeparator`,t.maxLookahead,getProductionDslName(t))})})})}computeLookaheadFunc(e,t,n,r,i,a){this.TRACE_INIT(`${a}${t===0?``:t}`,()=>{let a=this.lookaheadStrategy.buildLookaheadForOptional({prodOccurrence:t,rule:e,maxLookahead:i||this.maxLookahead,dynamicTokensEnabled:this.dynamicTokensEnabled,prodType:r}),o=getKeyForAutomaticLookahead(this.fullRuleNameToShort[e.name],n,t);this.setLaFuncCache(o,a)})}getKeyForAutomaticLookahead(e,t){return getKeyForAutomaticLookahead(this.getLastExplicitRuleShortName(),e,t)}getLaFuncFromCache(e){return this.lookAheadFuncsCache.get(e)}setLaFuncCache(e,t){this.lookAheadFuncsCache.set(e,t)}},DslMethodsCollectorVisitor=class extends GAstVisitor{constructor(){super(...arguments),this.dslMethods={option:[],alternation:[],repetition:[],repetitionWithSeparator:[],repetitionMandatory:[],repetitionMandatoryWithSeparator:[]}}reset(){this.dslMethods={option:[],alternation:[],repetition:[],repetitionWithSeparator:[],repetitionMandatory:[],repetitionMandatoryWithSeparator:[]}}visitOption(e){this.dslMethods.option.push(e)}visitRepetitionWithSeparator(e){this.dslMethods.repetitionWithSeparator.push(e)}visitRepetitionMandatory(e){this.dslMethods.repetitionMandatory.push(e)}visitRepetitionMandatoryWithSeparator(e){this.dslMethods.repetitionMandatoryWithSeparator.push(e)}visitRepetition(e){this.dslMethods.repetition.push(e)}visitAlternation(e){this.dslMethods.alternation.push(e)}};const collectorVisitor=new DslMethodsCollectorVisitor;function collectMethods(e){collectorVisitor.reset(),e.accept(collectorVisitor);let t=collectorVisitor.dslMethods;return collectorVisitor.reset(),t}function setNodeLocationOnlyOffset(e,t){isNaN(e.startOffset)===!0?(e.startOffset=t.startOffset,e.endOffset=t.endOffset):e.endOffset<t.endOffset&&(e.endOffset=t.endOffset)}function setNodeLocationFull(e,t){isNaN(e.startOffset)===!0?(e.startOffset=t.startOffset,e.startColumn=t.startColumn,e.startLine=t.startLine,e.endOffset=t.endOffset,e.endColumn=t.endColumn,e.endLine=t.endLine):e.endOffset<t.endOffset&&(e.endOffset=t.endOffset,e.endColumn=t.endColumn,e.endLine=t.endLine)}function addTerminalToCst(e,t,n){e.children[n]===void 0?e.children[n]=[t]:e.children[n].push(t)}function addNoneTerminalToCst(e,t,n){e.children[t]===void 0?e.children[t]=[n]:e.children[t].push(n)}function defineNameProp(e,t){Object.defineProperty(e,`name`,{enumerable:!1,configurable:!0,writable:!1,value:t})}function defaultVisit(e,t){let n=keys(e),r=n.length;for(let i=0;i<r;i++){let r=e[n[i]],a=r.length;for(let e=0;e<a;e++){let n=r[e];n.tokenTypeIdx===void 0&&this[n.name](n.children,t)}}}function createBaseSemanticVisitorConstructor(e,t){let n=function(){};return defineNameProp(n,e+`BaseSemantics`),n.prototype={visit:function(e,t){if(isArray(e)&&(e=e[0]),!isUndefined(e))return this[e.name](e.children,t)},validateVisitor:function(){let e=validateVisitor(this,t);if(!isEmpty(e)){let t=map(e,e=>e.msg);throw Error(`Errors Detected in CST Visitor <${this.constructor.name}>:\n\t${t.join(`
41
+
42
+ `).replace(/\n/g,`
43
+ `)}`)}}},n.prototype.constructor=n,n._RULE_NAMES=t,n}function createBaseVisitorConstructorWithDefaults(e,t,n){let r=function(){};defineNameProp(r,e+`BaseSemanticsWithDefaults`);let i=Object.create(n.prototype);return forEach(t,e=>{i[e]=defaultVisit}),r.prototype=i,r.prototype.constructor=r,r}var CstVisitorDefinitionError;(function(e){e[e.REDUNDANT_METHOD=0]=`REDUNDANT_METHOD`,e[e.MISSING_METHOD=1]=`MISSING_METHOD`})(CstVisitorDefinitionError||={});function validateVisitor(e,t){return validateMissingCstMethods(e,t)}function validateMissingCstMethods(e,t){return compact(map(filter(t,t=>isFunction(e[t])===!1),t=>({msg:`Missing visitor method: <${t}> on ${e.constructor.name} CST Visitor.`,type:CstVisitorDefinitionError.MISSING_METHOD,methodName:t})))}var TreeBuilder=class{initTreeBuilder(e){if(this.CST_STACK=[],this.outputCst=e.outputCst,this.nodeLocationTracking=has(e,`nodeLocationTracking`)?e.nodeLocationTracking:DEFAULT_PARSER_CONFIG.nodeLocationTracking,!this.outputCst)this.cstInvocationStateUpdate=noop,this.cstFinallyStateUpdate=noop,this.cstPostTerminal=noop,this.cstPostNonTerminal=noop,this.cstPostRule=noop;else if(/full/i.test(this.nodeLocationTracking))this.recoveryEnabled?(this.setNodeLocationFromToken=setNodeLocationFull,this.setNodeLocationFromNode=setNodeLocationFull,this.cstPostRule=noop,this.setInitialNodeLocation=this.setInitialNodeLocationFullRecovery):(this.setNodeLocationFromToken=noop,this.setNodeLocationFromNode=noop,this.cstPostRule=this.cstPostRuleFull,this.setInitialNodeLocation=this.setInitialNodeLocationFullRegular);else if(/onlyOffset/i.test(this.nodeLocationTracking))this.recoveryEnabled?(this.setNodeLocationFromToken=setNodeLocationOnlyOffset,this.setNodeLocationFromNode=setNodeLocationOnlyOffset,this.cstPostRule=noop,this.setInitialNodeLocation=this.setInitialNodeLocationOnlyOffsetRecovery):(this.setNodeLocationFromToken=noop,this.setNodeLocationFromNode=noop,this.cstPostRule=this.cstPostRuleOnlyOffset,this.setInitialNodeLocation=this.setInitialNodeLocationOnlyOffsetRegular);else if(/none/i.test(this.nodeLocationTracking))this.setNodeLocationFromToken=noop,this.setNodeLocationFromNode=noop,this.cstPostRule=noop,this.setInitialNodeLocation=noop;else throw Error(`Invalid <nodeLocationTracking> config option: "${e.nodeLocationTracking}"`)}setInitialNodeLocationOnlyOffsetRecovery(e){e.location={startOffset:NaN,endOffset:NaN}}setInitialNodeLocationOnlyOffsetRegular(e){e.location={startOffset:this.LA(1).startOffset,endOffset:NaN}}setInitialNodeLocationFullRecovery(e){e.location={startOffset:NaN,startLine:NaN,startColumn:NaN,endOffset:NaN,endLine:NaN,endColumn:NaN}}setInitialNodeLocationFullRegular(e){let t=this.LA(1);e.location={startOffset:t.startOffset,startLine:t.startLine,startColumn:t.startColumn,endOffset:NaN,endLine:NaN,endColumn:NaN}}cstInvocationStateUpdate(e){let t={name:e,children:Object.create(null)};this.setInitialNodeLocation(t),this.CST_STACK.push(t)}cstFinallyStateUpdate(){this.CST_STACK.pop()}cstPostRuleFull(e){let t=this.LA(0),n=e.location;n.startOffset<=t.startOffset?(n.endOffset=t.endOffset,n.endLine=t.endLine,n.endColumn=t.endColumn):(n.startOffset=NaN,n.startLine=NaN,n.startColumn=NaN)}cstPostRuleOnlyOffset(e){let t=this.LA(0),n=e.location;n.startOffset<=t.startOffset?n.endOffset=t.endOffset:n.startOffset=NaN}cstPostTerminal(e,t){let n=this.CST_STACK[this.CST_STACK.length-1];addTerminalToCst(n,t,e),this.setNodeLocationFromToken(n.location,t)}cstPostNonTerminal(e,t){let n=this.CST_STACK[this.CST_STACK.length-1];addNoneTerminalToCst(n,t,e),this.setNodeLocationFromNode(n.location,e.location)}getBaseCstVisitorConstructor(){if(isUndefined(this.baseCstVisitorConstructor)){let e=createBaseSemanticVisitorConstructor(this.className,keys(this.gastProductionsCache));return this.baseCstVisitorConstructor=e,e}return this.baseCstVisitorConstructor}getBaseCstVisitorConstructorWithDefaults(){if(isUndefined(this.baseCstVisitorWithDefaultsConstructor)){let e=createBaseVisitorConstructorWithDefaults(this.className,keys(this.gastProductionsCache),this.getBaseCstVisitorConstructor());return this.baseCstVisitorWithDefaultsConstructor=e,e}return this.baseCstVisitorWithDefaultsConstructor}getLastExplicitRuleShortName(){let e=this.RULE_STACK;return e[e.length-1]}getPreviousExplicitRuleShortName(){let e=this.RULE_STACK;return e[e.length-2]}getLastExplicitRuleOccurrenceIndex(){let e=this.RULE_OCCURRENCE_STACK;return e[e.length-1]}},LexerAdapter=class{initLexerAdapter(){this.tokVector=[],this.tokVectorLength=0,this.currIdx=-1}set input(e){if(this.selfAnalysisDone!==!0)throw Error(`Missing <performSelfAnalysis> invocation at the end of the Parser's constructor.`);this.reset(),this.tokVector=e,this.tokVectorLength=e.length}get input(){return this.tokVector}SKIP_TOKEN(){return this.currIdx<=this.tokVector.length-2?(this.consumeToken(),this.LA(1)):END_OF_FILE}LA(e){let t=this.currIdx+e;return t<0||this.tokVectorLength<=t?END_OF_FILE:this.tokVector[t]}consumeToken(){this.currIdx++}exportLexerState(){return this.currIdx}importLexerState(e){this.currIdx=e}resetLexerState(){this.currIdx=-1}moveToTerminatedState(){this.currIdx=this.tokVector.length-1}getLexerPosition(){return this.exportLexerState()}},RecognizerApi=class{ACTION(e){return e.call(this)}consume(e,t,n){return this.consumeInternal(t,e,n)}subrule(e,t,n){return this.subruleInternal(t,e,n)}option(e,t){return this.optionInternal(t,e)}or(e,t){return this.orInternal(t,e)}many(e,t){return this.manyInternal(e,t)}atLeastOne(e,t){return this.atLeastOneInternal(e,t)}CONSUME(e,t){return this.consumeInternal(e,0,t)}CONSUME1(e,t){return this.consumeInternal(e,1,t)}CONSUME2(e,t){return this.consumeInternal(e,2,t)}CONSUME3(e,t){return this.consumeInternal(e,3,t)}CONSUME4(e,t){return this.consumeInternal(e,4,t)}CONSUME5(e,t){return this.consumeInternal(e,5,t)}CONSUME6(e,t){return this.consumeInternal(e,6,t)}CONSUME7(e,t){return this.consumeInternal(e,7,t)}CONSUME8(e,t){return this.consumeInternal(e,8,t)}CONSUME9(e,t){return this.consumeInternal(e,9,t)}SUBRULE(e,t){return this.subruleInternal(e,0,t)}SUBRULE1(e,t){return this.subruleInternal(e,1,t)}SUBRULE2(e,t){return this.subruleInternal(e,2,t)}SUBRULE3(e,t){return this.subruleInternal(e,3,t)}SUBRULE4(e,t){return this.subruleInternal(e,4,t)}SUBRULE5(e,t){return this.subruleInternal(e,5,t)}SUBRULE6(e,t){return this.subruleInternal(e,6,t)}SUBRULE7(e,t){return this.subruleInternal(e,7,t)}SUBRULE8(e,t){return this.subruleInternal(e,8,t)}SUBRULE9(e,t){return this.subruleInternal(e,9,t)}OPTION(e){return this.optionInternal(e,0)}OPTION1(e){return this.optionInternal(e,1)}OPTION2(e){return this.optionInternal(e,2)}OPTION3(e){return this.optionInternal(e,3)}OPTION4(e){return this.optionInternal(e,4)}OPTION5(e){return this.optionInternal(e,5)}OPTION6(e){return this.optionInternal(e,6)}OPTION7(e){return this.optionInternal(e,7)}OPTION8(e){return this.optionInternal(e,8)}OPTION9(e){return this.optionInternal(e,9)}OR(e){return this.orInternal(e,0)}OR1(e){return this.orInternal(e,1)}OR2(e){return this.orInternal(e,2)}OR3(e){return this.orInternal(e,3)}OR4(e){return this.orInternal(e,4)}OR5(e){return this.orInternal(e,5)}OR6(e){return this.orInternal(e,6)}OR7(e){return this.orInternal(e,7)}OR8(e){return this.orInternal(e,8)}OR9(e){return this.orInternal(e,9)}MANY(e){this.manyInternal(0,e)}MANY1(e){this.manyInternal(1,e)}MANY2(e){this.manyInternal(2,e)}MANY3(e){this.manyInternal(3,e)}MANY4(e){this.manyInternal(4,e)}MANY5(e){this.manyInternal(5,e)}MANY6(e){this.manyInternal(6,e)}MANY7(e){this.manyInternal(7,e)}MANY8(e){this.manyInternal(8,e)}MANY9(e){this.manyInternal(9,e)}MANY_SEP(e){this.manySepFirstInternal(0,e)}MANY_SEP1(e){this.manySepFirstInternal(1,e)}MANY_SEP2(e){this.manySepFirstInternal(2,e)}MANY_SEP3(e){this.manySepFirstInternal(3,e)}MANY_SEP4(e){this.manySepFirstInternal(4,e)}MANY_SEP5(e){this.manySepFirstInternal(5,e)}MANY_SEP6(e){this.manySepFirstInternal(6,e)}MANY_SEP7(e){this.manySepFirstInternal(7,e)}MANY_SEP8(e){this.manySepFirstInternal(8,e)}MANY_SEP9(e){this.manySepFirstInternal(9,e)}AT_LEAST_ONE(e){this.atLeastOneInternal(0,e)}AT_LEAST_ONE1(e){return this.atLeastOneInternal(1,e)}AT_LEAST_ONE2(e){this.atLeastOneInternal(2,e)}AT_LEAST_ONE3(e){this.atLeastOneInternal(3,e)}AT_LEAST_ONE4(e){this.atLeastOneInternal(4,e)}AT_LEAST_ONE5(e){this.atLeastOneInternal(5,e)}AT_LEAST_ONE6(e){this.atLeastOneInternal(6,e)}AT_LEAST_ONE7(e){this.atLeastOneInternal(7,e)}AT_LEAST_ONE8(e){this.atLeastOneInternal(8,e)}AT_LEAST_ONE9(e){this.atLeastOneInternal(9,e)}AT_LEAST_ONE_SEP(e){this.atLeastOneSepFirstInternal(0,e)}AT_LEAST_ONE_SEP1(e){this.atLeastOneSepFirstInternal(1,e)}AT_LEAST_ONE_SEP2(e){this.atLeastOneSepFirstInternal(2,e)}AT_LEAST_ONE_SEP3(e){this.atLeastOneSepFirstInternal(3,e)}AT_LEAST_ONE_SEP4(e){this.atLeastOneSepFirstInternal(4,e)}AT_LEAST_ONE_SEP5(e){this.atLeastOneSepFirstInternal(5,e)}AT_LEAST_ONE_SEP6(e){this.atLeastOneSepFirstInternal(6,e)}AT_LEAST_ONE_SEP7(e){this.atLeastOneSepFirstInternal(7,e)}AT_LEAST_ONE_SEP8(e){this.atLeastOneSepFirstInternal(8,e)}AT_LEAST_ONE_SEP9(e){this.atLeastOneSepFirstInternal(9,e)}RULE(e,t,n=DEFAULT_RULE_CONFIG){if(includes(this.definedRulesNames,e)){let t={message:defaultGrammarValidatorErrorProvider.buildDuplicateRuleNameError({topLevelRule:e,grammarName:this.className}),type:ParserDefinitionErrorType.DUPLICATE_RULE_NAME,ruleName:e};this.definitionErrors.push(t)}this.definedRulesNames.push(e);let r=this.defineRule(e,t,n);return this[e]=r,r}OVERRIDE_RULE(e,t,n=DEFAULT_RULE_CONFIG){let r=validateRuleIsOverridden(e,this.definedRulesNames,this.className);this.definitionErrors=this.definitionErrors.concat(r);let i=this.defineRule(e,t,n);return this[e]=i,i}BACKTRACK(e,t){return function(){this.isBackTrackingStack.push(1);let n=this.saveRecogState();try{return e.apply(this,t),!0}catch(e){if(isRecognitionException(e))return!1;throw e}finally{this.reloadRecogState(n),this.isBackTrackingStack.pop()}}}getGAstProductions(){return this.gastProductionsCache}getSerializedGastProductions(){return serializeGrammar(values(this.gastProductionsCache))}},RecognizerEngine=class{initRecognizerEngine(e,t){if(this.className=this.constructor.name,this.shortRuleNameToFull={},this.fullRuleNameToShort={},this.ruleShortNameIdx=256,this.tokenMatcher=tokenStructuredMatcherNoCategories,this.subruleIdx=0,this.definedRulesNames=[],this.tokensMap={},this.isBackTrackingStack=[],this.RULE_STACK=[],this.RULE_OCCURRENCE_STACK=[],this.gastProductionsCache={},has(t,`serializedGrammar`))throw Error(`The Parser's configuration can no longer contain a <serializedGrammar> property.
44
+ See: https://chevrotain.io/docs/changes/BREAKING_CHANGES.html#_6-0-0
45
+ For Further details.`);if(isArray(e)){if(isEmpty(e))throw Error(`A Token Vocabulary cannot be empty.
46
+ Note that the first argument for the parser constructor
47
+ is no longer a Token vector (since v4.0).`);if(typeof e[0].startOffset==`number`)throw Error(`The Parser constructor no longer accepts a token vector as the first argument.
48
+ See: https://chevrotain.io/docs/changes/BREAKING_CHANGES.html#_4-0-0
49
+ For Further details.`)}if(isArray(e))this.tokensMap=reduce(e,(e,t)=>(e[t.name]=t,e),{});else if(has(e,`modes`)&&every(flatten(values(e.modes)),isTokenType))this.tokensMap=reduce(uniq(flatten(values(e.modes))),(e,t)=>(e[t.name]=t,e),{});else if(isObject(e))this.tokensMap=clone(e);else throw Error(`<tokensDictionary> argument must be An Array of Token constructors, A dictionary of Token constructors or an IMultiModeLexerDefinition`);this.tokensMap.EOF=EOF,this.tokenMatcher=every(has(e,`modes`)?flatten(values(e.modes)):values(e),e=>isEmpty(e.categoryMatches))?tokenStructuredMatcherNoCategories:tokenStructuredMatcher,augmentTokenTypes(values(this.tokensMap))}defineRule(e,t,n){if(this.selfAnalysisDone)throw Error(`Grammar rule <${e}> may not be defined after the 'performSelfAnalysis' method has been called'\nMake sure that all grammar rule definitions are done before 'performSelfAnalysis' is called.`);let r=has(n,`resyncEnabled`)?n.resyncEnabled:DEFAULT_RULE_CONFIG.resyncEnabled,i=has(n,`recoveryValueFunc`)?n.recoveryValueFunc:DEFAULT_RULE_CONFIG.recoveryValueFunc,a=this.ruleShortNameIdx<<12;this.ruleShortNameIdx++,this.shortRuleNameToFull[a]=e,this.fullRuleNameToShort[e]=a;let o;return o=this.outputCst===!0?function n(...o){try{this.ruleInvocationStateUpdate(a,e,this.subruleIdx),t.apply(this,o);let n=this.CST_STACK[this.CST_STACK.length-1];return this.cstPostRule(n),n}catch(e){return this.invokeRuleCatch(e,r,i)}finally{this.ruleFinallyStateUpdate()}}:function n(...o){try{return this.ruleInvocationStateUpdate(a,e,this.subruleIdx),t.apply(this,o)}catch(e){return this.invokeRuleCatch(e,r,i)}finally{this.ruleFinallyStateUpdate()}},Object.assign(o,{ruleName:e,originalGrammarAction:t})}invokeRuleCatch(e,t,n){let r=this.RULE_STACK.length===1,i=t&&!this.isBackTracking()&&this.recoveryEnabled;if(isRecognitionException(e)){let t=e;if(i){let r=this.findReSyncTokenType();if(this.isInCurrentRuleReSyncSet(r))if(t.resyncedTokens=this.reSyncTo(r),this.outputCst){let e=this.CST_STACK[this.CST_STACK.length-1];return e.recoveredNode=!0,e}else return n(e);else{if(this.outputCst){let e=this.CST_STACK[this.CST_STACK.length-1];e.recoveredNode=!0,t.partialCstResult=e}throw t}}else if(r)return this.moveToTerminatedState(),n(e);else throw t}else throw e}optionInternal(e,t){let n=this.getKeyForAutomaticLookahead(512,t);return this.optionInternalLogic(e,t,n)}optionInternalLogic(e,t,n){let r=this.getLaFuncFromCache(n),i;if(typeof e!=`function`){i=e.DEF;let t=e.GATE;if(t!==void 0){let e=r;r=()=>t.call(this)&&e.call(this)}}else i=e;if(r.call(this)===!0)return i.call(this)}atLeastOneInternal(e,t){let n=this.getKeyForAutomaticLookahead(AT_LEAST_ONE_IDX,e);return this.atLeastOneInternalLogic(e,t,n)}atLeastOneInternalLogic(e,t,n){let r=this.getLaFuncFromCache(n),i;if(typeof t!=`function`){i=t.DEF;let e=t.GATE;if(e!==void 0){let t=r;r=()=>e.call(this)&&t.call(this)}}else i=t;if(r.call(this)===!0){let e=this.doSingleRepetition(i);for(;r.call(this)===!0&&e===!0;)e=this.doSingleRepetition(i)}else throw this.raiseEarlyExitException(e,PROD_TYPE.REPETITION_MANDATORY,t.ERR_MSG);this.attemptInRepetitionRecovery(this.atLeastOneInternal,[e,t],r,AT_LEAST_ONE_IDX,e,NextTerminalAfterAtLeastOneWalker)}atLeastOneSepFirstInternal(e,t){let n=this.getKeyForAutomaticLookahead(AT_LEAST_ONE_SEP_IDX,e);this.atLeastOneSepFirstInternalLogic(e,t,n)}atLeastOneSepFirstInternalLogic(e,t,n){let r=t.DEF,i=t.SEP;if(this.getLaFuncFromCache(n).call(this)===!0){r.call(this);let t=()=>this.tokenMatcher(this.LA(1),i);for(;this.tokenMatcher(this.LA(1),i)===!0;)this.CONSUME(i),r.call(this);this.attemptInRepetitionRecovery(this.repetitionSepSecondInternal,[e,i,t,r,NextTerminalAfterAtLeastOneSepWalker],t,AT_LEAST_ONE_SEP_IDX,e,NextTerminalAfterAtLeastOneSepWalker)}else throw this.raiseEarlyExitException(e,PROD_TYPE.REPETITION_MANDATORY_WITH_SEPARATOR,t.ERR_MSG)}manyInternal(e,t){let n=this.getKeyForAutomaticLookahead(768,e);return this.manyInternalLogic(e,t,n)}manyInternalLogic(e,t,n){let r=this.getLaFuncFromCache(n),i;if(typeof t!=`function`){i=t.DEF;let e=t.GATE;if(e!==void 0){let t=r;r=()=>e.call(this)&&t.call(this)}}else i=t;let a=!0;for(;r.call(this)===!0&&a===!0;)a=this.doSingleRepetition(i);this.attemptInRepetitionRecovery(this.manyInternal,[e,t],r,768,e,NextTerminalAfterManyWalker,a)}manySepFirstInternal(e,t){let n=this.getKeyForAutomaticLookahead(MANY_SEP_IDX,e);this.manySepFirstInternalLogic(e,t,n)}manySepFirstInternalLogic(e,t,n){let r=t.DEF,i=t.SEP;if(this.getLaFuncFromCache(n).call(this)===!0){r.call(this);let t=()=>this.tokenMatcher(this.LA(1),i);for(;this.tokenMatcher(this.LA(1),i)===!0;)this.CONSUME(i),r.call(this);this.attemptInRepetitionRecovery(this.repetitionSepSecondInternal,[e,i,t,r,NextTerminalAfterManySepWalker],t,MANY_SEP_IDX,e,NextTerminalAfterManySepWalker)}}repetitionSepSecondInternal(e,t,n,r,i){for(;n();)this.CONSUME(t),r.call(this);this.attemptInRepetitionRecovery(this.repetitionSepSecondInternal,[e,t,n,r,i],n,AT_LEAST_ONE_SEP_IDX,e,i)}doSingleRepetition(e){let t=this.getLexerPosition();return e.call(this),this.getLexerPosition()>t}orInternal(e,t){let n=this.getKeyForAutomaticLookahead(256,t),r=isArray(e)?e:e.DEF,i=this.getLaFuncFromCache(n).call(this,r);if(i!==void 0)return r[i].ALT.call(this);this.raiseNoAltException(t,e.ERR_MSG)}ruleFinallyStateUpdate(){if(this.RULE_STACK.pop(),this.RULE_OCCURRENCE_STACK.pop(),this.cstFinallyStateUpdate(),this.RULE_STACK.length===0&&this.isAtEndOfInput()===!1){let e=this.LA(1),t=this.errorMessageProvider.buildNotAllInputParsedMessage({firstRedundant:e,ruleName:this.getCurrRuleFullName()});this.SAVE_ERROR(new NotAllInputParsedException(t,e))}}subruleInternal(e,t,n){let r;try{let i=n===void 0?void 0:n.ARGS;return this.subruleIdx=t,r=e.apply(this,i),this.cstPostNonTerminal(r,n!==void 0&&n.LABEL!==void 0?n.LABEL:e.ruleName),r}catch(t){throw this.subruleInternalError(t,n,e.ruleName)}}subruleInternalError(e,t,n){throw isRecognitionException(e)&&e.partialCstResult!==void 0&&(this.cstPostNonTerminal(e.partialCstResult,t!==void 0&&t.LABEL!==void 0?t.LABEL:n),delete e.partialCstResult),e}consumeInternal(e,t,n){let r;try{let t=this.LA(1);this.tokenMatcher(t,e)===!0?(this.consumeToken(),r=t):this.consumeInternalError(e,t,n)}catch(n){r=this.consumeInternalRecovery(e,t,n)}return this.cstPostTerminal(n!==void 0&&n.LABEL!==void 0?n.LABEL:e.name,r),r}consumeInternalError(e,t,n){let r,i=this.LA(0);throw r=n!==void 0&&n.ERR_MSG?n.ERR_MSG:this.errorMessageProvider.buildMismatchTokenMessage({expected:e,actual:t,previous:i,ruleName:this.getCurrRuleFullName()}),this.SAVE_ERROR(new MismatchedTokenException(r,t,i))}consumeInternalRecovery(e,t,n){if(this.recoveryEnabled&&n.name===`MismatchedTokenException`&&!this.isBackTracking()){let r=this.getFollowsForInRuleRecovery(e,t);try{return this.tryInRuleRecovery(e,r)}catch(e){throw e.name===IN_RULE_RECOVERY_EXCEPTION?n:e}}else throw n}saveRecogState(){let e=this.errors,t=clone(this.RULE_STACK);return{errors:e,lexerState:this.exportLexerState(),RULE_STACK:t,CST_STACK:this.CST_STACK}}reloadRecogState(e){this.errors=e.errors,this.importLexerState(e.lexerState),this.RULE_STACK=e.RULE_STACK}ruleInvocationStateUpdate(e,t,n){this.RULE_OCCURRENCE_STACK.push(n),this.RULE_STACK.push(e),this.cstInvocationStateUpdate(t)}isBackTracking(){return this.isBackTrackingStack.length!==0}getCurrRuleFullName(){let e=this.getLastExplicitRuleShortName();return this.shortRuleNameToFull[e]}shortRuleNameToFullName(e){return this.shortRuleNameToFull[e]}isAtEndOfInput(){return this.tokenMatcher(this.LA(1),EOF)}reset(){this.resetLexerState(),this.subruleIdx=0,this.isBackTrackingStack=[],this.errors=[],this.RULE_STACK=[],this.CST_STACK=[],this.RULE_OCCURRENCE_STACK=[]}},ErrorHandler=class{initErrorHandler(e){this._errors=[],this.errorMessageProvider=has(e,`errorMessageProvider`)?e.errorMessageProvider:DEFAULT_PARSER_CONFIG.errorMessageProvider}SAVE_ERROR(e){if(isRecognitionException(e))return e.context={ruleStack:this.getHumanReadableRuleStack(),ruleOccurrenceStack:clone(this.RULE_OCCURRENCE_STACK)},this._errors.push(e),e;throw Error(`Trying to save an Error which is not a RecognitionException`)}get errors(){return clone(this._errors)}set errors(e){this._errors=e}raiseEarlyExitException(e,t,n){let r=this.getCurrRuleFullName(),i=this.getGAstProductions()[r],a=getLookaheadPathsForOptionalProd(e,i,t,this.maxLookahead)[0],o=[];for(let e=1;e<=this.maxLookahead;e++)o.push(this.LA(e));let s=this.errorMessageProvider.buildEarlyExitMessage({expectedIterationPaths:a,actual:o,previous:this.LA(0),customUserDescription:n,ruleName:r});throw this.SAVE_ERROR(new EarlyExitException(s,this.LA(1),this.LA(0)))}raiseNoAltException(e,t){let n=this.getCurrRuleFullName(),r=this.getGAstProductions()[n],i=getLookaheadPathsForOr(e,r,this.maxLookahead),a=[];for(let e=1;e<=this.maxLookahead;e++)a.push(this.LA(e));let o=this.LA(0),s=this.errorMessageProvider.buildNoViableAltMessage({expectedPathsPerAlt:i,actual:a,previous:o,customUserDescription:t,ruleName:this.getCurrRuleFullName()});throw this.SAVE_ERROR(new NoViableAltException(s,this.LA(1),o))}},ContentAssist=class{initContentAssist(){}computeContentAssist(e,t){let n=this.gastProductionsCache[e];if(isUndefined(n))throw Error(`Rule ->${e}<- does not exist in this grammar.`);return nextPossibleTokensAfter([n],t,this.tokenMatcher,this.maxLookahead)}getNextPossibleTokenTypes(e){let t=head(e.ruleStack),n=this.getGAstProductions()[t];return new NextAfterTokenWalker(n,e).startWalking()}};const RECORDING_NULL_OBJECT={description:`This Object indicates the Parser is during Recording Phase`};Object.freeze(RECORDING_NULL_OBJECT);const RFT=createToken({name:`RECORDING_PHASE_TOKEN`,pattern:Lexer.NA});augmentTokenTypes([RFT]);const RECORDING_PHASE_TOKEN=createTokenInstance(RFT,`This IToken indicates the Parser is in Recording Phase
50
+ See: https://chevrotain.io/docs/guide/internals.html#grammar-recording for details`,-1,-1,-1,-1,-1,-1);Object.freeze(RECORDING_PHASE_TOKEN);const RECORDING_PHASE_CSTNODE={name:`This CSTNode indicates the Parser is in Recording Phase
51
+ See: https://chevrotain.io/docs/guide/internals.html#grammar-recording for details`,children:{}};var GastRecorder=class{initGastRecorder(e){this.recordingProdStack=[],this.RECORDING_PHASE=!1}enableRecording(){this.RECORDING_PHASE=!0,this.TRACE_INIT(`Enable Recording`,()=>{for(let e=0;e<10;e++){let t=e>0?e:``;this[`CONSUME${t}`]=function(t,n){return this.consumeInternalRecord(t,e,n)},this[`SUBRULE${t}`]=function(t,n){return this.subruleInternalRecord(t,e,n)},this[`OPTION${t}`]=function(t){return this.optionInternalRecord(t,e)},this[`OR${t}`]=function(t){return this.orInternalRecord(t,e)},this[`MANY${t}`]=function(t){this.manyInternalRecord(e,t)},this[`MANY_SEP${t}`]=function(t){this.manySepFirstInternalRecord(e,t)},this[`AT_LEAST_ONE${t}`]=function(t){this.atLeastOneInternalRecord(e,t)},this[`AT_LEAST_ONE_SEP${t}`]=function(t){this.atLeastOneSepFirstInternalRecord(e,t)}}this.consume=function(e,t,n){return this.consumeInternalRecord(t,e,n)},this.subrule=function(e,t,n){return this.subruleInternalRecord(t,e,n)},this.option=function(e,t){return this.optionInternalRecord(t,e)},this.or=function(e,t){return this.orInternalRecord(t,e)},this.many=function(e,t){this.manyInternalRecord(e,t)},this.atLeastOne=function(e,t){this.atLeastOneInternalRecord(e,t)},this.ACTION=this.ACTION_RECORD,this.BACKTRACK=this.BACKTRACK_RECORD,this.LA=this.LA_RECORD})}disableRecording(){this.RECORDING_PHASE=!1,this.TRACE_INIT(`Deleting Recording methods`,()=>{let e=this;for(let t=0;t<10;t++){let n=t>0?t:``;delete e[`CONSUME${n}`],delete e[`SUBRULE${n}`],delete e[`OPTION${n}`],delete e[`OR${n}`],delete e[`MANY${n}`],delete e[`MANY_SEP${n}`],delete e[`AT_LEAST_ONE${n}`],delete e[`AT_LEAST_ONE_SEP${n}`]}delete e.consume,delete e.subrule,delete e.option,delete e.or,delete e.many,delete e.atLeastOne,delete e.ACTION,delete e.BACKTRACK,delete e.LA})}ACTION_RECORD(e){}BACKTRACK_RECORD(e,t){return()=>!0}LA_RECORD(e){return END_OF_FILE}topLevelRuleRecord(e,t){try{let n=new Rule({definition:[],name:e});return n.name=e,this.recordingProdStack.push(n),t.call(this),this.recordingProdStack.pop(),n}catch(e){if(e.KNOWN_RECORDER_ERROR!==!0)try{e.message+=`
52
+ This error was thrown during the "grammar recording phase" For more info see:
53
+ https://chevrotain.io/docs/guide/internals.html#grammar-recording`}catch{throw e}throw e}}optionInternalRecord(e,t){return recordProd.call(this,Option,e,t)}atLeastOneInternalRecord(e,t){recordProd.call(this,RepetitionMandatory,t,e)}atLeastOneSepFirstInternalRecord(e,t){recordProd.call(this,RepetitionMandatoryWithSeparator,t,e,!0)}manyInternalRecord(e,t){recordProd.call(this,Repetition,t,e)}manySepFirstInternalRecord(e,t){recordProd.call(this,RepetitionWithSeparator,t,e,!0)}orInternalRecord(e,t){return recordOrProd.call(this,e,t)}subruleInternalRecord(e,t,n){if(assertMethodIdxIsValid(t),!e||has(e,`ruleName`)===!1){let n=Error(`<SUBRULE${getIdxSuffix(t)}> argument is invalid expecting a Parser method reference but got: <${JSON.stringify(e)}>\n inside top level rule: <${this.recordingProdStack[0].name}>`);throw n.KNOWN_RECORDER_ERROR=!0,n}let r=last(this.recordingProdStack),i=e.ruleName,a=new NonTerminal({idx:t,nonTerminalName:i,label:n?.LABEL,referencedRule:void 0});return r.definition.push(a),this.outputCst?RECORDING_PHASE_CSTNODE:RECORDING_NULL_OBJECT}consumeInternalRecord(e,t,n){if(assertMethodIdxIsValid(t),!hasShortKeyProperty(e)){let n=Error(`<CONSUME${getIdxSuffix(t)}> argument is invalid expecting a TokenType reference but got: <${JSON.stringify(e)}>\n inside top level rule: <${this.recordingProdStack[0].name}>`);throw n.KNOWN_RECORDER_ERROR=!0,n}let r=last(this.recordingProdStack),i=new Terminal({idx:t,terminalType:e,label:n?.LABEL});return r.definition.push(i),RECORDING_PHASE_TOKEN}};function recordProd(e,t,n,r=!1){assertMethodIdxIsValid(n);let i=last(this.recordingProdStack),a=isFunction(t)?t:t.DEF,o=new e({definition:[],idx:n});return r&&(o.separator=t.SEP),has(t,`MAX_LOOKAHEAD`)&&(o.maxLookahead=t.MAX_LOOKAHEAD),this.recordingProdStack.push(o),a.call(this),i.definition.push(o),this.recordingProdStack.pop(),RECORDING_NULL_OBJECT}function recordOrProd(e,t){assertMethodIdxIsValid(t);let n=last(this.recordingProdStack),r=isArray(e)===!1,i=r===!1?e:e.DEF,a=new Alternation({definition:[],idx:t,ignoreAmbiguities:r&&e.IGNORE_AMBIGUITIES===!0});return has(e,`MAX_LOOKAHEAD`)&&(a.maxLookahead=e.MAX_LOOKAHEAD),a.hasPredicates=some(i,e=>isFunction(e.GATE)),n.definition.push(a),forEach(i,e=>{let t=new Alternative({definition:[]});a.definition.push(t),has(e,`IGNORE_AMBIGUITIES`)?t.ignoreAmbiguities=e.IGNORE_AMBIGUITIES:has(e,`GATE`)&&(t.ignoreAmbiguities=!0),this.recordingProdStack.push(t),e.ALT.call(this),this.recordingProdStack.pop()}),RECORDING_NULL_OBJECT}function getIdxSuffix(e){return e===0?``:`${e}`}function assertMethodIdxIsValid(e){if(e<0||e>255){let t=Error(`Invalid DSL Method idx value: <${e}>\n\tIdx value must be a none negative value smaller than 256`);throw t.KNOWN_RECORDER_ERROR=!0,t}}var PerformanceTracer=class{initPerformanceTracer(e){if(has(e,`traceInitPerf`)){let t=e.traceInitPerf,n=typeof t==`number`;this.traceInitMaxIdent=n?t:1/0,this.traceInitPerf=n?t>0:t}else this.traceInitMaxIdent=0,this.traceInitPerf=DEFAULT_PARSER_CONFIG.traceInitPerf;this.traceInitIndent=-1}TRACE_INIT(e,t){if(this.traceInitPerf===!0){this.traceInitIndent++;let n=Array(this.traceInitIndent+1).join(` `);this.traceInitIndent<this.traceInitMaxIdent&&console.log(`${n}--> <${e}>`);let{time:r,value:i}=timer(t),a=r>10?console.warn:console.log;return this.traceInitIndent<this.traceInitMaxIdent&&a(`${n}<-- <${e}> time: ${r}ms`),this.traceInitIndent--,i}else return t()}};function applyMixins(e,t){t.forEach(t=>{let n=t.prototype;Object.getOwnPropertyNames(n).forEach(r=>{if(r===`constructor`)return;let i=Object.getOwnPropertyDescriptor(n,r);i&&(i.get||i.set)?Object.defineProperty(e.prototype,r,i):e.prototype[r]=t.prototype[r]})})}const END_OF_FILE=createTokenInstance(EOF,``,NaN,NaN,NaN,NaN,NaN,NaN);Object.freeze(END_OF_FILE);const DEFAULT_PARSER_CONFIG=Object.freeze({recoveryEnabled:!1,maxLookahead:3,dynamicTokensEnabled:!1,outputCst:!0,errorMessageProvider:defaultParserErrorProvider,nodeLocationTracking:`none`,traceInitPerf:!1,skipValidations:!1}),DEFAULT_RULE_CONFIG=Object.freeze({recoveryValueFunc:()=>void 0,resyncEnabled:!0});var ParserDefinitionErrorType;(function(e){e[e.INVALID_RULE_NAME=0]=`INVALID_RULE_NAME`,e[e.DUPLICATE_RULE_NAME=1]=`DUPLICATE_RULE_NAME`,e[e.INVALID_RULE_OVERRIDE=2]=`INVALID_RULE_OVERRIDE`,e[e.DUPLICATE_PRODUCTIONS=3]=`DUPLICATE_PRODUCTIONS`,e[e.UNRESOLVED_SUBRULE_REF=4]=`UNRESOLVED_SUBRULE_REF`,e[e.LEFT_RECURSION=5]=`LEFT_RECURSION`,e[e.NONE_LAST_EMPTY_ALT=6]=`NONE_LAST_EMPTY_ALT`,e[e.AMBIGUOUS_ALTS=7]=`AMBIGUOUS_ALTS`,e[e.CONFLICT_TOKENS_RULES_NAMESPACE=8]=`CONFLICT_TOKENS_RULES_NAMESPACE`,e[e.INVALID_TOKEN_NAME=9]=`INVALID_TOKEN_NAME`,e[e.NO_NON_EMPTY_LOOKAHEAD=10]=`NO_NON_EMPTY_LOOKAHEAD`,e[e.AMBIGUOUS_PREFIX_ALTS=11]=`AMBIGUOUS_PREFIX_ALTS`,e[e.TOO_MANY_ALTS=12]=`TOO_MANY_ALTS`,e[e.CUSTOM_LOOKAHEAD_VALIDATION=13]=`CUSTOM_LOOKAHEAD_VALIDATION`})(ParserDefinitionErrorType||={});function EMPTY_ALT(e=void 0){return function(){return e}}var Parser=class e{static performSelfAnalysis(e){throw Error("The **static** `performSelfAnalysis` method has been deprecated. \nUse the **instance** method with the same name instead.")}performSelfAnalysis(){this.TRACE_INIT(`performSelfAnalysis`,()=>{let t;this.selfAnalysisDone=!0;let n=this.className;this.TRACE_INIT(`toFastProps`,()=>{toFastProperties(this)}),this.TRACE_INIT(`Grammar Recording`,()=>{try{this.enableRecording(),forEach(this.definedRulesNames,e=>{let t=this[e].originalGrammarAction,n;this.TRACE_INIT(`${e} Rule`,()=>{n=this.topLevelRuleRecord(e,t)}),this.gastProductionsCache[e]=n})}finally{this.disableRecording()}});let r=[];if(this.TRACE_INIT(`Grammar Resolving`,()=>{r=resolveGrammar({rules:values(this.gastProductionsCache)}),this.definitionErrors=this.definitionErrors.concat(r)}),this.TRACE_INIT(`Grammar Validations`,()=>{if(isEmpty(r)&&this.skipValidations===!1){let e=validateGrammar({rules:values(this.gastProductionsCache),tokenTypes:values(this.tokensMap),errMsgProvider:defaultGrammarValidatorErrorProvider,grammarName:n}),t=validateLookahead({lookaheadStrategy:this.lookaheadStrategy,rules:values(this.gastProductionsCache),tokenTypes:values(this.tokensMap),grammarName:n});this.definitionErrors=this.definitionErrors.concat(e,t)}}),isEmpty(this.definitionErrors)&&(this.recoveryEnabled&&this.TRACE_INIT(`computeAllProdsFollows`,()=>{this.resyncFollows=computeAllProdsFollows(values(this.gastProductionsCache))}),this.TRACE_INIT(`ComputeLookaheadFunctions`,()=>{var e,t;(t=(e=this.lookaheadStrategy).initialize)==null||t.call(e,{rules:values(this.gastProductionsCache)}),this.preComputeLookaheadFunctions(values(this.gastProductionsCache))})),!e.DEFER_DEFINITION_ERRORS_HANDLING&&!isEmpty(this.definitionErrors))throw t=map(this.definitionErrors,e=>e.message),Error(`Parser Definition Errors detected:\n ${t.join(`
54
+ -------------------------------
55
+ `)}`)})}constructor(e,t){this.definitionErrors=[],this.selfAnalysisDone=!1;let n=this;if(n.initErrorHandler(t),n.initLexerAdapter(),n.initLooksAhead(t),n.initRecognizerEngine(e,t),n.initRecoverable(t),n.initTreeBuilder(t),n.initContentAssist(),n.initGastRecorder(t),n.initPerformanceTracer(t),has(t,`ignoredIssues`))throw Error(`The <ignoredIssues> IParserConfig property has been deprecated.
56
+ Please use the <IGNORE_AMBIGUITIES> flag on the relevant DSL method instead.
57
+ See: https://chevrotain.io/docs/guide/resolving_grammar_errors.html#IGNORING_AMBIGUITIES
58
+ For further details.`);this.skipValidations=has(t,`skipValidations`)?t.skipValidations:DEFAULT_PARSER_CONFIG.skipValidations}};Parser.DEFER_DEFINITION_ERRORS_HANDLING=!1,applyMixins(Parser,[Recoverable,LooksAhead,TreeBuilder,LexerAdapter,RecognizerEngine,RecognizerApi,ErrorHandler,ContentAssist,GastRecorder,PerformanceTracer]);var EmbeddedActionsParser=class extends Parser{constructor(e,t=DEFAULT_PARSER_CONFIG){let n=clone(t);n.outputCst=!1,super(e,n)}};export{defaultParserErrorProvider as a,tokenMatcher as c,baseUniq as d,reduce as f,flatten as g,filter as h,getLookaheadPaths as i,Lexer as l,flatMap as m,EmbeddedActionsParser as n,EOF as o,isEmpty as p,LLkLookaheadStrategy as r,tokenLabel as s,EMPTY_ALT as t,defaultLexerErrorProvider as u};
@@ -0,0 +1 @@
1
+ import{s as __toESM,t as __commonJSMin}from"../rolldown-runtime.mjs";import{r as require_dist}from"./@modelcontextprotocol/sdk.mjs";import{t as writeFileSync}from"./atomically.mjs";import{t as require__2020}from"./ajv.mjs";import{isDeepStrictEqual}from"node:util";import path from"node:path";import fs from"node:fs";import os from"node:os";import process$1 from"node:process";import crypto from"node:crypto";import assert from"node:assert";const isObject=e=>{let t=typeof e;return e!==null&&(t===`object`||t===`function`)},disallowedKeys=new Set([`__proto__`,`prototype`,`constructor`]),MAX_ARRAY_INDEX=1e6,isDigit=e=>e>=`0`&&e<=`9`;function shouldCoerceToNumber(e){if(e===`0`)return!0;if(/^[1-9]\d*$/.test(e)){let t=Number.parseInt(e,10);return t<=2**53-1&&t<=MAX_ARRAY_INDEX}return!1}function processSegment(e,t){return disallowedKeys.has(e)?!1:(e&&shouldCoerceToNumber(e)?t.push(Number.parseInt(e,10)):t.push(e),!0)}function parsePath(e){if(typeof e!=`string`)throw TypeError(`Expected a string, got ${typeof e}`);let t=[],n=``,r=`start`,i=!1,a=0;for(let o of e){if(a++,i){n+=o,i=!1;continue}if(o===`\\`){if(r===`index`)throw Error(`Invalid character '${o}' in an index at position ${a}`);if(r===`indexEnd`)throw Error(`Invalid character '${o}' after an index at position ${a}`);i=!0,r=r===`start`?`property`:r;continue}switch(o){case`.`:if(r===`index`)throw Error(`Invalid character '${o}' in an index at position ${a}`);if(r===`indexEnd`){r=`property`;break}if(!processSegment(n,t))return[];n=``,r=`property`;break;case`[`:if(r===`index`)throw Error(`Invalid character '${o}' in an index at position ${a}`);if(r===`indexEnd`){r=`index`;break}if(r===`property`||r===`start`){if((n||r===`property`)&&!processSegment(n,t))return[];n=``}r=`index`;break;case`]`:if(r===`index`){if(n===``)n=(t.pop()||``)+`[]`,r=`property`;else{let e=Number.parseInt(n,10);!Number.isNaN(e)&&Number.isFinite(e)&&e>=0&&e<=2**53-1&&e<=MAX_ARRAY_INDEX&&n===String(e)?t.push(e):t.push(n),n=``,r=`indexEnd`}break}if(r===`indexEnd`)throw Error(`Invalid character '${o}' after an index at position ${a}`);n+=o;break;default:if(r===`index`&&!isDigit(o))throw Error(`Invalid character '${o}' in an index at position ${a}`);if(r===`indexEnd`)throw Error(`Invalid character '${o}' after an index at position ${a}`);r===`start`&&(r=`property`),n+=o}}switch(i&&(n+=`\\`),r){case`property`:if(!processSegment(n,t))return[];break;case`index`:throw Error(`Index was not closed`);case`start`:t.push(``);break}return t}function normalizePath(e){if(typeof e==`string`)return parsePath(e);if(Array.isArray(e)){let t=[];for(let[n,r]of e.entries()){if(typeof r!=`string`&&typeof r!=`number`)throw TypeError(`Expected a string or number for path segment at index ${n}, got ${typeof r}`);if(typeof r==`number`&&!Number.isFinite(r))throw TypeError(`Path segment at index ${n} must be a finite number, got ${r}`);if(disallowedKeys.has(r))return[];typeof r==`string`&&shouldCoerceToNumber(r)?t.push(Number.parseInt(r,10)):t.push(r)}return t}return[]}function getProperty(e,t,n){if(!isObject(e)||typeof t!=`string`&&!Array.isArray(t))return n===void 0?e:n;let r=normalizePath(t);if(r.length===0)return n;for(let t=0;t<r.length;t++){let i=r[t];if(e=e[i],e==null){if(t!==r.length-1)return n;break}}return e===void 0?n:e}function setProperty(e,t,n){if(!isObject(e)||typeof t!=`string`&&!Array.isArray(t))return e;let r=e,i=normalizePath(t);if(i.length===0)return e;for(let t=0;t<i.length;t++){let r=i[t];if(t===i.length-1)e[r]=n;else if(!isObject(e[r])){let n=typeof i[t+1]==`number`;e[r]=n?[]:{}}e=e[r]}return r}function deleteProperty(e,t){if(!isObject(e)||typeof t!=`string`&&!Array.isArray(t))return!1;let n=normalizePath(t);if(n.length===0)return!1;for(let t=0;t<n.length;t++){let r=n[t];if(t===n.length-1)return Object.hasOwn(e,r)?(delete e[r],!0):!1;if(e=e[r],!isObject(e))return!1}}function hasProperty(e,t){if(!isObject(e)||typeof t!=`string`&&!Array.isArray(t))return!1;let n=normalizePath(t);if(n.length===0)return!1;for(let t of n){if(!isObject(e)||!(t in e))return!1;e=e[t]}return!0}const homedir=os.homedir(),tmpdir$1=os.tmpdir(),{env}=process$1,macos=e=>{let t=path.join(homedir,`Library`);return{data:path.join(t,`Application Support`,e),config:path.join(t,`Preferences`,e),cache:path.join(t,`Caches`,e),log:path.join(t,`Logs`,e),temp:path.join(tmpdir$1,e)}},windows=e=>{let t=env.APPDATA||path.join(homedir,`AppData`,`Roaming`),n=env.LOCALAPPDATA||path.join(homedir,`AppData`,`Local`);return{data:path.join(n,e,`Data`),config:path.join(t,e,`Config`),cache:path.join(n,e,`Cache`),log:path.join(n,e,`Log`),temp:path.join(tmpdir$1,e)}},linux=e=>{let t=path.basename(homedir);return{data:path.join(env.XDG_DATA_HOME||path.join(homedir,`.local`,`share`),e),config:path.join(env.XDG_CONFIG_HOME||path.join(homedir,`.config`),e),cache:path.join(env.XDG_CACHE_HOME||path.join(homedir,`.cache`),e),log:path.join(env.XDG_STATE_HOME||path.join(homedir,`.local`,`state`),e),temp:path.join(tmpdir$1,t,e)}};function envPaths(e,{suffix:t=`nodejs`}={}){if(typeof e!=`string`)throw TypeError(`Expected a string, got ${typeof e}`);return t&&(e+=`-${t}`),process$1.platform===`darwin`?macos(e):process$1.platform===`win32`?windows(e):linux(e)}const copyProperty=(e,t,n,r)=>{if(n===`length`||n===`prototype`||n===`arguments`||n===`caller`)return;let i=Object.getOwnPropertyDescriptor(e,n),a=Object.getOwnPropertyDescriptor(t,n);!canCopyProperty(i,a)&&r||Object.defineProperty(e,n,a)},canCopyProperty=function(e,t){return e===void 0||e.configurable||e.writable===t.writable&&e.enumerable===t.enumerable&&e.configurable===t.configurable&&(e.writable||e.value===t.value)},changePrototype=(e,t)=>{let n=Object.getPrototypeOf(t);n!==Object.getPrototypeOf(e)&&Object.setPrototypeOf(e,n)},wrappedToString=(e,t)=>`/* Wrapped ${e}*/\n${t}`,toStringDescriptor=Object.getOwnPropertyDescriptor(Function.prototype,`toString`),toStringName=Object.getOwnPropertyDescriptor(Function.prototype.toString,`name`),changeToString=(e,t,n)=>{let r=n===``?``:`with ${n.trim()}() `,i=wrappedToString.bind(null,r,t.toString());Object.defineProperty(i,`name`,toStringName);let{writable:a,enumerable:o,configurable:s}=toStringDescriptor;Object.defineProperty(e,`toString`,{value:i,writable:a,enumerable:o,configurable:s})};function mimicFunction(e,t,{ignoreNonConfigurable:n=!1}={}){let{name:r}=e;for(let r of Reflect.ownKeys(t))copyProperty(e,t,r,n);return changePrototype(e,t),changeToString(e,t,r),e}const debounceFunction=(e,t={})=>{if(typeof e!=`function`)throw TypeError(`Expected the first argument to be a function, got \`${typeof e}\``);let{wait:n=0,maxWait:r=1/0,before:i=!1,after:a=!0}=t;if(n<0||r<0)throw RangeError("`wait` and `maxWait` must not be negative.");if(!i&&!a)throw Error("Both `before` and `after` are false, function wouldn't be called.");let o,s,c,l=function(...t){let l=this,u=()=>{o=void 0,s&&=(clearTimeout(s),void 0),a&&(c=e.apply(l,t))},d=()=>{s=void 0,o&&=(clearTimeout(o),void 0),a&&(c=e.apply(l,t))},f=i&&!o;return clearTimeout(o),o=setTimeout(u,n),r>0&&r!==1/0&&!s&&(s=setTimeout(d,r)),f&&(c=e.apply(l,t)),c};return mimicFunction(l,e),l.cancel=()=>{o&&=(clearTimeout(o),void 0),s&&=(clearTimeout(s),void 0)},l};var require_constants=__commonJSMin(((e,t)=>{t.exports={MAX_LENGTH:256,MAX_SAFE_COMPONENT_LENGTH:16,MAX_SAFE_BUILD_LENGTH:250,MAX_SAFE_INTEGER:2**53-1||9007199254740991,RELEASE_TYPES:[`major`,`premajor`,`minor`,`preminor`,`patch`,`prepatch`,`prerelease`],SEMVER_SPEC_VERSION:`2.0.0`,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}})),require_debug=__commonJSMin(((e,t)=>{t.exports=typeof process==`object`&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...e)=>console.error(`SEMVER`,...e):()=>{}})),require_re=__commonJSMin(((e,t)=>{let{MAX_SAFE_COMPONENT_LENGTH:n,MAX_SAFE_BUILD_LENGTH:r,MAX_LENGTH:i}=require_constants(),a=require_debug();e=t.exports={};let o=e.re=[],s=e.safeRe=[],c=e.src=[],l=e.safeSrc=[],u=e.t={},d=0,f=`[a-zA-Z0-9-]`,p=[[`\\s`,1],[`\\d`,i],[f,r]],m=e=>{for(let[t,n]of p)e=e.split(`${t}*`).join(`${t}{0,${n}}`).split(`${t}+`).join(`${t}{1,${n}}`);return e},h=(e,t,n)=>{let r=m(t),i=d++;a(e,i,t),u[e]=i,c[i]=t,l[i]=r,o[i]=new RegExp(t,n?`g`:void 0),s[i]=new RegExp(r,n?`g`:void 0)};h(`NUMERICIDENTIFIER`,`0|[1-9]\\d*`),h(`NUMERICIDENTIFIERLOOSE`,`\\d+`),h(`NONNUMERICIDENTIFIER`,`\\d*[a-zA-Z-]${f}*`),h(`MAINVERSION`,`(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})\\.(${c[u.NUMERICIDENTIFIER]})`),h(`MAINVERSIONLOOSE`,`(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})\\.(${c[u.NUMERICIDENTIFIERLOOSE]})`),h(`PRERELEASEIDENTIFIER`,`(?:${c[u.NONNUMERICIDENTIFIER]}|${c[u.NUMERICIDENTIFIER]})`),h(`PRERELEASEIDENTIFIERLOOSE`,`(?:${c[u.NONNUMERICIDENTIFIER]}|${c[u.NUMERICIDENTIFIERLOOSE]})`),h(`PRERELEASE`,`(?:-(${c[u.PRERELEASEIDENTIFIER]}(?:\\.${c[u.PRERELEASEIDENTIFIER]})*))`),h(`PRERELEASELOOSE`,`(?:-?(${c[u.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${c[u.PRERELEASEIDENTIFIERLOOSE]})*))`),h(`BUILDIDENTIFIER`,`${f}+`),h(`BUILD`,`(?:\\+(${c[u.BUILDIDENTIFIER]}(?:\\.${c[u.BUILDIDENTIFIER]})*))`),h(`FULLPLAIN`,`v?${c[u.MAINVERSION]}${c[u.PRERELEASE]}?${c[u.BUILD]}?`),h(`FULL`,`^${c[u.FULLPLAIN]}$`),h(`LOOSEPLAIN`,`[v=\\s]*${c[u.MAINVERSIONLOOSE]}${c[u.PRERELEASELOOSE]}?${c[u.BUILD]}?`),h(`LOOSE`,`^${c[u.LOOSEPLAIN]}$`),h(`GTLT`,`((?:<|>)?=?)`),h(`XRANGEIDENTIFIERLOOSE`,`${c[u.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`),h(`XRANGEIDENTIFIER`,`${c[u.NUMERICIDENTIFIER]}|x|X|\\*`),h(`XRANGEPLAIN`,`[v=\\s]*(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:\\.(${c[u.XRANGEIDENTIFIER]})(?:${c[u.PRERELEASE]})?${c[u.BUILD]}?)?)?`),h(`XRANGEPLAINLOOSE`,`[v=\\s]*(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:\\.(${c[u.XRANGEIDENTIFIERLOOSE]})(?:${c[u.PRERELEASELOOSE]})?${c[u.BUILD]}?)?)?`),h(`XRANGE`,`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAIN]}$`),h(`XRANGELOOSE`,`^${c[u.GTLT]}\\s*${c[u.XRANGEPLAINLOOSE]}$`),h(`COERCEPLAIN`,`(^|[^\\d])(\\d{1,${n}})(?:\\.(\\d{1,${n}}))?(?:\\.(\\d{1,${n}}))?`),h(`COERCE`,`${c[u.COERCEPLAIN]}(?:$|[^\\d])`),h(`COERCEFULL`,c[u.COERCEPLAIN]+`(?:${c[u.PRERELEASE]})?(?:${c[u.BUILD]})?(?:$|[^\\d])`),h(`COERCERTL`,c[u.COERCE],!0),h(`COERCERTLFULL`,c[u.COERCEFULL],!0),h(`LONETILDE`,`(?:~>?)`),h(`TILDETRIM`,`(\\s*)${c[u.LONETILDE]}\\s+`,!0),e.tildeTrimReplace=`$1~`,h(`TILDE`,`^${c[u.LONETILDE]}${c[u.XRANGEPLAIN]}$`),h(`TILDELOOSE`,`^${c[u.LONETILDE]}${c[u.XRANGEPLAINLOOSE]}$`),h(`LONECARET`,`(?:\\^)`),h(`CARETTRIM`,`(\\s*)${c[u.LONECARET]}\\s+`,!0),e.caretTrimReplace=`$1^`,h(`CARET`,`^${c[u.LONECARET]}${c[u.XRANGEPLAIN]}$`),h(`CARETLOOSE`,`^${c[u.LONECARET]}${c[u.XRANGEPLAINLOOSE]}$`),h(`COMPARATORLOOSE`,`^${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]})$|^$`),h(`COMPARATOR`,`^${c[u.GTLT]}\\s*(${c[u.FULLPLAIN]})$|^$`),h(`COMPARATORTRIM`,`(\\s*)${c[u.GTLT]}\\s*(${c[u.LOOSEPLAIN]}|${c[u.XRANGEPLAIN]})`,!0),e.comparatorTrimReplace=`$1$2$3`,h(`HYPHENRANGE`,`^\\s*(${c[u.XRANGEPLAIN]})\\s+-\\s+(${c[u.XRANGEPLAIN]})\\s*$`),h(`HYPHENRANGELOOSE`,`^\\s*(${c[u.XRANGEPLAINLOOSE]})\\s+-\\s+(${c[u.XRANGEPLAINLOOSE]})\\s*$`),h(`STAR`,`(<|>)?=?\\s*\\*`),h(`GTE0`,`^\\s*>=\\s*0\\.0\\.0\\s*$`),h(`GTE0PRE`,`^\\s*>=\\s*0\\.0\\.0-0\\s*$`)})),require_parse_options=__commonJSMin(((e,t)=>{let n=Object.freeze({loose:!0}),r=Object.freeze({}),i=e=>e?typeof e==`object`?e:n:r;t.exports=i})),require_identifiers=__commonJSMin(((e,t)=>{let n=/^[0-9]+$/,r=(e,t)=>{if(typeof e==`number`&&typeof t==`number`)return e===t?0:e<t?-1:1;let r=n.test(e),i=n.test(t);return r&&i&&(e=+e,t=+t),e===t?0:r&&!i?-1:i&&!r?1:e<t?-1:1},i=(e,t)=>r(t,e);t.exports={compareIdentifiers:r,rcompareIdentifiers:i}})),require_semver$1=__commonJSMin(((e,t)=>{let n=require_debug(),{MAX_LENGTH:r,MAX_SAFE_INTEGER:i}=require_constants(),{safeRe:a,t:o}=require_re(),s=require_parse_options(),{compareIdentifiers:c}=require_identifiers();t.exports=class e{constructor(t,c){if(c=s(c),t instanceof e){if(t.loose===!!c.loose&&t.includePrerelease===!!c.includePrerelease)return t;t=t.version}else if(typeof t!=`string`)throw TypeError(`Invalid version. Must be a string. Got type "${typeof t}".`);if(t.length>r)throw TypeError(`version is longer than ${r} characters`);n(`SemVer`,t,c),this.options=c,this.loose=!!c.loose,this.includePrerelease=!!c.includePrerelease;let l=t.trim().match(c.loose?a[o.LOOSE]:a[o.FULL]);if(!l)throw TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+l[1],this.minor=+l[2],this.patch=+l[3],this.major>i||this.major<0)throw TypeError(`Invalid major version`);if(this.minor>i||this.minor<0)throw TypeError(`Invalid minor version`);if(this.patch>i||this.patch<0)throw TypeError(`Invalid patch version`);l[4]?this.prerelease=l[4].split(`.`).map(e=>{if(/^[0-9]+$/.test(e)){let t=+e;if(t>=0&&t<i)return t}return e}):this.prerelease=[],this.build=l[5]?l[5].split(`.`):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(`.`)}`),this.version}toString(){return this.version}compare(t){if(n(`SemVer.compare`,this.version,this.options,t),!(t instanceof e)){if(typeof t==`string`&&t===this.version)return 0;t=new e(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof e||(t=new e(t,this.options)),this.major<t.major?-1:this.major>t.major?1:this.minor<t.minor?-1:this.minor>t.minor?1:this.patch<t.patch?-1:this.patch>t.patch?1:0}comparePre(t){if(t instanceof e||(t=new e(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let r=0;do{let e=this.prerelease[r],i=t.prerelease[r];if(n(`prerelease compare`,r,e,i),e===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(e===void 0)return-1;if(e===i)continue;return c(e,i)}while(++r)}compareBuild(t){t instanceof e||(t=new e(t,this.options));let r=0;do{let e=this.build[r],i=t.build[r];if(n(`build compare`,r,e,i),e===void 0&&i===void 0)return 0;if(i===void 0)return 1;if(e===void 0)return-1;if(e===i)continue;return c(e,i)}while(++r)}inc(e,t,n){if(e.startsWith(`pre`)){if(!t&&n===!1)throw Error(`invalid increment argument: identifier is empty`);if(t){let e=`-${t}`.match(this.options.loose?a[o.PRERELEASELOOSE]:a[o.PRERELEASE]);if(!e||e[1]!==t)throw Error(`invalid identifier: ${t}`)}}switch(e){case`premajor`:this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc(`pre`,t,n);break;case`preminor`:this.prerelease.length=0,this.patch=0,this.minor++,this.inc(`pre`,t,n);break;case`prepatch`:this.prerelease.length=0,this.inc(`patch`,t,n),this.inc(`pre`,t,n);break;case`prerelease`:this.prerelease.length===0&&this.inc(`patch`,t,n),this.inc(`pre`,t,n);break;case`release`:if(this.prerelease.length===0)throw Error(`version ${this.raw} is not a prerelease`);this.prerelease.length=0;break;case`major`:(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case`minor`:(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case`patch`:this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case`pre`:{let e=Number(n)?1:0;if(this.prerelease.length===0)this.prerelease=[e];else{let r=this.prerelease.length;for(;--r>=0;)typeof this.prerelease[r]==`number`&&(this.prerelease[r]++,r=-2);if(r===-1){if(t===this.prerelease.join(`.`)&&n===!1)throw Error(`invalid increment argument: identifier already exists`);this.prerelease.push(e)}}if(t){let r=[t,e];n===!1&&(r=[t]),c(this.prerelease[0],t)===0?isNaN(this.prerelease[1])&&(this.prerelease=r):this.prerelease=r}break}default:throw Error(`invalid increment argument: ${e}`)}return this.raw=this.format(),this.build.length&&(this.raw+=`+${this.build.join(`.`)}`),this}}})),require_parse=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t,r=!1)=>{if(e instanceof n)return e;try{return new n(e,t)}catch(e){if(!r)return null;throw e}};t.exports=r})),require_valid$1=__commonJSMin(((e,t)=>{let n=require_parse(),r=(e,t)=>{let r=n(e,t);return r?r.version:null};t.exports=r})),require_clean=__commonJSMin(((e,t)=>{let n=require_parse(),r=(e,t)=>{let r=n(e.trim().replace(/^[=v]+/,``),t);return r?r.version:null};t.exports=r})),require_inc=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t,r,i,a)=>{typeof r==`string`&&(a=i,i=r,r=void 0);try{return new n(e instanceof n?e.version:e,r).inc(t,i,a).version}catch{return null}};t.exports=r})),require_diff=__commonJSMin(((e,t)=>{let n=require_parse(),r=(e,t)=>{let r=n(e,null,!0),i=n(t,null,!0),a=r.compare(i);if(a===0)return null;let o=a>0,s=o?r:i,c=o?i:r,l=!!s.prerelease.length;if(c.prerelease.length&&!l){if(!c.patch&&!c.minor)return`major`;if(c.compareMain(s)===0)return c.minor&&!c.patch?`minor`:`patch`}let u=l?`pre`:``;return r.major===i.major?r.minor===i.minor?r.patch===i.patch?`prerelease`:u+`patch`:u+`minor`:u+`major`};t.exports=r})),require_major=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t)=>new n(e,t).major;t.exports=r})),require_minor=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t)=>new n(e,t).minor;t.exports=r})),require_patch=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t)=>new n(e,t).patch;t.exports=r})),require_prerelease=__commonJSMin(((e,t)=>{let n=require_parse(),r=(e,t)=>{let r=n(e,t);return r&&r.prerelease.length?r.prerelease:null};t.exports=r})),require_compare=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t,r)=>new n(e,r).compare(new n(t,r));t.exports=r})),require_rcompare=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(t,e,r);t.exports=r})),require_compare_loose=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t)=>n(e,t,!0);t.exports=r})),require_compare_build=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=(e,t,r)=>{let i=new n(e,r),a=new n(t,r);return i.compare(a)||i.compareBuild(a)};t.exports=r})),require_sort=__commonJSMin(((e,t)=>{let n=require_compare_build(),r=(e,t)=>e.sort((e,r)=>n(e,r,t));t.exports=r})),require_rsort=__commonJSMin(((e,t)=>{let n=require_compare_build(),r=(e,t)=>e.sort((e,r)=>n(r,e,t));t.exports=r})),require_gt=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(e,t,r)>0;t.exports=r})),require_lt=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(e,t,r)<0;t.exports=r})),require_eq=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(e,t,r)===0;t.exports=r})),require_neq=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(e,t,r)!==0;t.exports=r})),require_gte=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(e,t,r)>=0;t.exports=r})),require_lte=__commonJSMin(((e,t)=>{let n=require_compare(),r=(e,t,r)=>n(e,t,r)<=0;t.exports=r})),require_cmp=__commonJSMin(((e,t)=>{let n=require_eq(),r=require_neq(),i=require_gt(),a=require_gte(),o=require_lt(),s=require_lte(),c=(e,t,c,l)=>{switch(t){case`===`:return typeof e==`object`&&(e=e.version),typeof c==`object`&&(c=c.version),e===c;case`!==`:return typeof e==`object`&&(e=e.version),typeof c==`object`&&(c=c.version),e!==c;case``:case`=`:case`==`:return n(e,c,l);case`!=`:return r(e,c,l);case`>`:return i(e,c,l);case`>=`:return a(e,c,l);case`<`:return o(e,c,l);case`<=`:return s(e,c,l);default:throw TypeError(`Invalid operator: ${t}`)}};t.exports=c})),require_coerce=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=require_parse(),{safeRe:i,t:a}=require_re(),o=(e,t)=>{if(e instanceof n)return e;if(typeof e==`number`&&(e=String(e)),typeof e!=`string`)return null;t||={};let o=null;if(!t.rtl)o=e.match(t.includePrerelease?i[a.COERCEFULL]:i[a.COERCE]);else{let n=t.includePrerelease?i[a.COERCERTLFULL]:i[a.COERCERTL],r;for(;(r=n.exec(e))&&(!o||o.index+o[0].length!==e.length);)(!o||r.index+r[0].length!==o.index+o[0].length)&&(o=r),n.lastIndex=r.index+r[1].length+r[2].length;n.lastIndex=-1}if(o===null)return null;let s=o[2];return r(`${s}.${o[3]||`0`}.${o[4]||`0`}${t.includePrerelease&&o[5]?`-${o[5]}`:``}${t.includePrerelease&&o[6]?`+${o[6]}`:``}`,t)};t.exports=o})),require_lrucache=__commonJSMin(((e,t)=>{var n=class{constructor(){this.max=1e3,this.map=new Map}get(e){let t=this.map.get(e);if(t!==void 0)return this.map.delete(e),this.map.set(e,t),t}delete(e){return this.map.delete(e)}set(e,t){if(!this.delete(e)&&t!==void 0){if(this.map.size>=this.max){let e=this.map.keys().next().value;this.delete(e)}this.map.set(e,t)}return this}};t.exports=n})),require_range=__commonJSMin(((e,t)=>{let n=/\s+/g;t.exports=class e{constructor(t,r){if(r=i(r),t instanceof e)return t.loose===!!r.loose&&t.includePrerelease===!!r.includePrerelease?t:new e(t.raw,r);if(t instanceof a)return this.raw=t.value,this.set=[[t]],this.formatted=void 0,this;if(this.options=r,this.loose=!!r.loose,this.includePrerelease=!!r.includePrerelease,this.raw=t.trim().replace(n,` `),this.set=this.raw.split(`||`).map(e=>this.parseRange(e.trim())).filter(e=>e.length),!this.set.length)throw TypeError(`Invalid SemVer Range: ${this.raw}`);if(this.set.length>1){let e=this.set[0];if(this.set=this.set.filter(e=>!h(e[0])),this.set.length===0)this.set=[e];else if(this.set.length>1){for(let e of this.set)if(e.length===1&&g(e[0])){this.set=[e];break}}}this.formatted=void 0}get range(){if(this.formatted===void 0){this.formatted=``;for(let e=0;e<this.set.length;e++){e>0&&(this.formatted+=`||`);let t=this.set[e];for(let e=0;e<t.length;e++)e>0&&(this.formatted+=` `),this.formatted+=t[e].toString().trim()}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(e){let t=((this.options.includePrerelease&&p)|(this.options.loose&&m))+`:`+e,n=r.get(t);if(n)return n;let i=this.options.loose,s=i?c[l.HYPHENRANGELOOSE]:c[l.HYPHENRANGE];e=e.replace(s,O(this.options.includePrerelease)),o(`hyphen replace`,e),e=e.replace(c[l.COMPARATORTRIM],u),o(`comparator trim`,e),e=e.replace(c[l.TILDETRIM],d),o(`tilde trim`,e),e=e.replace(c[l.CARETTRIM],f),o(`caret trim`,e);let g=e.split(` `).map(e=>v(e,this.options)).join(` `).split(/\s+/).map(e=>D(e,this.options));i&&(g=g.filter(e=>(o(`loose invalid filter`,e,this.options),!!e.match(c[l.COMPARATORLOOSE])))),o(`range list`,g);let _=new Map,y=g.map(e=>new a(e,this.options));for(let e of y){if(h(e))return[e];_.set(e.value,e)}_.size>1&&_.has(``)&&_.delete(``);let b=[..._.values()];return r.set(t,b),b}intersects(t,n){if(!(t instanceof e))throw TypeError(`a Range is required`);return this.set.some(e=>_(e,n)&&t.set.some(t=>_(t,n)&&e.every(e=>t.every(t=>e.intersects(t,n)))))}test(e){if(!e)return!1;if(typeof e==`string`)try{e=new s(e,this.options)}catch{return!1}for(let t=0;t<this.set.length;t++)if(k(this.set[t],e,this.options))return!0;return!1}};let r=new(require_lrucache()),i=require_parse_options(),a=require_comparator(),o=require_debug(),s=require_semver$1(),{safeRe:c,t:l,comparatorTrimReplace:u,tildeTrimReplace:d,caretTrimReplace:f}=require_re(),{FLAG_INCLUDE_PRERELEASE:p,FLAG_LOOSE:m}=require_constants(),h=e=>e.value===`<0.0.0-0`,g=e=>e.value===``,_=(e,t)=>{let n=!0,r=e.slice(),i=r.pop();for(;n&&r.length;)n=r.every(e=>i.intersects(e,t)),i=r.pop();return n},v=(e,t)=>(e=e.replace(c[l.BUILD],``),o(`comp`,e,t),e=S(e,t),o(`caret`,e),e=b(e,t),o(`tildes`,e),e=w(e,t),o(`xrange`,e),e=E(e,t),o(`stars`,e),e),y=e=>!e||e.toLowerCase()===`x`||e===`*`,b=(e,t)=>e.trim().split(/\s+/).map(e=>x(e,t)).join(` `),x=(e,t)=>{let n=t.loose?c[l.TILDELOOSE]:c[l.TILDE];return e.replace(n,(t,n,r,i,a)=>{o(`tilde`,e,t,n,r,i,a);let s;return y(n)?s=``:y(r)?s=`>=${n}.0.0 <${+n+1}.0.0-0`:y(i)?s=`>=${n}.${r}.0 <${n}.${+r+1}.0-0`:a?(o(`replaceTilde pr`,a),s=`>=${n}.${r}.${i}-${a} <${n}.${+r+1}.0-0`):s=`>=${n}.${r}.${i} <${n}.${+r+1}.0-0`,o(`tilde return`,s),s})},S=(e,t)=>e.trim().split(/\s+/).map(e=>C(e,t)).join(` `),C=(e,t)=>{o(`caret`,e,t);let n=t.loose?c[l.CARETLOOSE]:c[l.CARET],r=t.includePrerelease?`-0`:``;return e.replace(n,(t,n,i,a,s)=>{o(`caret`,e,t,n,i,a,s);let c;return y(n)?c=``:y(i)?c=`>=${n}.0.0${r} <${+n+1}.0.0-0`:y(a)?c=n===`0`?`>=${n}.${i}.0${r} <${n}.${+i+1}.0-0`:`>=${n}.${i}.0${r} <${+n+1}.0.0-0`:s?(o(`replaceCaret pr`,s),c=n===`0`?i===`0`?`>=${n}.${i}.${a}-${s} <${n}.${i}.${+a+1}-0`:`>=${n}.${i}.${a}-${s} <${n}.${+i+1}.0-0`:`>=${n}.${i}.${a}-${s} <${+n+1}.0.0-0`):(o(`no pr`),c=n===`0`?i===`0`?`>=${n}.${i}.${a}${r} <${n}.${i}.${+a+1}-0`:`>=${n}.${i}.${a}${r} <${n}.${+i+1}.0-0`:`>=${n}.${i}.${a} <${+n+1}.0.0-0`),o(`caret return`,c),c})},w=(e,t)=>(o(`replaceXRanges`,e,t),e.split(/\s+/).map(e=>T(e,t)).join(` `)),T=(e,t)=>{e=e.trim();let n=t.loose?c[l.XRANGELOOSE]:c[l.XRANGE];return e.replace(n,(n,r,i,a,s,c)=>{o(`xRange`,e,n,r,i,a,s,c);let l=y(i),u=l||y(a),d=u||y(s),f=d;return r===`=`&&f&&(r=``),c=t.includePrerelease?`-0`:``,l?n=r===`>`||r===`<`?`<0.0.0-0`:`*`:r&&f?(u&&(a=0),s=0,r===`>`?(r=`>=`,u?(i=+i+1,a=0,s=0):(a=+a+1,s=0)):r===`<=`&&(r=`<`,u?i=+i+1:a=+a+1),r===`<`&&(c=`-0`),n=`${r+i}.${a}.${s}${c}`):u?n=`>=${i}.0.0${c} <${+i+1}.0.0-0`:d&&(n=`>=${i}.${a}.0${c} <${i}.${+a+1}.0-0`),o(`xRange return`,n),n})},E=(e,t)=>(o(`replaceStars`,e,t),e.trim().replace(c[l.STAR],``)),D=(e,t)=>(o(`replaceGTE0`,e,t),e.trim().replace(c[t.includePrerelease?l.GTE0PRE:l.GTE0],``)),O=e=>(t,n,r,i,a,o,s,c,l,u,d,f)=>(n=y(r)?``:y(i)?`>=${r}.0.0${e?`-0`:``}`:y(a)?`>=${r}.${i}.0${e?`-0`:``}`:o?`>=${n}`:`>=${n}${e?`-0`:``}`,c=y(l)?``:y(u)?`<${+l+1}.0.0-0`:y(d)?`<${l}.${+u+1}.0-0`:f?`<=${l}.${u}.${d}-${f}`:e?`<${l}.${u}.${+d+1}-0`:`<=${c}`,`${n} ${c}`.trim()),k=(e,t,n)=>{for(let n=0;n<e.length;n++)if(!e[n].test(t))return!1;if(t.prerelease.length&&!n.includePrerelease){for(let n=0;n<e.length;n++)if(o(e[n].semver),e[n].semver!==a.ANY&&e[n].semver.prerelease.length>0){let r=e[n].semver;if(r.major===t.major&&r.minor===t.minor&&r.patch===t.patch)return!0}return!1}return!0}})),require_comparator=__commonJSMin(((e,t)=>{let n=Symbol(`SemVer ANY`);t.exports=class e{static get ANY(){return n}constructor(t,i){if(i=r(i),t instanceof e){if(t.loose===!!i.loose)return t;t=t.value}t=t.trim().split(/\s+/).join(` `),s(`comparator`,t,i),this.options=i,this.loose=!!i.loose,this.parse(t),this.semver===n?this.value=``:this.value=this.operator+this.semver.version,s(`comp`,this)}parse(e){let t=this.options.loose?i[a.COMPARATORLOOSE]:i[a.COMPARATOR],r=e.match(t);if(!r)throw TypeError(`Invalid comparator: ${e}`);this.operator=r[1]===void 0?``:r[1],this.operator===`=`&&(this.operator=``),r[2]?this.semver=new c(r[2],this.options.loose):this.semver=n}toString(){return this.value}test(e){if(s(`Comparator.test`,e,this.options.loose),this.semver===n||e===n)return!0;if(typeof e==`string`)try{e=new c(e,this.options)}catch{return!1}return o(e,this.operator,this.semver,this.options)}intersects(t,n){if(!(t instanceof e))throw TypeError(`a Comparator is required`);return this.operator===``?this.value===``?!0:new l(t.value,n).test(this.value):t.operator===``?t.value===``?!0:new l(this.value,n).test(t.semver):(n=r(n),n.includePrerelease&&(this.value===`<0.0.0-0`||t.value===`<0.0.0-0`)||!n.includePrerelease&&(this.value.startsWith(`<0.0.0`)||t.value.startsWith(`<0.0.0`))?!1:!!(this.operator.startsWith(`>`)&&t.operator.startsWith(`>`)||this.operator.startsWith(`<`)&&t.operator.startsWith(`<`)||this.semver.version===t.semver.version&&this.operator.includes(`=`)&&t.operator.includes(`=`)||o(this.semver,`<`,t.semver,n)&&this.operator.startsWith(`>`)&&t.operator.startsWith(`<`)||o(this.semver,`>`,t.semver,n)&&this.operator.startsWith(`<`)&&t.operator.startsWith(`>`)))}};let r=require_parse_options(),{safeRe:i,t:a}=require_re(),o=require_cmp(),s=require_debug(),c=require_semver$1(),l=require_range()})),require_satisfies=__commonJSMin(((e,t)=>{let n=require_range(),r=(e,t,r)=>{try{t=new n(t,r)}catch{return!1}return t.test(e)};t.exports=r})),require_to_comparators=__commonJSMin(((e,t)=>{let n=require_range(),r=(e,t)=>new n(e,t).set.map(e=>e.map(e=>e.value).join(` `).trim().split(` `));t.exports=r})),require_max_satisfying=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=require_range(),i=(e,t,i)=>{let a=null,o=null,s=null;try{s=new r(t,i)}catch{return null}return e.forEach(e=>{s.test(e)&&(!a||o.compare(e)===-1)&&(a=e,o=new n(a,i))}),a};t.exports=i})),require_min_satisfying=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=require_range(),i=(e,t,i)=>{let a=null,o=null,s=null;try{s=new r(t,i)}catch{return null}return e.forEach(e=>{s.test(e)&&(!a||o.compare(e)===1)&&(a=e,o=new n(a,i))}),a};t.exports=i})),require_min_version=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=require_range(),i=require_gt(),a=(e,t)=>{e=new r(e,t);let a=new n(`0.0.0`);if(e.test(a)||(a=new n(`0.0.0-0`),e.test(a)))return a;a=null;for(let t=0;t<e.set.length;++t){let r=e.set[t],o=null;r.forEach(e=>{let t=new n(e.semver.version);switch(e.operator){case`>`:t.prerelease.length===0?t.patch++:t.prerelease.push(0),t.raw=t.format();case``:case`>=`:(!o||i(t,o))&&(o=t);break;case`<`:case`<=`:break;default:throw Error(`Unexpected operation: ${e.operator}`)}}),o&&(!a||i(a,o))&&(a=o)}return a&&e.test(a)?a:null};t.exports=a})),require_valid=__commonJSMin(((e,t)=>{let n=require_range(),r=(e,t)=>{try{return new n(e,t).range||`*`}catch{return null}};t.exports=r})),require_outside=__commonJSMin(((e,t)=>{let n=require_semver$1(),r=require_comparator(),{ANY:i}=r,a=require_range(),o=require_satisfies(),s=require_gt(),c=require_lt(),l=require_lte(),u=require_gte(),d=(e,t,d,f)=>{e=new n(e,f),t=new a(t,f);let p,m,h,g,_;switch(d){case`>`:p=s,m=l,h=c,g=`>`,_=`>=`;break;case`<`:p=c,m=u,h=s,g=`<`,_=`<=`;break;default:throw TypeError(`Must provide a hilo val of "<" or ">"`)}if(o(e,t,f))return!1;for(let n=0;n<t.set.length;++n){let a=t.set[n],o=null,s=null;if(a.forEach(e=>{e.semver===i&&(e=new r(`>=0.0.0`)),o||=e,s||=e,p(e.semver,o.semver,f)?o=e:h(e.semver,s.semver,f)&&(s=e)}),o.operator===g||o.operator===_||(!s.operator||s.operator===g)&&m(e,s.semver)||s.operator===_&&h(e,s.semver))return!1}return!0};t.exports=d})),require_gtr=__commonJSMin(((e,t)=>{let n=require_outside(),r=(e,t,r)=>n(e,t,`>`,r);t.exports=r})),require_ltr=__commonJSMin(((e,t)=>{let n=require_outside(),r=(e,t,r)=>n(e,t,`<`,r);t.exports=r})),require_intersects=__commonJSMin(((e,t)=>{let n=require_range(),r=(e,t,r)=>(e=new n(e,r),t=new n(t,r),e.intersects(t,r));t.exports=r})),require_simplify=__commonJSMin(((e,t)=>{let n=require_satisfies(),r=require_compare();t.exports=(e,t,i)=>{let a=[],o=null,s=null,c=e.sort((e,t)=>r(e,t,i));for(let e of c)n(e,t,i)?(s=e,o||=e):(s&&a.push([o,s]),s=null,o=null);o&&a.push([o,null]);let l=[];for(let[e,t]of a)e===t?l.push(e):!t&&e===c[0]?l.push(`*`):t?e===c[0]?l.push(`<=${t}`):l.push(`${e} - ${t}`):l.push(`>=${e}`);let u=l.join(` || `),d=typeof t.raw==`string`?t.raw:String(t);return u.length<d.length?u:t}})),require_subset=__commonJSMin(((e,t)=>{let n=require_range(),r=require_comparator(),{ANY:i}=r,a=require_satisfies(),o=require_compare(),s=(e,t,r={})=>{if(e===t)return!0;e=new n(e,r),t=new n(t,r);let i=!1;OUTER:for(let n of e.set){for(let e of t.set){let t=u(n,e,r);if(i||=t!==null,t)continue OUTER}if(i)return!1}return!0},c=[new r(`>=0.0.0-0`)],l=[new r(`>=0.0.0`)],u=(e,t,n)=>{if(e===t)return!0;if(e.length===1&&e[0].semver===i){if(t.length===1&&t[0].semver===i)return!0;e=n.includePrerelease?c:l}if(t.length===1&&t[0].semver===i){if(n.includePrerelease)return!0;t=l}let r=new Set,s,u;for(let t of e)t.operator===`>`||t.operator===`>=`?s=d(s,t,n):t.operator===`<`||t.operator===`<=`?u=f(u,t,n):r.add(t.semver);if(r.size>1)return null;let p;if(s&&u&&(p=o(s.semver,u.semver,n),p>0||p===0&&(s.operator!==`>=`||u.operator!==`<=`)))return null;for(let e of r){if(s&&!a(e,String(s),n)||u&&!a(e,String(u),n))return null;for(let r of t)if(!a(e,String(r),n))return!1;return!0}let m,h,g,_,v=u&&!n.includePrerelease&&u.semver.prerelease.length?u.semver:!1,y=s&&!n.includePrerelease&&s.semver.prerelease.length?s.semver:!1;v&&v.prerelease.length===1&&u.operator===`<`&&v.prerelease[0]===0&&(v=!1);for(let e of t){if(_=_||e.operator===`>`||e.operator===`>=`,g=g||e.operator===`<`||e.operator===`<=`,s){if(y&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===y.major&&e.semver.minor===y.minor&&e.semver.patch===y.patch&&(y=!1),e.operator===`>`||e.operator===`>=`){if(m=d(s,e,n),m===e&&m!==s)return!1}else if(s.operator===`>=`&&!a(s.semver,String(e),n))return!1}if(u){if(v&&e.semver.prerelease&&e.semver.prerelease.length&&e.semver.major===v.major&&e.semver.minor===v.minor&&e.semver.patch===v.patch&&(v=!1),e.operator===`<`||e.operator===`<=`){if(h=f(u,e,n),h===e&&h!==u)return!1}else if(u.operator===`<=`&&!a(u.semver,String(e),n))return!1}if(!e.operator&&(u||s)&&p!==0)return!1}return!(s&&g&&!u&&p!==0||u&&_&&!s&&p!==0||y||v)},d=(e,t,n)=>{if(!e)return t;let r=o(e.semver,t.semver,n);return r>0?e:r<0||t.operator===`>`&&e.operator===`>=`?t:e},f=(e,t,n)=>{if(!e)return t;let r=o(e.semver,t.semver,n);return r<0?e:r>0||t.operator===`<`&&e.operator===`<=`?t:e};t.exports=s})),require_semver=__commonJSMin(((e,t)=>{let n=require_re(),r=require_constants(),i=require_semver$1(),a=require_identifiers();t.exports={parse:require_parse(),valid:require_valid$1(),clean:require_clean(),inc:require_inc(),diff:require_diff(),major:require_major(),minor:require_minor(),patch:require_patch(),prerelease:require_prerelease(),compare:require_compare(),rcompare:require_rcompare(),compareLoose:require_compare_loose(),compareBuild:require_compare_build(),sort:require_sort(),rsort:require_rsort(),gt:require_gt(),lt:require_lt(),eq:require_eq(),neq:require_neq(),gte:require_gte(),lte:require_lte(),cmp:require_cmp(),coerce:require_coerce(),Comparator:require_comparator(),Range:require_range(),satisfies:require_satisfies(),toComparators:require_to_comparators(),maxSatisfying:require_max_satisfying(),minSatisfying:require_min_satisfying(),minVersion:require_min_version(),validRange:require_valid(),outside:require_outside(),gtr:require_gtr(),ltr:require_ltr(),intersects:require_intersects(),simplifyRange:require_simplify(),subset:require_subset(),SemVer:i,re:n.re,src:n.src,tokens:n.t,SEMVER_SPEC_VERSION:r.SEMVER_SPEC_VERSION,RELEASE_TYPES:r.RELEASE_TYPES,compareIdentifiers:a.compareIdentifiers,rcompareIdentifiers:a.rcompareIdentifiers}}));const objectToString=Object.prototype.toString;function isType(e,t,n){return e?e.constructor===t?!0:objectToString.call(e)===n:!1}function isUint8Array(e){return isType(e,Uint8Array,`[object Uint8Array]`)}function isArrayBuffer(e){return isType(e,ArrayBuffer,`[object ArrayBuffer]`)}function isUint8ArrayOrArrayBuffer(e){return isUint8Array(e)||isArrayBuffer(e)}function assertUint8Array(e){if(!isUint8Array(e))throw TypeError(`Expected \`Uint8Array\`, got \`${typeof e}\``)}function assertUint8ArrayOrArrayBuffer(e){if(!isUint8ArrayOrArrayBuffer(e))throw TypeError(`Expected \`Uint8Array\` or \`ArrayBuffer\`, got \`${typeof e}\``)}function concatUint8Arrays(e,t){if(e.length===0)return new Uint8Array;t??=e.reduce((e,t)=>e+t.length,0);let n=new Uint8Array(t),r=0;for(let t of e)assertUint8Array(t),n.set(t,r),r+=t.length;return n}const cachedDecoders={utf8:new globalThis.TextDecoder(`utf8`)};function uint8ArrayToString(e,t=`utf8`){return assertUint8ArrayOrArrayBuffer(e),cachedDecoders[t]??=new globalThis.TextDecoder(t),cachedDecoders[t].decode(e)}function assertString(e){if(typeof e!=`string`)throw TypeError(`Expected \`string\`, got \`${typeof e}\``)}const cachedEncoder=new globalThis.TextEncoder;function stringToUint8Array(e){return assertString(e),cachedEncoder.encode(e)}Array.from({length:256},(e,t)=>t.toString(16).padStart(2,`0`));var import__2020=require__2020(),import_dist=__toESM(require_dist(),1),import_semver=__toESM(require_semver(),1);const defaultEncryptionAlgorithm=`aes-256-cbc`,supportedEncryptionAlgorithms=new Set([`aes-256-cbc`,`aes-256-gcm`,`aes-256-ctr`]),isSupportedEncryptionAlgorithm=e=>typeof e==`string`&&supportedEncryptionAlgorithms.has(e),createPlainObject=()=>Object.create(null),isExist=e=>e!==void 0,checkValueType=(e,t)=>{let n=new Set([`undefined`,`symbol`,`function`]),r=typeof t;if(n.has(r))throw TypeError(`Setting a value of type \`${r}\` for key \`${e}\` is not allowed as it's not supported by JSON`)},INTERNAL_KEY=`__internal__`,MIGRATION_KEY=`${INTERNAL_KEY}.migrations.version`;var Conf=class{path;events;#e;#t;#n;#r;#i={};#a=!1;#o;#s;#c;constructor(e={}){let t=this.#l(e);this.#r=t,this.#u(t),this.#f(t),this.#p(t),this.events=new EventTarget,this.#t=t.encryptionKey,this.#n=t.encryptionAlgorithm??defaultEncryptionAlgorithm,this.path=this.#m(t),this.#h(t),t.watch&&this._watch()}get(e,t){if(this.#r.accessPropertiesByDotNotation)return this._get(e,t);let{store:n}=this;return e in n?n[e]:t}set(e,t){if(typeof e!=`string`&&typeof e!=`object`)throw TypeError(`Expected \`key\` to be of type \`string\` or \`object\`, got ${typeof e}`);if(typeof e!=`object`&&t===void 0)throw TypeError("Use `delete()` to clear values");if(this._containsReservedKey(e))throw TypeError(`Please don't use the ${INTERNAL_KEY} key, as it's used to manage this module internal operations.`);let{store:n}=this,r=(e,t)=>{if(checkValueType(e,t),this.#r.accessPropertiesByDotNotation)setProperty(n,e,t);else{if(e===`__proto__`||e===`constructor`||e===`prototype`)return;n[e]=t}};if(typeof e==`object`){let t=e;for(let[e,n]of Object.entries(t))r(e,n)}else r(e,t);this.store=n}has(e){return this.#r.accessPropertiesByDotNotation?hasProperty(this.store,e):e in this.store}appendToArray(e,t){checkValueType(e,t);let n=this.#r.accessPropertiesByDotNotation?this._get(e,[]):e in this.store?this.store[e]:[];if(!Array.isArray(n))throw TypeError(`The key \`${e}\` is already set to a non-array value`);this.set(e,[...n,t])}reset(...e){for(let t of e)isExist(this.#i[t])&&this.set(t,this.#i[t])}delete(e){let{store:t}=this;this.#r.accessPropertiesByDotNotation?deleteProperty(t,e):delete t[e],this.store=t}clear(){let e=createPlainObject();for(let t of Object.keys(this.#i))isExist(this.#i[t])&&(checkValueType(t,this.#i[t]),this.#r.accessPropertiesByDotNotation?setProperty(e,t,this.#i[t]):e[t]=this.#i[t]);this.store=e}onDidChange(e,t){if(typeof e!=`string`)throw TypeError(`Expected \`key\` to be of type \`string\`, got ${typeof e}`);if(typeof t!=`function`)throw TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof t}`);return this._handleValueChange(()=>this.get(e),t)}onDidAnyChange(e){if(typeof e!=`function`)throw TypeError(`Expected \`callback\` to be of type \`function\`, got ${typeof e}`);return this._handleStoreChange(e)}get size(){return Object.keys(this.store).filter(e=>!this._isReservedKeyPath(e)).length}get store(){try{let e=fs.readFileSync(this.path,this.#t?null:`utf8`),t=this._decryptData(e),n=e=>{let t=this._deserialize(e);return this.#a||this._validate(t),Object.assign(createPlainObject(),t)};return n(t)}catch(e){if(e?.code===`ENOENT`)return this._ensureDirectory(),createPlainObject();if(this.#r.clearInvalidConfig){let t=e;if(t.name===`SyntaxError`||t.message?.startsWith(`Config schema violation:`)||t.message===`Failed to decrypt config data.`)return createPlainObject()}throw e}}set store(e){if(this._ensureDirectory(),!hasProperty(e,INTERNAL_KEY))try{let t=fs.readFileSync(this.path,this.#t?null:`utf8`),n=this._decryptData(t),r=this._deserialize(n);hasProperty(r,INTERNAL_KEY)&&setProperty(e,INTERNAL_KEY,getProperty(r,INTERNAL_KEY))}catch{}this.#a||this._validate(e),this._write(e),this.events.dispatchEvent(new Event(`change`))}*[Symbol.iterator](){for(let[e,t]of Object.entries(this.store))this._isReservedKeyPath(e)||(yield[e,t])}_closeWatcher(){this.#o&&=(this.#o.close(),void 0),this.#s&&=(fs.unwatchFile(this.path),!1),this.#c=void 0}_decryptData(e){let t=this.#t;if(!t)return typeof e==`string`?e:uint8ArrayToString(e);let n=this.#n,r=n===`aes-256-gcm`?16:0,i=`:`.codePointAt(0),a=typeof e==`string`?e.codePointAt(16):e[16];if(!(i!==void 0&&a===i)){if(n===`aes-256-cbc`)return typeof e==`string`?e:uint8ArrayToString(e);throw Error(`Failed to decrypt config data.`)}let o=e=>{if(r===0)return{ciphertext:e};let t=e.length-r;if(t<0)throw Error(`Invalid authentication tag length.`);return{ciphertext:e.slice(0,t),authenticationTag:e.slice(t)}},s=e.slice(0,16),c=e.slice(17),l=typeof c==`string`?stringToUint8Array(c):c,d=e=>{let{ciphertext:r,authenticationTag:i}=o(l),a=crypto.pbkdf2Sync(t,e,1e4,32,`sha512`),c=crypto.createDecipheriv(n,a,s);return i&&c.setAuthTag(i),uint8ArrayToString(concatUint8Arrays([c.update(r),c.final()]))};try{return d(s)}catch{try{return d(s.toString())}catch{}}if(n===`aes-256-cbc`)return typeof e==`string`?e:uint8ArrayToString(e);throw Error(`Failed to decrypt config data.`)}_handleStoreChange(e){let t=this.store,n=()=>{let n=t,r=this.store;isDeepStrictEqual(r,n)||(t=r,e.call(this,r,n))};return this.events.addEventListener(`change`,n),()=>{this.events.removeEventListener(`change`,n)}}_handleValueChange(e,t){let n=e(),r=()=>{let r=n,i=e();isDeepStrictEqual(i,r)||(n=i,t.call(this,i,r))};return this.events.addEventListener(`change`,r),()=>{this.events.removeEventListener(`change`,r)}}_deserialize=e=>JSON.parse(e);_serialize=e=>JSON.stringify(e,void 0,` `);_validate(e){if(!this.#e||this.#e(e)||!this.#e.errors)return;let t=this.#e.errors.map(({instancePath:e,message:t=``})=>`\`${e.slice(1)}\` ${t}`);throw Error(`Config schema violation: `+t.join(`; `))}_ensureDirectory(){fs.mkdirSync(path.dirname(this.path),{recursive:!0})}_write(e){let t=this._serialize(e),n=this.#t;if(n){let e=crypto.randomBytes(16),r=crypto.pbkdf2Sync(n,e,1e4,32,`sha512`),i=crypto.createCipheriv(this.#n,r,e),a=concatUint8Arrays([i.update(stringToUint8Array(t)),i.final()]),o=[e,stringToUint8Array(`:`),a];this.#n===`aes-256-gcm`&&o.push(i.getAuthTag()),t=concatUint8Arrays(o)}if(process$1.env.SNAP)fs.writeFileSync(this.path,t,{mode:this.#r.configFileMode});else try{writeFileSync(this.path,t,{mode:this.#r.configFileMode})}catch(e){if(e?.code===`EXDEV`){fs.writeFileSync(this.path,t,{mode:this.#r.configFileMode});return}throw e}}_watch(){if(this._ensureDirectory(),fs.existsSync(this.path)||this._write(createPlainObject()),process$1.platform===`win32`||process$1.platform===`darwin`){this.#c??=debounceFunction(()=>{this.events.dispatchEvent(new Event(`change`))},{wait:100});let e=path.dirname(this.path),t=path.basename(this.path);this.#o=fs.watch(e,{persistent:!1,encoding:`utf8`},(e,n)=>{n&&n!==t||typeof this.#c==`function`&&this.#c()})}else this.#c??=debounceFunction(()=>{this.events.dispatchEvent(new Event(`change`))},{wait:1e3}),fs.watchFile(this.path,{persistent:!1},(e,t)=>{typeof this.#c==`function`&&this.#c()}),this.#s=!0}_migrate(e,t,n){let r=this._get(MIGRATION_KEY,`0.0.0`),i=Object.keys(e).filter(e=>this._shouldPerformMigration(e,r,t)),a=structuredClone(this.store);for(let o of i)try{n&&n(this,{fromVersion:r,toVersion:o,finalVersion:t,versions:i});let s=e[o];s?.(this),this._set(MIGRATION_KEY,o),r=o,a=structuredClone(this.store)}catch(e){this.store=a;let t=e instanceof Error?e.message:String(e);throw Error(`Something went wrong during the migration! Changes applied to the store until this failed migration will be restored. ${t}`)}(this._isVersionInRangeFormat(r)||!import_semver.default.eq(r,t))&&this._set(MIGRATION_KEY,t)}_containsReservedKey(e){return typeof e==`string`?this._isReservedKeyPath(e):!e||typeof e!=`object`?!1:this._objectContainsReservedKey(e)}_objectContainsReservedKey(e){if(!e||typeof e!=`object`)return!1;for(let[t,n]of Object.entries(e))if(this._isReservedKeyPath(t)||this._objectContainsReservedKey(n))return!0;return!1}_isReservedKeyPath(e){return e===INTERNAL_KEY||e.startsWith(`${INTERNAL_KEY}.`)}_isVersionInRangeFormat(e){return import_semver.default.clean(e)===null}_shouldPerformMigration(e,t,n){return this._isVersionInRangeFormat(e)?t!==`0.0.0`&&import_semver.default.satisfies(t,e)?!1:import_semver.default.satisfies(n,e):!(import_semver.default.lte(e,t)||import_semver.default.gt(e,n))}_get(e,t){return getProperty(this.store,e,t)}_set(e,t){let{store:n}=this;setProperty(n,e,t),this.store=n}#l(e){let t={configName:`config`,fileExtension:`json`,projectSuffix:`nodejs`,clearInvalidConfig:!1,accessPropertiesByDotNotation:!0,configFileMode:438,...e};if(t.encryptionAlgorithm??=defaultEncryptionAlgorithm,!isSupportedEncryptionAlgorithm(t.encryptionAlgorithm))throw TypeError(`The \`encryptionAlgorithm\` option must be one of: ${[...supportedEncryptionAlgorithms].join(`, `)}`);if(!t.cwd){if(!t.projectName)throw Error("Please specify the `projectName` option.");t.cwd=envPaths(t.projectName,{suffix:t.projectSuffix}).config}return typeof t.fileExtension==`string`&&(t.fileExtension=t.fileExtension.replace(/^\.+/,``)),t}#u(e){if(!(e.schema??e.ajvOptions??e.rootSchema))return;if(e.schema&&typeof e.schema!=`object`)throw TypeError("The `schema` option must be an object.");let t=import_dist.default.default,n=new import__2020.Ajv2020({allErrors:!0,useDefaults:!0,...e.ajvOptions});t(n);let r={...e.rootSchema,type:`object`,properties:e.schema};this.#e=n.compile(r),this.#d(e.schema)}#d(e){let t=Object.entries(e??{});for(let[e,n]of t){if(!n||typeof n!=`object`||!Object.hasOwn(n,`default`))continue;let{default:t}=n;t!==void 0&&(this.#i[e]=t)}}#f(e){e.defaults&&Object.assign(this.#i,e.defaults)}#p(e){e.serialize&&(this._serialize=e.serialize),e.deserialize&&(this._deserialize=e.deserialize)}#m(e){let t=typeof e.fileExtension==`string`?e.fileExtension:void 0,n=t?`.${t}`:``;return path.resolve(e.cwd,`${e.configName??`config`}${n}`)}#h(e){if(e.migrations){this.#g(e),this._validate(this.store);return}let t=this.store,n=Object.assign(createPlainObject(),e.defaults??{},t);this._validate(n);try{assert.deepEqual(t,n)}catch{this.store=n}}#g(e){let{migrations:t,projectVersion:n}=e;if(t){if(!n)throw Error("Please specify the `projectVersion` option.");this.#a=!0;try{let r=this.store,i=Object.assign(createPlainObject(),e.defaults??{},r);try{assert.deepEqual(r,i)}catch{this._write(i)}this._migrate(t,n,e.beforeEachMigration)}finally{this.#a=!1}}}};export{require_semver as n,Conf as t};
@@ -0,0 +1 @@
1
+ function isPlainObject(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return t!==null&&t!==Object.prototype&&Object.getPrototypeOf(t)!==null||Symbol.iterator in e?!1:Symbol.toStringTag in e?Object.prototype.toString.call(e)===`[object Module]`:!0}function _defu(n,r,i=`.`,a){if(!isPlainObject(r))return _defu(n,{},i,a);let o=Object.assign({},r);for(let r in n){if(r===`__proto__`||r===`constructor`)continue;let s=n[r];s!=null&&(a&&a(o,r,s,i)||(Array.isArray(s)&&Array.isArray(o[r])?o[r]=[...s,...o[r]]:isPlainObject(s)&&isPlainObject(o[r])?o[r]=_defu(s,o[r],(i?`${i}.`:``)+r.toString(),a):o[r]=s))}return o}function createDefu(e){return(...n)=>n.reduce((n,r)=>_defu(n,r,``,e),{})}const defu=createDefu();export{defu as t};
@@ -0,0 +1 @@
1
+ var false_default=!1;export{false_default as t};
@@ -0,0 +1 @@
1
+ import{s as __toESM,t as __commonJSMin}from"../rolldown-runtime.mjs";var import_eventemitter3=__toESM(__commonJSMin(((e,t)=>{var n=Object.prototype.hasOwnProperty,r=`~`;function i(){}Object.create&&(i.prototype=Object.create(null),new i().__proto__||(r=!1));function a(e,t,n){this.fn=e,this.context=t,this.once=n||!1}function o(e,t,n,i,o){if(typeof n!=`function`)throw TypeError(`The listener must be a function`);var s=new a(n,i||e,o),c=r?r+t:t;return e._events[c]?e._events[c].fn?e._events[c]=[e._events[c],s]:e._events[c].push(s):(e._events[c]=s,e._eventsCount++),e}function s(e,t){--e._eventsCount===0?e._events=new i:delete e._events[t]}function c(){this._events=new i,this._eventsCount=0}c.prototype.eventNames=function e(){var t=[],i,a;if(this._eventsCount===0)return t;for(a in i=this._events)n.call(i,a)&&t.push(r?a.slice(1):a);return Object.getOwnPropertySymbols?t.concat(Object.getOwnPropertySymbols(i)):t},c.prototype.listeners=function e(t){var n=r?r+t:t,i=this._events[n];if(!i)return[];if(i.fn)return[i.fn];for(var a=0,o=i.length,s=Array(o);a<o;a++)s[a]=i[a].fn;return s},c.prototype.listenerCount=function e(t){var n=r?r+t:t,i=this._events[n];return i?i.fn?1:i.length:0},c.prototype.emit=function e(t,n,i,a,o,s){var c=r?r+t:t;if(!this._events[c])return!1;var l=this._events[c],u=arguments.length,d,f;if(l.fn){switch(l.once&&this.removeListener(t,l.fn,void 0,!0),u){case 1:return l.fn.call(l.context),!0;case 2:return l.fn.call(l.context,n),!0;case 3:return l.fn.call(l.context,n,i),!0;case 4:return l.fn.call(l.context,n,i,a),!0;case 5:return l.fn.call(l.context,n,i,a,o),!0;case 6:return l.fn.call(l.context,n,i,a,o,s),!0}for(f=1,d=Array(u-1);f<u;f++)d[f-1]=arguments[f];l.fn.apply(l.context,d)}else{var p=l.length,m;for(f=0;f<p;f++)switch(l[f].once&&this.removeListener(t,l[f].fn,void 0,!0),u){case 1:l[f].fn.call(l[f].context);break;case 2:l[f].fn.call(l[f].context,n);break;case 3:l[f].fn.call(l[f].context,n,i);break;case 4:l[f].fn.call(l[f].context,n,i,a);break;default:if(!d)for(m=1,d=Array(u-1);m<u;m++)d[m-1]=arguments[m];l[f].fn.apply(l[f].context,d)}}return!0},c.prototype.on=function e(t,n,r){return o(this,t,n,r,!1)},c.prototype.once=function e(t,n,r){return o(this,t,n,r,!0)},c.prototype.removeListener=function e(t,n,i,a){var o=r?r+t:t;if(!this._events[o])return this;if(!n)return s(this,o),this;var c=this._events[o];if(c.fn)c.fn===n&&(!a||c.once)&&(!i||c.context===i)&&s(this,o);else{for(var l=0,u=[],d=c.length;l<d;l++)(c[l].fn!==n||a&&!c[l].once||i&&c[l].context!==i)&&u.push(c[l]);u.length?this._events[o]=u.length===1?u[0]:u:s(this,o)}return this},c.prototype.removeAllListeners=function e(t){var n;return t?(n=r?r+t:t,this._events[n]&&s(this,n)):(this._events=new i,this._eventsCount=0),this},c.prototype.off=c.prototype.removeListener,c.prototype.addListener=c.prototype.on,c.prefixed=r,c.EventEmitter=c,t!==void 0&&(t.exports=c)}))(),1);export{import_eventemitter3 as t};
@@ -0,0 +1 @@
1
+ const{getOwnPropertyNames,getOwnPropertySymbols}=Object,{hasOwnProperty}=Object.prototype;function combineComparators(e,t){return function n(r,i,a){return e(r,i,a)&&t(r,i,a)}}function createIsCircular(e){return function t(n,r,i){if(!n||!r||typeof n!=`object`||typeof r!=`object`)return e(n,r,i);let{cache:a}=i,o=a.get(n),s=a.get(r);if(o&&s)return o===r&&s===n;a.set(n,r),a.set(r,n);let c=e(n,r,i);return a.delete(n),a.delete(r),c}}function getStrictProperties(n){return getOwnPropertyNames(n).concat(getOwnPropertySymbols(n))}const hasOwn=Object.hasOwn||((e,t)=>hasOwnProperty.call(e,t)),{getOwnPropertyDescriptor,keys}=Object,sameValueEqual=Object.is||function e(t,n){return t===n?t!==0||1/t==1/n:t!==t&&n!==n};function strictEqual(e,t){return e===t}function areArrayBuffersEqual(e,t){return e.byteLength===t.byteLength&&areTypedArraysEqual(new Uint8Array(e),new Uint8Array(t))}function areArraysEqual(e,t,n){let r=e.length;if(t.length!==r)return!1;for(;r-- >0;)if(!n.equals(e[r],t[r],r,r,e,t,n))return!1;return!0}function areDataViewsEqual(e,t){return e.byteLength===t.byteLength&&areTypedArraysEqual(new Uint8Array(e.buffer,e.byteOffset,e.byteLength),new Uint8Array(t.buffer,t.byteOffset,t.byteLength))}function areDatesEqual(e,t){return sameValueEqual(e.getTime(),t.getTime())}function areErrorsEqual(e,t){return e.name===t.name&&e.message===t.message&&e.cause===t.cause&&e.stack===t.stack}function areMapsEqual(e,t,n){let r=e.size;if(r!==t.size)return!1;if(!r)return!0;let i=Array(r),a=e.entries(),o,s,c=0;for(;(o=a.next())&&!o.done;){let r=t.entries(),a=!1,l=0;for(;(s=r.next())&&!s.done;){if(i[l]){l++;continue}let r=o.value,u=s.value;if(n.equals(r[0],u[0],c,l,e,t,n)&&n.equals(r[1],u[1],r[0],u[0],e,t,n)){a=i[l]=!0;break}l++}if(!a)return!1;c++}return!0}function areObjectsEqual(e,t,n){let r=keys(e),i=r.length;if(keys(t).length!==i)return!1;for(;i-- >0;)if(!isPropertyEqual(e,t,n,r[i]))return!1;return!0}function areObjectsEqualStrict(e,t,n){let r=getStrictProperties(e),i=r.length;if(getStrictProperties(t).length!==i)return!1;let o,c,l;for(;i-- >0;)if(o=r[i],!isPropertyEqual(e,t,n,o)||(c=getOwnPropertyDescriptor(e,o),l=getOwnPropertyDescriptor(t,o),(c||l)&&(!c||!l||c.configurable!==l.configurable||c.enumerable!==l.enumerable||c.writable!==l.writable)))return!1;return!0}function arePrimitiveWrappersEqual(e,t){return sameValueEqual(e.valueOf(),t.valueOf())}function areRegExpsEqual(e,t){return e.source===t.source&&e.flags===t.flags}function areSetsEqual(e,t,n){let r=e.size;if(r!==t.size)return!1;if(!r)return!0;let i=Array(r),a=e.values(),o,s;for(;(o=a.next())&&!o.done;){let r=t.values(),a=!1,c=0;for(;(s=r.next())&&!s.done;){if(!i[c]&&n.equals(o.value,s.value,o.value,s.value,e,t,n)){a=i[c]=!0;break}c++}if(!a)return!1}return!0}function areTypedArraysEqual(e,t){let n=e.byteLength;if(t.byteLength!==n||e.byteOffset!==t.byteOffset)return!1;for(;n-- >0;)if(e[n]!==t[n])return!1;return!0}function areUrlsEqual(e,t){return e.hostname===t.hostname&&e.pathname===t.pathname&&e.protocol===t.protocol&&e.port===t.port&&e.hash===t.hash&&e.username===t.username&&e.password===t.password}function isPropertyEqual(e,t,n,r){return(r===`_owner`||r===`__o`||r===`__v`)&&(e.$$typeof||t.$$typeof)?!0:hasOwn(t,r)&&n.equals(e[r],t[r],r,r,e,t,n)}const toString=Object.prototype.toString;function createEqualityComparator(e){let t=createSupportedComparatorMap(e),{areArraysEqual:n,areDatesEqual:r,areFunctionsEqual:i,areMapsEqual:a,areNumbersEqual:o,areObjectsEqual:s,areRegExpsEqual:c,areSetsEqual:l,getUnsupportedCustomComparator:u}=e;return function e(d,f,p){if(d===f)return!0;if(d==null||f==null)return!1;let m=typeof d;if(m!==typeof f)return!1;if(m!==`object`)return m===`number`||m===`bigint`?o(d,f,p):m===`function`?i(d,f,p):!1;let h=d.constructor;if(h!==f.constructor)return!1;if(h===Object)return s(d,f,p);if(h===Array)return n(d,f,p);if(h===Date)return r(d,f,p);if(h===RegExp)return c(d,f,p);if(h===Map)return a(d,f,p);if(h===Set)return l(d,f,p);if(h===Promise)return!1;if(Array.isArray(d))return n(d,f,p);let g=toString.call(d),_=t[g];if(_)return _(d,f,p);let v=u&&u(d,f,p,g);return v?v(d,f,p):!1}}function createEqualityComparatorConfig({circular:e,createCustomConfig:t,strict:n}){let a={areArrayBuffersEqual,areArraysEqual:n?areObjectsEqualStrict:areArraysEqual,areDataViewsEqual,areDatesEqual,areErrorsEqual,areFunctionsEqual:strictEqual,areMapsEqual:n?combineComparators(areMapsEqual,areObjectsEqualStrict):areMapsEqual,areNumbersEqual:sameValueEqual,areObjectsEqual:n?areObjectsEqualStrict:areObjectsEqual,arePrimitiveWrappersEqual,areRegExpsEqual,areSetsEqual:n?combineComparators(areSetsEqual,areObjectsEqualStrict):areSetsEqual,areTypedArraysEqual:n?combineComparators(areTypedArraysEqual,areObjectsEqualStrict):areTypedArraysEqual,areUrlsEqual,getUnsupportedCustomComparator:void 0};if(t&&(a=Object.assign({},a,t(a))),e){let e=createIsCircular(a.areArraysEqual),t=createIsCircular(a.areMapsEqual),n=createIsCircular(a.areObjectsEqual),r=createIsCircular(a.areSetsEqual);a=Object.assign({},a,{areArraysEqual:e,areMapsEqual:t,areObjectsEqual:n,areSetsEqual:r})}return a}function createInternalEqualityComparator(e){return function(t,n,r,i,a,o,s){return e(t,n,s)}}function createIsEqual({circular:e,comparator:t,createState:n,equals:r,strict:i}){if(n)return function a(o,s){let{cache:c=e?new WeakMap:void 0,meta:l}=n();return t(o,s,{cache:c,equals:r,meta:l,strict:i})};if(e)return function e(n,a){return t(n,a,{cache:new WeakMap,equals:r,meta:void 0,strict:i})};let a={cache:void 0,equals:r,meta:void 0,strict:i};return function e(n,r){return t(n,r,a)}}function createSupportedComparatorMap({areArrayBuffersEqual:e,areArraysEqual:t,areDataViewsEqual:n,areDatesEqual:r,areErrorsEqual:i,areFunctionsEqual:a,areMapsEqual:o,areNumbersEqual:s,areObjectsEqual:c,arePrimitiveWrappersEqual:l,areRegExpsEqual:u,areSetsEqual:d,areTypedArraysEqual:f,areUrlsEqual:p}){return{"[object Arguments]":c,"[object Array]":t,"[object ArrayBuffer]":e,"[object AsyncGeneratorFunction]":a,"[object BigInt]":s,"[object BigInt64Array]":f,"[object BigUint64Array]":f,"[object Boolean]":l,"[object DataView]":n,"[object Date]":r,"[object Error]":i,"[object Float16Array]":f,"[object Float32Array]":f,"[object Float64Array]":f,"[object Function]":a,"[object GeneratorFunction]":a,"[object Int8Array]":f,"[object Int16Array]":f,"[object Int32Array]":f,"[object Map]":o,"[object Number]":l,"[object Object]":(e,t,n)=>typeof e.then!=`function`&&typeof t.then!=`function`&&c(e,t,n),"[object RegExp]":u,"[object Set]":d,"[object String]":l,"[object URL]":p,"[object Uint8Array]":f,"[object Uint8ClampedArray]":f,"[object Uint16Array]":f,"[object Uint32Array]":f}}const deepEqual=createCustomEqual();createCustomEqual({strict:!0}),createCustomEqual({circular:!0}),createCustomEqual({circular:!0,strict:!0}),createCustomEqual({createInternalComparator:()=>sameValueEqual}),createCustomEqual({strict:!0,createInternalComparator:()=>sameValueEqual}),createCustomEqual({circular:!0,createInternalComparator:()=>sameValueEqual}),createCustomEqual({circular:!0,createInternalComparator:()=>sameValueEqual,strict:!0});function createCustomEqual(e={}){let{circular:t=!1,createInternalComparator:n,createState:r,strict:i=!1}=e,a=createEqualityComparator(createEqualityComparatorConfig(e));return createIsEqual({circular:t,comparator:a,createState:r,equals:n?n(a):createInternalEqualityComparator(a),strict:i})}export{deepEqual as t};
@@ -0,0 +1 @@
1
+ import fs from"node:fs/promises";import path from"node:path";import fs$1 from"node:fs";import process from"node:process";import{fileURLToPath}from"node:url";const toPath=e=>e instanceof URL?fileURLToPath(e):e;function findUpSync(e,{cwd:n=process.cwd(),type:r=`file`,stopAt:i}={}){let a=path.resolve(toPath(n)??``),{root:o}=path.parse(a);for(i=path.resolve(a,toPath(i)??o);a&&a!==i&&a!==o;){let t=path.isAbsolute(e)?e:path.join(a,e);try{let e=fs$1.statSync(t,{throwIfNoEntry:!1});if(r===`file`&&e?.isFile()||r===`directory`&&e?.isDirectory())return t}catch{}a=path.dirname(a)}}export{findUpSync as t};
@@ -0,0 +1 @@
1
+ import os from"node:os";import net from"node:net";var Locked=class extends Error{constructor(e){super(`${e} is locked`)}};const lockedPorts={old:new Set,young:new Set},minPort=1024,maxPort=65535;let timeout;const getLocalHosts=()=>{let t=os.networkInterfaces(),n=new Set([void 0,`0.0.0.0`]);for(let e of Object.values(t))for(let t of e)n.add(t.address);return n},checkAvailablePort=e=>new Promise((n,r)=>{let i=net.createServer();i.unref(),i.on(`error`,r),i.listen(e,()=>{let{port:e}=i.address();i.close(()=>{n(e)})})}),getAvailablePort=async(e,t)=>{if(e.host||e.port===0)return checkAvailablePort(e);for(let n of t)try{await checkAvailablePort({port:e.port,host:n})}catch(e){if(![`EADDRNOTAVAIL`,`EINVAL`].includes(e.code))throw e}return e.port},portCheckSequence=function*(e){e&&(yield*e),yield 0};async function getPorts(e){let t,i=new Set;if(e&&(e.port&&(t=typeof e.port==`number`?[e.port]:e.port),e.exclude)){let t=e.exclude;if(typeof t[Symbol.iterator]!=`function`)throw TypeError("The `exclude` option must be an iterable.");for(let e of t){if(typeof e!=`number`)throw TypeError("Each item in the `exclude` option must be a number corresponding to the port you want excluded.");if(!Number.isSafeInteger(e))throw TypeError(`Number ${e} in the exclude option is not a safe integer and can't be used`)}i=new Set(t)}timeout===void 0&&(timeout=setTimeout(()=>{timeout=void 0,lockedPorts.old=lockedPorts.young,lockedPorts.young=new Set},15e3),timeout.unref&&timeout.unref());let a=getLocalHosts();for(let o of portCheckSequence(t))try{if(i.has(o))continue;let t=await getAvailablePort({...e,port:o},a);for(;lockedPorts.old.has(t)||lockedPorts.young.has(t);){if(o!==0)throw new Locked(o);t=await getAvailablePort({...e,port:o},a)}return lockedPorts.young.add(t),t}catch(e){if(![`EADDRINUSE`,`EACCES`].includes(e.code)&&!(e instanceof Locked))throw e}throw Error(`No available ports found`)}function portNumbers(e,t){if(!Number.isInteger(e)||!Number.isInteger(t))throw TypeError("`from` and `to` must be integer numbers");if(e<minPort||e>maxPort)throw RangeError(`'from' must be between ${minPort} and ${maxPort}`);if(t<minPort||t>maxPort)throw RangeError(`'to' must be between ${minPort} and ${maxPort}`);if(e>t)throw RangeError("`to` must be greater than or equal to `from`");let n=function*(e,t){for(let n=e;n<=t;n++)yield n};return n(e,t)}export{portNumbers as n,getPorts as t};
@@ -0,0 +1 @@
1
+ import fs from"node:fs";let isDockerCached;function hasDockerEnv(){try{return fs.statSync(`/.dockerenv`),!0}catch{return!1}}function hasDockerCGroup(){try{return fs.readFileSync(`/proc/self/cgroup`,`utf8`).includes(`docker`)}catch{return!1}}function isDocker(){return isDockerCached===void 0&&(isDockerCached=hasDockerEnv()||hasDockerCGroup()),isDockerCached}export{isDocker as t};
@@ -0,0 +1 @@
1
+ const isErrorInstance=e=>isInstanceOfError(e)||hasErrorTag(e),isInstanceOfError=e=>{try{return e instanceof Error}catch{return!1}},hasErrorTag=e=>{try{return ERROR_TAGS.has(Object.prototype.toString.call(e))}catch{return!1}},ERROR_TAGS=new Set([`[object Error]`,`[object DOMException]`,`[object DOMError]`,`[object Exception]`]);export{isErrorInstance as t};
@@ -0,0 +1 @@
1
+ import{t as isDocker}from"./is-docker.mjs";import fs from"node:fs";let cachedResult;const hasContainerEnv=()=>{try{return fs.statSync(`/run/.containerenv`),!0}catch{return!1}};function isInsideContainer(){return cachedResult===void 0&&(cachedResult=hasContainerEnv()||isDocker()),cachedResult}export{isInsideContainer as t};
@@ -0,0 +1 @@
1
+ function isPlainObject(e){if(typeof e!=`object`||!e)return!1;let t=Object.getPrototypeOf(e);return(t===null||t===Object.prototype||Object.getPrototypeOf(t)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}export{isPlainObject as t};
@@ -0,0 +1 @@
1
+ import{n as __esmMin,r as __exportAll}from"../rolldown-runtime.mjs";import{statSync}from"fs";import{stat}from"fs/promises";var posix_exports=__exportAll({isexe:()=>isexe$2,sync:()=>sync$2}),isexe$2,sync$2,checkStat$1,checkMode,init_posix=__esmMin((()=>{isexe$2=async(e,t={})=>{let{ignoreErrors:n=!1}=t;try{return checkStat$1(await stat(e),t)}catch(e){let t=e;if(n||t.code===`EACCES`)return!1;throw t}},sync$2=(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return checkStat$1(statSync(e),t)}catch(e){let t=e;if(r||t.code===`EACCES`)return!1;throw t}},checkStat$1=(e,t)=>e.isFile()&&checkMode(e,t),checkMode=(e,t)=>{let n=t.uid??process.getuid?.(),r=t.groups??process.getgroups?.()??[],i=t.gid??process.getgid?.()??r[0];if(n===void 0||i===void 0)throw Error(`cannot get uid or gid`);let a=new Set([i,...r]),o=e.mode,s=e.uid,c=e.gid;return!!(o&1||o&8&&a.has(c)||o&64&&s===n||o&72&&n===0)}})),win32_exports=__exportAll({isexe:()=>isexe$1,sync:()=>sync$1}),isexe$1,sync$1,checkPathExt,checkStat,init_win32=__esmMin((()=>{isexe$1=async(e,t={})=>{let{ignoreErrors:n=!1}=t;try{return checkStat(await stat(e),e,t)}catch(e){let t=e;if(n||t.code===`EACCES`)return!1;throw t}},sync$1=(e,t={})=>{let{ignoreErrors:r=!1}=t;try{return checkStat(statSync(e),e,t)}catch(e){let t=e;if(r||t.code===`EACCES`)return!1;throw t}},checkPathExt=(e,t)=>{let{pathExt:n=process.env.PATHEXT||``}=t,r=n.split(`;`);if(r.indexOf(``)!==-1)return!0;for(let t=0;t<r.length;t++){let n=r[t].toLowerCase(),i=e.substring(e.length-n.length).toLowerCase();if(n&&i===n)return!0}return!1},checkStat=(e,t,n)=>e.isFile()&&checkPathExt(t,n)})),init_options=__esmMin((()=>{})),mjs_exports=__exportAll({isexe:()=>isexe,posix:()=>posix_exports,sync:()=>sync,win32:()=>win32_exports}),impl,isexe,sync,init_mjs=__esmMin((()=>{init_posix(),init_win32(),init_options(),impl=(process.env._ISEXE_TEST_PLATFORM_||process.platform)===`win32`?win32_exports:posix_exports,isexe=impl.isexe,sync=impl.sync}));export{mjs_exports as n,init_mjs as t};
@@ -0,0 +1,14 @@
1
+ var unicode={Space_Separator:/[\u1680\u2000-\u200A\u202F\u205F\u3000]/,ID_Start:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC03-\uDC37\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDF00-\uDF19]|\uD806[\uDCA0-\uDCDF\uDCFF\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE83\uDE86-\uDE89\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50\uDF93-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]/,ID_Continue:/[\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u0860-\u086A\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u09FC\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9-\u0AFF\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D00-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF9\u1D00-\u1DF9\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312E\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FEA\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDD40-\uDD74\uDDFD\uDE80-\uDE9C\uDEA0-\uDED0\uDEE0\uDF00-\uDF1F\uDF2D-\uDF4A\uDF50-\uDF7A\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF\uDFD1-\uDFD5]|\uD801[\uDC00-\uDC9D\uDCA0-\uDCA9\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00-\uDE03\uDE05\uDE06\uDE0C-\uDE13\uDE15-\uDE17\uDE19-\uDE33\uDE38-\uDE3A\uDE3F\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE6\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2]|\uD804[\uDC00-\uDC46\uDC66-\uDC6F\uDC7F-\uDCBA\uDCD0-\uDCE8\uDCF0-\uDCF9\uDD00-\uDD34\uDD36-\uDD3F\uDD50-\uDD73\uDD76\uDD80-\uDDC4\uDDCA-\uDDCC\uDDD0-\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE37\uDE3E\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEEA\uDEF0-\uDEF9\uDF00-\uDF03\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3C-\uDF44\uDF47\uDF48\uDF4B-\uDF4D\uDF50\uDF57\uDF5D-\uDF63\uDF66-\uDF6C\uDF70-\uDF74]|\uD805[\uDC00-\uDC4A\uDC50-\uDC59\uDC80-\uDCC5\uDCC7\uDCD0-\uDCD9\uDD80-\uDDB5\uDDB8-\uDDC0\uDDD8-\uDDDD\uDE00-\uDE40\uDE44\uDE50-\uDE59\uDE80-\uDEB7\uDEC0-\uDEC9\uDF00-\uDF19\uDF1D-\uDF2B\uDF30-\uDF39]|\uD806[\uDCA0-\uDCE9\uDCFF\uDE00-\uDE3E\uDE47\uDE50-\uDE83\uDE86-\uDE99\uDEC0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC36\uDC38-\uDC40\uDC50-\uDC59\uDC72-\uDC8F\uDC92-\uDCA7\uDCA9-\uDCB6\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD36\uDD3A\uDD3C\uDD3D\uDD3F-\uDD47\uDD50-\uDD59]|\uD808[\uDC00-\uDF99]|\uD809[\uDC00-\uDC6E\uDC80-\uDD43]|[\uD80C\uD81C-\uD820\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE60-\uDE69\uDED0-\uDEED\uDEF0-\uDEF4\uDF00-\uDF36\uDF40-\uDF43\uDF50-\uDF59\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDF00-\uDF44\uDF50-\uDF7E\uDF8F-\uDF9F\uDFE0\uDFE1]|\uD821[\uDC00-\uDFEC]|\uD822[\uDC00-\uDEF2]|\uD82C[\uDC00-\uDD1E\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99\uDC9D\uDC9E]|\uD834[\uDD65-\uDD69\uDD6D-\uDD72\uDD7B-\uDD82\uDD85-\uDD8B\uDDAA-\uDDAD\uDE42-\uDE44]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB\uDFCE-\uDFFF]|\uD836[\uDE00-\uDE36\uDE3B-\uDE6C\uDE75\uDE84\uDE9B-\uDE9F\uDEA1-\uDEAF]|\uD838[\uDC00-\uDC06\uDC08-\uDC18\uDC1B-\uDC21\uDC23\uDC24\uDC26-\uDC2A]|\uD83A[\uDC00-\uDCC4\uDCD0-\uDCD6\uDD00-\uDD4A\uDD50-\uDD59]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDED6\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF34\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uDB40[\uDD00-\uDDEF]/},util={isSpaceSeparator(t){return typeof t==`string`&&unicode.Space_Separator.test(t)},isIdStartChar(t){return typeof t==`string`&&(t>=`a`&&t<=`z`||t>=`A`&&t<=`Z`||t===`$`||t===`_`||unicode.ID_Start.test(t))},isIdContinueChar(t){return typeof t==`string`&&(t>=`a`&&t<=`z`||t>=`A`&&t<=`Z`||t>=`0`&&t<=`9`||t===`$`||t===`_`||t===`‌`||t===`‍`||unicode.ID_Continue.test(t))},isDigit(e){return typeof e==`string`&&/[0-9]/.test(e)},isHexDigit(e){return typeof e==`string`&&/[0-9A-Fa-f]/.test(e)}};let source,parseState,stack,pos,line,column,token,key,root;var parse=function e(t,f){source=String(t),parseState=`start`,stack=[],pos=0,line=1,column=0,token=void 0,key=void 0,root=void 0;do token=lex(),parseStates[parseState]();while(token.type!==`eof`);return typeof f==`function`?internalize({"":root},``,f):root};function internalize(e,t,n){let r=e[t];if(typeof r==`object`&&r)if(Array.isArray(r))for(let e=0;e<r.length;e++){let t=String(e),i=internalize(r,t,n);i===void 0?delete r[t]:Object.defineProperty(r,t,{value:i,writable:!0,enumerable:!0,configurable:!0})}else for(let e in r){let t=internalize(r,e,n);t===void 0?delete r[e]:Object.defineProperty(r,e,{value:t,writable:!0,enumerable:!0,configurable:!0})}return n.call(e,t,r)}let lexState,buffer,doubleQuote,sign,c;function lex(){for(lexState=`default`,buffer=``,doubleQuote=!1,sign=1;;){c=peek();let e=lexStates[lexState]();if(e)return e}}function peek(){if(source[pos])return String.fromCodePoint(source.codePointAt(pos))}function read(){let e=peek();return e===`
2
+ `?(line++,column=0):e?column+=e.length:column++,e&&(pos+=e.length),e}const lexStates={default(){switch(c){case` `:case`\v`:case`\f`:case` `:case`\xA0`:case``:case`
3
+ `:case`\r`:case`\u2028`:case`\u2029`:read();return;case`/`:read(),lexState=`comment`;return;case void 0:return read(),newToken(`eof`)}if(util.isSpaceSeparator(c)){read();return}return lexStates[parseState]()},comment(){switch(c){case`*`:read(),lexState=`multiLineComment`;return;case`/`:read(),lexState=`singleLineComment`;return}throw invalidChar(read())},multiLineComment(){switch(c){case`*`:read(),lexState=`multiLineCommentAsterisk`;return;case void 0:throw invalidChar(read())}read()},multiLineCommentAsterisk(){switch(c){case`*`:read();return;case`/`:read(),lexState=`default`;return;case void 0:throw invalidChar(read())}read(),lexState=`multiLineComment`},singleLineComment(){switch(c){case`
4
+ `:case`\r`:case`\u2028`:case`\u2029`:read(),lexState=`default`;return;case void 0:return read(),newToken(`eof`)}read()},value(){switch(c){case`{`:case`[`:return newToken(`punctuator`,read());case`n`:return read(),literal(`ull`),newToken(`null`,null);case`t`:return read(),literal(`rue`),newToken(`boolean`,!0);case`f`:return read(),literal(`alse`),newToken(`boolean`,!1);case`-`:case`+`:read()===`-`&&(sign=-1),lexState=`sign`;return;case`.`:buffer=read(),lexState=`decimalPointLeading`;return;case`0`:buffer=read(),lexState=`zero`;return;case`1`:case`2`:case`3`:case`4`:case`5`:case`6`:case`7`:case`8`:case`9`:buffer=read(),lexState=`decimalInteger`;return;case`I`:return read(),literal(`nfinity`),newToken(`numeric`,1/0);case`N`:return read(),literal(`aN`),newToken(`numeric`,NaN);case`"`:case`'`:doubleQuote=read()===`"`,buffer=``,lexState=`string`;return}throw invalidChar(read())},identifierNameStartEscape(){if(c!==`u`)throw invalidChar(read());read();let e=unicodeEscape();switch(e){case`$`:case`_`:break;default:if(!util.isIdStartChar(e))throw invalidIdentifier();break}buffer+=e,lexState=`identifierName`},identifierName(){switch(c){case`$`:case`_`:case`‌`:case`‍`:buffer+=read();return;case`\\`:read(),lexState=`identifierNameEscape`;return}if(util.isIdContinueChar(c)){buffer+=read();return}return newToken(`identifier`,buffer)},identifierNameEscape(){if(c!==`u`)throw invalidChar(read());read();let e=unicodeEscape();switch(e){case`$`:case`_`:case`‌`:case`‍`:break;default:if(!util.isIdContinueChar(e))throw invalidIdentifier();break}buffer+=e,lexState=`identifierName`},sign(){switch(c){case`.`:buffer=read(),lexState=`decimalPointLeading`;return;case`0`:buffer=read(),lexState=`zero`;return;case`1`:case`2`:case`3`:case`4`:case`5`:case`6`:case`7`:case`8`:case`9`:buffer=read(),lexState=`decimalInteger`;return;case`I`:return read(),literal(`nfinity`),newToken(`numeric`,sign*(1/0));case`N`:return read(),literal(`aN`),newToken(`numeric`,NaN)}throw invalidChar(read())},zero(){switch(c){case`.`:buffer+=read(),lexState=`decimalPoint`;return;case`e`:case`E`:buffer+=read(),lexState=`decimalExponent`;return;case`x`:case`X`:buffer+=read(),lexState=`hexadecimal`;return}return newToken(`numeric`,sign*0)},decimalInteger(){switch(c){case`.`:buffer+=read(),lexState=`decimalPoint`;return;case`e`:case`E`:buffer+=read(),lexState=`decimalExponent`;return}if(util.isDigit(c)){buffer+=read();return}return newToken(`numeric`,sign*Number(buffer))},decimalPointLeading(){if(util.isDigit(c)){buffer+=read(),lexState=`decimalFraction`;return}throw invalidChar(read())},decimalPoint(){switch(c){case`e`:case`E`:buffer+=read(),lexState=`decimalExponent`;return}if(util.isDigit(c)){buffer+=read(),lexState=`decimalFraction`;return}return newToken(`numeric`,sign*Number(buffer))},decimalFraction(){switch(c){case`e`:case`E`:buffer+=read(),lexState=`decimalExponent`;return}if(util.isDigit(c)){buffer+=read();return}return newToken(`numeric`,sign*Number(buffer))},decimalExponent(){switch(c){case`+`:case`-`:buffer+=read(),lexState=`decimalExponentSign`;return}if(util.isDigit(c)){buffer+=read(),lexState=`decimalExponentInteger`;return}throw invalidChar(read())},decimalExponentSign(){if(util.isDigit(c)){buffer+=read(),lexState=`decimalExponentInteger`;return}throw invalidChar(read())},decimalExponentInteger(){if(util.isDigit(c)){buffer+=read();return}return newToken(`numeric`,sign*Number(buffer))},hexadecimal(){if(util.isHexDigit(c)){buffer+=read(),lexState=`hexadecimalInteger`;return}throw invalidChar(read())},hexadecimalInteger(){if(util.isHexDigit(c)){buffer+=read();return}return newToken(`numeric`,sign*Number(buffer))},string(){switch(c){case`\\`:read(),buffer+=escape();return;case`"`:if(doubleQuote)return read(),newToken(`string`,buffer);buffer+=read();return;case`'`:if(!doubleQuote)return read(),newToken(`string`,buffer);buffer+=read();return;case`
5
+ `:case`\r`:throw invalidChar(read());case`\u2028`:case`\u2029`:separatorChar(c);break;case void 0:throw invalidChar(read())}buffer+=read()},start(){switch(c){case`{`:case`[`:return newToken(`punctuator`,read())}lexState=`value`},beforePropertyName(){switch(c){case`$`:case`_`:buffer=read(),lexState=`identifierName`;return;case`\\`:read(),lexState=`identifierNameStartEscape`;return;case`}`:return newToken(`punctuator`,read());case`"`:case`'`:doubleQuote=read()===`"`,lexState=`string`;return}if(util.isIdStartChar(c)){buffer+=read(),lexState=`identifierName`;return}throw invalidChar(read())},afterPropertyName(){if(c===`:`)return newToken(`punctuator`,read());throw invalidChar(read())},beforePropertyValue(){lexState=`value`},afterPropertyValue(){switch(c){case`,`:case`}`:return newToken(`punctuator`,read())}throw invalidChar(read())},beforeArrayValue(){if(c===`]`)return newToken(`punctuator`,read());lexState=`value`},afterArrayValue(){switch(c){case`,`:case`]`:return newToken(`punctuator`,read())}throw invalidChar(read())},end(){throw invalidChar(read())}};function newToken(e,t){return{type:e,value:t,line,column}}function literal(e){for(let t of e){if(peek()!==t)throw invalidChar(read());read()}}function escape(){switch(peek()){case`b`:return read(),`\b`;case`f`:return read(),`\f`;case`n`:return read(),`
6
+ `;case`r`:return read(),`\r`;case`t`:return read(),` `;case`v`:return read(),`\v`;case`0`:if(read(),util.isDigit(peek()))throw invalidChar(read());return`\0`;case`x`:return read(),hexEscape();case`u`:return read(),unicodeEscape();case`
7
+ `:case`\u2028`:case`\u2029`:return read(),``;case`\r`:return read(),peek()===`
8
+ `&&read(),``;case`1`:case`2`:case`3`:case`4`:case`5`:case`6`:case`7`:case`8`:case`9`:throw invalidChar(read());case void 0:throw invalidChar(read())}return read()}function hexEscape(){let e=``,n=peek();if(!util.isHexDigit(n)||(e+=read(),n=peek(),!util.isHexDigit(n)))throw invalidChar(read());return e+=read(),String.fromCodePoint(parseInt(e,16))}function unicodeEscape(){let e=``,n=4;for(;n-- >0;){let n=peek();if(!util.isHexDigit(n))throw invalidChar(read());e+=read()}return String.fromCodePoint(parseInt(e,16))}const parseStates={start(){if(token.type===`eof`)throw invalidEOF();push()},beforePropertyName(){switch(token.type){case`identifier`:case`string`:key=token.value,parseState=`afterPropertyName`;return;case`punctuator`:pop();return;case`eof`:throw invalidEOF()}},afterPropertyName(){if(token.type===`eof`)throw invalidEOF();parseState=`beforePropertyValue`},beforePropertyValue(){if(token.type===`eof`)throw invalidEOF();push()},beforeArrayValue(){if(token.type===`eof`)throw invalidEOF();if(token.type===`punctuator`&&token.value===`]`){pop();return}push()},afterPropertyValue(){if(token.type===`eof`)throw invalidEOF();switch(token.value){case`,`:parseState=`beforePropertyName`;return;case`}`:pop()}},afterArrayValue(){if(token.type===`eof`)throw invalidEOF();switch(token.value){case`,`:parseState=`beforeArrayValue`;return;case`]`:pop()}},end(){}};function push(){let e;switch(token.type){case`punctuator`:switch(token.value){case`{`:e={};break;case`[`:e=[];break}break;case`null`:case`boolean`:case`numeric`:case`string`:e=token.value;break}if(root===void 0)root=e;else{let t=stack[stack.length-1];Array.isArray(t)?t.push(e):Object.defineProperty(t,key,{value:e,writable:!0,enumerable:!0,configurable:!0})}if(typeof e==`object`&&e)stack.push(e),parseState=Array.isArray(e)?`beforeArrayValue`:`beforePropertyName`;else{let e=stack[stack.length-1];parseState=e==null?`end`:Array.isArray(e)?`afterArrayValue`:`afterPropertyValue`}}function pop(){stack.pop();let e=stack[stack.length-1];parseState=e==null?`end`:Array.isArray(e)?`afterArrayValue`:`afterPropertyValue`}function invalidChar(e){return syntaxError(e===void 0?`JSON5: invalid end of input at ${line}:${column}`:`JSON5: invalid character '${formatChar(e)}' at ${line}:${column}`)}function invalidEOF(){return syntaxError(`JSON5: invalid end of input at ${line}:${column}`)}function invalidIdentifier(){return column-=5,syntaxError(`JSON5: invalid identifier character at ${line}:${column}`)}function separatorChar(e){console.warn(`JSON5: '${formatChar(e)}' in strings is not valid ECMAScript; consider escaping`)}function formatChar(e){let t={"'":`\\'`,'"':`\\"`,"\\":`\\\\`,"\b":`\\b`,"\f":`\\f`,"\n":`\\n`,"\r":`\\r`," ":`\\t`,"\v":`\\v`,"\0":`\\0`,"\u2028":`\\u2028`,"\u2029":`\\u2029`};if(t[e])return t[e];if(e<` `){let t=e.charCodeAt(0).toString(16);return`\\x`+(`00`+t).substring(t.length)}return e}function syntaxError(e){let t=SyntaxError(e);return t.lineNumber=line,t.columnNumber=column,t}var lib={parse,stringify:function e(n,r,i){let a=[],o=``,s,l,u=``,d;if(typeof r==`object`&&r&&!Array.isArray(r)&&(i=r.space,d=r.quote,r=r.replacer),typeof r==`function`)l=r;else if(Array.isArray(r)){s=[];for(let e of r){let t;typeof e==`string`?t=e:(typeof e==`number`||e instanceof String||e instanceof Number)&&(t=String(e)),t!==void 0&&s.indexOf(t)<0&&s.push(t)}}return i instanceof Number?i=Number(i):i instanceof String&&(i=String(i)),typeof i==`number`?i>0&&(i=Math.min(10,Math.floor(i)),u=` `.substr(0,i)):typeof i==`string`&&(u=i.substr(0,10)),f(``,{"":n});function f(e,t){let n=t[e];switch(n!=null&&(typeof n.toJSON5==`function`?n=n.toJSON5(e):typeof n.toJSON==`function`&&(n=n.toJSON(e))),l&&(n=l.call(t,e,n)),n instanceof Number?n=Number(n):n instanceof String?n=String(n):n instanceof Boolean&&(n=n.valueOf()),n){case null:return`null`;case!0:return`true`;case!1:return`false`}if(typeof n==`string`)return p(n,!1);if(typeof n==`number`)return String(n);if(typeof n==`object`)return Array.isArray(n)?g(n):m(n)}function p(e){let n={"'":.1,'"':.2},r={"'":`\\'`,'"':`\\"`,"\\":`\\\\`,"\b":`\\b`,"\f":`\\f`,"\n":`\\n`,"\r":`\\r`," ":`\\t`,"\v":`\\v`,"\0":`\\0`,"\u2028":`\\u2028`,"\u2029":`\\u2029`},i=``;for(let a=0;a<e.length;a++){let o=e[a];switch(o){case`'`:case`"`:n[o]++,i+=o;continue;case`\0`:if(util.isDigit(e[a+1])){i+=`\\x00`;continue}}if(r[o]){i+=r[o];continue}if(o<` `){let e=o.charCodeAt(0).toString(16);i+=`\\x`+(`00`+e).substring(e.length);continue}i+=o}let a=d||Object.keys(n).reduce((e,t)=>n[e]<n[t]?e:t);return i=i.replace(new RegExp(a,`g`),r[a]),a+i+a}function m(e){if(a.indexOf(e)>=0)throw TypeError(`Converting circular structure to JSON5`);a.push(e);let t=o;o+=u;let n=s||Object.keys(e),r=[];for(let t of n){let n=f(t,e);if(n!==void 0){let e=h(t)+`:`;u!==``&&(e+=` `),e+=n,r.push(e)}}let i;if(r.length===0)i=`{}`;else{let e;if(u===``)e=r.join(`,`),i=`{`+e+`}`;else{let n=`,
9
+ `+o;e=r.join(n),i=`{
10
+ `+o+e+`,
11
+ `+t+`}`}}return a.pop(),o=t,i}function h(e){if(e.length===0)return p(e,!0);let n=String.fromCodePoint(e.codePointAt(0));if(!util.isIdStartChar(n))return p(e,!0);for(let r=n.length;r<e.length;r++)if(!util.isIdContinueChar(String.fromCodePoint(e.codePointAt(r))))return p(e,!0);return e}function g(e){if(a.indexOf(e)>=0)throw TypeError(`Converting circular structure to JSON5`);a.push(e);let t=o;o+=u;let n=[];for(let t=0;t<e.length;t++){let r=f(String(t),e);n.push(r===void 0?`null`:r)}let r;if(n.length===0)r=`[]`;else if(u===``)r=`[`+n.join(`,`)+`]`;else{let e=`,
12
+ `+o,i=n.join(e);r=`[
13
+ `+o+i+`,
14
+ `+t+`]`}return a.pop(),o=t,r}}};export{lib as t};