UNPKG

scrabble-solver

Version:

Scrabble Solver 2 - Free, open-source, cross-platform, multi-language analysis tool for Scrabble, Scrabble Duel, Super Scrabble, Letter League, Literaki, and Kelimelik. Quickly find the top-scoring words using the given board and tiles.

1,438 lines 993 kB
{ "nodes": { "@scrabble-solver/word-definitions": { "name": "@scrabble-solver/word-definitions", "type": "lib", "data": { "root": "packages/word-definitions", "name": "@scrabble-solver/word-definitions", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean" ] }, "description": "Scrabble Solver 2 - Word definitions", "js": { "packageName": "@scrabble-solver/word-definitions", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/scrabble-solver": { "name": "@scrabble-solver/scrabble-solver", "type": "lib", "data": { "root": "packages/scrabble-solver", "name": "@scrabble-solver/scrabble-solver", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean", "debug", "dev", "start", "type-check" ] }, "description": "Scrabble Solver 2 - App", "js": { "packageName": "@scrabble-solver/scrabble-solver", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "env-cmd next build", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf .next/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "debug": { "executor": "nx:run-script", "options": { "script": "debug" }, "metadata": { "scriptContent": "NODE_OPTIONS='--inspect' next dev", "runCommand": "npm run debug" }, "configurations": {}, "parallelism": true }, "dev": { "executor": "nx:run-script", "options": { "script": "dev" }, "metadata": { "scriptContent": "env-cmd next dev", "runCommand": "npm run dev" }, "configurations": {}, "parallelism": true }, "start": { "executor": "nx:run-script", "options": { "script": "start" }, "metadata": { "scriptContent": "env-cmd next start -p 3333", "runCommand": "npm run start" }, "configurations": {}, "parallelism": true }, "type-check": { "executor": "nx:run-script", "options": { "script": "type-check" }, "metadata": { "scriptContent": "tsc --noEmit", "runCommand": "npm run type-check" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/dictionaries": { "name": "@scrabble-solver/dictionaries", "type": "lib", "data": { "root": "packages/dictionaries", "name": "@scrabble-solver/dictionaries", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean", "clean:dictionaries", "postbuild" ] }, "description": "Scrabble Solver 2 - Dictionaries", "js": { "packageName": "@scrabble-solver/dictionaries", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "clean:dictionaries": { "executor": "nx:run-script", "options": { "script": "clean:dictionaries" }, "metadata": { "scriptContent": "node ./bin/remove-dictionaries.js", "runCommand": "npm run clean:dictionaries" }, "configurations": {}, "parallelism": true }, "postbuild": { "executor": "nx:run-script", "options": { "script": "postbuild" }, "metadata": { "scriptContent": "node ./bin/update-dictionaries.js", "runCommand": "npm run postbuild" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/word-lists": { "name": "@scrabble-solver/word-lists", "type": "lib", "data": { "root": "packages/word-lists", "name": "@scrabble-solver/word-lists", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean" ] }, "description": "Scrabble Solver 2 - Word lists", "js": { "packageName": "@scrabble-solver/word-lists", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/constants": { "name": "@scrabble-solver/constants", "type": "lib", "data": { "root": "packages/constants", "name": "@scrabble-solver/constants", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean" ] }, "description": "Scrabble Solver 2 - Constants", "js": { "packageName": "@scrabble-solver/constants", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/configs": { "name": "@scrabble-solver/configs", "type": "lib", "data": { "root": "packages/configs", "name": "@scrabble-solver/configs", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean" ] }, "description": "Scrabble Solver 2 - Configs", "js": { "packageName": "@scrabble-solver/configs", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/logger": { "name": "@scrabble-solver/logger", "type": "lib", "data": { "root": "packages/logger", "name": "@scrabble-solver/logger", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean", "stats" ] }, "description": "Scrabble Solver 2 - Logger", "js": { "packageName": "@scrabble-solver/logger", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "stats": { "executor": "nx:run-script", "options": { "script": "stats" }, "metadata": { "scriptContent": "node scripts/stats.js", "runCommand": "npm run stats" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/solver": { "name": "@scrabble-solver/solver", "type": "lib", "data": { "root": "packages/solver", "name": "@scrabble-solver/solver", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean" ] }, "description": "Scrabble Solver 2 - Solver", "js": { "packageName": "@scrabble-solver/solver", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } }, "@scrabble-solver/types": { "name": "@scrabble-solver/types", "type": "lib", "data": { "root": "packages/types", "name": "@scrabble-solver/types", "tags": [ "npm:public" ], "metadata": { "targetGroups": { "NPM Scripts": [ "build", "clean" ] }, "description": "Scrabble Solver 2 - Types", "js": { "packageName": "@scrabble-solver/types", "packageMain": "build/index.js", "isInPackageManagerWorkspaces": true } }, "targets": { "build": { "executor": "nx:run-script", "options": { "script": "build" }, "metadata": { "scriptContent": "tsc --project .", "runCommand": "npm run build" }, "configurations": {}, "parallelism": true, "dependsOn": [ "^build" ] }, "clean": { "executor": "nx:run-script", "options": { "script": "clean" }, "metadata": { "scriptContent": "rimraf build/", "runCommand": "npm run clean" }, "configurations": {}, "parallelism": true }, "nx-release-publish": { "executor": "@nx/js:release-publish", "dependsOn": [ "^nx-release-publish" ], "options": {}, "configurations": {}, "parallelism": true } }, "implicitDependencies": [] } } }, "externalNodes": { "npm:@ampproject/remapping": { "type": "npm", "name": "npm:@ampproject/remapping", "data": { "version": "2.3.0", "packageName": "@ampproject/remapping", "hash": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==" } }, "npm:@babel/code-frame": { "type": "npm", "name": "npm:@babel/code-frame", "data": { "version": "7.26.2", "packageName": "@babel/code-frame", "hash": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==" } }, "npm:@babel/compat-data": { "type": "npm", "name": "npm:@babel/compat-data", "data": { "version": "7.26.8", "packageName": "@babel/compat-data", "hash": "sha512-oH5UPLMWR3L2wEFLnFJ1TZXqHufiTKAiLfqw5zkhS4dKXLJ10yVztfil/twG8EDTA4F/tvVNw9nOl4ZMslB8rQ==" } }, "npm:@babel/core": { "type": "npm", "name": "npm:@babel/core", "data": { "version": "7.26.10", "packageName": "@babel/core", "hash": "sha512-vMqyb7XCDMPvJFFOaT9kxtiRh42GwlZEg1/uIgtZshS5a/8OaduUfCi7kynKgc3Tw/6Uo2D+db9qBttghhmxwQ==" } }, "npm:@babel/generator": { "type": "npm", "name": "npm:@babel/generator", "data": { "version": "7.27.0", "packageName": "@babel/generator", "hash": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==" } }, "npm:@babel/helper-annotate-as-pure": { "type": "npm", "name": "npm:@babel/helper-annotate-as-pure", "data": { "version": "7.25.9", "packageName": "@babel/helper-annotate-as-pure", "hash": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==" } }, "npm:@babel/helper-compilation-targets": { "type": "npm", "name": "npm:@babel/helper-compilation-targets", "data": { "version": "7.27.0", "packageName": "@babel/helper-compilation-targets", "hash": "sha512-LVk7fbXml0H2xH34dFzKQ7TDZ2G4/rVTOrq9V+icbbadjbVxxeFeDsNHv2SrZeWoA+6ZiTyWYWtScEIW07EAcA==" } }, "npm:@babel/helper-create-class-features-plugin": { "type": "npm", "name": "npm:@babel/helper-create-class-features-plugin", "data": { "version": "7.27.0", "packageName": "@babel/helper-create-class-features-plugin", "hash": "sha512-vSGCvMecvFCd/BdpGlhpXYNhhC4ccxyvQWpbGL4CWbvfEoLFWUZuSuf7s9Aw70flgQF+6vptvgK2IfOnKlRmBg==" } }, "npm:@babel/helper-create-regexp-features-plugin": { "type": "npm", "name": "npm:@babel/helper-create-regexp-features-plugin", "data": { "version": "7.27.0", "packageName": "@babel/helper-create-regexp-features-plugin", "hash": "sha512-fO8l08T76v48BhpNRW/nQ0MxfnSdoSKUJBMjubOAYffsVuGG5qOfMq7N6Es7UJvi7Y8goXXo07EfcHZXDPuELQ==" } }, "npm:@babel/helper-define-polyfill-provider": { "type": "npm", "name": "npm:@babel/helper-define-polyfill-provider", "data": { "version": "0.6.4", "packageName": "@babel/helper-define-polyfill-provider", "hash": "sha512-jljfR1rGnXXNWnmQg2K3+bvhkxB51Rl32QRaOTuwwjviGrHzIbSc8+x9CpraDtbT7mfyjXObULP4w/adunNwAw==" } }, "npm:@babel/helper-member-expression-to-functions": { "type": "npm", "name": "npm:@babel/helper-member-expression-to-functions", "data": { "version": "7.25.9", "packageName": "@babel/helper-member-expression-to-functions", "hash": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==" } }, "npm:@babel/helper-module-imports": { "type": "npm", "name": "npm:@babel/helper-module-imports", "data": { "version": "7.25.9", "packageName": "@babel/helper-module-imports", "hash": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==" } }, "npm:@babel/helper-module-transforms": { "type": "npm", "name": "npm:@babel/helper-module-transforms", "data": { "version": "7.26.0", "packageName": "@babel/helper-module-transforms", "hash": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==" } }, "npm:@babel/helper-optimise-call-expression": { "type": "npm", "name": "npm:@babel/helper-optimise-call-expression", "data": { "version": "7.25.9", "packageName": "@babel/helper-optimise-call-expression", "hash": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==" } }, "npm:@babel/helper-plugin-utils": { "type": "npm", "name": "npm:@babel/helper-plugin-utils", "data": { "version": "7.26.5", "packageName": "@babel/helper-plugin-utils", "hash": "sha512-RS+jZcRdZdRFzMyr+wcsaqOmld1/EqTghfaBGQQd/WnRdzdlvSZ//kF7U8VQTxf1ynZ4cjUcYgjVGx13ewNPMg==" } }, "npm:@babel/helper-remap-async-to-generator": { "type": "npm", "name": "npm:@babel/helper-remap-async-to-generator", "data": { "version": "7.25.9", "packageName": "@babel/helper-remap-async-to-generator", "hash": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==" } }, "npm:@babel/helper-replace-supers": { "type": "npm", "name": "npm:@babel/helper-replace-supers", "data": { "version": "7.26.5", "packageName": "@babel/helper-replace-supers", "hash": "sha512-bJ6iIVdYX1YooY2X7w1q6VITt+LnUILtNk7zT78ykuwStx8BauCzxvFqFaHjOpW1bVnSUM1PN1f0p5P21wHxvg==" } }, "npm:@babel/helper-skip-transparent-expression-wrappers": { "type": "npm", "name": "npm:@babel/helper-skip-transparent-expression-wrappers", "data": { "version": "7.25.9", "packageName": "@babel/helper-skip-transparent-expression-wrappers", "hash": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==" } }, "npm:@babel/helper-string-parser": { "type": "npm", "name": "npm:@babel/helper-string-parser", "data": { "version": "7.25.9", "packageName": "@babel/helper-string-parser", "hash": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==" } }, "npm:@babel/helper-validator-identifier": { "type": "npm", "name": "npm:@babel/helper-validator-identifier", "data": { "version": "7.25.9", "packageName": "@babel/helper-validator-identifier", "hash": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==" } }, "npm:@babel/helper-validator-option": { "type": "npm", "name": "npm:@babel/helper-validator-option", "data": { "version": "7.25.9", "packageName": "@babel/helper-validator-option", "hash": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==" } }, "npm:@babel/helper-wrap-function": { "type": "npm", "name": "npm:@babel/helper-wrap-function", "data": { "version": "7.25.9", "packageName": "@babel/helper-wrap-function", "hash": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==" } }, "npm:@babel/helpers": { "type": "npm", "name": "npm:@babel/helpers", "data": { "version": "7.27.0", "packageName": "@babel/helpers", "hash": "sha512-U5eyP/CTFPuNE3qk+WZMxFkp/4zUzdceQlfzf7DdGdhp+Fezd7HD+i8Y24ZuTMKX3wQBld449jijbGq6OdGNQg==" } }, "npm:@babel/parser": { "type": "npm", "name": "npm:@babel/parser", "data": { "version": "7.27.0", "packageName": "@babel/parser", "hash": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==" } }, "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key": { "type": "npm", "name": "npm:@babel/plugin-bugfix-firefox-class-in-computed-class-key", "data": { "version": "7.25.9", "packageName": "@babel/plugin-bugfix-firefox-class-in-computed-class-key", "hash": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==" } }, "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope": { "type": "npm", "name": "npm:@babel/plugin-bugfix-safari-class-field-initializer-scope", "data": { "version": "7.25.9", "packageName": "@babel/plugin-bugfix-safari-class-field-initializer-scope", "hash": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==" } }, "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { "type": "npm", "name": "npm:@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "data": { "version": "7.25.9", "packageName": "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression", "hash": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==" } }, "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { "type": "npm", "name": "npm:@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "data": { "version": "7.25.9", "packageName": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining", "hash": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==" } }, "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { "type": "npm", "name": "npm:@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "data": { "version": "7.25.9", "packageName": "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly", "hash": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==" } }, "npm:@babel/plugin-proposal-class-properties": { "type": "npm", "name": "npm:@babel/plugin-proposal-class-properties", "data": { "version": "7.18.6", "packageName": "@babel/plugin-proposal-class-properties", "hash": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==" } }, "npm:@babel/plugin-proposal-private-property-in-object": { "type": "npm", "name": "npm:@babel/plugin-proposal-private-property-in-object", "data": { "version": "7.21.0-placeholder-for-preset-env.2", "packageName": "@babel/plugin-proposal-private-property-in-object", "hash": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==" } }, "npm:@babel/plugin-syntax-async-generators": { "type": "npm", "name": "npm:@babel/plugin-syntax-async-generators", "data": { "version": "7.8.4", "packageName": "@babel/plugin-syntax-async-generators", "hash": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==" } }, "npm:@babel/plugin-syntax-bigint": { "type": "npm", "name": "npm:@babel/plugin-syntax-bigint", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-bigint", "hash": "sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==" } }, "npm:@babel/plugin-syntax-class-properties": { "type": "npm", "name": "npm:@babel/plugin-syntax-class-properties", "data": { "version": "7.12.13", "packageName": "@babel/plugin-syntax-class-properties", "hash": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==" } }, "npm:@babel/plugin-syntax-class-static-block": { "type": "npm", "name": "npm:@babel/plugin-syntax-class-static-block", "data": { "version": "7.14.5", "packageName": "@babel/plugin-syntax-class-static-block", "hash": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==" } }, "npm:@babel/plugin-syntax-import-assertions": { "type": "npm", "name": "npm:@babel/plugin-syntax-import-assertions", "data": { "version": "7.26.0", "packageName": "@babel/plugin-syntax-import-assertions", "hash": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==" } }, "npm:@babel/plugin-syntax-import-attributes": { "type": "npm", "name": "npm:@babel/plugin-syntax-import-attributes", "data": { "version": "7.26.0", "packageName": "@babel/plugin-syntax-import-attributes", "hash": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==" } }, "npm:@babel/plugin-syntax-import-meta": { "type": "npm", "name": "npm:@babel/plugin-syntax-import-meta", "data": { "version": "7.10.4", "packageName": "@babel/plugin-syntax-import-meta", "hash": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==" } }, "npm:@babel/plugin-syntax-json-strings": { "type": "npm", "name": "npm:@babel/plugin-syntax-json-strings", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-json-strings", "hash": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==" } }, "npm:@babel/plugin-syntax-jsx": { "type": "npm", "name": "npm:@babel/plugin-syntax-jsx", "data": { "version": "7.25.9", "packageName": "@babel/plugin-syntax-jsx", "hash": "sha512-ld6oezHQMZsZfp6pWtbjaNDF2tiiCYYDqQszHt5VV437lewP9aSi2Of99CK0D0XB21k7FLgnLcmQKyKzynfeAA==" } }, "npm:@babel/plugin-syntax-logical-assignment-operators": { "type": "npm", "name": "npm:@babel/plugin-syntax-logical-assignment-operators", "data": { "version": "7.10.4", "packageName": "@babel/plugin-syntax-logical-assignment-operators", "hash": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==" } }, "npm:@babel/plugin-syntax-nullish-coalescing-operator": { "type": "npm", "name": "npm:@babel/plugin-syntax-nullish-coalescing-operator", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-nullish-coalescing-operator", "hash": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==" } }, "npm:@babel/plugin-syntax-numeric-separator": { "type": "npm", "name": "npm:@babel/plugin-syntax-numeric-separator", "data": { "version": "7.10.4", "packageName": "@babel/plugin-syntax-numeric-separator", "hash": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==" } }, "npm:@babel/plugin-syntax-object-rest-spread": { "type": "npm", "name": "npm:@babel/plugin-syntax-object-rest-spread", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-object-rest-spread", "hash": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==" } }, "npm:@babel/plugin-syntax-optional-catch-binding": { "type": "npm", "name": "npm:@babel/plugin-syntax-optional-catch-binding", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-optional-catch-binding", "hash": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==" } }, "npm:@babel/plugin-syntax-optional-chaining": { "type": "npm", "name": "npm:@babel/plugin-syntax-optional-chaining", "data": { "version": "7.8.3", "packageName": "@babel/plugin-syntax-optional-chaining", "hash": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==" } }, "npm:@babel/plugin-syntax-private-property-in-object": { "type": "npm", "name": "npm:@babel/plugin-syntax-private-property-in-object", "data": { "version": "7.14.5", "packageName": "@babel/plugin-syntax-private-property-in-object", "hash": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==" } }, "npm:@babel/plugin-syntax-top-level-await": { "type": "npm", "name": "npm:@babel/plugin-syntax-top-level-await", "data": { "version": "7.14.5", "packageName": "@babel/plugin-syntax-top-level-await", "hash": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==" } }, "npm:@babel/plugin-syntax-typescript": { "type": "npm", "name": "npm:@babel/plugin-syntax-typescript", "data": { "version": "7.25.9", "packageName": "@babel/plugin-syntax-typescript", "hash": "sha512-hjMgRy5hb8uJJjUcdWunWVcoi9bGpJp8p5Ol1229PoN6aytsLwNMgmdftO23wnCLMfVmTwZDWMPNq/D1SY60JQ==" } }, "npm:@babel/plugin-syntax-unicode-sets-regex": { "type": "npm", "name": "npm:@babel/plugin-syntax-unicode-sets-regex", "data": { "version": "7.18.6", "packageName": "@babel/plugin-syntax-unicode-sets-regex", "hash": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==" } }, "npm:@babel/plugin-transform-arrow-functions": { "type": "npm", "name": "npm:@babel/plugin-transform-arrow-functions", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-arrow-functions", "hash": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==" } }, "npm:@babel/plugin-transform-async-generator-functions": { "type": "npm", "name": "npm:@babel/plugin-transform-async-generator-functions", "data": { "version": "7.26.8", "packageName": "@babel/plugin-transform-async-generator-functions", "hash": "sha512-He9Ej2X7tNf2zdKMAGOsmg2MrFc+hfoAhd3po4cWfo/NWjzEAKa0oQruj1ROVUdl0e6fb6/kE/G3SSxE0lRJOg==" } }, "npm:@babel/plugin-transform-async-to-generator": { "type": "npm", "name": "npm:@babel/plugin-transform-async-to-generator", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-async-to-generator", "hash": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==" } }, "npm:@babel/plugin-transform-block-scoped-functions": { "type": "npm", "name": "npm:@babel/plugin-transform-block-scoped-functions", "data": { "version": "7.26.5", "packageName": "@babel/plugin-transform-block-scoped-functions", "hash": "sha512-chuTSY+hq09+/f5lMj8ZSYgCFpppV2CbYrhNFJ1BFoXpiWPnnAb7R0MqrafCpN8E1+YRrtM1MXZHJdIx8B6rMQ==" } }, "npm:@babel/plugin-transform-block-scoping": { "type": "npm", "name": "npm:@babel/plugin-transform-block-scoping", "data": { "version": "7.27.0", "packageName": "@babel/plugin-transform-block-scoping", "hash": "sha512-u1jGphZ8uDI2Pj/HJj6YQ6XQLZCNjOlprjxB5SVz6rq2T6SwAR+CdrWK0CP7F+9rDVMXdB0+r6Am5G5aobOjAQ==" } }, "npm:@babel/plugin-transform-class-properties": { "type": "npm", "name": "npm:@babel/plugin-transform-class-properties", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-class-properties", "hash": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==" } }, "npm:@babel/plugin-transform-class-static-block": { "type": "npm", "name": "npm:@babel/plugin-transform-class-static-block", "data": { "version": "7.26.0", "packageName": "@babel/plugin-transform-class-static-block", "hash": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==" } }, "npm:@babel/plugin-transform-classes": { "type": "npm", "name": "npm:@babel/plugin-transform-classes", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-classes", "hash": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==" } }, "npm:globals@11.12.0": { "type": "npm", "name": "npm:globals@11.12.0", "data": { "version": "11.12.0", "packageName": "globals", "hash": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==" } }, "npm:globals@14.0.0": { "type": "npm", "name": "npm:globals@14.0.0", "data": { "version": "14.0.0", "packageName": "globals", "hash": "sha512-oahGvuMGQlPw/ivIYBjVSrWAfWLBeku5tpPE2fOPLi+WHffIWbuh2tCjhyQhTBPMf5E9jDEH4FOmTYgYwbKwtQ==" } }, "npm:globals@15.15.0": { "type": "npm", "name": "npm:globals@15.15.0", "data": { "version": "15.15.0", "packageName": "globals", "hash": "sha512-7ACyT3wmyp3I61S4fG682L0VA2RGD9otkqGJIwNUMF1SWUombIIk+af1unuDYgMm082aHYwD+mzJvv9Iu8dsgg==" } }, "npm:globals@13.24.0": { "type": "npm", "name": "npm:globals@13.24.0", "data": { "version": "13.24.0", "packageName": "globals", "hash": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==" } }, "npm:globals": { "type": "npm", "name": "npm:globals", "data": { "version": "16.0.0", "packageName": "globals", "hash": "sha512-iInW14XItCXET01CQFqudPOWP2jYMl7T+QRQT+UNcR/iQncN/F0UNpgd76iFkBPgNQb4+X3LV9tLJYzwh+Gl3A==" } }, "npm:@babel/plugin-transform-computed-properties": { "type": "npm", "name": "npm:@babel/plugin-transform-computed-properties", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-computed-properties", "hash": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==" } }, "npm:@babel/plugin-transform-destructuring": { "type": "npm", "name": "npm:@babel/plugin-transform-destructuring", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-destructuring", "hash": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==" } }, "npm:@babel/plugin-transform-dotall-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-dotall-regex", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-dotall-regex", "hash": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==" } }, "npm:@babel/plugin-transform-duplicate-keys": { "type": "npm", "name": "npm:@babel/plugin-transform-duplicate-keys", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-duplicate-keys", "hash": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==" } }, "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-duplicate-named-capturing-groups-regex", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-duplicate-named-capturing-groups-regex", "hash": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==" } }, "npm:@babel/plugin-transform-dynamic-import": { "type": "npm", "name": "npm:@babel/plugin-transform-dynamic-import", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-dynamic-import", "hash": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==" } }, "npm:@babel/plugin-transform-exponentiation-operator": { "type": "npm", "name": "npm:@babel/plugin-transform-exponentiation-operator", "data": { "version": "7.26.3", "packageName": "@babel/plugin-transform-exponentiation-operator", "hash": "sha512-7CAHcQ58z2chuXPWblnn1K6rLDnDWieghSOEmqQsrBenH0P9InCUtOJYD89pvngljmZlJcz3fcmgYsXFNGa1ZQ==" } }, "npm:@babel/plugin-transform-export-namespace-from": { "type": "npm", "name": "npm:@babel/plugin-transform-export-namespace-from", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-export-namespace-from", "hash": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==" } }, "npm:@babel/plugin-transform-for-of": { "type": "npm", "name": "npm:@babel/plugin-transform-for-of", "data": { "version": "7.26.9", "packageName": "@babel/plugin-transform-for-of", "hash": "sha512-Hry8AusVm8LW5BVFgiyUReuoGzPUpdHQQqJY5bZnbbf+ngOHWuCuYFKw/BqaaWlvEUrF91HMhDtEaI1hZzNbLg==" } }, "npm:@babel/plugin-transform-function-name": { "type": "npm", "name": "npm:@babel/plugin-transform-function-name", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-function-name", "hash": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==" } }, "npm:@babel/plugin-transform-json-strings": { "type": "npm", "name": "npm:@babel/plugin-transform-json-strings", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-json-strings", "hash": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==" } }, "npm:@babel/plugin-transform-literals": { "type": "npm", "name": "npm:@babel/plugin-transform-literals", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-literals", "hash": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==" } }, "npm:@babel/plugin-transform-logical-assignment-operators": { "type": "npm", "name": "npm:@babel/plugin-transform-logical-assignment-operators", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-logical-assignment-operators", "hash": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==" } }, "npm:@babel/plugin-transform-member-expression-literals": { "type": "npm", "name": "npm:@babel/plugin-transform-member-expression-literals", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-member-expression-literals", "hash": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==" } }, "npm:@babel/plugin-transform-modules-amd": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-amd", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-modules-amd", "hash": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==" } }, "npm:@babel/plugin-transform-modules-commonjs": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-commonjs", "data": { "version": "7.26.3", "packageName": "@babel/plugin-transform-modules-commonjs", "hash": "sha512-MgR55l4q9KddUDITEzEFYn5ZsGDXMSsU9E+kh7fjRXTIC3RHqfCo8RPRbyReYJh44HQ/yomFkqbOFohXvDCiIQ==" } }, "npm:@babel/plugin-transform-modules-systemjs": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-systemjs", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-modules-systemjs", "hash": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==" } }, "npm:@babel/plugin-transform-modules-umd": { "type": "npm", "name": "npm:@babel/plugin-transform-modules-umd", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-modules-umd", "hash": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==" } }, "npm:@babel/plugin-transform-named-capturing-groups-regex": { "type": "npm", "name": "npm:@babel/plugin-transform-named-capturing-groups-regex", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-named-capturing-groups-regex", "hash": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==" } }, "npm:@babel/plugin-transform-new-target": { "type": "npm", "name": "npm:@babel/plugin-transform-new-target", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-new-target", "hash": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==" } }, "npm:@babel/plugin-transform-nullish-coalescing-operator": { "type": "npm", "name": "npm:@babel/plugin-transform-nullish-coalescing-operator", "data": { "version": "7.26.6", "packageName": "@babel/plugin-transform-nullish-coalescing-operator", "hash": "sha512-CKW8Vu+uUZneQCPtXmSBUC6NCAUdya26hWCElAWh5mVSlSRsmiCPUUDKb3Z0szng1hiAJa098Hkhg9o4SE35Qw==" } }, "npm:@babel/plugin-transform-numeric-separator": { "type": "npm", "name": "npm:@babel/plugin-transform-numeric-separator", "data": { "version": "7.25.9", "packageName": "@babel/plugin-transform-numeric-separator", "hash": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==" } }, "npm:@babel/plugin-transform-object-rest-spread": { "type": "npm", "name": "npm:@babel/plugin-tran